ICU-12900 change ppucd.txt for copyright scanner patterns
authorMarkus Scherer <markus.icu@gmail.com>
Thu, 23 Mar 2017 17:30:41 +0000 (17:30 +0000)
committerMarkus Scherer <markus.icu@gmail.com>
Thu, 23 Mar 2017 17:30:41 +0000 (17:30 +0000)
X-SVN-Rev: 39921

icu4c/source/data/unidata/ppucd.txt
tools/unicode/py/preparseucd.py

index 6b4eda77baacd1cab29a8a19523a7a35cad22afa..109f1cc7d4bdcd214d25926435bacd84ccd708a4 100644 (file)
@@ -1,6 +1,5 @@
-# Copyright (C) 2016 and later: Unicode, Inc. and others. TODO: remove this line, temporarily needed for copyright scanner
 # Preparsed UCD generated by ICU preparseucd.py
-# Copyright (C) 1991 and later: Unicode, Inc.
+# Copyright (C) 1991 and later: Unicode, Inc. and others.
 # License & terms of use: http://www.unicode.org/copyright.html
 ucd;9.0.0
 
index aad881d3dc87e025743c1a7da260cee506fbda5d..0915743200ed300f2a828c0ddd9220af4add4fe1 100755 (executable)
@@ -1094,7 +1094,7 @@ def EscapeNonASCII(s):
 
 def WritePreparsedUCD(out_file):
   out_file.write("""# Preparsed UCD generated by ICU preparseucd.py
-# Copyright (C) 1991 and later: Unicode, Inc.
+# Copyright (C) 1991 and later: Unicode, Inc. and others.
 # License & terms of use: http://www.unicode.org/copyright.html
 """);
   out_file.write("ucd;%s\n\n" % _ucd_version)