[kernel] r14383 - dists/trunk/firmware-nonfree/linux-nonfree

Ben Hutchings benh at alioth.debian.org
Wed Oct 14 01:48:04 UTC 2009


Author: benh
Date: Wed Oct 14 01:48:03 2009
New Revision: 14383

Log:
Fix matching of 'Redistributable'

Modified:
   dists/trunk/firmware-nonfree/linux-nonfree/update.py

Modified: dists/trunk/firmware-nonfree/linux-nonfree/update.py
==============================================================================
--- dists/trunk/firmware-nonfree/linux-nonfree/update.py	Wed Oct 14 01:43:19 2009	(r14382)
+++ dists/trunk/firmware-nonfree/linux-nonfree/update.py	Wed Oct 14 01:48:03 2009	(r14383)
@@ -52,7 +52,7 @@
         elif keyword in ['Licence', 'License']:
             match = re.match(r'(BSD'
                              r'|GPLv2(?:\+| or later| or OpenIB\.org BSD)?'
-                             r'|Redistributable\.)\b',
+                             r'|Redistributable)\b',
                              value)
             if match:
                 section['licence'] = match.group(1)



More information about the Kernel-svn-changes mailing list