From 19820373167440179e1f49507c712841dbadd66a Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Thu, 23 Mar 2017 17:30:41 +0000 Subject: [PATCH] ICU-12900 change ppucd.txt for copyright scanner patterns X-SVN-Rev: 39921 --- icu4c/source/data/unidata/ppucd.txt | 3 +-- tools/unicode/py/preparseucd.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/icu4c/source/data/unidata/ppucd.txt b/icu4c/source/data/unidata/ppucd.txt index 6b4eda77baa..109f1cc7d4b 100644 --- a/icu4c/source/data/unidata/ppucd.txt +++ b/icu4c/source/data/unidata/ppucd.txt @@ -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 diff --git a/tools/unicode/py/preparseucd.py b/tools/unicode/py/preparseucd.py index aad881d3dc8..0915743200e 100755 --- a/tools/unicode/py/preparseucd.py +++ b/tools/unicode/py/preparseucd.py @@ -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) -- 2.40.0