linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 04/17] clk: bcm2835: Switch to SPDX identifier
@ 2018-11-10 15:12 Stefan Wahren
  2018-11-10 16:53 ` Eric Anholt
  2018-11-14 22:43 ` Stephen Boyd
  0 siblings, 2 replies; 3+ messages in thread
From: Stefan Wahren @ 2018-11-10 15:12 UTC (permalink / raw)
  To: Eric Anholt, Michael Turquette, Stephen Boyd
  Cc: linux-clk, linux-rpi-kernel, linux-kernel, Stefan Wahren,
	Simon Arlott, Stephen Warren

Adopt the SPDX license identifier headers to ease license compliance
management.

Cc: Simon Arlott <simon@arlott.org>
Cc: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
---
 drivers/clk/bcm/clk-bcm2835-aux.c       | 11 +----------
 drivers/clk/bcm/clk-bcm2835.c           | 12 +-----------
 include/dt-bindings/clock/bcm2835-aux.h | 10 +---------
 include/dt-bindings/clock/bcm2835.h     | 10 +---------
 4 files changed, 4 insertions(+), 39 deletions(-)

diff --git a/drivers/clk/bcm/clk-bcm2835-aux.c b/drivers/clk/bcm/clk-bcm2835-aux.c
index e01d557..2a2c756 100644
--- a/drivers/clk/bcm/clk-bcm2835-aux.c
+++ b/drivers/clk/bcm/clk-bcm2835-aux.c
@@ -1,15 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2015 Broadcom
- *
- * 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/clk.h>
diff --git a/drivers/clk/bcm/clk-bcm2835.c b/drivers/clk/bcm/clk-bcm2835.c
index 6b6d836..9fcae93 100644
--- a/drivers/clk/bcm/clk-bcm2835.c
+++ b/drivers/clk/bcm/clk-bcm2835.c
@@ -1,17 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2010,2015 Broadcom
  * Copyright (C) 2012 Stephen Warren
- *
- * 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.
- *
  */
 
 /**
diff --git a/include/dt-bindings/clock/bcm2835-aux.h b/include/dt-bindings/clock/bcm2835-aux.h
index d91156e..6e608bf 100644
--- a/include/dt-bindings/clock/bcm2835-aux.h
+++ b/include/dt-bindings/clock/bcm2835-aux.h
@@ -1,14 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) 2015 Broadcom Corporation
- *
- * 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 version 2.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #define BCM2835_AUX_CLOCK_UART		0
diff --git a/include/dt-bindings/clock/bcm2835.h b/include/dt-bindings/clock/bcm2835.h
index a0c812b..ca7efd1 100644
--- a/include/dt-bindings/clock/bcm2835.h
+++ b/include/dt-bindings/clock/bcm2835.h
@@ -1,14 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) 2015 Broadcom Corporation
- *
- * 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 version 2.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #define BCM2835_PLLA			0
-- 
2.7.4


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

* Re: [PATCH 04/17] clk: bcm2835: Switch to SPDX identifier
  2018-11-10 15:12 [PATCH 04/17] clk: bcm2835: Switch to SPDX identifier Stefan Wahren
@ 2018-11-10 16:53 ` Eric Anholt
  2018-11-14 22:43 ` Stephen Boyd
  1 sibling, 0 replies; 3+ messages in thread
From: Eric Anholt @ 2018-11-10 16:53 UTC (permalink / raw)
  To: Stefan Wahren, Michael Turquette, Stephen Boyd
  Cc: linux-clk, linux-rpi-kernel, linux-kernel, Stefan Wahren,
	Simon Arlott, Stephen Warren

[-- Attachment #1: Type: text/plain, Size: 177 bytes --]

Stefan Wahren <stefan.wahren@i2se.com> writes:

> Adopt the SPDX license identifier headers to ease license compliance
> management.

Reviewed-by: Eric Anholt <eric@anholt.net>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

* Re: [PATCH 04/17] clk: bcm2835: Switch to SPDX identifier
  2018-11-10 15:12 [PATCH 04/17] clk: bcm2835: Switch to SPDX identifier Stefan Wahren
  2018-11-10 16:53 ` Eric Anholt
@ 2018-11-14 22:43 ` Stephen Boyd
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Boyd @ 2018-11-14 22:43 UTC (permalink / raw)
  To: Eric Anholt, Michael Turquette, Stefan Wahren
  Cc: linux-clk, linux-rpi-kernel, linux-kernel, Stefan Wahren,
	Simon Arlott, Stephen Warren

Quoting Stefan Wahren (2018-11-10 07:12:35)
> Adopt the SPDX license identifier headers to ease license compliance
> management.
> 
> Cc: Simon Arlott <simon@arlott.org>
> Cc: Stephen Warren <swarren@wwwdotorg.org>
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
> ---

Applied to clk-next


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

end of thread, other threads:[~2018-11-14 22:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-10 15:12 [PATCH 04/17] clk: bcm2835: Switch to SPDX identifier Stefan Wahren
2018-11-10 16:53 ` Eric Anholt
2018-11-14 22:43 ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).