]> granicus.if.org Git - icu/commitdiff
ICU-12738 exclude LICENSE from BOM check
authorSteven R. Loomis <srl@icu-project.org>
Thu, 29 Sep 2016 17:29:41 +0000 (17:29 +0000)
committerSteven R. Loomis <srl@icu-project.org>
Thu, 29 Sep 2016 17:29:41 +0000 (17:29 +0000)
X-SVN-Rev: 39397

tools/release/c/bomfix.py

index 018d4eba20ef2fde28bbce73c9378c164266c099..3bec985fc056a35823347450820c518522adf45a 100644 (file)
@@ -63,6 +63,10 @@ for ent in tree:
             noprops = noprops + 1
             continue
 
+        if (fp == "./LICENSE"):
+            print "Skipping: %s" % fp
+            continue
+
         type = props
 
         # ends with \n because of process