hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
kernel/include/media/i2c/lm3560.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * include/media/i2c/lm3560.h
34 *
....@@ -5,16 +6,6 @@
56 *
67 * Contact: Daniel Jeong <gshark.jeong@gmail.com>
78 * Ldd-Mlp <ldd-mlp@list.ti.com>
8
- *
9
- * This program is free software; you can redistribute it and/or
10
- * modify it under the terms of the GNU General Public License
11
- * version 2 as published by the Free Software Foundation.
12
- *
13
- * This program is distributed in the hope that it will be useful, but
14
- * WITHOUT ANY WARRANTY; without even the implied warranty of
15
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16
- * General Public License for more details.
17
- *
189 */
1910
2011 #ifndef __LM3560_H__