From: Yangtao Li <tiny.windzz@gmail.com>
To: srinivas.kandagatla@linaro.org, robh+dt@kernel.org,
mark.rutland@arm.com, maxime.ripard@bootlin.com, wens@csie.org
Cc: Yangtao Li <tiny.windzz@gmail.com>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH 5/5] nvmem: sunxi-sid: convert to SPDX license tags
Date: Sun, 17 Feb 2019 11:23:16 -0500 [thread overview]
Message-ID: <20190217162316.14111-6-tiny.windzz@gmail.com> (raw)
In-Reply-To: <20190217162316.14111-1-tiny.windzz@gmail.com>
Updates license to use SPDX-License-Identifier.
Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
---
drivers/nvmem/sunxi_sid.c | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/drivers/nvmem/sunxi_sid.c b/drivers/nvmem/sunxi_sid.c
index 8692b58d76ce..f56c9f713cb4 100644
--- a/drivers/nvmem/sunxi_sid.c
+++ b/drivers/nvmem/sunxi_sid.c
@@ -1,18 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0+
/*
* Allwinner sunXi SoCs Security ID support.
*
* Copyright (c) 2013 Oliver Schinagl <oliver@schinagl.nl>
* Copyright (C) 2014 Maxime Ripard <maxime.ripard@free-electrons.com>
- *
- * 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.
- *
- * 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/device.h>
--
2.17.0
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Yangtao Li <tiny.windzz@gmail.com>
To: srinivas.kandagatla@linaro.org, robh+dt@kernel.org,
mark.rutland@arm.com, maxime.ripard@bootlin.com, wens@csie.org
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, Yangtao Li <tiny.windzz@gmail.com>
Subject: [PATCH 5/5] nvmem: sunxi-sid: convert to SPDX license tags
Date: Sun, 17 Feb 2019 11:23:16 -0500 [thread overview]
Message-ID: <20190217162316.14111-6-tiny.windzz@gmail.com> (raw)
In-Reply-To: <20190217162316.14111-1-tiny.windzz@gmail.com>
Updates license to use SPDX-License-Identifier.
Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
---
drivers/nvmem/sunxi_sid.c | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/drivers/nvmem/sunxi_sid.c b/drivers/nvmem/sunxi_sid.c
index 8692b58d76ce..f56c9f713cb4 100644
--- a/drivers/nvmem/sunxi_sid.c
+++ b/drivers/nvmem/sunxi_sid.c
@@ -1,18 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0+
/*
* Allwinner sunXi SoCs Security ID support.
*
* Copyright (c) 2013 Oliver Schinagl <oliver@schinagl.nl>
* Copyright (C) 2014 Maxime Ripard <maxime.ripard@free-electrons.com>
- *
- * 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.
- *
- * 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/device.h>
--
2.17.0
next prev parent reply other threads:[~2019-02-17 16:24 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-17 16:23 [PATCH 0/5] nvmem: sunxi-sid: add SID controller support for H5 and H6 Yangtao Li
2019-02-17 16:23 ` Yangtao Li
2019-02-17 16:23 ` [PATCH 1/5] nvmem: sunxi-sid: fix wrong description in kernel doc Yangtao Li
2019-02-17 16:23 ` Yangtao Li
2019-02-18 8:48 ` Maxime Ripard
2019-02-18 8:48 ` Maxime Ripard
2019-02-28 19:03 ` Rob Herring
2019-02-28 19:03 ` Rob Herring
2019-02-28 19:03 ` Rob Herring
2019-02-17 16:23 ` [PATCH 2/5] nvmem: sunxi-sid: add support for H5's SID controller Yangtao Li
2019-02-17 16:23 ` Yangtao Li
2019-02-18 8:49 ` Maxime Ripard
2019-02-18 8:49 ` Maxime Ripard
2019-02-18 9:19 ` Chen-Yu Tsai
2019-02-18 9:19 ` Chen-Yu Tsai
2019-02-19 15:03 ` Maxime Ripard
2019-02-19 15:03 ` Maxime Ripard
2019-02-19 15:07 ` Chen-Yu Tsai
2019-02-19 15:07 ` Chen-Yu Tsai
2019-02-19 15:07 ` Chen-Yu Tsai
2019-02-20 14:05 ` Frank Lee
2019-02-20 14:05 ` Frank Lee
2019-02-20 14:05 ` Frank Lee
2019-02-17 16:23 ` [PATCH 3/5] nvmem: sunxi-sid: add binding for H6's " Yangtao Li
2019-02-17 16:23 ` Yangtao Li
2019-02-18 8:50 ` Maxime Ripard
2019-02-18 8:50 ` Maxime Ripard
2019-02-28 19:03 ` Rob Herring
2019-02-28 19:03 ` Rob Herring
2019-02-28 19:03 ` Rob Herring
2019-02-17 16:23 ` [PATCH 4/5] nvmem: sunxi-sid: add support " Yangtao Li
2019-02-17 16:23 ` Yangtao Li
2019-02-17 16:23 ` Yangtao Li [this message]
2019-02-17 16:23 ` [PATCH 5/5] nvmem: sunxi-sid: convert to SPDX license tags Yangtao Li
2019-02-18 8:50 ` Maxime Ripard
2019-02-18 8:50 ` Maxime Ripard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190217162316.14111-6-tiny.windzz@gmail.com \
--to=tiny.windzz@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=maxime.ripard@bootlin.com \
--cc=robh+dt@kernel.org \
--cc=srinivas.kandagatla@linaro.org \
--cc=wens@csie.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.