diff options
author | Rahul Bedarkar <rahulbedarkar89@gmail.com> | 2017-03-30 19:13:43 +0530 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-01 15:27:59 +0200 |
commit | e0f7ce337b399ffaf62f6c354d51b8463e0d9447 (patch) | |
tree | 2037560731c4fef25f78ff33417aa286bc53b07c /support/scripts/scanpypi | |
parent | f33fd75afc1701ee1ded34454db7ce170adc4c9f (diff) | |
download | buildroot-e0f7ce337b399ffaf62f6c354d51b8463e0d9447.tar.gz buildroot-e0f7ce337b399ffaf62f6c354d51b8463e0d9447.zip |
package: use SPDX short identifier for GFDL family licenses
We want to use SPDX identifier for license string as much as possible.
SPDX short identifier for GFDLv1.1/GFDLv1.2/GFDLv1.3 is GFDL-1.1/
GFDL-1.2/GFDL-1.3.
This change is done using following command.
find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/GFDL(v)?([1]\.[1-3])(\+)?/GFDL-\2\3/g'
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'support/scripts/scanpypi')
0 files changed, 0 insertions, 0 deletions