diff options
author | Rahul Bedarkar <rahulbedarkar89@gmail.com> | 2017-03-30 19:13:49 +0530 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-01 15:35:14 +0200 |
commit | e261d807f3fb20fac23f87ae338df1717688fa9b (patch) | |
tree | 16790594a1ce4976306222d71b5dac2b2c9c2922 /support/scripts/scancpan | |
parent | d116b43b390388bd29f16db4bdfcc9663983fd50 (diff) | |
download | buildroot-e261d807f3fb20fac23f87ae338df1717688fa9b.tar.gz buildroot-e261d807f3fb20fac23f87ae338df1717688fa9b.zip |
scripts/scancpan: use SPDX short identifier for license
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'support/scripts/scancpan')
-rwxr-xr-x | support/scripts/scancpan | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/scripts/scancpan b/support/scripts/scancpan index b6123de02d..8d44ed908e 100755 --- a/support/scripts/scancpan +++ b/support/scripts/scancpan @@ -688,7 +688,7 @@ while (my ($distname, $dist) = each %dist) { $license =~ s|artistic_2|Artistic-2.0|; $license =~ s|mit|MIT|; $license =~ s|openssl|OpenSSL|; - $license =~ s|perl_5|Artistic or GPLv1+|; + $license =~ s|perl_5|Artistic or GPL-1.0+|; my $license_files = join q{ }, @{$license_files{$distname}}; say qq{write ${mkname}} unless $quiet; open my $fh, q{>}, $mkname; |