diff --git a/icu4c/source/samples/legacy/README b/icu4c/source/samples/legacy/README index 3dcf556338..3461de1429 100644 --- a/icu4c/source/samples/legacy/README +++ b/icu4c/source/samples/legacy/README @@ -1,3 +1,6 @@ +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html#License + Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved. This example demonstrates running an instance of ICU 1.8.1. together with a current version of ICU. It only tests u_getVersion and several collation APIs. diff --git a/icu4c/source/samples/legacy/newcol.cpp b/icu4c/source/samples/legacy/newcol.cpp index 195a8acdb4..e63fe7079c 100644 --- a/icu4c/source/samples/legacy/newcol.cpp +++ b/icu4c/source/samples/legacy/newcol.cpp @@ -1,6 +1,12 @@ /* ******************************************************************************* * +* Copyright (C) 2016 and later: Unicode, Inc. and others. +* License & terms of use: http://www.unicode.org/copyright.html#License +* +******************************************************************************* +******************************************************************************* +* * Copyright (C) 2001 - 2005, International Business Machines * Corporation and others. All Rights Reserved. * diff --git a/icu4c/source/test/perf/collationperf/CollPerf.pl b/icu4c/source/test/perf/collationperf/CollPerf.pl index 26d236b0d9..3e11d2119a 100755 --- a/icu4c/source/test/perf/collationperf/CollPerf.pl +++ b/icu4c/source/test/perf/collationperf/CollPerf.pl @@ -1,5 +1,8 @@ #!/usr/bin/perl # ******************************************************************** +# * Copyright (C) 2016 and later: Unicode, Inc. and others. +# * License & terms of use: http://www.unicode.org/copyright.html#License +# ******************************************************************** # * COPYRIGHT: # * Copyright (c) 2002-2013, International Business Machines Corporation and # * others. All Rights Reserved. diff --git a/icu4c/source/test/perf/collationperf/Makefile.in b/icu4c/source/test/perf/collationperf/Makefile.in index 81e324872d..13ec1a73dc 100644 --- a/icu4c/source/test/perf/collationperf/Makefile.in +++ b/icu4c/source/test/perf/collationperf/Makefile.in @@ -1,4 +1,7 @@ ## Makefile.in for ICU - test/perf/collationperf +## Copyright (C) 2016 and later: Unicode, Inc. and others. +## License & terms of use: http://www.unicode.org/copyright.html#License +## ## Copyright (c) 2001-2011, International Business Machines Corporation and ## others. All Rights Reserved. diff --git a/icu4c/source/test/perf/collationperf/collperf.cpp b/icu4c/source/test/perf/collationperf/collperf.cpp index 1ce0781761..d92ecc6a5b 100644 --- a/icu4c/source/test/perf/collationperf/collperf.cpp +++ b/icu4c/source/test/perf/collationperf/collperf.cpp @@ -1,8 +1,12 @@ -/******************************************************************** +/*********************************************************************** + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License + *********************************************************************** + *********************************************************************** * COPYRIGHT: * Copyright (C) 2001-2012 IBM, Inc. All Rights Reserved. * - ********************************************************************/ + ***********************************************************************/ /******************************************************************************** * * File CALLCOLL.C diff --git a/icu4c/source/test/perf/collationperf/readme.html b/icu4c/source/test/perf/collationperf/readme.html index 72cb7d039d..07fb7a7e69 100644 --- a/icu4c/source/test/perf/collationperf/readme.html +++ b/icu4c/source/test/perf/collationperf/readme.html @@ -3,7 +3,9 @@ - + collperf @@ -81,4 +83,4 @@ and Unix/POSIX collation. It operates on a file of lines (names, for example), a - \ No newline at end of file + diff --git a/icu4c/source/test/perf/leperf/FontObject.cpp b/icu4c/source/test/perf/leperf/FontObject.cpp index 1d6f6ec88d..f07a1b314e 100644 --- a/icu4c/source/test/perf/leperf/FontObject.cpp +++ b/icu4c/source/test/perf/leperf/FontObject.cpp @@ -1,5 +1,11 @@ /*************************************************************************** * +* Copyright (C) 2016 and later: Unicode, Inc. and others. +* License & terms of use: http://www.unicode.org/copyright.html#License +* +****************************************************************************/ +/*************************************************************************** +* * Copyright (C) 1998-2013, International Business Machines * Corporation and others. All Rights Reserved. * diff --git a/icu4c/source/test/perf/leperf/sfnt.h b/icu4c/source/test/perf/leperf/sfnt.h index f39d64a9c7..0b11b1ad0e 100644 --- a/icu4c/source/test/perf/leperf/sfnt.h +++ b/icu4c/source/test/perf/leperf/sfnt.h @@ -1,5 +1,11 @@ /*************************************************************************** * +* Copyright (C) 2016 and later: Unicode, Inc. and others. +* License & terms of use: http://www.unicode.org/copyright.html#License +* +****************************************************************************/ +/*************************************************************************** +* * Copyright (C) 1998-2013, International Business Machines * Corporation and others. All Rights Reserved. * diff --git a/icu4c/source/test/perf/usetperf/usetperf.cpp b/icu4c/source/test/perf/usetperf/usetperf.cpp index c75406a1ec..65404b6910 100644 --- a/icu4c/source/test/perf/usetperf/usetperf.cpp +++ b/icu4c/source/test/perf/usetperf/usetperf.cpp @@ -1,8 +1,12 @@ /* -********************************************************************** +*********************************************************************** +* Copyright (C) 2016 and later: Unicode, Inc. and others. +* License & terms of use: http://www.unicode.org/copyright.html#License +*********************************************************************** +*********************************************************************** * Copyright (c) 2002-2005, International Business Machines * Corporation and others. All Rights Reserved. -********************************************************************** +*********************************************************************** * 2005Nov22 Raymond Yang * * migrate old test created by aliu to perf test framework.