ICU-12900 change ppucd.txt for copyright scanner patterns

X-SVN-Rev: 39921
This commit is contained in:
Markus Scherer 2017-03-23 17:30:41 +00:00
parent e9ae3ff964
commit 1982037316
2 changed files with 2 additions and 3 deletions

View 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

View file

@ -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)