12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- From 26ff86f7794b9466481ccf29ac79925d327f106d Mon Sep 17 00:00:00 2001
- From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <[email protected]>
- Date: Thu, 20 Sep 2018 13:18:47 +0200
- Subject: [PATCH] ARM: dts: BCM5301X: Relicense BCM47081/BCM4709 files to the
- GPL 2.0+ / MIT
- MIME-Version: 1.0
- Content-Type: text/plain; charset=UTF-8
- Content-Transfer-Encoding: 8bit
- This matches licensing used by other BCM5301X files and is preferred as:
- 1) GPL 2.0+ makes it clearly compatible with Linux kernel
- 2) MIT is also permissive but preferred over ISC
- Both files were fully developed by me. Commits touching them were signed
- by Florian and Hauke due to submitting process only.
- Signed-off-by: Rafał Miłecki <[email protected]>
- Signed-off-by: Florian Fainelli <[email protected]>
- ---
- arch/arm/boot/dts/bcm47081.dtsi | 13 +------------
- arch/arm/boot/dts/bcm4709.dtsi | 3 +--
- 2 files changed, 2 insertions(+), 14 deletions(-)
- --- a/arch/arm/boot/dts/bcm47081.dtsi
- +++ b/arch/arm/boot/dts/bcm47081.dtsi
- @@ -1,20 +1,9 @@
- +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
- /*
- * Broadcom BCM470X / BCM5301X ARM platform code.
- * DTS for BCM47081 SoC.
- *
- * Copyright © 2014 Rafał Miłecki <[email protected]>
- - *
- - * Permission to use, copy, modify, and/or distribute this software for any
- - * purpose with or without fee is hereby granted, provided that the above
- - * copyright notice and this permission notice appear in all copies.
- - *
- - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
- - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
- - * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
- - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
- - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
- - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- - * PERFORMANCE OF THIS SOFTWARE.
- */
-
- #include "bcm5301x.dtsi"
- --- a/arch/arm/boot/dts/bcm4709.dtsi
- +++ b/arch/arm/boot/dts/bcm4709.dtsi
- @@ -1,7 +1,6 @@
- +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
- /*
- * Copyright (C) 2016 Rafał Miłecki <[email protected]>
- - *
- - * Licensed under the ISC license.
- */
-
- #include "bcm4708.dtsi"
|