From 04b460f204d48e7665a3152d12ef386fe0e7e571 Mon Sep 17 00:00:00 2001 From: Yoshito Umaoka Date: Mon, 17 Oct 2016 21:55:45 +0000 Subject: [PATCH] ICU-12779 Added/fixed Unicode copyright comments, commiting changes on behalf of Norbert. X-SVN-Rev: 39459 --- icu4c/source/data/misc/zoneinfo64.txt | 4 ++-- icu4c/source/test/perf/Makefile.in | 4 ++++ icu4c/source/test/testdata/encoded.utf16be | Bin 2138 -> 2382 bytes icu4c/source/tools/tzcode/tz2icu.cpp | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/icu4c/source/data/misc/zoneinfo64.txt b/icu4c/source/data/misc/zoneinfo64.txt index c4280b50249..004b3378c5f 100644 --- a/icu4c/source/data/misc/zoneinfo64.txt +++ b/icu4c/source/data/misc/zoneinfo64.txt @@ -1,9 +1,9 @@ //--------------------------------------------------------- -// (C) 2016 and later: Unicode, Inc. and others. +// Copyright (C) 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html#License //--------------------------------------------------------- // Build tool: tz2icu -// Build date: Wed Oct 12 18:07:23 2016 +// Build date: Mon Oct 17 13:29:16 2016 // tz database: ftp://ftp.iana.org/tz/ // tz version: 2016g // ICU version: 58.1 diff --git a/icu4c/source/test/perf/Makefile.in b/icu4c/source/test/perf/Makefile.in index b70f035b832..faef51acd32 100644 --- a/icu4c/source/test/perf/Makefile.in +++ b/icu4c/source/test/perf/Makefile.in @@ -1,4 +1,8 @@ ## Makefile.in for ICU tests +## +## Copyright (C) 2016 and later: Unicode, Inc. and others. +## License & terms of use: http://www.unicode.org/copyright.html#License +## ## Copyright (c) 1999-2011, International Business Machines Corporation and ## others. All Rights Reserved. diff --git a/icu4c/source/test/testdata/encoded.utf16be b/icu4c/source/test/testdata/encoded.utf16be index dffb747c677c70cb692397806baacb578aaed3d0..dd287c184242698ba1d955a6a187361dab828aa1 100644 GIT binary patch delta 247 zcmca5a878#^Lhn_l?)0DMhpfFh74vvRw6?lLkf`20kTRMQW=UEtbn{wplBvTGDAL4 zE|ozCDB=keNoLSP(vc5Tp8?iU3>4>L&<8>-pu7)QXDU#AF;G^4K@Er@Cg(B~=KwkR z3~4~J6f6z0ECVQA!cYLT7-U2_80rD#k)5Ci)K$cg4wMHus(_&q$jb!sL3;JTWG>JP M%BYrayjQ~x0Q_YxLI3~& delta 11 ScmX>nbW32u^Ub#zi`fAp_ytP< diff --git a/icu4c/source/tools/tzcode/tz2icu.cpp b/icu4c/source/tools/tzcode/tz2icu.cpp index 7c01e02027d..def8f94cf69 100644 --- a/icu4c/source/tools/tzcode/tz2icu.cpp +++ b/icu4c/source/tools/tzcode/tz2icu.cpp @@ -1714,7 +1714,7 @@ int main(int argc, char *argv[]) { ofstream file(filename.c_str()); if (file) { file << "//---------------------------------------------------------" << endl - << "// (C) 2016 and later: Unicode, Inc. and others." << endl + << "// Copyright (C) 2016 and later: Unicode, Inc. and others." << endl << "// License & terms of use: http://www.unicode.org/copyright.html#License" << endl << "//---------------------------------------------------------" << endl << "// Build tool: tz2icu" << endl