diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-04-21 13:39:27 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-04-23 08:52:26 -0400 |
commit | 40a39e875c9da8ca6214ef02f2cfcbfb3b50e7bc (patch) | |
tree | eceae2650e474e747734e05875437e211bff9e9e /Licenses/README | |
parent | 4dcd9a65d45ed5483d8d6ca4a7a71c1717cadaa4 (diff) | |
download | u-boot-imx-40a39e875c9da8ca6214ef02f2cfcbfb3b50e7bc.zip u-boot-imx-40a39e875c9da8ca6214ef02f2cfcbfb3b50e7bc.tar.gz u-boot-imx-40a39e875c9da8ca6214ef02f2cfcbfb3b50e7bc.tar.bz2 |
SPDX: add X11 SPDX-License-Identifier
These is a growing trend to license DT files dual GPL and X11
especially in the Linux community. It allows easier reuse of
device trees for other software projects.
This commit prepares for doing so in U-Boot too, since DT files are
often copied from the kernel to U-Boot.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'Licenses/README')
-rw-r--r-- | Licenses/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Licenses/README b/Licenses/README index 9b9a462..731d45c 100644 --- a/Licenses/README +++ b/Licenses/README @@ -67,3 +67,4 @@ BSD 3-clause "New" or "Revised" License BSD-3-Clause Y bsd-3-clause.txt http:/ IBM PIBS (PowerPC Initialization and IBM-pibs ibm-pibs.txt Boot Software) license ISC License ISC Y isc.txt https://spdx.org/licenses/ISC +X11 License X11 x11.txt https://spdx.org/licenses/X11.html |