hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/drivers/i2c/busses/i2c-ali1563.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /**
23 * i2c-ali1563.c - i2c driver for the ALi 1563 Southbridge
34 *
....@@ -12,8 +13,6 @@
1213 *
1314 * This driver is based on a mix of the 15x3, 1535, and i801 drivers,
1415 * with a little help from the ALi 1563 spec.
15
- *
16
- * This file is released under the GPLv2
1716 */
1817
1918 #include <linux/module.h>