forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/drivers/extcon/extcon-intel-int3496.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * Intel INT3496 ACPI device extcon driver
34 *
....@@ -7,15 +8,6 @@
78 *
89 * Copyright (c) 2014, Intel Corporation.
910 * Author: David Cohen <david.a.cohen@linux.intel.com>
10
- *
11
- * This program is free software; you can redistribute it and/or modify
12
- * it under the terms of the GNU General Public License version 2 as
13
- * published by the Free Software Foundation.
14
- *
15
- * This program is distributed in the hope that it will be useful,
16
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
17
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
- * GNU General Public License for more details.
1911 */
2012
2113 #include <linux/acpi.h>
....@@ -192,4 +184,4 @@
192184
193185 MODULE_AUTHOR("Hans de Goede <hdegoede@redhat.com>");
194186 MODULE_DESCRIPTION("Intel INT3496 ACPI device extcon driver");
195
-MODULE_LICENSE("GPL");
187
+MODULE_LICENSE("GPL v2");