kernel/drivers/i2c/busses/i2c-ali1563.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /** 2 3 * i2c-ali1563.c - i2c driver for the ALi 1563 Southbridge 3 4 * .. .. @@ -12,8 +13,6 @@ 12 13 * 13 14 * This driver is based on a mix of the 15x3, 1535, and i801 drivers, 14 15 * with a little help from the ALi 1563 spec. 15 - *16 - * This file is released under the GPLv217 16 */ 18 17 19 18 #include <linux/module.h>