035-v4.21-0001-ARM-dts-BCM5301X-Relicense-BCM47081-BCM4709-files-to.patch 2.2 KB

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