drivers: gpio: amd8111: use SPDX-License-Identifier
authorEnrico Weigelt, metux IT consult <info@metux.net>
Thu, 3 Dec 2020 18:24:23 +0000 (19:24 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 8 Dec 2020 08:41:32 +0000 (09:41 +0100)
Prefer SPDX-License-Identifier over hand-written texts.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Link: https://lore.kernel.org/r/20201203182423.5499-3-info@metux.net
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-amd8111.c

index 0e260950992dd05541fc4163cb064324f81228e4..14e6b3e64add5777da2e8c0cc44b21ba3db19945 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * GPIO driver for AMD 8111 south bridges
  *
  * Hardware driver for Intel i810 Random Number Generator (RNG)
  * Copyright 2000,2001 Jeff Garzik <jgarzik@pobox.com>
  * Copyright 2000,2001 Philipp Rumpf <prumpf@mandrakesoft.com>
- *
- * This file is licensed under  the terms of the GNU General Public
- * License version 2. This program is licensed "as is" without any
- * warranty of any kind, whether express or implied.
  */
 #include <linux/ioport.h>
 #include <linux/module.h>