diff options
author | Wolfgang Denk | 2013-09-17 11:24:06 +0200 |
---|---|---|
committer | Tom Rini | 2013-09-20 10:30:54 -0400 |
commit | 1b387ef55c7a10a87814f3d8ffc04b62fbfc150e (patch) | |
tree | d1ccf5bc8f3a644921d153a9b8b9e4e352655d75 /board/mpl | |
parent | 9346d543668f24e0f4579e68beec5b2b1e98a5b1 (diff) |
SPDX: fix IBM-pibs license identifier
The SPDX License List version 1.19 now contains an official entry for
the IBM-pibs license. However, instead of our suggestion "ibm-pibs",
the SPDX License List uses "IBM-pibs", with the following rationale:
"The reason being that all other SPDX License List short identifiers
tend towards using capital letters unless spelling a word. I'd prefer
to be consistent to this end".
Change the license IDs to use the official name.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/mpl')
-rw-r--r-- | board/mpl/common/pci.c | 2 | ||||
-rw-r--r-- | board/mpl/mip405/init.S | 2 | ||||
-rw-r--r-- | board/mpl/pip405/init.S | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/board/mpl/common/pci.c b/board/mpl/common/pci.c index 6ab263a4d9d..cd969cb5182 100644 --- a/board/mpl/common/pci.c +++ b/board/mpl/common/pci.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: GPL-2.0 ibm-pibs + * SPDX-License-Identifier: GPL-2.0 IBM-pibs */ /* * Adapted for PIP405 03.07.01 diff --git a/board/mpl/mip405/init.S b/board/mpl/mip405/init.S index bf886c05c0b..642f17c35b6 100644 --- a/board/mpl/mip405/init.S +++ b/board/mpl/mip405/init.S @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: GPL-2.0 ibm-pibs + * SPDX-License-Identifier: GPL-2.0 IBM-pibs */ /*----------------------------------------------------------------------------- * Function: ext_bus_cntlr_init diff --git a/board/mpl/pip405/init.S b/board/mpl/pip405/init.S index 9ed27990a1a..95fed34fcc9 100644 --- a/board/mpl/pip405/init.S +++ b/board/mpl/pip405/init.S @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: GPL-2.0 ibm-pibs + * SPDX-License-Identifier: GPL-2.0 IBM-pibs */ /*----------------------------------------------------------------------------- * Function: ext_bus_cntlr_init |