]> code.ossystems Code Review - openembedded-core.git/commit
scripts: Add a conversion script to use SPDX license names
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 18 Feb 2022 17:09:23 +0000 (17:09 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 20 Feb 2022 16:43:38 +0000 (16:43 +0000)
commit512cd4ca91bc5107d68b7e721257a8f62f878994
treea63786164cd16894ecb509079f1fe5e60c8a598c
parentf87b32833ac5327c4659ab8c06af34e7bda83f83
scripts: Add a conversion script to use SPDX license names

We're standardising on SPDX license names so it is overdue to change
the ones in the LICENSE fileds to the SPDX values. Add a conversion
script which makes this straightforward on the most part.

Ultimately this allows the core code to be more efficient and not need
to consult the mappings.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/contrib/convert-spdx-licenses.py [new file with mode: 0755]