-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SPDX: Convert all of our multiple license tags to Linux Kernel style
When U-Boot started using SPDX tags we were among the early adopters and there weren't a lot of other examples to borrow from. So we picked the area of the file that usually had a full license text and replaced it with an appropriate SPDX-License-Identifier: entry. Since then, the Linux Kernel has adopted SPDX tags and they place it as the very first line in a file (except where shebangs are used, then it's second line) and with slightly different comment styles than us. In part due to community overlap, in part due to better tag visibility and in part for other minor reasons, switch over to that style. This commit changes all instances where we have multiple licenses (in these cases, dual license) declared in the SPDX-License-Identifier tag. In this case we change from listing "LICENSE-A LICENSE-B" or "LICENSE-A or LICENSE-B" or "(LICENSE-A OR LICENSE-B)" to "LICENSE-A OR LICENSE-B" as per the Linux Kernel style document. Note that parenthesis are allowed so when they were used before we continue to use them. Reviewed-by: Fabio Estevam <[email protected]> Signed-off-by: Tom Rini <[email protected]>
- Loading branch information
Showing
121 changed files
with
121 additions
and
239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
// SPDX-License-Identifier: GPL-2.0+ OR X11 | ||
/* | ||
* Device Tree Include file for Freescale Layerscape-1043A family SoC. | ||
* | ||
* Copyright (C) 2015, Freescale Semiconductor | ||
* | ||
* Mingkai Hu <[email protected]> | ||
* | ||
* SPDX-License-Identifier: GPL-2.0+ X11 | ||
*/ | ||
|
||
/include/ "fsl-ls1043a.dtsi" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
// SPDX-License-Identifier: GPL-2.0+ OR X11 | ||
/* | ||
* Device Tree Include file for Freescale Layerscape-1043A family SoC. | ||
* | ||
* Copyright (C) 2015, Freescale Semiconductor | ||
* | ||
* Mingkai Hu <[email protected]> | ||
* | ||
* SPDX-License-Identifier: GPL-2.0+ X11 | ||
*/ | ||
|
||
/dts-v1/; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
// SPDX-License-Identifier: GPL-2.0+ OR X11 | ||
/* | ||
* Device Tree Include file for Freescale Layerscape-1043A family SoC. | ||
* | ||
* Copyright (C) 2014-2015, Freescale Semiconductor | ||
* | ||
* Mingkai Hu <[email protected]> | ||
* | ||
* SPDX-License-Identifier: GPL-2.0+ X11 | ||
*/ | ||
|
||
/include/ "skeleton64.dtsi" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
// SPDX-License-Identifier: GPL-2.0+ OR X11 | ||
/* | ||
* Device Tree Include file for Freescale Layerscape-1046A family SoC. | ||
* | ||
* Copyright (C) 2016, Freescale Semiconductor | ||
* | ||
* Mingkai Hu <[email protected]> | ||
* | ||
* SPDX-License-Identifier: GPL-2.0+ X11 | ||
*/ | ||
|
||
/include/ "fsl-ls1046a.dtsi" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
// SPDX-License-Identifier: GPL-2.0+ OR X11 | ||
/* | ||
* Device Tree Include file for Freescale Layerscape-1046A family SoC. | ||
* | ||
* Copyright 2016, Freescale Semiconductor | ||
* | ||
* Mingkai Hu <[email protected]> | ||
* | ||
* SPDX-License-Identifier: GPL-2.0+ X11 | ||
*/ | ||
|
||
/dts-v1/; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
// SPDX-License-Identifier: GPL-2.0+ OR X11 | ||
/* | ||
* Device Tree Include file for Freescale Layerscape-1046A family SoC. | ||
* | ||
* Copyright (C) 2016, Freescale Semiconductor | ||
* | ||
* Mingkai Hu <[email protected]> | ||
* | ||
* SPDX-License-Identifier: GPL-2.0+ X11 | ||
*/ | ||
|
||
/include/ "skeleton64.dtsi" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
// SPDX-License-Identifier: GPL-2.0+ OR X11 | ||
/* | ||
* NXP LS2081A RDB board device tree source for QSPI-boot | ||
* | ||
* Author: Priyanka Jain <[email protected]> | ||
* | ||
* Copyright 2017 NXP | ||
* | ||
* SPDX-License-Identifier: GPL-2.0+ X11 | ||
*/ | ||
|
||
/dts-v1/; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
// SPDX-License-Identifier: GPL-2.0+ OR X11 | ||
/* | ||
* NXP ls2080a RDB board device tree source for QSPI-boot | ||
* | ||
* Author: Priyanka Jain <[email protected]> | ||
* | ||
* Copyright 2017 NXP | ||
* | ||
* SPDX-License-Identifier: GPL-2.0+ X11 | ||
*/ | ||
|
||
/dts-v1/; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT) | ||
/* | ||
* Copyright (c) 2017 BayLibre SAS | ||
* Author: Neil Armstrong <[email protected]> | ||
* | ||
* SPDX-License-Identifier: (GPL-2.0+ OR MIT) | ||
*/ | ||
|
||
&apb { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT) | ||
/* | ||
* Copyright (c) 2017 Martin Blumenstingl <[email protected]>. | ||
* | ||
* SPDX-License-Identifier: (GPL-2.0+ OR MIT) | ||
*/ | ||
|
||
/dts-v1/; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT) | ||
/* | ||
* Copyright (c) 2017 BayLibre, SAS. | ||
* Author: Neil Armstrong <[email protected]> | ||
* Author: Jerome Brunet <[email protected]> | ||
* | ||
* SPDX-License-Identifier: (GPL-2.0+ OR MIT) | ||
*/ | ||
|
||
/dts-v1/; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT) | ||
/* | ||
* Copyright (c) 2016 Martin Blumenstingl <[email protected]>. | ||
* Based on meson-gx-p23x-q20x.dtsi: | ||
* - Copyright (c) 2016 Endless Computers, Inc. | ||
* Author: Carlo Caione <[email protected]> | ||
* - Copyright (c) 2016 BayLibre, SAS. | ||
* Author: Neil Armstrong <[email protected]> | ||
* | ||
* SPDX-License-Identifier: (GPL-2.0+ OR MIT) | ||
*/ | ||
|
||
/* Common DTSI for devices which are based on the P212 reference board. */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
// SPDX-License-Identifier: GPL-2.0+ OR X11 | ||
/* | ||
* Copyright (c) 2013 Heiko Stuebner <[email protected]> | ||
* | ||
* SPDX-License-Identifier: GPL-2.0+ or X11 | ||
*/ | ||
|
||
/dts-v1/; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
// SPDX-License-Identifier: GPL-2.0+ OR X11 | ||
/* | ||
* Copyright (c) 2013 MundoReader S.L. | ||
* Author: Heiko Stuebner <[email protected]> | ||
* | ||
* SPDX-License-Identifier: GPL-2.0+ or X11 | ||
*/ | ||
|
||
#include <dt-bindings/gpio/gpio.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.