051-v4.18-0002-ARM-dts-BCM5301X-Relicense-most-DTS-files-to-the-GPL.patch 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440
  1. From 2b3db67ce4bc4d1d8556e87a17df7765da8dbdc5 Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
  3. Date: Wed, 2 May 2018 16:11:02 +0200
  4. Subject: [PATCH] ARM: dts: BCM5301X: Relicense most DTS files to the GPL 2.0+
  5. / MIT
  6. MIME-Version: 1.0
  7. Content-Type: text/plain; charset=UTF-8
  8. Content-Transfer-Encoding: 8bit
  9. These files were created and ever touched by a group of three people
  10. only: Dan, Hauke and me. They were licensed under GNU/GPL or ISC.
  11. Introducing and discussing SPDX-License-Identifier resulted in a
  12. conclusion that ISC is a not recommended license (see also a
  13. license-rules.rst). Moveover an old e-mail from Alan Cox was pointed
  14. which explained that dual licensing is a safer solution than depending
  15. on a common compatibility belief.
  16. This commit switches most of BCM5301X DTS files to dual licensing using:
  17. 1) GPL 2.0+ to make sure they are compatible with Linux kernel
  18. 2) MIT to allow sharing with more permissive projects
  19. Both licenses belong to the preferred ones (see LICENSES/preferred/).
  20. An attempt to relicense remaining files will be made separately and will
  21. require approve from more/other developers.
  22. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
  23. Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  24. Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
  25. Acked-by: Dan Haab <dan.haab@luxul.com>
  26. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
  27. ---
  28. arch/arm/boot/dts/bcm4708-asus-rt-ac56u.dts | 13 +------------
  29. arch/arm/boot/dts/bcm4708-asus-rt-ac68u.dts | 13 +------------
  30. arch/arm/boot/dts/bcm4708-linksys-ea6300-v1.dts | 3 +--
  31. arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts | 3 +--
  32. arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts | 3 +--
  33. arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts | 13 +------------
  34. arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts | 3 +--
  35. arch/arm/boot/dts/bcm47081-asus-rt-n18u.dts | 13 +------------
  36. arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts | 13 +------------
  37. arch/arm/boot/dts/bcm47081-luxul-xap-1410.dts | 3 +--
  38. arch/arm/boot/dts/bcm47081-luxul-xwr-1200.dts | 3 +--
  39. arch/arm/boot/dts/bcm47081-tplink-archer-c5-v2.dts | 3 +--
  40. arch/arm/boot/dts/bcm4709-linksys-ea9200.dts | 3 +--
  41. arch/arm/boot/dts/bcm4709-netgear-r7000.dts | 13 +------------
  42. arch/arm/boot/dts/bcm4709-tplink-archer-c9-v1.dts | 3 +--
  43. arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts | 13 +------------
  44. arch/arm/boot/dts/bcm47094-linksys-panamera.dts | 3 +--
  45. arch/arm/boot/dts/bcm47094-luxul-abr-4500.dts | 3 +--
  46. arch/arm/boot/dts/bcm47094-luxul-xbr-4500.dts | 3 +--
  47. arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts | 3 +--
  48. arch/arm/boot/dts/bcm47094-netgear-r8500.dts | 3 +--
  49. arch/arm/boot/dts/bcm5301x-nand-cs0-bch1.dtsi | 3 +--
  50. arch/arm/boot/dts/bcm5301x-nand-cs0-bch4.dtsi | 3 +--
  51. arch/arm/boot/dts/bcm5301x-nand-cs0-bch8.dtsi | 3 +--
  52. arch/arm/boot/dts/bcm5301x-nand-cs0.dtsi | 3 +--
  53. 25 files changed, 25 insertions(+), 120 deletions(-)
  54. --- a/arch/arm/boot/dts/bcm4708-asus-rt-ac56u.dts
  55. +++ b/arch/arm/boot/dts/bcm4708-asus-rt-ac56u.dts
  56. @@ -1,20 +1,9 @@
  57. +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  58. /*
  59. * Broadcom BCM470X / BCM5301X ARM platform code.
  60. * DTS for Asus RT-AC56U
  61. *
  62. * Copyright (C) 2015 Rafał Miłecki <zajec5@gmail.com>
  63. - *
  64. - * Permission to use, copy, modify, and/or distribute this software for any
  65. - * purpose with or without fee is hereby granted, provided that the above
  66. - * copyright notice and this permission notice appear in all copies.
  67. - *
  68. - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
  69. - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
  70. - * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
  71. - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  72. - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
  73. - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  74. - * PERFORMANCE OF THIS SOFTWARE.
  75. */
  76. /dts-v1/;
  77. --- a/arch/arm/boot/dts/bcm4708-asus-rt-ac68u.dts
  78. +++ b/arch/arm/boot/dts/bcm4708-asus-rt-ac68u.dts
  79. @@ -1,20 +1,9 @@
  80. +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  81. /*
  82. * Broadcom BCM470X / BCM5301X ARM platform code.
  83. * DTS for Asus RT-AC68U
  84. *
  85. * Copyright (C) 2015 Rafał Miłecki <zajec5@gmail.com>
  86. - *
  87. - * Permission to use, copy, modify, and/or distribute this software for any
  88. - * purpose with or without fee is hereby granted, provided that the above
  89. - * copyright notice and this permission notice appear in all copies.
  90. - *
  91. - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
  92. - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
  93. - * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
  94. - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  95. - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
  96. - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  97. - * PERFORMANCE OF THIS SOFTWARE.
  98. */
  99. /dts-v1/;
  100. --- a/arch/arm/boot/dts/bcm4708-linksys-ea6300-v1.dts
  101. +++ b/arch/arm/boot/dts/bcm4708-linksys-ea6300-v1.dts
  102. @@ -1,7 +1,6 @@
  103. +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  104. /*
  105. * Copyright (C) 2017 Rafał Miłecki <rafal@milecki.pl>
  106. - *
  107. - * Licensed under the ISC license.
  108. */
  109. /dts-v1/;
  110. --- a/arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts
  111. +++ b/arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts
  112. @@ -1,7 +1,6 @@
  113. +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  114. /*
  115. * Copyright 2016 Luxul Inc.
  116. - *
  117. - * Licensed under the ISC license.
  118. */
  119. /dts-v1/;
  120. --- a/arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts
  121. +++ b/arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts
  122. @@ -1,10 +1,9 @@
  123. +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  124. /*
  125. * Broadcom BCM470X / BCM5301X ARM platform code.
  126. * DTS for Luxul XWC-1000
  127. *
  128. * Copyright 2014 Luxul Inc.
  129. - *
  130. - * Licensed under the GNU/GPL. See COPYING for details.
  131. */
  132. /dts-v1/;
  133. --- a/arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts
  134. +++ b/arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts
  135. @@ -1,20 +1,9 @@
  136. +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  137. /*
  138. * Broadcom BCM470X / BCM5301X ARM platform code.
  139. * DTS for Netgear R6300 V2
  140. *
  141. * Copyright (C) 2014 Rafał Miłecki <zajec5@gmail.com>
  142. - *
  143. - * Permission to use, copy, modify, and/or distribute this software for any
  144. - * purpose with or without fee is hereby granted, provided that the above
  145. - * copyright notice and this permission notice appear in all copies.
  146. - *
  147. - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
  148. - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
  149. - * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
  150. - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  151. - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
  152. - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  153. - * PERFORMANCE OF THIS SOFTWARE.
  154. */
  155. /dts-v1/;
  156. --- a/arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts
  157. +++ b/arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts
  158. @@ -1,10 +1,9 @@
  159. +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  160. /*
  161. * Broadcom BCM470X / BCM5301X arm platform code.
  162. * DTS for SmartRG SR400ac
  163. *
  164. * Copyright (C) 2015 Rafał Miłecki <zajec5@gmail.com>
  165. - *
  166. - * Licensed under the GNU/GPL. See COPYING for details.
  167. */
  168. /dts-v1/;
  169. --- a/arch/arm/boot/dts/bcm47081-asus-rt-n18u.dts
  170. +++ b/arch/arm/boot/dts/bcm47081-asus-rt-n18u.dts
  171. @@ -1,20 +1,9 @@
  172. +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  173. /*
  174. * Broadcom BCM470X / BCM5301X ARM platform code.
  175. * DTS for Asus RT-N18U
  176. *
  177. * Copyright (C) 2014 Rafał Miłecki <zajec5@gmail.com>
  178. - *
  179. - * Permission to use, copy, modify, and/or distribute this software for any
  180. - * purpose with or without fee is hereby granted, provided that the above
  181. - * copyright notice and this permission notice appear in all copies.
  182. - *
  183. - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
  184. - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
  185. - * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
  186. - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  187. - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
  188. - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  189. - * PERFORMANCE OF THIS SOFTWARE.
  190. */
  191. /dts-v1/;
  192. --- a/arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts
  193. +++ b/arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts
  194. @@ -1,20 +1,9 @@
  195. +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  196. /*
  197. * Broadcom BCM470X / BCM5301X ARM platform code.
  198. * DTS for Buffalo WZR-600DHP2
  199. *
  200. * Copyright (C) 2014 Rafał Miłecki <zajec5@gmail.com>
  201. - *
  202. - * Permission to use, copy, modify, and/or distribute this software for any
  203. - * purpose with or without fee is hereby granted, provided that the above
  204. - * copyright notice and this permission notice appear in all copies.
  205. - *
  206. - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
  207. - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
  208. - * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
  209. - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  210. - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
  211. - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  212. - * PERFORMANCE OF THIS SOFTWARE.
  213. */
  214. /dts-v1/;
  215. --- a/arch/arm/boot/dts/bcm47081-luxul-xap-1410.dts
  216. +++ b/arch/arm/boot/dts/bcm47081-luxul-xap-1410.dts
  217. @@ -1,7 +1,6 @@
  218. +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  219. /*
  220. * Copyright 2017 Luxul Inc.
  221. - *
  222. - * Licensed under the ISC license.
  223. */
  224. /dts-v1/;
  225. --- a/arch/arm/boot/dts/bcm47081-luxul-xwr-1200.dts
  226. +++ b/arch/arm/boot/dts/bcm47081-luxul-xwr-1200.dts
  227. @@ -1,7 +1,6 @@
  228. +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  229. /*
  230. * Copyright 2017 Luxul Inc.
  231. - *
  232. - * Licensed under the ISC license.
  233. */
  234. /dts-v1/;
  235. --- a/arch/arm/boot/dts/bcm47081-tplink-archer-c5-v2.dts
  236. +++ b/arch/arm/boot/dts/bcm47081-tplink-archer-c5-v2.dts
  237. @@ -1,7 +1,6 @@
  238. +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  239. /*
  240. * Copyright (C) 2017 Rafał Miłecki <rafal@milecki.pl>
  241. - *
  242. - * Licensed under the ISC license.
  243. */
  244. /dts-v1/;
  245. --- a/arch/arm/boot/dts/bcm4709-linksys-ea9200.dts
  246. +++ b/arch/arm/boot/dts/bcm4709-linksys-ea9200.dts
  247. @@ -1,7 +1,6 @@
  248. +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  249. /*
  250. * Copyright (C) 2017 Rafał Miłecki <rafal@milecki.pl>
  251. - *
  252. - * Licensed under the ISC license.
  253. */
  254. /dts-v1/;
  255. --- a/arch/arm/boot/dts/bcm4709-netgear-r7000.dts
  256. +++ b/arch/arm/boot/dts/bcm4709-netgear-r7000.dts
  257. @@ -1,20 +1,9 @@
  258. +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  259. /*
  260. * Broadcom BCM470X / BCM5301X ARM platform code.
  261. * DTS for Netgear R7000
  262. *
  263. * Copyright (C) 2015 Rafał Miłecki <zajec5@gmail.com>
  264. - *
  265. - * Permission to use, copy, modify, and/or distribute this software for any
  266. - * purpose with or without fee is hereby granted, provided that the above
  267. - * copyright notice and this permission notice appear in all copies.
  268. - *
  269. - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
  270. - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
  271. - * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
  272. - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  273. - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
  274. - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  275. - * PERFORMANCE OF THIS SOFTWARE.
  276. */
  277. /dts-v1/;
  278. --- a/arch/arm/boot/dts/bcm4709-tplink-archer-c9-v1.dts
  279. +++ b/arch/arm/boot/dts/bcm4709-tplink-archer-c9-v1.dts
  280. @@ -1,7 +1,6 @@
  281. +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  282. /*
  283. * Copyright (C) 2016 Rafał Miłecki <rafal@milecki.pl>
  284. - *
  285. - * Licensed under the ISC license.
  286. */
  287. /dts-v1/;
  288. --- a/arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts
  289. +++ b/arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts
  290. @@ -1,20 +1,9 @@
  291. +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  292. /*
  293. * Broadcom BCM470X / BCM5301X ARM platform code.
  294. * DTS for D-Link DIR-885L
  295. *
  296. * Copyright (C) 2016 Rafał Miłecki <zajec5@gmail.com>
  297. - *
  298. - * Permission to use, copy, modify, and/or distribute this software for any
  299. - * purpose with or without fee is hereby granted, provided that the above
  300. - * copyright notice and this permission notice appear in all copies.
  301. - *
  302. - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
  303. - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
  304. - * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
  305. - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  306. - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
  307. - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  308. - * PERFORMANCE OF THIS SOFTWARE.
  309. */
  310. /dts-v1/;
  311. --- a/arch/arm/boot/dts/bcm47094-linksys-panamera.dts
  312. +++ b/arch/arm/boot/dts/bcm47094-linksys-panamera.dts
  313. @@ -1,7 +1,6 @@
  314. +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  315. /*
  316. * Copyright (C) 2017 Rafał Miłecki <rafal@milecki.pl>
  317. - *
  318. - * Licensed under the ISC license.
  319. */
  320. /dts-v1/;
  321. --- a/arch/arm/boot/dts/bcm47094-luxul-abr-4500.dts
  322. +++ b/arch/arm/boot/dts/bcm47094-luxul-abr-4500.dts
  323. @@ -1,7 +1,6 @@
  324. +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  325. /*
  326. * Copyright (C) 2017 Luxul Inc.
  327. - *
  328. - * Licensed under the ISC license.
  329. */
  330. /dts-v1/;
  331. --- a/arch/arm/boot/dts/bcm47094-luxul-xbr-4500.dts
  332. +++ b/arch/arm/boot/dts/bcm47094-luxul-xbr-4500.dts
  333. @@ -1,7 +1,6 @@
  334. +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  335. /*
  336. * Copyright (C) 2017 Luxul Inc.
  337. - *
  338. - * Licensed under the ISC license.
  339. */
  340. /dts-v1/;
  341. --- a/arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts
  342. +++ b/arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts
  343. @@ -1,7 +1,6 @@
  344. +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  345. /*
  346. * Copyright 2016 Luxul Inc.
  347. - *
  348. - * Licensed under the ISC license.
  349. */
  350. /dts-v1/;
  351. --- a/arch/arm/boot/dts/bcm47094-netgear-r8500.dts
  352. +++ b/arch/arm/boot/dts/bcm47094-netgear-r8500.dts
  353. @@ -1,7 +1,6 @@
  354. +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  355. /*
  356. * Copyright (C) 2016 Rafał Miłecki <rafal@milecki.pl>
  357. - *
  358. - * Licensed under the ISC license.
  359. */
  360. /dts-v1/;
  361. --- a/arch/arm/boot/dts/bcm5301x-nand-cs0-bch1.dtsi
  362. +++ b/arch/arm/boot/dts/bcm5301x-nand-cs0-bch1.dtsi
  363. @@ -1,9 +1,8 @@
  364. +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  365. /*
  366. * Broadcom Northstar NAND.
  367. *
  368. * Copyright (C) 2016 Rafał Miłecki <rafal.milecki@gmail.com>
  369. - *
  370. - * Licensed under the ISC license.
  371. */
  372. #include "bcm5301x-nand-cs0.dtsi"
  373. --- a/arch/arm/boot/dts/bcm5301x-nand-cs0-bch4.dtsi
  374. +++ b/arch/arm/boot/dts/bcm5301x-nand-cs0-bch4.dtsi
  375. @@ -1,7 +1,6 @@
  376. +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  377. /*
  378. * Copyright 2016 Luxul Inc.
  379. - *
  380. - * Licensed under the ISC license.
  381. */
  382. #include "bcm5301x-nand-cs0.dtsi"
  383. --- a/arch/arm/boot/dts/bcm5301x-nand-cs0-bch8.dtsi
  384. +++ b/arch/arm/boot/dts/bcm5301x-nand-cs0-bch8.dtsi
  385. @@ -1,3 +1,4 @@
  386. +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  387. /*
  388. * Broadcom BCM470X / BCM5301X Nand chip defaults.
  389. *
  390. @@ -5,8 +6,6 @@
  391. * and uses 8 bit ECC.
  392. *
  393. * Copyright (C) 2015 Hauke Mehrtens <hauke@hauke-m.de>
  394. - *
  395. - * Licensed under the GNU/GPL. See COPYING for details.
  396. */
  397. #include "bcm5301x-nand-cs0.dtsi"
  398. --- a/arch/arm/boot/dts/bcm5301x-nand-cs0.dtsi
  399. +++ b/arch/arm/boot/dts/bcm5301x-nand-cs0.dtsi
  400. @@ -1,9 +1,8 @@
  401. +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  402. /*
  403. * Broadcom Northstar NAND.
  404. *
  405. * Copyright (C) 2015 Hauke Mehrtens <hauke@hauke-m.de>
  406. - *
  407. - * Licensed under the GNU/GPL. See COPYING for details.
  408. */
  409. / {