diff options
Diffstat (limited to 'scripts/licensecheck')
-rwxr-xr-x | scripts/licensecheck | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/licensecheck b/scripts/licensecheck index 1640d9f5..85524d19 100755 --- a/scripts/licensecheck +++ b/scripts/licensecheck @@ -23,7 +23,7 @@ sub checklicense($) $gl = " (v2.1)" if ($text =~ /version 2\.1 as published by the Free Software Foundation/); $gl = " (v2.1+)" if ($text =~ /either version 2\.1 of the License, or .at your option. any later version/); $qte = " (+Qt exception)" if ($text =~ /([Pp]ermission is given|[pP]ermission is also granted|[pP]ermission) to link (the code of )?this program with (any edition of )?(Qt|the Qt library)/); - $massave = " (wrong address)" if ($text =~ /(?:675 Mass Ave|59 Temple Place|51 Franklin Steet|02139|02111-1307)/i); # "51 Franklin Street, 02110-1301" is the right FSF address + $massave = " (wrong address)" if ($text =~ /(?:675 Mass Ave|59 Temple Place|51 Franklin Steet|02139|02110-1301)/i); # "51 Franklin Street, 02110-1301" is the right FSF address $license="GENERATED FILE" if ($text =~ /(All changes made in this file will be lost|DO NOT EDIT|DO NOT delete this file|[Gg]enerated by)/); $license="LGPL$gl$massave $license" if ($text =~ /is free software.? you can redistribute it and.?or modify it under the terms of the GNU (Library|Lesser) General Public License/); |