Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: BCM5301X: Relicense most DTS files to the GPL 2.0+ / MIT

These files were created and ever touched by a group of three people
only: Dan, Hauke and me. They were licensed under GNU/GPL or ISC.

Introducing and discussing SPDX-License-Identifier resulted in a
conclusion that ISC is a not recommended license (see also a
license-rules.rst). Moveover an old e-mail from Alan Cox was pointed
which explained that dual licensing is a safer solution than depending
on a common compatibility belief.

This commit switches most of BCM5301X DTS files to dual licensing using:
1) GPL 2.0+ to make sure they are compatible with Linux kernel
2) MIT to allow sharing with more permissive projects
Both licenses belong to the preferred ones (see LICENSES/preferred/).

An attempt to relicense remaining files will be made separately and will
require approve from more/other developers.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
Acked-by: Dan Haab <dan.haab@luxul.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

authored by

Rafał Miłecki and committed by
Florian Fainelli
2b3db67c 98dcd5d4

+25 -120
+1 -12
arch/arm/boot/dts/bcm4708-asus-rt-ac56u.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 1 2 /* 2 3 * Broadcom BCM470X / BCM5301X ARM platform code. 3 4 * DTS for Asus RT-AC56U 4 5 * 5 6 * Copyright (C) 2015 Rafał Miłecki <zajec5@gmail.com> 6 - * 7 - * Permission to use, copy, modify, and/or distribute this software for any 8 - * purpose with or without fee is hereby granted, provided that the above 9 - * copyright notice and this permission notice appear in all copies. 10 - * 11 - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH 12 - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 13 - * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, 14 - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 15 - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 16 - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 17 - * PERFORMANCE OF THIS SOFTWARE. 18 7 */ 19 8 20 9 /dts-v1/;
+1 -12
arch/arm/boot/dts/bcm4708-asus-rt-ac68u.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 1 2 /* 2 3 * Broadcom BCM470X / BCM5301X ARM platform code. 3 4 * DTS for Asus RT-AC68U 4 5 * 5 6 * Copyright (C) 2015 Rafał Miłecki <zajec5@gmail.com> 6 - * 7 - * Permission to use, copy, modify, and/or distribute this software for any 8 - * purpose with or without fee is hereby granted, provided that the above 9 - * copyright notice and this permission notice appear in all copies. 10 - * 11 - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH 12 - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 13 - * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, 14 - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 15 - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 16 - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 17 - * PERFORMANCE OF THIS SOFTWARE. 18 7 */ 19 8 20 9 /dts-v1/;
+1 -2
arch/arm/boot/dts/bcm4708-linksys-ea6300-v1.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 1 2 /* 2 3 * Copyright (C) 2017 Rafał Miłecki <rafal@milecki.pl> 3 - * 4 - * Licensed under the ISC license. 5 4 */ 6 5 7 6 /dts-v1/;
+1 -2
arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 1 2 /* 2 3 * Copyright 2016 Luxul Inc. 3 - * 4 - * Licensed under the ISC license. 5 4 */ 6 5 7 6 /dts-v1/;
+1 -2
arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 1 2 /* 2 3 * Broadcom BCM470X / BCM5301X ARM platform code. 3 4 * DTS for Luxul XWC-1000 4 5 * 5 6 * Copyright 2014 Luxul Inc. 6 - * 7 - * Licensed under the GNU/GPL. See COPYING for details. 8 7 */ 9 8 10 9 /dts-v1/;
+1 -12
arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 1 2 /* 2 3 * Broadcom BCM470X / BCM5301X ARM platform code. 3 4 * DTS for Netgear R6300 V2 4 5 * 5 6 * Copyright (C) 2014 Rafał Miłecki <zajec5@gmail.com> 6 - * 7 - * Permission to use, copy, modify, and/or distribute this software for any 8 - * purpose with or without fee is hereby granted, provided that the above 9 - * copyright notice and this permission notice appear in all copies. 10 - * 11 - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH 12 - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 13 - * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, 14 - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 15 - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 16 - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 17 - * PERFORMANCE OF THIS SOFTWARE. 18 7 */ 19 8 20 9 /dts-v1/;
+1 -2
arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 1 2 /* 2 3 * Broadcom BCM470X / BCM5301X arm platform code. 3 4 * DTS for SmartRG SR400ac 4 5 * 5 6 * Copyright (C) 2015 Rafał Miłecki <zajec5@gmail.com> 6 - * 7 - * Licensed under the GNU/GPL. See COPYING for details. 8 7 */ 9 8 10 9 /dts-v1/;
+1 -12
arch/arm/boot/dts/bcm47081-asus-rt-n18u.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 1 2 /* 2 3 * Broadcom BCM470X / BCM5301X ARM platform code. 3 4 * DTS for Asus RT-N18U 4 5 * 5 6 * Copyright (C) 2014 Rafał Miłecki <zajec5@gmail.com> 6 - * 7 - * Permission to use, copy, modify, and/or distribute this software for any 8 - * purpose with or without fee is hereby granted, provided that the above 9 - * copyright notice and this permission notice appear in all copies. 10 - * 11 - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH 12 - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 13 - * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, 14 - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 15 - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 16 - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 17 - * PERFORMANCE OF THIS SOFTWARE. 18 7 */ 19 8 20 9 /dts-v1/;
+1 -12
arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 1 2 /* 2 3 * Broadcom BCM470X / BCM5301X ARM platform code. 3 4 * DTS for Buffalo WZR-600DHP2 4 5 * 5 6 * Copyright (C) 2014 Rafał Miłecki <zajec5@gmail.com> 6 - * 7 - * Permission to use, copy, modify, and/or distribute this software for any 8 - * purpose with or without fee is hereby granted, provided that the above 9 - * copyright notice and this permission notice appear in all copies. 10 - * 11 - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH 12 - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 13 - * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, 14 - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 15 - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 16 - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 17 - * PERFORMANCE OF THIS SOFTWARE. 18 7 */ 19 8 20 9 /dts-v1/;
+1 -2
arch/arm/boot/dts/bcm47081-luxul-xap-1410.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 1 2 /* 2 3 * Copyright 2017 Luxul Inc. 3 - * 4 - * Licensed under the ISC license. 5 4 */ 6 5 7 6 /dts-v1/;
+1 -2
arch/arm/boot/dts/bcm47081-luxul-xwr-1200.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 1 2 /* 2 3 * Copyright 2017 Luxul Inc. 3 - * 4 - * Licensed under the ISC license. 5 4 */ 6 5 7 6 /dts-v1/;
+1 -2
arch/arm/boot/dts/bcm4709-linksys-ea9200.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 1 2 /* 2 3 * Copyright (C) 2017 Rafał Miłecki <rafal@milecki.pl> 3 - * 4 - * Licensed under the ISC license. 5 4 */ 6 5 7 6 /dts-v1/;
+1 -12
arch/arm/boot/dts/bcm4709-netgear-r7000.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 1 2 /* 2 3 * Broadcom BCM470X / BCM5301X ARM platform code. 3 4 * DTS for Netgear R7000 4 5 * 5 6 * Copyright (C) 2015 Rafał Miłecki <zajec5@gmail.com> 6 - * 7 - * Permission to use, copy, modify, and/or distribute this software for any 8 - * purpose with or without fee is hereby granted, provided that the above 9 - * copyright notice and this permission notice appear in all copies. 10 - * 11 - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH 12 - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 13 - * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, 14 - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 15 - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 16 - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 17 - * PERFORMANCE OF THIS SOFTWARE. 18 7 */ 19 8 20 9 /dts-v1/;
+1 -2
arch/arm/boot/dts/bcm47094-linksys-panamera.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 1 2 /* 2 3 * Copyright (C) 2017 Rafał Miłecki <rafal@milecki.pl> 3 - * 4 - * Licensed under the ISC license. 5 4 */ 6 5 7 6 /dts-v1/;
+1 -2
arch/arm/boot/dts/bcm47094-luxul-abr-4500.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 1 2 /* 2 3 * Copyright (C) 2017 Luxul Inc. 3 - * 4 - * Licensed under the ISC license. 5 4 */ 6 5 7 6 /dts-v1/;
+1 -2
arch/arm/boot/dts/bcm47094-luxul-xbr-4500.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 1 2 /* 2 3 * Copyright (C) 2017 Luxul Inc. 3 - * 4 - * Licensed under the ISC license. 5 4 */ 6 5 7 6 /dts-v1/;
+1 -2
arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 1 2 /* 2 3 * Copyright 2016 Luxul Inc. 3 - * 4 - * Licensed under the ISC license. 5 4 */ 6 5 7 6 /dts-v1/;
+1 -2
arch/arm/boot/dts/bcm47094-netgear-r8500.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 1 2 /* 2 3 * Copyright (C) 2016 Rafał Miłecki <rafal@milecki.pl> 3 - * 4 - * Licensed under the ISC license. 5 4 */ 6 5 7 6 /dts-v1/;
+1 -2
arch/arm/boot/dts/bcm5301x-nand-cs0-bch1.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 1 2 /* 2 3 * Broadcom Northstar NAND. 3 4 * 4 5 * Copyright (C) 2016 Rafał Miłecki <rafal.milecki@gmail.com> 5 - * 6 - * Licensed under the ISC license. 7 6 */ 8 7 9 8 #include "bcm5301x-nand-cs0.dtsi"
+1 -2
arch/arm/boot/dts/bcm5301x-nand-cs0-bch4.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 1 2 /* 2 3 * Copyright 2016 Luxul Inc. 3 - * 4 - * Licensed under the ISC license. 5 4 */ 6 5 7 6 #include "bcm5301x-nand-cs0.dtsi"
+1 -2
arch/arm/boot/dts/bcm5301x-nand-cs0-bch8.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 1 2 /* 2 3 * Broadcom BCM470X / BCM5301X Nand chip defaults. 3 4 * ··· 6 5 * and uses 8 bit ECC. 7 6 * 8 7 * Copyright (C) 2015 Hauke Mehrtens <hauke@hauke-m.de> 9 - * 10 - * Licensed under the GNU/GPL. See COPYING for details. 11 8 */ 12 9 13 10 #include "bcm5301x-nand-cs0.dtsi"
+1 -2
arch/arm/boot/dts/bcm5301x-nand-cs0.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 1 2 /* 2 3 * Broadcom Northstar NAND. 3 4 * 4 5 * Copyright (C) 2015 Hauke Mehrtens <hauke@hauke-m.de> 5 - * 6 - * Licensed under the GNU/GPL. See COPYING for details. 7 6 */ 8 7 9 8 / {