diff options
author | Wolfgang Denk <wd@denx.de> | 2013-09-17 11:24:06 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-09-20 10:30:54 -0400 |
commit | 1b387ef55c7a10a87814f3d8ffc04b62fbfc150e (patch) | |
tree | d1ccf5bc8f3a644921d153a9b8b9e4e352655d75 /board/mpl/pip405 | |
parent | 9346d543668f24e0f4579e68beec5b2b1e98a5b1 (diff) | |
download | u-boot-imx-1b387ef55c7a10a87814f3d8ffc04b62fbfc150e.zip u-boot-imx-1b387ef55c7a10a87814f3d8ffc04b62fbfc150e.tar.gz u-boot-imx-1b387ef55c7a10a87814f3d8ffc04b62fbfc150e.tar.bz2 |
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/pip405')
-rw-r--r-- | board/mpl/pip405/init.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mpl/pip405/init.S b/board/mpl/pip405/init.S index 9ed2799..95fed34 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 |