hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/drivers/i2c/busses/i2c-robotfuzz-osif.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Driver for RobotFuzz OSIF
34 *
....@@ -7,10 +8,6 @@
78 * Based on the i2c-tiny-usb by
89 *
910 * Copyright (C) 2006 Til Harbaum (Till@Harbaum.org)
10
- *
11
- * This program is free software; you can redistribute it and/or
12
- * modify it under the terms of the GNU General Public License as
13
- * published by the Free Software Foundation, version 2.
1411 */
1512
1613 #include <linux/kernel.h>