hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/drivers/i2c/busses/i2c-dln2.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Driver for the Diolan DLN-2 USB-I2C adapter
34 *
....@@ -6,10 +7,6 @@
67 * Derived from:
78 * i2c-diolan-u2c.c
89 * Copyright (c) 2010-2011 Ericsson AB
9
- *
10
- * This program is free software; you can redistribute it and/or
11
- * modify it under the terms of the GNU General Public License as
12
- * published by the Free Software Foundation, version 2.
1310 */
1411
1512 #include <linux/kernel.h>