diff options
Diffstat (limited to 'drivers/i2c/busses/i2c-kempld.c')
| -rw-r--r-- | drivers/i2c/busses/i2c-kempld.c | 10 | 
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/i2c/busses/i2c-kempld.c b/drivers/i2c/busses/i2c-kempld.c index 1c874aaa0447..2d60be086b1a 100644 --- a/drivers/i2c/busses/i2c-kempld.c +++ b/drivers/i2c/busses/i2c-kempld.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-only  /*   * I2C bus driver for Kontron COM modules   * @@ -5,15 +6,6 @@   * Author: Michael Brunner <michael.brunner@kontron.com>   *   * The driver is based on the i2c-ocores driver by Peter Korsgaard. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License 2 as published - * by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the - * GNU General Public License for more details.   */  #include <linux/module.h>  | 

