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