diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-06 06:05:05 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-06 06:05:05 +0000 |
commit | ac3810bb690b55a64d1e84f760c749a24c0a4084 (patch) | |
tree | 3d81744603332eeb28b3168d18acecab2dbb30c7 /scripts/licensecheck | |
parent | 3c5092f65b00e5de825a415990bcda0186e9272f (diff) | |
download | tdesdk-ac3810bb690b55a64d1e84f760c749a24c0a4084.tar.gz tdesdk-ac3810bb690b55a64d1e84f760c749a24c0a4084.zip |
Fixed remaining GPL address zip codes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1070598 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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/); |