ICU-12779 Merging Unicode copyright fixes #12779 (r39459) to maint-58 for 58.1 GA.

X-SVN-Rev: 39464
diff --git a/source/data/misc/zoneinfo64.txt b/source/data/misc/zoneinfo64.txt
index c4280b5..004b337 100644
--- a/source/data/misc/zoneinfo64.txt
+++ b/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/source/test/perf/Makefile.in b/source/test/perf/Makefile.in
index b70f035..faef51a 100644
--- a/source/test/perf/Makefile.in
+++ b/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/source/test/testdata/encoded.utf16be b/source/test/testdata/encoded.utf16be
index dffb747..dd287c1 100644
--- a/source/test/testdata/encoded.utf16be
+++ b/source/test/testdata/encoded.utf16be
Binary files differ
diff --git a/source/tools/tzcode/tz2icu.cpp b/source/tools/tzcode/tz2icu.cpp
index 7c01e02..def8f94 100644
--- a/source/tools/tzcode/tz2icu.cpp
+++ b/source/tools/tzcode/tz2icu.cpp
@@ -1714,7 +1714,7 @@
     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