Author: schoenfeld-guest
Date: 2008-02-20 10:24:23 +0000 (Wed, 20 Feb 2008)
New Revision: 1033
Modified:
trunk/debian/changelog
trunk/scripts/licensecheck.pl
Log:
* licensecheck: Support a less common form of MIT license usage
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-02-20 00:59:23 UTC (rev 1032)
+++ trunk/debian/changelog 2008-02-20 10:24:23 UTC (rev 1033)
@@ -33,8 +33,11 @@
+ Check signature of source packages using dscverify, use -u to disable.
(Closes: #434521)
- -- Adam D. Barratt <[EMAIL PROTECTED]> Tue, 19 Feb 2008 06:53:31 +0000
+ [ Patrick Schoenfeld ]
+ * licensecheck: Support a less common form of MIT license usage
+ -- Patrick Schoenfeld <[EMAIL PROTECTED]> Wed, 20 Feb 2008 11:24:10 +0100
+
devscripts (2.10.16) unstable; urgency=low
The "storm before the calm" release
Modified: trunk/scripts/licensecheck.pl
===================================================================
--- trunk/scripts/licensecheck.pl 2008-02-20 00:59:23 UTC (rev 1032)
+++ trunk/scripts/licensecheck.pl 2008-02-20 10:24:23 UTC (rev 1033)
@@ -383,6 +383,10 @@
$license = "QPL $license";
}
+ if ($licensetext =~
/http:\/\/opensource.org\/licenses\/mit-license.php/) {
+ $license = "MIT/X11 (BSD like) $license";
+ }
+
if ($licensetext =~ /Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated documentation files
\(the Software\), to deal in the Software/) {
$license = "MIT/X11 (BSD like) $license";
}
--
To unsubscribe, send mail to [EMAIL PROTECTED]