SVN commit 954454 by toma: revert M +0 -5 post-commit.pl --- trunk/kde-common/svn/hooks/post-commit.pl #954453:954454 @@ -766,11 +766,6 @@ $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)/); - if ($gl eq " (v2)" or $gl eq " (v3)") { - $lic_problem = 1; - $wrong = " (problem: needs a 'or later' statement, see license policy on techbase)"; - } - # Check for an old FSF address # MIT licenses will trigger the check too, as "675 Mass Ave" is MIT's address if ($text =~ /(?:675 Mass Ave|59 Temple Place|Suite 330|51 Franklin Steet|02139|02111-1307)/i) {