mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] arm/cpu/*.S: Replace license and copyright boilerplate by SPDX identfiers
@ 2020-09-14 13:00 Uwe Kleine-König
  2020-09-14 14:16 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Uwe Kleine-König @ 2020-09-14 13:00 UTC (permalink / raw)
  To: barebox

Since commit ed2f892a1ba7 ("arm/cpu: Replace license and copyright
boilerplate by SPDX identfiers") my script learned to detect .S files,
too.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 arch/arm/cpu/smccc-call.S    | 16 +++-------------
 arch/arm/cpu/smccc-call_64.S | 16 +++-------------
 2 files changed, 6 insertions(+), 26 deletions(-)

diff --git a/arch/arm/cpu/smccc-call.S b/arch/arm/cpu/smccc-call.S
index b6bdc8b3b593..7f5cfd8c8b83 100644
--- a/arch/arm/cpu/smccc-call.S
+++ b/arch/arm/cpu/smccc-call.S
@@ -1,16 +1,6 @@
-/*
- * Copyright (c) 2015, Linaro Limited
- *
- * This software is licensed under the terms of the GNU General Public
- * License version 2, as published by the Free Software Foundation, and
- * may be copied, distributed, and modified under those terms.
- *
- * 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.
- *
- */
+/* SPDX-License-Identifier: GPL-2.0-only */
+/* SPDX-FileCopyrightText: 2015 Linaro Limited
+
 #include <linux/linkage.h>
 
 #include <asm/unwind.h>
diff --git a/arch/arm/cpu/smccc-call_64.S b/arch/arm/cpu/smccc-call_64.S
index 44888fb59435..c2959050d2ef 100644
--- a/arch/arm/cpu/smccc-call_64.S
+++ b/arch/arm/cpu/smccc-call_64.S
@@ -1,16 +1,6 @@
-/*
- * Copyright (c) 2015, Linaro Limited
- *
- * 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.
- *
- * 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.
- *
- */
+/* SPDX-License-Identifier: GPL-2.0-only */
+/* SPDX-FileCopyrightText: 2015 Linaro Limited */
+
 #include <linux/linkage.h>
 #include <linux/arm-smccc.h>
 #include <asm/asm-offsets.h>
-- 
2.27.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm/cpu/*.S: Replace license and copyright boilerplate by SPDX identfiers
  2020-09-14 13:00 [PATCH] arm/cpu/*.S: Replace license and copyright boilerplate by SPDX identfiers Uwe Kleine-König
@ 2020-09-14 14:16 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2020-09-14 14:16 UTC (permalink / raw)
  To: Uwe Kleine-König; +Cc: barebox

On Mon, Sep 14, 2020 at 03:00:05PM +0200, Uwe Kleine-König wrote:
> Since commit ed2f892a1ba7 ("arm/cpu: Replace license and copyright
> boilerplate by SPDX identfiers") my script learned to detect .S files,
> too.
> 
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> ---
>  arch/arm/cpu/smccc-call.S    | 16 +++-------------
>  arch/arm/cpu/smccc-call_64.S | 16 +++-------------
>  2 files changed, 6 insertions(+), 26 deletions(-)

Applied, thanks

Sascha

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-14 14:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-14 13:00 [PATCH] arm/cpu/*.S: Replace license and copyright boilerplate by SPDX identfiers Uwe Kleine-König
2020-09-14 14:16 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox