remove LICENSE from placeholder list
authorAnas Nashif <anas.nashif@intel.com>
Thu, 30 May 2013 18:57:23 +0000 (14:57 -0400)
committerAnas Nashif <anas.nashif@intel.com>
Thu, 30 May 2013 18:57:23 +0000 (14:57 -0400)
TagsCheck.py

index 14097f5..4381347 100644 (file)
@@ -800,7 +800,7 @@ class TagsCheck(AbstractCheck.AbstractCheck):
             printError(pkg, 'no-license')
         else:
             valid_license = True
-            for p in ['TBD', 'TO BE', 'FILLED', 'Unspecified', 'TO_BE', 'TIZEN', 'samsung', 'Samsung', 'LICENSE' ]:
+            for p in ['TBD', 'TO BE', 'FILLED', 'Unspecified', 'TO_BE', 'TIZEN', 'samsung', 'Samsung'  ]:
                 if p in rpm_license:
                     printWarning(pkg, 'license-placeholder-not-allowed', rpm_license)
                     valid_license = False