ICU-12779 Added/fixed Unicode copyright comments, commiting changes on behalf of Norbert.
X-SVN-Rev: 39459
This commit is contained in:
parent
7ae322735b
commit
04b460f204
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
BIN
icu4c/source/test/testdata/encoded.utf16be
vendored
BIN
icu4c/source/test/testdata/encoded.utf16be
vendored
Binary file not shown.
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user