summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-05-30 14:57:23 -0400
committerAnas Nashif <anas.nashif@intel.com>2013-05-30 14:57:23 -0400
commitd14587632ea515d4967e05bebcd58cbf1b87251b (patch)
tree3d4a4736aebd2b36256352616b26f20378db371b
parent4ea0641c7f32608a8d1233c57aca0eb13567b2c8 (diff)
downloadrpmlint-d14587632ea515d4967e05bebcd58cbf1b87251b.tar.gz
rpmlint-d14587632ea515d4967e05bebcd58cbf1b87251b.tar.bz2
rpmlint-d14587632ea515d4967e05bebcd58cbf1b87251b.zip
remove LICENSE from placeholder list
-rw-r--r--TagsCheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TagsCheck.py b/TagsCheck.py
index 14097f5..4381347 100644
--- a/TagsCheck.py
+++ b/TagsCheck.py
@@ -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