mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-12900 change ppucd.txt for copyright scanner patterns
X-SVN-Rev: 39921
This commit is contained in:
parent
e9ae3ff964
commit
1982037316
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue