]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
gpio: ts5500: Use SPDX header
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 29 Aug 2018 15:08:53 +0000 (17:08 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 4 Sep 2018 06:22:47 +0000 (08:22 +0200)
Cut some boilerplate, use the SPDX license identifier.

Cc: kernel@savoirfairelinux.com
Cc: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Cc: Jerome Oufella <jerome.oufella@savoirfairelinux.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-ts5500.c
include/linux/platform_data/gpio-ts5500.h

index dd378813f4129ca3afeadc95740f1f5ae077059c..d4ea3ee23b9c993dc3c573507a64aed1d1654424 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Digital I/O driver for Technologic Systems TS-5500
  *
  * TS-5600:
  *   Documentation: http://wiki.embeddedarm.com/wiki/TS-5600
  *   Blocks: LCD port (identical to TS-5500 LCD).
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
  */
 
 #include <linux/bitops.h>
index b10d11c9bb494c62d1a686f5ea2cbb0c60ecbc0b..94346d4504cb07de1add9f6d638e455a496bba7c 100644 (file)
@@ -1,12 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * GPIO (DIO) header for Technologic Systems TS-5500
  *
  * Copyright (c) 2012 Savoir-faire Linux Inc.
  *     Vivien Didelot <vivien.didelot@savoirfairelinux.com>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
  */
 
 #ifndef _PDATA_GPIO_TS5500_H