kernel/drivers/i2c/busses/i2c-robotfuzz-osif.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * Driver for RobotFuzz OSIF 3 4 * .. .. @@ -7,10 +8,6 @@ 7 8 * Based on the i2c-tiny-usb by 8 9 * 9 10 * Copyright (C) 2006 Til Harbaum (Till@Harbaum.org) 10 - *11 - * This program is free software; you can redistribute it and/or12 - * modify it under the terms of the GNU General Public License as13 - * published by the Free Software Foundation, version 2.14 11 */ 15 12 16 13 #include <linux/kernel.h>