summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2018-12-19 11:03:59 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2018-12-20 08:57:31 +0100
commitfde4a230c1069368dcdefad8cfdf4af6951640f1 (patch)
tree38f1f8adaf9b091aa3bba69d41db33806d0c9220 /drivers/gpio
parente3bb0109ea76f559e0059ef98c798d8813e8588f (diff)
downloadbarebox-fde4a230c1069368dcdefad8cfdf4af6951640f1.tar.gz
barebox-fde4a230c1069368dcdefad8cfdf4af6951640f1.tar.xz
gpio: clps711x: Switch to SPDX identifier
Adopt the SPDX license identifier headers to ease license compliance management. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/gpio-clps711x.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/drivers/gpio/gpio-clps711x.c b/drivers/gpio/gpio-clps711x.c
index eef2a29e8b..3a7e6b6c20 100644
--- a/drivers/gpio/gpio-clps711x.c
+++ b/drivers/gpio/gpio-clps711x.c
@@ -1,11 +1,5 @@
-/*
- * Copyright (C) 2013-2014 Alexander Shiyan <shc_work@mail.ru>
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of
- * the License, or (at your option) any later version.
- */
+// SPDX-License-Identifier: GPL-2.0+
+/* Author: Alexander Shiyan <shc_work@mail.ru> */
#include <init.h>
#include <common.h>