From 0ca4234c589a6745e48e4d07161c3317bedb3a69 Mon Sep 17 00:00:00 2001 From: Norbert Runge Date: Wed, 28 Sep 2016 22:12:27 +0000 Subject: [PATCH] ICU-12761 Adds Unicode copyright notice. X-SVN-Rev: 39388 --- icu4c/source/common/rbbicst.pl | 4 ++++ icu4c/source/common/rbbirpt.txt | 6 ++++++ icu4c/source/data/brkitr/rules/sent.txt | 3 +++ icu4c/source/data/brkitr/rules/sent_el.txt | 3 +++ icu4c/source/data/brkitr/rules/title.txt | 3 +++ icu4c/source/samples/Makefile.in | 3 +++ icu4c/source/samples/break/Makefile | 3 +++ icu4c/source/samples/break/break.cpp | 6 ++++++ icu4c/source/samples/break/readme.txt | 3 +++ icu4c/source/samples/break/ubreak.c | 6 ++++++ icu4c/source/samples/cal/Makefile.in | 3 +++ icu4c/source/samples/cal/cal.c | 4 ++++ icu4c/source/samples/cal/readme.txt | 3 +++ icu4c/source/samples/cal/uprint.c | 4 ++++ icu4c/source/samples/cal/uprint.h | 4 ++++ icu4c/source/samples/case/Makefile | 3 +++ icu4c/source/samples/case/case.cpp | 6 ++++++ icu4c/source/samples/case/readme.txt | 3 +++ icu4c/source/samples/case/ucase.c | 6 ++++++ icu4c/source/samples/citer/Makefile | 3 +++ icu4c/source/samples/citer/citer.cpp | 6 ++++++ icu4c/source/samples/citer/readme.txt | 3 +++ icu4c/source/samples/coll/Makefile | 3 +++ icu4c/source/samples/coll/coll.cpp | 10 ++++++++-- icu4c/source/samples/coll/readme.txt | 3 +++ icu4c/source/samples/csdet/Makefile | 3 +++ icu4c/source/samples/csdet/csdet.c | 8 ++++++-- icu4c/source/samples/csdet/readme.txt | 3 +++ icu4c/source/samples/date/Makefile.in | 3 +++ icu4c/source/samples/date/date.c | 6 +++++- icu4c/source/samples/date/readme.txt | 3 +++ icu4c/source/samples/date/uprint.c | 4 ++++ icu4c/source/samples/date/uprint.h | 4 ++++ icu4c/source/samples/datecal/Makefile | 3 +++ icu4c/source/samples/datecal/cal.cpp | 6 ++++++ icu4c/source/samples/datecal/ccal.c | 6 ++++++ icu4c/source/samples/datefmt/Makefile | 3 +++ icu4c/source/samples/datefmt/README.TXT | 3 +++ icu4c/source/samples/datefmt/answers/main_0.cpp | 6 +++++- icu4c/source/samples/datefmt/answers/main_1.cpp | 8 ++++++-- icu4c/source/samples/datefmt/answers/main_2.cpp | 8 ++++++-- icu4c/source/samples/datefmt/answers/main_3.cpp | 8 ++++++-- icu4c/source/samples/datefmt/main.cpp | 8 ++++++-- icu4c/source/samples/datefmt/util.cpp | 8 ++++++-- icu4c/source/samples/datefmt/util.h | 8 ++++++-- icu4c/source/samples/defs.mk | 3 +++ icu4c/source/samples/layout/FontMap.GDI | 3 +++ icu4c/source/samples/layout/FontMap.Gnome | 3 +++ icu4c/source/samples/layout/FontMap.cpp | 4 ++++ icu4c/source/samples/layout/FontMap.h | 4 ++++ icu4c/source/samples/layout/FontTableCache.cpp | 8 ++++++-- icu4c/source/samples/layout/FontTableCache.h | 4 ++++ icu4c/source/samples/layout/GDIFontInstance.cpp | 6 ++++++ icu4c/source/samples/layout/GDIFontInstance.h | 6 ++++++ icu4c/source/samples/layout/GDIFontMap.cpp | 4 ++++ icu4c/source/samples/layout/GDIFontMap.h | 4 ++++ icu4c/source/samples/layout/GDIGUISupport.cpp | 6 ++++++ icu4c/source/samples/layout/GDIGUISupport.h | 6 ++++++ icu4c/source/samples/layout/GUISupport.h | 6 ++++++ icu4c/source/samples/layout/GnomeFontInstance.cpp | 6 ++++++ icu4c/source/samples/layout/GnomeFontInstance.h | 6 ++++++ icu4c/source/samples/layout/GnomeFontMap.cpp | 4 ++++ icu4c/source/samples/layout/GnomeFontMap.h | 4 ++++ icu4c/source/samples/layout/GnomeGUISupport.cpp | 6 ++++++ icu4c/source/samples/layout/GnomeGUISupport.h | 6 ++++++ icu4c/source/samples/layout/LayoutSample.rc | 8 ++++++++ icu4c/source/samples/layout/Makefile.in | 3 +++ icu4c/source/samples/layout/RenderingSurface.h | 6 ++++++ .../samples/layout/ScriptCompositeFontInstance.cpp | 6 ++++++ .../samples/layout/ScriptCompositeFontInstance.h | 3 +++ icu4c/source/samples/layout/Surface.cpp | 3 +++ icu4c/source/samples/layout/Surface.h | 3 +++ icu4c/source/samples/layout/UnicodeReader.cpp | 4 ++++ icu4c/source/samples/layout/UnicodeReader.h | 4 ++++ icu4c/source/samples/layout/arraymem.h | 3 +++ icu4c/source/samples/layout/cgnomelayout.c | 6 ++++++ icu4c/source/samples/layout/clayout.c | 6 ++++++ icu4c/source/samples/layout/cmaps.cpp | 6 ++++++ icu4c/source/samples/layout/cmaps.h | 6 ++++++ icu4c/source/samples/layout/gdiglue.cpp | 3 +++ icu4c/source/samples/layout/gdiglue.h | 3 +++ icu4c/source/samples/layout/gnomeglue.cpp | 3 +++ icu4c/source/samples/layout/gnomeglue.h | 3 +++ icu4c/source/samples/layout/gnomelayout.cpp | 6 ++++++ icu4c/source/samples/layout/gsupport.h | 3 +++ icu4c/source/samples/layout/layout.cpp | 6 ++++++ icu4c/source/samples/layout/paragraph.cpp | 6 ++++++ icu4c/source/samples/layout/paragraph.h | 6 ++++++ icu4c/source/samples/layout/pflow.c | 3 +++ icu4c/source/samples/layout/pflow.h | 3 +++ icu4c/source/samples/layout/readme.html | 5 ++++- icu4c/source/samples/layout/resource.h | 3 +++ icu4c/source/samples/layout/rsurface.cpp | 3 +++ icu4c/source/samples/layout/rsurface.h | 3 +++ icu4c/source/samples/layout/sfnt.h | 6 ++++++ icu4c/source/samples/layout/ucreader.cpp | 3 +++ icu4c/source/samples/layout/ucreader.h | 3 +++ icu4c/source/samples/legacy/Makefile | 3 +++ icu4c/source/samples/legacy/legacy.cpp | 6 ++++++ icu4c/source/samples/legacy/oldcol.cpp | 6 ++++++ icu4c/source/samples/msgfmt/Makefile | 3 +++ icu4c/source/samples/msgfmt/README.TXT | 3 +++ icu4c/source/samples/msgfmt/answers/main_0.cpp | 8 ++++++-- icu4c/source/samples/msgfmt/answers/main_1.cpp | 8 ++++++-- icu4c/source/samples/msgfmt/answers/main_2.cpp | 8 ++++++-- icu4c/source/samples/msgfmt/answers/main_3.cpp | 8 ++++++-- icu4c/source/samples/msgfmt/main.cpp | 8 ++++++-- icu4c/source/samples/msgfmt/util.cpp | 8 ++++++-- icu4c/source/samples/msgfmt/util.h | 8 ++++++-- icu4c/source/samples/numfmt/Makefile | 3 +++ icu4c/source/samples/numfmt/capi.c | 6 +++++- icu4c/source/samples/numfmt/main.cpp | 6 +++++- icu4c/source/samples/numfmt/readme.txt | 3 +++ icu4c/source/samples/numfmt/util.cpp | 8 ++++++-- icu4c/source/samples/numfmt/util.h | 6 +++++- icu4c/source/samples/plurfmtsample/plurfmtsample.cpp | 8 ++++++-- icu4c/source/samples/props/Makefile | 3 +++ icu4c/source/samples/props/props.cpp | 6 ++++++ icu4c/source/samples/props/readme.txt | 3 +++ icu4c/source/samples/readme.txt | 3 +++ icu4c/source/samples/rules.mk | 3 +++ icu4c/source/samples/strsrch/Makefile | 3 +++ icu4c/source/samples/strsrch/readme.txt | 3 +++ icu4c/source/samples/strsrch/strsrch.cpp | 9 +++++++-- icu4c/source/samples/translit/Makefile | 3 +++ icu4c/source/samples/translit/README.TXT | 3 +++ icu4c/source/samples/translit/answers/main_1.cpp | 8 ++++++-- icu4c/source/samples/translit/answers/main_2.cpp | 8 ++++++-- icu4c/source/samples/translit/answers/main_3.cpp | 8 ++++++-- icu4c/source/samples/translit/answers/main_4.cpp | 8 ++++++-- icu4c/source/samples/translit/answers/unaccent.cpp | 7 +++++-- icu4c/source/samples/translit/answers/unaccent.h | 8 ++++++-- icu4c/source/samples/translit/main.cpp | 8 ++++++-- icu4c/source/samples/translit/unaccent.cpp | 8 ++++++-- icu4c/source/samples/translit/unaccent.h | 8 ++++++-- icu4c/source/samples/translit/util.cpp | 8 ++++++-- icu4c/source/samples/translit/util.h | 8 ++++++-- icu4c/source/samples/uciter8/Makefile | 3 +++ icu4c/source/samples/uciter8/readme.txt | 3 +++ icu4c/source/samples/uciter8/uciter8.c | 6 ++++++ icu4c/source/samples/uciter8/uit_len8.c | 6 ++++++ icu4c/source/samples/uciter8/uit_len8.h | 6 ++++++ icu4c/source/samples/ucnv/Makefile | 3 +++ icu4c/source/samples/ucnv/convsamp.cpp | 8 +++++++- icu4c/source/samples/ucnv/data06.txt | 8 +++++++- icu4c/source/samples/ucnv/flagcb.c | 8 ++++++-- icu4c/source/samples/ucnv/flagcb.h | 5 ++++- icu4c/source/samples/ucnv/readme.txt | 3 +++ icu4c/source/samples/udata/Makefile | 3 +++ icu4c/source/samples/udata/reader.c | 6 ++++++ icu4c/source/samples/udata/readme.txt | 3 +++ icu4c/source/samples/udata/writer.c | 6 ++++++ icu4c/source/samples/ufortune/Makefile | 5 ++++- icu4c/source/samples/ufortune/fortunedefs.mk | 3 +++ icu4c/source/samples/ufortune/readme.txt | 3 +++ icu4c/source/samples/ufortune/resources/Makefile | 3 +++ icu4c/source/samples/ufortune/resources/es.txt | 5 ++++- .../samples/ufortune/resources/fortune_resources.mak | 3 +++ icu4c/source/samples/ufortune/resources/root.txt | 5 ++++- icu4c/source/samples/ufortune/ufortune.c | 10 ++++++++-- icu4c/source/samples/ugrep/Makefile | 3 +++ icu4c/source/samples/ugrep/readme.txt | 3 +++ icu4c/source/samples/ugrep/ugrep.cpp | 8 +++++++- icu4c/source/samples/uresb/Makefile | 3 +++ icu4c/source/samples/uresb/en.txt | 3 +++ icu4c/source/samples/uresb/readme.txt | 3 +++ icu4c/source/samples/uresb/resources.mak | 3 +++ icu4c/source/samples/uresb/root.txt | 3 +++ icu4c/source/samples/uresb/sr.txt | 3 +++ icu4c/source/samples/uresb/uresb.c | 6 ++++++ icu4c/source/samples/ustring/Makefile | 3 +++ icu4c/source/samples/ustring/readme.txt | 3 +++ icu4c/source/samples/ustring/ustring.cpp | 6 ++++++ icu4c/source/test/perf/DateFmtPerf/DateFmtPerf.cpp | 10 +++++++--- icu4c/source/test/perf/DateFmtPerf/DateFmtPerf.h | 10 +++++++--- icu4c/source/test/perf/DateFmtPerf/Makefile.in | 3 +++ icu4c/source/test/perf/DateFmtPerf/ReadMe.txt | 12 ++++++++---- icu4c/source/test/perf/DateFmtPerf/breakdata.h | 10 +++++++--- icu4c/source/test/perf/DateFmtPerf/collationdata.h | 10 +++++++--- icu4c/source/test/perf/DateFmtPerf/datedata.h | 10 +++++++--- icu4c/source/test/perf/README | 3 +++ icu4c/source/test/perf/charperf/CharPerf.pl | 4 ++++ icu4c/source/test/perf/charperf/CharPerf_r.pl | 4 ++++ icu4c/source/test/perf/charperf/Makefile.in | 3 +++ icu4c/source/test/perf/charperf/charperf.cpp | 8 ++++++-- icu4c/source/test/perf/charperf/charperf.h | 4 ++++ icu4c/source/test/perf/collperf/CollPerf.pl | 4 ++++ icu4c/source/test/perf/collperf/CollPerf_r.pl | 4 ++++ icu4c/source/test/perf/collperf/Makefile.in | 3 +++ icu4c/source/test/perf/collperf/collperf.cpp | 9 +++++++-- icu4c/source/test/perf/collperf2/CollPerf2_r.pl | 4 ++++ icu4c/source/test/perf/collperf2/Makefile.in | 3 +++ icu4c/source/test/perf/collperf2/collperf2.cpp | 8 ++++++-- icu4c/source/test/perf/convperf/ConvPerf_r.pl | 4 ++++ icu4c/source/test/perf/convperf/Makefile.in | 3 +++ icu4c/source/test/perf/convperf/convperf.cpp | 10 +++++++--- icu4c/source/test/perf/convperf/convperf.h | 10 +++++++--- icu4c/source/test/perf/convperf/convperf_ansi.pl | 4 ++++ icu4c/source/test/perf/convperf/convperf_iml.pl | 4 ++++ icu4c/source/test/perf/convperf/data.h | 10 +++++++--- icu4c/source/test/perf/dicttrieperf/Makefile.in | 3 +++ icu4c/source/test/perf/dicttrieperf/dicttrieperf.cpp | 8 ++++++-- icu4c/source/test/perf/howExpensiveIs/Makefile.in | 3 +++ .../test/perf/howExpensiveIs/howExpensiveIs.cpp | 8 ++++++-- icu4c/source/test/perf/howExpensiveIs/readme.txt | 3 +++ icu4c/source/test/perf/howExpensiveIs/sieve.cpp | 8 ++++++-- icu4c/source/test/perf/howExpensiveIs/sieve.h | 8 ++++++-- icu4c/source/test/perf/icuperf2report.xsl | 3 +++ icu4c/source/test/perf/leperf/FontObject.h | 8 +++++++- icu4c/source/test/perf/leperf/FontTableCache.cpp | 8 ++++++-- icu4c/source/test/perf/leperf/FontTableCache.h | 4 ++++ icu4c/source/test/perf/leperf/Makefile.in | 3 +++ .../source/test/perf/leperf/PortableFontInstance.cpp | 6 ++++++ icu4c/source/test/perf/leperf/PortableFontInstance.h | 6 ++++++ icu4c/source/test/perf/leperf/SimpleFontInstance.cpp | 6 ++++++ icu4c/source/test/perf/leperf/SimpleFontInstance.h | 6 ++++++ icu4c/source/test/perf/leperf/cfonts.cpp | 3 +++ icu4c/source/test/perf/leperf/cfonts.h | 3 +++ icu4c/source/test/perf/leperf/cmaps.cpp | 8 +++++++- icu4c/source/test/perf/leperf/cmaps.h | 8 +++++++- icu4c/source/test/perf/leperf/leperf.cpp | 8 +++++++- icu4c/source/test/perf/leperf/letrperf.cpp | 8 +++++++- icu4c/source/test/perf/leperf/xmlreader.cpp | 6 ++++++ icu4c/source/test/perf/leperf/xmlreader.h | 3 +++ icu4c/source/test/perf/normperf/Makefile.in | 3 +++ icu4c/source/test/perf/normperf/NormPerf.pl | 4 ++++ icu4c/source/test/perf/normperf/NormPerf_r.pl | 4 ++++ icu4c/source/test/perf/normperf/dtfmtrtperf.cpp | 12 ++++++++---- icu4c/source/test/perf/normperf/normperf.cpp | 10 +++++++--- icu4c/source/test/perf/normperf/normperf.h | 10 +++++++--- icu4c/source/test/perf/perldriver/Common.pl.template | 4 ++++ icu4c/source/test/perf/perldriver/Dataset.pm | 4 ++++ icu4c/source/test/perf/perldriver/Format.pm | 4 ++++ icu4c/source/test/perf/perldriver/Output.pm | 4 ++++ icu4c/source/test/perf/perldriver/PerfFramework.pm | 4 ++++ icu4c/source/test/perf/strsrchperf/Makefile.in | 3 +++ icu4c/source/test/perf/strsrchperf/StrSrchPerf_r.pl | 4 ++++ icu4c/source/test/perf/strsrchperf/strsrchperf.cpp | 7 ++++++- icu4c/source/test/perf/strsrchperf/strsrchperf.h | 7 ++++++- icu4c/source/test/perf/ubrkperf/Makefile.in | 3 +++ icu4c/source/test/perf/ubrkperf/UBrkPerf_r.pl | 4 ++++ icu4c/source/test/perf/ubrkperf/ubrkperf.cpp | 9 +++++++-- icu4c/source/test/perf/ubrkperf/ubrkperf.h | 4 ++++ icu4c/source/test/perf/ubrkperf/ubrkperfold.cpp | 9 +++++++-- .../source/test/perf/ucnvavailperf/ucnvavailperf.cpp | 6 ++++++ icu4c/source/test/perf/unisetperf/Makefile.in | 3 +++ icu4c/source/test/perf/unisetperf/draft/bitset.cpp | 8 ++++++-- icu4c/source/test/perf/unisetperf/draft/contperf.bat | 3 +++ icu4c/source/test/perf/unisetperf/draft/contperf.sh | 3 +++ .../source/test/perf/unisetperf/draft/span16perf.bat | 3 +++ .../source/test/perf/unisetperf/draft/span16perf.sh | 3 +++ .../source/test/perf/unisetperf/draft/span8perf.bat | 3 +++ icu4c/source/test/perf/unisetperf/draft/span8perf.sh | 3 +++ icu4c/source/test/perf/unisetperf/draft/trieset.cpp | 8 ++++++-- icu4c/source/test/perf/unisetperf/draft/unicont.h | 8 ++++++-- icu4c/source/test/perf/unisetperf/unisetperf.cpp | 8 ++++++-- icu4c/source/test/perf/unisetperf/unisetperf.pl | 4 ++++ icu4c/source/test/perf/usetperf/Makefile.in | 3 +++ icu4c/source/test/perf/usetperf/UsetPerf.pl | 4 ++++ icu4c/source/test/perf/usetperf/bitset.cpp | 8 ++++++-- icu4c/source/test/perf/usetperf/bitset.h | 8 ++++++-- icu4c/source/test/perf/ustrperf/Makefile.in | 3 +++ icu4c/source/test/perf/ustrperf/StringPerf.pl | 6 +++++- icu4c/source/test/perf/ustrperf/StringPerf_r.pl | 4 ++++ icu4c/source/test/perf/ustrperf/stringperf.cpp | 9 +++++++-- icu4c/source/test/perf/ustrperf/stringperf.h | 8 ++++++-- icu4c/source/test/perf/utfperf/Makefile.in | 3 +++ icu4c/source/test/perf/utfperf/UtfPerf.pl | 4 ++++ icu4c/source/test/perf/utfperf/utfperf.cpp | 8 ++++++-- icu4c/source/test/perf/utrie2perf/Makefile.in | 3 +++ icu4c/source/test/perf/utrie2perf/utrie2perf.bat | 3 +++ icu4c/source/test/perf/utrie2perf/utrie2perf.cpp | 8 ++++++-- icu4c/source/test/perf/utrie2perf/utrie2perf.sh | 3 +++ icu4c/source/test/testdata/break_rules/readme.txt | 3 +++ icu4c/source/test/testdata/break_rules/sentence.txt | 3 +++ 275 files changed, 1270 insertions(+), 163 deletions(-) diff --git a/icu4c/source/common/rbbicst.pl b/icu4c/source/common/rbbicst.pl index 52383bef08b..32dd2ffff10 100755 --- a/icu4c/source/common/rbbicst.pl +++ b/icu4c/source/common/rbbicst.pl @@ -1,4 +1,8 @@ #************************************************************************** +# Copyright (C) 2016 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html#License +#************************************************************************** +#************************************************************************** # Copyright (C) 2002-2016 International Business Machines Corporation # and others. All rights reserved. #************************************************************************** diff --git a/icu4c/source/common/rbbirpt.txt b/icu4c/source/common/rbbirpt.txt index fd00a83ae86..c27857eb295 100644 --- a/icu4c/source/common/rbbirpt.txt +++ b/icu4c/source/common/rbbirpt.txt @@ -1,4 +1,10 @@ +#***************************************************************************** +# +# Copyright (C) 2016 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html#License +# +#***************************************************************************** #***************************************************************************** # # Copyright (C) 2002-2016, International Business Machines Corporation and others. diff --git a/icu4c/source/data/brkitr/rules/sent.txt b/icu4c/source/data/brkitr/rules/sent.txt index 0061d50592e..49970ee3aeb 100644 --- a/icu4c/source/data/brkitr/rules/sent.txt +++ b/icu4c/source/data/brkitr/rules/sent.txt @@ -1,4 +1,7 @@ # +# Copyright (C) 2016 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html#License +# # Copyright (C) 2002-2015, International Business Machines Corporation and others. # All Rights Reserved. # diff --git a/icu4c/source/data/brkitr/rules/sent_el.txt b/icu4c/source/data/brkitr/rules/sent_el.txt index 2190628e458..7a0c984003d 100644 --- a/icu4c/source/data/brkitr/rules/sent_el.txt +++ b/icu4c/source/data/brkitr/rules/sent_el.txt @@ -1,4 +1,7 @@ # +# Copyright (C) 2016 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html#License +# # Copyright (C) 2002-2015, International Business Machines Corporation and others. # All Rights Reserved. # diff --git a/icu4c/source/data/brkitr/rules/title.txt b/icu4c/source/data/brkitr/rules/title.txt index 5384497462d..a21cb496716 100644 --- a/icu4c/source/data/brkitr/rules/title.txt +++ b/icu4c/source/data/brkitr/rules/title.txt @@ -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-2015, International Business Machines Corporation and # others. All Rights Reserved. # diff --git a/icu4c/source/samples/Makefile.in b/icu4c/source/samples/Makefile.in index 0d6647184a1..211b2a5d5ae 100644 --- a/icu4c/source/samples/Makefile.in +++ b/icu4c/source/samples/Makefile.in @@ -1,4 +1,7 @@ ## Makefile.in for ICU samples +## 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/samples/break/Makefile b/icu4c/source/samples/break/Makefile index 3afd0c517bc..4cb9c2ef2b8 100644 --- a/icu4c/source/samples/break/Makefile +++ b/icu4c/source/samples/break/Makefile @@ -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) 2000-2002 IBM, Inc. and others # sample code makefile diff --git a/icu4c/source/samples/break/break.cpp b/icu4c/source/samples/break/break.cpp index 90d77efad42..35a7e5d42f2 100644 --- a/icu4c/source/samples/break/break.cpp +++ b/icu4c/source/samples/break/break.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) 2002-2003, International Business Machines * Corporation and others. All Rights Reserved. * diff --git a/icu4c/source/samples/break/readme.txt b/icu4c/source/samples/break/readme.txt index de76e2df356..4751ae52b67 100644 --- a/icu4c/source/samples/break/readme.txt +++ b/icu4c/source/samples/break/readme.txt @@ -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-2010, International Business Machines Corporation and others. All Rights Reserved. break: Boundary Analysis diff --git a/icu4c/source/samples/break/ubreak.c b/icu4c/source/samples/break/ubreak.c index e70d877b303..2dcda2d1a52 100644 --- a/icu4c/source/samples/break/ubreak.c +++ b/icu4c/source/samples/break/ubreak.c @@ -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) 2002, International Business Machines * Corporation and others. All Rights Reserved. * diff --git a/icu4c/source/samples/cal/Makefile.in b/icu4c/source/samples/cal/Makefile.in index 795e2f07d0c..2fa058dd54b 100644 --- a/icu4c/source/samples/cal/Makefile.in +++ b/icu4c/source/samples/cal/Makefile.in @@ -1,3 +1,6 @@ +## Copyright (C) 2016 and later: Unicode, Inc. and others. +## License & terms of use: http://www.unicode.org/copyright.html#License +## ## Makefile.in for ICU - samples/cal ## Copyright (c) 1999-2011, International Business Machines Corporation and ## others. All Rights Reserved. diff --git a/icu4c/source/samples/cal/cal.c b/icu4c/source/samples/cal/cal.c index aa511d33bd7..7b1950fe645 100644 --- a/icu4c/source/samples/cal/cal.c +++ b/icu4c/source/samples/cal/cal.c @@ -1,4 +1,8 @@ /* +*********************************************************************** +* Copyright (C) 2016 and later: Unicode, Inc. and others. +* License & terms of use: http://www.unicode.org/copyright.html#License +*********************************************************************** ********************************************************************** * Copyright (C) 1998-2012, International Business Machines Corporation * and others. All Rights Reserved. diff --git a/icu4c/source/samples/cal/readme.txt b/icu4c/source/samples/cal/readme.txt index 69d08e8880b..f32eeb0f60a 100644 --- a/icu4c/source/samples/cal/readme.txt +++ b/icu4c/source/samples/cal/readme.txt @@ -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-2005, International Business Machines Corporation and others. All Rights Reserved. icucal: a sample program which displays the calendar. diff --git a/icu4c/source/samples/cal/uprint.c b/icu4c/source/samples/cal/uprint.c index 2b0c8115103..bcfa1ee996b 100644 --- a/icu4c/source/samples/cal/uprint.c +++ b/icu4c/source/samples/cal/uprint.c @@ -1,4 +1,8 @@ /* +*********************************************************************** +* Copyright (C) 2016 and later: Unicode, Inc. and others. +* License & terms of use: http://www.unicode.org/copyright.html#License +*********************************************************************** ********************************************************************** * Copyright (C) 1998-2001, International Business Machines Corporation * and others. All Rights Reserved. diff --git a/icu4c/source/samples/cal/uprint.h b/icu4c/source/samples/cal/uprint.h index 16ffb47c115..f6639ee7773 100644 --- a/icu4c/source/samples/cal/uprint.h +++ b/icu4c/source/samples/cal/uprint.h @@ -1,4 +1,8 @@ /* +*********************************************************************** +* Copyright (C) 2016 and later: Unicode, Inc. and others. +* License & terms of use: http://www.unicode.org/copyright.html#License +*********************************************************************** ********************************************************************** * Copyright (C) 1998-2004, International Business Machines Corporation * and others. All Rights Reserved. diff --git a/icu4c/source/samples/case/Makefile b/icu4c/source/samples/case/Makefile index 36905e4b33a..3fa0a5b6014 100644 --- a/icu4c/source/samples/case/Makefile +++ b/icu4c/source/samples/case/Makefile @@ -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) 2003 IBM, Inc. and others # sample code makefile diff --git a/icu4c/source/samples/case/case.cpp b/icu4c/source/samples/case/case.cpp index fa2fab1a157..fc0042d63e1 100644 --- a/icu4c/source/samples/case/case.cpp +++ b/icu4c/source/samples/case/case.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) 2003-2004, International Business Machines * Corporation and others. All Rights Reserved. * diff --git a/icu4c/source/samples/case/readme.txt b/icu4c/source/samples/case/readme.txt index 893bb575fd5..b39949c4149 100644 --- a/icu4c/source/samples/case/readme.txt +++ b/icu4c/source/samples/case/readme.txt @@ -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) 2003-2005, International Business Machines Corporation and others. All Rights Reserved. case: case mapping diff --git a/icu4c/source/samples/case/ucase.c b/icu4c/source/samples/case/ucase.c index 585f49b7cf0..60d4084a75e 100644 --- a/icu4c/source/samples/case/ucase.c +++ b/icu4c/source/samples/case/ucase.c @@ -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) 2003-2004, International Business Machines * Corporation and others. All Rights Reserved. * diff --git a/icu4c/source/samples/citer/Makefile b/icu4c/source/samples/citer/Makefile index 712272a131f..638d8147dba 100644 --- a/icu4c/source/samples/citer/Makefile +++ b/icu4c/source/samples/citer/Makefile @@ -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) 2003-2005 IBM, Inc. and others # sample code makefile diff --git a/icu4c/source/samples/citer/citer.cpp b/icu4c/source/samples/citer/citer.cpp index a4a408bdd7c..03f1a252e8f 100644 --- a/icu4c/source/samples/citer/citer.cpp +++ b/icu4c/source/samples/citer/citer.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) 2002-2011, International Business Machines * Corporation and others. All Rights Reserved. * diff --git a/icu4c/source/samples/citer/readme.txt b/icu4c/source/samples/citer/readme.txt index a4a930ddac9..c805c1e0992 100644 --- a/icu4c/source/samples/citer/readme.txt +++ b/icu4c/source/samples/citer/readme.txt @@ -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) 2003-2010, International Business Machines Corporation and others. All Rights Reserved. citer: Character Iteration diff --git a/icu4c/source/samples/coll/Makefile b/icu4c/source/samples/coll/Makefile index 09981866588..7a43cfc075d 100644 --- a/icu4c/source/samples/coll/Makefile +++ b/icu4c/source/samples/coll/Makefile @@ -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) 2000-2002 IBM, Inc. and others # sample code makefile diff --git a/icu4c/source/samples/coll/coll.cpp b/icu4c/source/samples/coll/coll.cpp index 28e52392c0a..f0793706b57 100644 --- a/icu4c/source/samples/coll/coll.cpp +++ b/icu4c/source/samples/coll/coll.cpp @@ -1,8 +1,14 @@ -/******************************************************************** +/************************************************************************* + * + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License + * + ************************************************************************* + ************************************************************************* * COPYRIGHT: * Copyright (C) 2002-2006 IBM, Inc. All Rights Reserved. * - ********************************************************************/ + *************************************************************************/ /** * This program demos string collation diff --git a/icu4c/source/samples/coll/readme.txt b/icu4c/source/samples/coll/readme.txt index b5aa4acf5f4..135632a6e5d 100644 --- a/icu4c/source/samples/coll/readme.txt +++ b/icu4c/source/samples/coll/readme.txt @@ -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-2005, International Business Machines Corporation and others. All Rights Reserved. coll: a sample program which compares 2 strings with a user-defined collator. diff --git a/icu4c/source/samples/csdet/Makefile b/icu4c/source/samples/csdet/Makefile index 410590a2c11..045b8afef26 100644 --- a/icu4c/source/samples/csdet/Makefile +++ b/icu4c/source/samples/csdet/Makefile @@ -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) 2000-2007 IBM, Inc. and others # sample code makefile diff --git a/icu4c/source/samples/csdet/csdet.c b/icu4c/source/samples/csdet/csdet.c index b0c89f28599..e4e13da0094 100644 --- a/icu4c/source/samples/csdet/csdet.c +++ b/icu4c/source/samples/csdet/csdet.c @@ -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) 2005-2006, International Business Machines * Corporation and others. All Rights Reserved. - ******************************************************************************** + ******************************************************************************* */ #include "unicode/utypes.h" diff --git a/icu4c/source/samples/csdet/readme.txt b/icu4c/source/samples/csdet/readme.txt index 42f18092f8b..61e7e6fdfa1 100644 --- a/icu4c/source/samples/csdet/readme.txt +++ b/icu4c/source/samples/csdet/readme.txt @@ -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) 2001-2010 International Business Machines Corporation and others. All Rights Reserved. uresb: Resource Bundle diff --git a/icu4c/source/samples/date/Makefile.in b/icu4c/source/samples/date/Makefile.in index fd2d6282e98..18264699b60 100644 --- a/icu4c/source/samples/date/Makefile.in +++ b/icu4c/source/samples/date/Makefile.in @@ -1,3 +1,6 @@ +## Copyright (C) 2016 and later: Unicode, Inc. and others. +## License & terms of use: http://www.unicode.org/copyright.html#License +## ## Makefile.in for ICU - samples/date ## Copyright (c) 1999-2012, International Business Machines Corporation and ## others. All Rights Reserved. diff --git a/icu4c/source/samples/date/date.c b/icu4c/source/samples/date/date.c index ce84f2c6073..f7a3a817577 100644 --- a/icu4c/source/samples/date/date.c +++ b/icu4c/source/samples/date/date.c @@ -1,5 +1,9 @@ /* -********************************************************************** +************************************************************************* +* Copyright (C) 2016 and later: Unicode, Inc. and others. +* License & terms of use: http://www.unicode.org/copyright.html#License +************************************************************************* +*********************************************************************** * Copyright (C) 1998-2012, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** diff --git a/icu4c/source/samples/date/readme.txt b/icu4c/source/samples/date/readme.txt index 553be9ec592..d02a224f88f 100644 --- a/icu4c/source/samples/date/readme.txt +++ b/icu4c/source/samples/date/readme.txt @@ -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-2010, International Business Machines Corporation and others. All Rights Reserved. icudate: a sample program which displays the current date diff --git a/icu4c/source/samples/date/uprint.c b/icu4c/source/samples/date/uprint.c index 27e82af2f2b..0206fcc661d 100644 --- a/icu4c/source/samples/date/uprint.c +++ b/icu4c/source/samples/date/uprint.c @@ -1,4 +1,8 @@ /* +*********************************************************************** +* Copyright (C) 2016 and later: Unicode, Inc. and others. +* License & terms of use: http://www.unicode.org/copyright.html#License +*********************************************************************** ********************************************************************** * Copyright (C) 1998-2001, International Business Machines Corporation * and others. All Rights Reserved. diff --git a/icu4c/source/samples/date/uprint.h b/icu4c/source/samples/date/uprint.h index 16ffb47c115..5caa6970e6d 100644 --- a/icu4c/source/samples/date/uprint.h +++ b/icu4c/source/samples/date/uprint.h @@ -1,4 +1,8 @@ /* +******************************************************************************** +* Copyright (C) 2016 and later: Unicode, Inc. and others. +* License & terms of use: http://www.unicode.org/copyright.html#License +******************************************************************************** ********************************************************************** * Copyright (C) 1998-2004, International Business Machines Corporation * and others. All Rights Reserved. diff --git a/icu4c/source/samples/datecal/Makefile b/icu4c/source/samples/datecal/Makefile index 89e728c87ba..796eb5ea749 100644 --- a/icu4c/source/samples/datecal/Makefile +++ b/icu4c/source/samples/datecal/Makefile @@ -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) 2000-2006 IBM, Inc. and others # sample code makefile diff --git a/icu4c/source/samples/datecal/cal.cpp b/icu4c/source/samples/datecal/cal.cpp index e1e3961b481..502c04b8d73 100644 --- a/icu4c/source/samples/datecal/cal.cpp +++ b/icu4c/source/samples/datecal/cal.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) 2002-2012, International Business Machines * Corporation and others. All Rights Reserved. * diff --git a/icu4c/source/samples/datecal/ccal.c b/icu4c/source/samples/datecal/ccal.c index 1b65579f1cc..a9559a208fb 100644 --- a/icu4c/source/samples/datecal/ccal.c +++ b/icu4c/source/samples/datecal/ccal.c @@ -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) 2002-2003, International Business Machines * Corporation and others. All Rights Reserved. * diff --git a/icu4c/source/samples/datefmt/Makefile b/icu4c/source/samples/datefmt/Makefile index 6b0cb23b7b1..9556ed6ea4c 100644 --- a/icu4c/source/samples/datefmt/Makefile +++ b/icu4c/source/samples/datefmt/Makefile @@ -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) 2000-2002 IBM, Inc. and others # sample code makefile diff --git a/icu4c/source/samples/datefmt/README.TXT b/icu4c/source/samples/datefmt/README.TXT index 3671b15b9a8..3be6db204fb 100644 --- a/icu4c/source/samples/datefmt/README.TXT +++ b/icu4c/source/samples/datefmt/README.TXT @@ -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-2010, International Business Machines Corporation and others. All Rights Reserved. IMPORTANT: diff --git a/icu4c/source/samples/datefmt/answers/main_0.cpp b/icu4c/source/samples/datefmt/answers/main_0.cpp index 2f4dad212aa..7a122fc3499 100644 --- a/icu4c/source/samples/datefmt/answers/main_0.cpp +++ b/icu4c/source/samples/datefmt/answers/main_0.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) 1999-2003, International Business Machines Corporation and * others. All Rights Reserved. - ********************************************************************/ + *************************************************************************/ #include "unicode/unistr.h" #include "unicode/calendar.h" diff --git a/icu4c/source/samples/datefmt/answers/main_1.cpp b/icu4c/source/samples/datefmt/answers/main_1.cpp index ad8c99c88a6..3fbd4bee3b8 100644 --- a/icu4c/source/samples/datefmt/answers/main_1.cpp +++ b/icu4c/source/samples/datefmt/answers/main_1.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) 1999-2002, International Business Machines Corporation and + * Copyright (c) 1999-2003, International Business Machines Corporation and * others. All Rights Reserved. - ********************************************************************/ + *************************************************************************/ #include "unicode/unistr.h" #include "unicode/calendar.h" diff --git a/icu4c/source/samples/datefmt/answers/main_2.cpp b/icu4c/source/samples/datefmt/answers/main_2.cpp index e677a4fd1b2..af49c0754d7 100644 --- a/icu4c/source/samples/datefmt/answers/main_2.cpp +++ b/icu4c/source/samples/datefmt/answers/main_2.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) 1999-2002, International Business Machines Corporation and + * Copyright (c) 1999-2003, International Business Machines Corporation and * others. All Rights Reserved. - ********************************************************************/ + *************************************************************************/ #include "unicode/unistr.h" #include "unicode/calendar.h" diff --git a/icu4c/source/samples/datefmt/answers/main_3.cpp b/icu4c/source/samples/datefmt/answers/main_3.cpp index e7776836277..66f9e7cd581 100644 --- a/icu4c/source/samples/datefmt/answers/main_3.cpp +++ b/icu4c/source/samples/datefmt/answers/main_3.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) 1999-2002, International Business Machines Corporation and + * Copyright (c) 1999-2003, International Business Machines Corporation and * others. All Rights Reserved. - ********************************************************************/ + *************************************************************************/ #include "unicode/unistr.h" #include "unicode/calendar.h" diff --git a/icu4c/source/samples/datefmt/main.cpp b/icu4c/source/samples/datefmt/main.cpp index e004f9c1307..44cec7bc1af 100644 --- a/icu4c/source/samples/datefmt/main.cpp +++ b/icu4c/source/samples/datefmt/main.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) 1999-2003, International Business Machines Corporation and * others. All Rights Reserved. - ********************************************************************/ + *************************************************************************/ #include "unicode/unistr.h" #include "unicode/calendar.h" diff --git a/icu4c/source/samples/datefmt/util.cpp b/icu4c/source/samples/datefmt/util.cpp index 9d122dba039..bb337235cdd 100644 --- a/icu4c/source/samples/datefmt/util.cpp +++ b/icu4c/source/samples/datefmt/util.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) 1999-2002,2009, International Business Machines Corporation and + * Copyright (c) 1999-2003, International Business Machines Corporation and * others. All Rights Reserved. - ********************************************************************/ + *************************************************************************/ #include "unicode/unistr.h" #include diff --git a/icu4c/source/samples/datefmt/util.h b/icu4c/source/samples/datefmt/util.h index 2d9c4c724e2..716f71ee3e9 100644 --- a/icu4c/source/samples/datefmt/util.h +++ b/icu4c/source/samples/datefmt/util.h @@ -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) 1999-2002, International Business Machines Corporation and + * Copyright (c) 1999-2003, International Business Machines Corporation and * others. All Rights Reserved. - ********************************************************************/ + *************************************************************************/ #include "unicode/unistr.h" diff --git a/icu4c/source/samples/defs.mk b/icu4c/source/samples/defs.mk index 1ff77f3e7b7..316f1d74e99 100644 --- a/icu4c/source/samples/defs.mk +++ b/icu4c/source/samples/defs.mk @@ -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-2012 IBM, Inc. and others # Sample code makefile definitions diff --git a/icu4c/source/samples/layout/FontMap.GDI b/icu4c/source/samples/layout/FontMap.GDI index c01c40f3d5a..29c8d6129d6 100644 --- a/icu4c/source/samples/layout/FontMap.GDI +++ b/icu4c/source/samples/layout/FontMap.GDI @@ -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) 2001-2010, International Business Machines # Corporation and others. All Rights Reserved. # diff --git a/icu4c/source/samples/layout/FontMap.Gnome b/icu4c/source/samples/layout/FontMap.Gnome index 1f57bb4814d..cec06252c8c 100644 --- a/icu4c/source/samples/layout/FontMap.Gnome +++ b/icu4c/source/samples/layout/FontMap.Gnome @@ -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) 2001-2005, International Business Machines # Corporation and others. All Rights Reserved. # This is a sample FontMap file for Linux. diff --git a/icu4c/source/samples/layout/FontMap.cpp b/icu4c/source/samples/layout/FontMap.cpp index 1510b29b2da..3586c0cc8d7 100644 --- a/icu4c/source/samples/layout/FontMap.cpp +++ b/icu4c/source/samples/layout/FontMap.cpp @@ -1,4 +1,8 @@ /* + ****************************************************************************** + * Copyright (C) 2016 and later: Unicode, Inc. and others. * + * License & terms of use: http://www.unicode.org/copyright.html#License * + ****************************************************************************** ****************************************************************************** * Copyright (C) 1998-2006, International Business Machines Corporation and * * others. All Rights Reserved. * diff --git a/icu4c/source/samples/layout/FontMap.h b/icu4c/source/samples/layout/FontMap.h index fa80ebfd090..c14c0820255 100644 --- a/icu4c/source/samples/layout/FontMap.h +++ b/icu4c/source/samples/layout/FontMap.h @@ -1,4 +1,8 @@ /* + ****************************************************************************** + * Copyright (C) 2016 and later: Unicode, Inc. and others. * + * License & terms of use: http://www.unicode.org/copyright.html#License * + ****************************************************************************** ****************************************************************************** * Copyright (C) 1998-2003, International Business Machines Corporation and * * others. All Rights Reserved. * diff --git a/icu4c/source/samples/layout/FontTableCache.cpp b/icu4c/source/samples/layout/FontTableCache.cpp index c6547be2f31..bdd4f8f2f50 100644 --- a/icu4c/source/samples/layout/FontTableCache.cpp +++ b/icu4c/source/samples/layout/FontTableCache.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) 2003 - 2008, International Business Machines * Corporation and others. All Rights Reserved. - ********************************************************************** + ************************************************************************* */ #include "layout/LETypes.h" diff --git a/icu4c/source/samples/layout/FontTableCache.h b/icu4c/source/samples/layout/FontTableCache.h index 333e90cd7d7..75560b363e7 100644 --- a/icu4c/source/samples/layout/FontTableCache.h +++ b/icu4c/source/samples/layout/FontTableCache.h @@ -1,4 +1,8 @@ /* + ************************************************************************* + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License + ************************************************************************* ********************************************************************** * Copyright (C) 2003-2008, International Business Machines * Corporation and others. All Rights Reserved. diff --git a/icu4c/source/samples/layout/GDIFontInstance.cpp b/icu4c/source/samples/layout/GDIFontInstance.cpp index 5e94e5d2ffb..9854dcd3f85 100644 --- a/icu4c/source/samples/layout/GDIFontInstance.cpp +++ b/icu4c/source/samples/layout/GDIFontInstance.cpp @@ -1,4 +1,10 @@ /* + ******************************************************************************* + * + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License + * + ******************************************************************************* ******************************************************************************* * * Copyright (C) 1999-2008, International Business Machines diff --git a/icu4c/source/samples/layout/GDIFontInstance.h b/icu4c/source/samples/layout/GDIFontInstance.h index 7b677e77262..779e4c2ac5e 100644 --- a/icu4c/source/samples/layout/GDIFontInstance.h +++ b/icu4c/source/samples/layout/GDIFontInstance.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) 1999-2003, International Business Machines diff --git a/icu4c/source/samples/layout/GDIFontMap.cpp b/icu4c/source/samples/layout/GDIFontMap.cpp index 480bbe0eb8a..ce0f7ce6dc1 100644 --- a/icu4c/source/samples/layout/GDIFontMap.cpp +++ b/icu4c/source/samples/layout/GDIFontMap.cpp @@ -1,4 +1,8 @@ /* + ****************************************************************************** + * Copyright (C) 2016 and later: Unicode, Inc. and others. * + * License & terms of use: http://www.unicode.org/copyright.html#License * + ****************************************************************************** ****************************************************************************** * Copyright (C) 1998-2003, International Business Machines Corporation and * * others. All Rights Reserved. * diff --git a/icu4c/source/samples/layout/GDIFontMap.h b/icu4c/source/samples/layout/GDIFontMap.h index e92f47f0c0c..5798df3fb08 100644 --- a/icu4c/source/samples/layout/GDIFontMap.h +++ b/icu4c/source/samples/layout/GDIFontMap.h @@ -1,4 +1,8 @@ /* + ****************************************************************************** + * Copyright (C) 2016 and later: Unicode, Inc. and others. * + * License & terms of use: http://www.unicode.org/copyright.html#License * + ****************************************************************************** ****************************************************************************** * Copyright (C) 1998-2003, International Business Machines Corporation and * * others. All Rights Reserved. * diff --git a/icu4c/source/samples/layout/GDIGUISupport.cpp b/icu4c/source/samples/layout/GDIGUISupport.cpp index 9f55ffed61e..745df628c03 100644 --- a/icu4c/source/samples/layout/GDIGUISupport.cpp +++ b/icu4c/source/samples/layout/GDIGUISupport.cpp @@ -1,4 +1,10 @@ /* + ******************************************************************************* + * + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License + * + ******************************************************************************* ******************************************************************************* * * Copyright (C) 1999-2001, International Business Machines diff --git a/icu4c/source/samples/layout/GDIGUISupport.h b/icu4c/source/samples/layout/GDIGUISupport.h index ad4c7143b5a..d3a73dcdb7a 100644 --- a/icu4c/source/samples/layout/GDIGUISupport.h +++ b/icu4c/source/samples/layout/GDIGUISupport.h @@ -1,4 +1,10 @@ /* + ******************************************************************************* + * + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License + * + ******************************************************************************* ******************************************************************************* * * Copyright (C) 1999-2005, International Business Machines diff --git a/icu4c/source/samples/layout/GUISupport.h b/icu4c/source/samples/layout/GUISupport.h index f41b7cec91d..bff11fdf3fc 100644 --- a/icu4c/source/samples/layout/GUISupport.h +++ b/icu4c/source/samples/layout/GUISupport.h @@ -1,4 +1,10 @@ /* + ******************************************************************************* + * + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License + * + ******************************************************************************* ******************************************************************************* * * Copyright (C) 1999-2005, International Business Machines diff --git a/icu4c/source/samples/layout/GnomeFontInstance.cpp b/icu4c/source/samples/layout/GnomeFontInstance.cpp index 2a5c307b8f7..6b22cc1ce0c 100644 --- a/icu4c/source/samples/layout/GnomeFontInstance.cpp +++ b/icu4c/source/samples/layout/GnomeFontInstance.cpp @@ -1,4 +1,10 @@ /* + ******************************************************************************* + * + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License + * + ******************************************************************************* ******************************************************************************* * * Copyright (C) 1999-2007, International Business Machines diff --git a/icu4c/source/samples/layout/GnomeFontInstance.h b/icu4c/source/samples/layout/GnomeFontInstance.h index 4af393804cd..f088b6418ef 100644 --- a/icu4c/source/samples/layout/GnomeFontInstance.h +++ b/icu4c/source/samples/layout/GnomeFontInstance.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) 1999-2006, International Business Machines diff --git a/icu4c/source/samples/layout/GnomeFontMap.cpp b/icu4c/source/samples/layout/GnomeFontMap.cpp index 6a23b305627..c94daa31758 100644 --- a/icu4c/source/samples/layout/GnomeFontMap.cpp +++ b/icu4c/source/samples/layout/GnomeFontMap.cpp @@ -1,4 +1,8 @@ /* + ****************************************************************************** + * Copyright (C) 2016 and later: Unicode, Inc. and others. * + * License & terms of use: http://www.unicode.org/copyright.html#License * + ****************************************************************************** ****************************************************************************** * Copyright (C) 1998-2006, International Business Machines Corporation and * * others. All Rights Reserved. * diff --git a/icu4c/source/samples/layout/GnomeFontMap.h b/icu4c/source/samples/layout/GnomeFontMap.h index a068b2b558f..1773950680b 100644 --- a/icu4c/source/samples/layout/GnomeFontMap.h +++ b/icu4c/source/samples/layout/GnomeFontMap.h @@ -1,4 +1,8 @@ /* + ******************************************************************************* + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License + ******************************************************************************* ****************************************************************************** * Copyright (C) 1998-2006, International Business Machines Corporation and * * others. All Rights Reserved. * diff --git a/icu4c/source/samples/layout/GnomeGUISupport.cpp b/icu4c/source/samples/layout/GnomeGUISupport.cpp index 2835b616a01..05c6b1a6ccb 100644 --- a/icu4c/source/samples/layout/GnomeGUISupport.cpp +++ b/icu4c/source/samples/layout/GnomeGUISupport.cpp @@ -1,4 +1,10 @@ /* + ******************************************************************************* + * + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License + * + ******************************************************************************* ******************************************************************************* * * Copyright (C) 1999-2001, International Business Machines diff --git a/icu4c/source/samples/layout/GnomeGUISupport.h b/icu4c/source/samples/layout/GnomeGUISupport.h index e88ef128a14..07d765a07be 100644 --- a/icu4c/source/samples/layout/GnomeGUISupport.h +++ b/icu4c/source/samples/layout/GnomeGUISupport.h @@ -1,4 +1,10 @@ /* + ******************************************************************************* + * + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License + * + ******************************************************************************* ******************************************************************************* * * Copyright (C) 1999-2005, International Business Machines diff --git a/icu4c/source/samples/layout/LayoutSample.rc b/icu4c/source/samples/layout/LayoutSample.rc index 9b0d3df88cc..dd50c58d096 100644 --- a/icu4c/source/samples/layout/LayoutSample.rc +++ b/icu4c/source/samples/layout/LayoutSample.rc @@ -1,5 +1,7 @@ //Microsoft Developer Studio generated resource script. // +// Copyright (C) 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html#License #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS @@ -10,6 +12,12 @@ /* ******************************************************************************* * +* Copyright (C) 2016 and later: Unicode, Inc. and others. +* License & terms of use: http://www.unicode.org/copyright.html#License +* +******************************************************************************* +******************************************************************************* +* * Copyright (C) 2002-2003, International Business Machines * Corporation and others. All Rights Reserved. * diff --git a/icu4c/source/samples/layout/Makefile.in b/icu4c/source/samples/layout/Makefile.in index 4beb90f3468..b242df29226 100644 --- a/icu4c/source/samples/layout/Makefile.in +++ b/icu4c/source/samples/layout/Makefile.in @@ -1,3 +1,6 @@ +## Copyright (C) 2016 and later: Unicode, Inc. and others. +## License & terms of use: http://www.unicode.org/copyright.html#License +## ## Makefile.in for ICU - samples/layout ## Copyright (c) 2001-2011, International Business Machines Corporation and ## others. All Rights Reserved. diff --git a/icu4c/source/samples/layout/RenderingSurface.h b/icu4c/source/samples/layout/RenderingSurface.h index ab0ad561956..f4a1528c0e9 100644 --- a/icu4c/source/samples/layout/RenderingSurface.h +++ b/icu4c/source/samples/layout/RenderingSurface.h @@ -1,4 +1,10 @@ /* + ******************************************************************************* + * + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License + * + ******************************************************************************* ******************************************************************************* * * Copyright (C) 1999-2003, International Business Machines diff --git a/icu4c/source/samples/layout/ScriptCompositeFontInstance.cpp b/icu4c/source/samples/layout/ScriptCompositeFontInstance.cpp index 2fbbaca0d4b..bec43c742a4 100644 --- a/icu4c/source/samples/layout/ScriptCompositeFontInstance.cpp +++ b/icu4c/source/samples/layout/ScriptCompositeFontInstance.cpp @@ -1,4 +1,10 @@ /* + ******************************************************************************* + * + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License + * + ******************************************************************************* ******************************************************************************* * * Copyright (C) 1999-2003, International Business Machines diff --git a/icu4c/source/samples/layout/ScriptCompositeFontInstance.h b/icu4c/source/samples/layout/ScriptCompositeFontInstance.h index 2a85480d76d..ed7bb2f10ef 100644 --- a/icu4c/source/samples/layout/ScriptCompositeFontInstance.h +++ b/icu4c/source/samples/layout/ScriptCompositeFontInstance.h @@ -1,6 +1,9 @@ /* * %W% %E% * + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License + * * (C) Copyright IBM Corp. 1998-2011 - All Rights Reserved * */ diff --git a/icu4c/source/samples/layout/Surface.cpp b/icu4c/source/samples/layout/Surface.cpp index 1f515241a95..5a73ae120c1 100644 --- a/icu4c/source/samples/layout/Surface.cpp +++ b/icu4c/source/samples/layout/Surface.cpp @@ -1,4 +1,7 @@ /* + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License + * * Copyright (C) 2003, International Business Machines * Corporation and others. All Rights Reserved. */ diff --git a/icu4c/source/samples/layout/Surface.h b/icu4c/source/samples/layout/Surface.h index 423ddaaf12c..aa5e32da2f5 100644 --- a/icu4c/source/samples/layout/Surface.h +++ b/icu4c/source/samples/layout/Surface.h @@ -1,4 +1,7 @@ /* + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License + * * Copyright (C) 2003, International Business Machines * Corporation and others. All Rights Reserved. */ diff --git a/icu4c/source/samples/layout/UnicodeReader.cpp b/icu4c/source/samples/layout/UnicodeReader.cpp index ab5a7ef70b7..e9df02c2ca2 100644 --- a/icu4c/source/samples/layout/UnicodeReader.cpp +++ b/icu4c/source/samples/layout/UnicodeReader.cpp @@ -1,4 +1,8 @@ /* + ****************************************************************************** + * Copyright (C) 2016 and later: Unicode, Inc. and others. * + * License & terms of use: http://www.unicode.org/copyright.html#License * + ****************************************************************************** ****************************************************************************** * Copyright (C) 1998-2005, International Business Machines Corporation and * * others. All Rights Reserved. * diff --git a/icu4c/source/samples/layout/UnicodeReader.h b/icu4c/source/samples/layout/UnicodeReader.h index 47959bb3a49..2ffa22f1752 100644 --- a/icu4c/source/samples/layout/UnicodeReader.h +++ b/icu4c/source/samples/layout/UnicodeReader.h @@ -1,4 +1,8 @@ /* + ****************************************************************************** + * Copyright (C) 2016 and later: Unicode, Inc. and others. * + * License & terms of use: http://www.unicode.org/copyright.html#License * + ****************************************************************************** ****************************************************************************** * Copyright (C) 1998-2001, International Business Machines Corporation and * * others. All Rights Reserved. * diff --git a/icu4c/source/samples/layout/arraymem.h b/icu4c/source/samples/layout/arraymem.h index 7c54d96bdd0..8efc000b24b 100644 --- a/icu4c/source/samples/layout/arraymem.h +++ b/icu4c/source/samples/layout/arraymem.h @@ -1,4 +1,7 @@ /* + * + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License * * (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved * diff --git a/icu4c/source/samples/layout/cgnomelayout.c b/icu4c/source/samples/layout/cgnomelayout.c index f95b7a5c6bc..6a2c16f27a1 100644 --- a/icu4c/source/samples/layout/cgnomelayout.c +++ b/icu4c/source/samples/layout/cgnomelayout.c @@ -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) 1999-2007, International Business Machines diff --git a/icu4c/source/samples/layout/clayout.c b/icu4c/source/samples/layout/clayout.c index 701ab8dc09c..fcce80d6dfd 100644 --- a/icu4c/source/samples/layout/clayout.c +++ b/icu4c/source/samples/layout/clayout.c @@ -1,4 +1,10 @@ /* + ******************************************************************************* + * + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License + * + ******************************************************************************* ******************************************************************************* * * Copyright (C) 1999-2007, International Business Machines diff --git a/icu4c/source/samples/layout/cmaps.cpp b/icu4c/source/samples/layout/cmaps.cpp index 33b5cbb801f..72a28d73216 100644 --- a/icu4c/source/samples/layout/cmaps.cpp +++ b/icu4c/source/samples/layout/cmaps.cpp @@ -1,4 +1,10 @@ /* + ******************************************************************************* + * + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License + * + ******************************************************************************* ****************************************************************************** * * * Copyright (C) 1999-2003, International Business Machines diff --git a/icu4c/source/samples/layout/cmaps.h b/icu4c/source/samples/layout/cmaps.h index 868c357b763..59b8084ca69 100644 --- a/icu4c/source/samples/layout/cmaps.h +++ b/icu4c/source/samples/layout/cmaps.h @@ -1,4 +1,10 @@ /* + ****************************************************************************** + * + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License + * + ****************************************************************************** ****************************************************************************** * * * Copyright (C) 1999-2003, International Business Machines diff --git a/icu4c/source/samples/layout/gdiglue.cpp b/icu4c/source/samples/layout/gdiglue.cpp index e553c0617b1..6fa176bee9d 100644 --- a/icu4c/source/samples/layout/gdiglue.cpp +++ b/icu4c/source/samples/layout/gdiglue.cpp @@ -1,4 +1,7 @@ /* + * + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License * * (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved * diff --git a/icu4c/source/samples/layout/gdiglue.h b/icu4c/source/samples/layout/gdiglue.h index bdd8422bb65..3fef1a3a21c 100644 --- a/icu4c/source/samples/layout/gdiglue.h +++ b/icu4c/source/samples/layout/gdiglue.h @@ -1,4 +1,7 @@ /* + * + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License * * (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved * diff --git a/icu4c/source/samples/layout/gnomeglue.cpp b/icu4c/source/samples/layout/gnomeglue.cpp index a081e0bfcbf..f88162edacf 100644 --- a/icu4c/source/samples/layout/gnomeglue.cpp +++ b/icu4c/source/samples/layout/gnomeglue.cpp @@ -1,4 +1,7 @@ /* + * + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License * * (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved * diff --git a/icu4c/source/samples/layout/gnomeglue.h b/icu4c/source/samples/layout/gnomeglue.h index 78561468eee..254f37a25e6 100644 --- a/icu4c/source/samples/layout/gnomeglue.h +++ b/icu4c/source/samples/layout/gnomeglue.h @@ -1,4 +1,7 @@ /* + * + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License * * (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved * diff --git a/icu4c/source/samples/layout/gnomelayout.cpp b/icu4c/source/samples/layout/gnomelayout.cpp index 31e25871d45..7787fcd9b11 100644 --- a/icu4c/source/samples/layout/gnomelayout.cpp +++ b/icu4c/source/samples/layout/gnomelayout.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) 1999-2007, International Business Machines diff --git a/icu4c/source/samples/layout/gsupport.h b/icu4c/source/samples/layout/gsupport.h index 26f33b4c064..72d3b27e365 100644 --- a/icu4c/source/samples/layout/gsupport.h +++ b/icu4c/source/samples/layout/gsupport.h @@ -1,4 +1,7 @@ /* + * + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License * * (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved * diff --git a/icu4c/source/samples/layout/layout.cpp b/icu4c/source/samples/layout/layout.cpp index 8501757edb9..ab088cd2341 100644 --- a/icu4c/source/samples/layout/layout.cpp +++ b/icu4c/source/samples/layout/layout.cpp @@ -1,4 +1,10 @@ /* + ******************************************************************************* + * + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License + * + ******************************************************************************* ******************************************************************************* * * Copyright (C) 1999-2007, International Business Machines diff --git a/icu4c/source/samples/layout/paragraph.cpp b/icu4c/source/samples/layout/paragraph.cpp index 9a92b5876d4..ac69cf25cbc 100644 --- a/icu4c/source/samples/layout/paragraph.cpp +++ b/icu4c/source/samples/layout/paragraph.cpp @@ -1,4 +1,10 @@ /* + ******************************************************************************* + * + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License + * + ******************************************************************************* ******************************************************************************* * * Copyright (C) 1999-2015, International Business Machines diff --git a/icu4c/source/samples/layout/paragraph.h b/icu4c/source/samples/layout/paragraph.h index c51c9f41ef2..8fcb93e834f 100644 --- a/icu4c/source/samples/layout/paragraph.h +++ b/icu4c/source/samples/layout/paragraph.h @@ -1,4 +1,10 @@ /* + ******************************************************************************* + * + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License + * + ******************************************************************************* ******************************************************************************* * * Copyright (C) 1999-2007, International Business Machines diff --git a/icu4c/source/samples/layout/pflow.c b/icu4c/source/samples/layout/pflow.c index 80450ad20be..fe3ab4c5bf8 100644 --- a/icu4c/source/samples/layout/pflow.c +++ b/icu4c/source/samples/layout/pflow.c @@ -1,4 +1,7 @@ /* + * + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License * * (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved * diff --git a/icu4c/source/samples/layout/pflow.h b/icu4c/source/samples/layout/pflow.h index 7e0b7f313d8..f8971e08179 100644 --- a/icu4c/source/samples/layout/pflow.h +++ b/icu4c/source/samples/layout/pflow.h @@ -1,4 +1,7 @@ /* + * + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License * * (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved * diff --git a/icu4c/source/samples/layout/readme.html b/icu4c/source/samples/layout/readme.html index 1db4e306831..548cac4f6f4 100644 --- a/icu4c/source/samples/layout/readme.html +++ b/icu4c/source/samples/layout/readme.html @@ -5,7 +5,10 @@ + "Copyright (C) 2016 and later: Unicode, Inc. and others. + License & terms of use: http://www.unicode.org/copyright.html#License + + Copyright (c) 2001-2010 IBM Corporation and others. All Rights Reserved." /> Readme file for the ICU LayoutEngine demo diff --git a/icu4c/source/samples/layout/resource.h b/icu4c/source/samples/layout/resource.h index f582d8ebbac..82285ffa634 100644 --- a/icu4c/source/samples/layout/resource.h +++ b/icu4c/source/samples/layout/resource.h @@ -1,5 +1,8 @@ //{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. +// Copyright (C) 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html#License +// Corporation and others. All Rights Reserved. // Copyright (c) 2001-2003 International Business Machines // Corporation and others. All Rights Reserved. // Used by LayoutSample.rc diff --git a/icu4c/source/samples/layout/rsurface.cpp b/icu4c/source/samples/layout/rsurface.cpp index f383aa7dd56..1e6dd36f267 100644 --- a/icu4c/source/samples/layout/rsurface.cpp +++ b/icu4c/source/samples/layout/rsurface.cpp @@ -1,4 +1,7 @@ /* + * + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License * * (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved * diff --git a/icu4c/source/samples/layout/rsurface.h b/icu4c/source/samples/layout/rsurface.h index c58194e5f94..effc951af7d 100644 --- a/icu4c/source/samples/layout/rsurface.h +++ b/icu4c/source/samples/layout/rsurface.h @@ -1,4 +1,7 @@ /* + * + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License * * (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved * diff --git a/icu4c/source/samples/layout/sfnt.h b/icu4c/source/samples/layout/sfnt.h index 3b3d991adcc..c653c314d33 100644 --- a/icu4c/source/samples/layout/sfnt.h +++ b/icu4c/source/samples/layout/sfnt.h @@ -1,4 +1,10 @@ /* + ****************************************************************************** + * + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License + * + ****************************************************************************** ****************************************************************************** * * * Copyright (C) 1999-2001, International Business Machines diff --git a/icu4c/source/samples/layout/ucreader.cpp b/icu4c/source/samples/layout/ucreader.cpp index bc928417aef..4f608bab999 100644 --- a/icu4c/source/samples/layout/ucreader.cpp +++ b/icu4c/source/samples/layout/ucreader.cpp @@ -1,4 +1,7 @@ /* + * + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License * * (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved * diff --git a/icu4c/source/samples/layout/ucreader.h b/icu4c/source/samples/layout/ucreader.h index 948db14deed..b33eff9be8b 100644 --- a/icu4c/source/samples/layout/ucreader.h +++ b/icu4c/source/samples/layout/ucreader.h @@ -1,4 +1,7 @@ /* + * + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License * * (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved * diff --git a/icu4c/source/samples/legacy/Makefile b/icu4c/source/samples/legacy/Makefile index f47c300ca94..58d345c8091 100644 --- a/icu4c/source/samples/legacy/Makefile +++ b/icu4c/source/samples/legacy/Makefile @@ -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) 2001-2004 IBM, Inc. and others # conversion sample code diff --git a/icu4c/source/samples/legacy/legacy.cpp b/icu4c/source/samples/legacy/legacy.cpp index 85fc0e660b4..717af3a3e69 100644 --- a/icu4c/source/samples/legacy/legacy.cpp +++ b/icu4c/source/samples/legacy/legacy.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/samples/legacy/oldcol.cpp b/icu4c/source/samples/legacy/oldcol.cpp index c56ff2fcf6a..6caa88f045a 100644 --- a/icu4c/source/samples/legacy/oldcol.cpp +++ b/icu4c/source/samples/legacy/oldcol.cpp @@ -1,4 +1,10 @@ /* + ******************************************************************************* + * + * 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 diff --git a/icu4c/source/samples/msgfmt/Makefile b/icu4c/source/samples/msgfmt/Makefile index 010618b661a..0e114d9e4fc 100644 --- a/icu4c/source/samples/msgfmt/Makefile +++ b/icu4c/source/samples/msgfmt/Makefile @@ -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) 2000-2002 IBM, Inc. and others # sample code makefile diff --git a/icu4c/source/samples/msgfmt/README.TXT b/icu4c/source/samples/msgfmt/README.TXT index e0fd7f46094..bce1fd3c855 100644 --- a/icu4c/source/samples/msgfmt/README.TXT +++ b/icu4c/source/samples/msgfmt/README.TXT @@ -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-2010, International Business Machines Corporation and others. All Rights Reserved. diff --git a/icu4c/source/samples/msgfmt/answers/main_0.cpp b/icu4c/source/samples/msgfmt/answers/main_0.cpp index 112bd5a05e6..865d793c493 100644 --- a/icu4c/source/samples/msgfmt/answers/main_0.cpp +++ b/icu4c/source/samples/msgfmt/answers/main_0.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) 1999-2003, International Business Machines Corporation and * others. All Rights Reserved. - ********************************************************************/ + ***********************************************************************/ #include "unicode/unistr.h" #include "unicode/msgfmt.h" diff --git a/icu4c/source/samples/msgfmt/answers/main_1.cpp b/icu4c/source/samples/msgfmt/answers/main_1.cpp index d075d54c7bd..1e888f0a90f 100644 --- a/icu4c/source/samples/msgfmt/answers/main_1.cpp +++ b/icu4c/source/samples/msgfmt/answers/main_1.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) 1999-2002, International Business Machines Corporation and * others. All Rights Reserved. - ********************************************************************/ + ***********************************************************************/ #include "unicode/unistr.h" #include "unicode/msgfmt.h" diff --git a/icu4c/source/samples/msgfmt/answers/main_2.cpp b/icu4c/source/samples/msgfmt/answers/main_2.cpp index de027787ac4..380234b279b 100644 --- a/icu4c/source/samples/msgfmt/answers/main_2.cpp +++ b/icu4c/source/samples/msgfmt/answers/main_2.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) 1999-2002, International Business Machines Corporation and * others. All Rights Reserved. - ********************************************************************/ + ***********************************************************************/ #include "unicode/unistr.h" #include "unicode/msgfmt.h" diff --git a/icu4c/source/samples/msgfmt/answers/main_3.cpp b/icu4c/source/samples/msgfmt/answers/main_3.cpp index 202ad2706bc..f93ff7adcd8 100644 --- a/icu4c/source/samples/msgfmt/answers/main_3.cpp +++ b/icu4c/source/samples/msgfmt/answers/main_3.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) 1999-2002, International Business Machines Corporation and * others. All Rights Reserved. - ********************************************************************/ + ***********************************************************************/ #include "unicode/unistr.h" #include "unicode/msgfmt.h" diff --git a/icu4c/source/samples/msgfmt/main.cpp b/icu4c/source/samples/msgfmt/main.cpp index e92db51789b..66d47126569 100644 --- a/icu4c/source/samples/msgfmt/main.cpp +++ b/icu4c/source/samples/msgfmt/main.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) 1999-2003, International Business Machines Corporation and * others. All Rights Reserved. - ********************************************************************/ + ***********************************************************************/ #include "unicode/unistr.h" #include "unicode/msgfmt.h" diff --git a/icu4c/source/samples/msgfmt/util.cpp b/icu4c/source/samples/msgfmt/util.cpp index 9f0013c3b46..25f6be74ad5 100644 --- a/icu4c/source/samples/msgfmt/util.cpp +++ b/icu4c/source/samples/msgfmt/util.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) 1999-2010, International Business Machines Corporation and * others. All Rights Reserved. - ********************************************************************/ + ***********************************************************************/ #include "unicode/unistr.h" #include diff --git a/icu4c/source/samples/msgfmt/util.h b/icu4c/source/samples/msgfmt/util.h index 2d9c4c724e2..2095e1abd1a 100644 --- a/icu4c/source/samples/msgfmt/util.h +++ b/icu4c/source/samples/msgfmt/util.h @@ -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) 1999-2002, International Business Machines Corporation and * others. All Rights Reserved. - ********************************************************************/ + ***********************************************************************/ #include "unicode/unistr.h" diff --git a/icu4c/source/samples/numfmt/Makefile b/icu4c/source/samples/numfmt/Makefile index eca17b21692..2c67d1769d3 100644 --- a/icu4c/source/samples/numfmt/Makefile +++ b/icu4c/source/samples/numfmt/Makefile @@ -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) 2000-2002 IBM, Inc. and others # sample code makefile diff --git a/icu4c/source/samples/numfmt/capi.c b/icu4c/source/samples/numfmt/capi.c index 9b8a1117b12..91b6b8071a3 100644 --- a/icu4c/source/samples/numfmt/capi.c +++ b/icu4c/source/samples/numfmt/capi.c @@ -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) 1999-2002, International Business Machines Corporation and * others. All Rights Reserved. - ********************************************************************/ + *************************************************************************/ #include "unicode/unum.h" #include "unicode/ustring.h" diff --git a/icu4c/source/samples/numfmt/main.cpp b/icu4c/source/samples/numfmt/main.cpp index ee375ff72b9..c53b55ce08e 100644 --- a/icu4c/source/samples/numfmt/main.cpp +++ b/icu4c/source/samples/numfmt/main.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) 1999-2014, International Business Machines Corporation and * others. All Rights Reserved. - ********************************************************************/ + *************************************************************************/ #include "unicode/utypes.h" #include "unicode/unistr.h" diff --git a/icu4c/source/samples/numfmt/readme.txt b/icu4c/source/samples/numfmt/readme.txt index d652d9b6b57..749c2bbf848 100644 --- a/icu4c/source/samples/numfmt/readme.txt +++ b/icu4c/source/samples/numfmt/readme.txt @@ -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-2005, International Business Machines Corporation and others. All Rights Reserved. numfmt: a sample program which displays number formatting in C and C++ diff --git a/icu4c/source/samples/numfmt/util.cpp b/icu4c/source/samples/numfmt/util.cpp index 121e13099a9..15dc825066e 100644 --- a/icu4c/source/samples/numfmt/util.cpp +++ b/icu4c/source/samples/numfmt/util.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) 1999-2003,2009, International Business Machines Corporation and + * Copyright (c) 1999-2009, International Business Machines Corporation and * others. All Rights Reserved. - ********************************************************************/ + *************************************************************************/ #include "unicode/unistr.h" #include "unicode/fmtable.h" diff --git a/icu4c/source/samples/numfmt/util.h b/icu4c/source/samples/numfmt/util.h index e50ef7aae2c..e946129ce9a 100644 --- a/icu4c/source/samples/numfmt/util.h +++ b/icu4c/source/samples/numfmt/util.h @@ -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) 1999-2002, International Business Machines Corporation and * others. All Rights Reserved. - ********************************************************************/ + *************************************************************************/ #include "unicode/unistr.h" #include "unicode/fmtable.h" diff --git a/icu4c/source/samples/plurfmtsample/plurfmtsample.cpp b/icu4c/source/samples/plurfmtsample/plurfmtsample.cpp index 48bd206c590..f3a9ce60301 100644 --- a/icu4c/source/samples/plurfmtsample/plurfmtsample.cpp +++ b/icu4c/source/samples/plurfmtsample/plurfmtsample.cpp @@ -1,7 +1,11 @@ /******************************************************************************** +* Copyright (C) 2016 and later: Unicode, Inc. and others. +* License & terms of use: http://www.unicode.org/copyright.html#License +******************************************************************************** +******************************************************************************** * Copyright (C) 2008-2013, International Business Machines Corporation and * others. All Rights Reserved. -******************************************************************************* +******************************************************************************** */ //! [PluralFormatExample1] @@ -96,4 +100,4 @@ int main (int argc, char* argv[]) { PluralFormatExample(); return 0; -} \ No newline at end of file +} diff --git a/icu4c/source/samples/props/Makefile b/icu4c/source/samples/props/Makefile index 6d0a60b22dc..821dc1e28f2 100644 --- a/icu4c/source/samples/props/Makefile +++ b/icu4c/source/samples/props/Makefile @@ -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) 2000-2002 IBM, Inc. and others # sample code makefile diff --git a/icu4c/source/samples/props/props.cpp b/icu4c/source/samples/props/props.cpp index f60f26a63fd..65e298eccc4 100644 --- a/icu4c/source/samples/props/props.cpp +++ b/icu4c/source/samples/props/props.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) 2000, International Business Machines * Corporation and others. All Rights Reserved. * diff --git a/icu4c/source/samples/props/readme.txt b/icu4c/source/samples/props/readme.txt index b80aa2575a4..9ee682786a3 100644 --- a/icu4c/source/samples/props/readme.txt +++ b/icu4c/source/samples/props/readme.txt @@ -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-2005, International Business Machines Corporation and others. All Rights Reserved. props: Unicode Character Properties diff --git a/icu4c/source/samples/readme.txt b/icu4c/source/samples/readme.txt index 7f57b664eb5..ce062e644a5 100644 --- a/icu4c/source/samples/readme.txt +++ b/icu4c/source/samples/readme.txt @@ -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-2010, International Business Machines Corporation ## and others. All Rights Reserved. diff --git a/icu4c/source/samples/rules.mk b/icu4c/source/samples/rules.mk index ac0e27e4f12..d16f3731cc7 100644 --- a/icu4c/source/samples/rules.mk +++ b/icu4c/source/samples/rules.mk @@ -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-2012 IBM, Inc. and others # sample code rules for a single-target simple sample diff --git a/icu4c/source/samples/strsrch/Makefile b/icu4c/source/samples/strsrch/Makefile index ffd211c061c..d23eed9a634 100644 --- a/icu4c/source/samples/strsrch/Makefile +++ b/icu4c/source/samples/strsrch/Makefile @@ -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) 2000-2002 IBM, Inc. and others # sample code makefile diff --git a/icu4c/source/samples/strsrch/readme.txt b/icu4c/source/samples/strsrch/readme.txt index 589c7adf83b..e140d9a1ffd 100644 --- a/icu4c/source/samples/strsrch/readme.txt +++ b/icu4c/source/samples/strsrch/readme.txt @@ -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-2005, International Business Machines Corporation and others. All Rights Reserved. strsrch: a sample program which finds the occurrences of a pattern string in a source string, using user-defined collation rules. diff --git a/icu4c/source/samples/strsrch/strsrch.cpp b/icu4c/source/samples/strsrch/strsrch.cpp index 5054ceebdaf..d2e64817781 100644 --- a/icu4c/source/samples/strsrch/strsrch.cpp +++ b/icu4c/source/samples/strsrch/strsrch.cpp @@ -1,8 +1,13 @@ -/******************************************************************** +/************************************************************************* + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License + * + ************************************************************************* + ************************************************************************* * COPYRIGHT: * Copyright (C) 2002-2006 IBM, Inc. All Rights Reserved. * - ********************************************************************/ + *************************************************************************/ /** * This program demos string collation diff --git a/icu4c/source/samples/translit/Makefile b/icu4c/source/samples/translit/Makefile index d7d2baf97e1..bc683eb2fae 100644 --- a/icu4c/source/samples/translit/Makefile +++ b/icu4c/source/samples/translit/Makefile @@ -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) 2000-2003 IBM, Inc. and others # sample code makefile diff --git a/icu4c/source/samples/translit/README.TXT b/icu4c/source/samples/translit/README.TXT index 1c77ca8c8ac..1240012d9d7 100644 --- a/icu4c/source/samples/translit/README.TXT +++ b/icu4c/source/samples/translit/README.TXT @@ -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-2010, International Business Machines Corporation and others. All Rights Reserved. diff --git a/icu4c/source/samples/translit/answers/main_1.cpp b/icu4c/source/samples/translit/answers/main_1.cpp index ba526eb675b..23a64b3c8e4 100644 --- a/icu4c/source/samples/translit/answers/main_1.cpp +++ b/icu4c/source/samples/translit/answers/main_1.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) 1999-2002, International Business Machines Corporation and * others. All Rights Reserved. - ********************************************************************/ + ***********************************************************************/ #include "unicode/translit.h" #include "unicode/rbt.h" diff --git a/icu4c/source/samples/translit/answers/main_2.cpp b/icu4c/source/samples/translit/answers/main_2.cpp index bf392d105a6..51468e037f2 100644 --- a/icu4c/source/samples/translit/answers/main_2.cpp +++ b/icu4c/source/samples/translit/answers/main_2.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) 1999-2002, International Business Machines Corporation and * others. All Rights Reserved. - ********************************************************************/ + ***********************************************************************/ #include "unicode/translit.h" #include "unicode/rbt.h" diff --git a/icu4c/source/samples/translit/answers/main_3.cpp b/icu4c/source/samples/translit/answers/main_3.cpp index 93065a252a0..0c1735be2f0 100644 --- a/icu4c/source/samples/translit/answers/main_3.cpp +++ b/icu4c/source/samples/translit/answers/main_3.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) 1999-2002, International Business Machines Corporation and * others. All Rights Reserved. - ********************************************************************/ + ***********************************************************************/ #include "unicode/translit.h" #include "unicode/rbt.h" diff --git a/icu4c/source/samples/translit/answers/main_4.cpp b/icu4c/source/samples/translit/answers/main_4.cpp index 5b51cb5672c..28371274d4d 100644 --- a/icu4c/source/samples/translit/answers/main_4.cpp +++ b/icu4c/source/samples/translit/answers/main_4.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) 1999-2002, International Business Machines Corporation and * others. All Rights Reserved. - ********************************************************************/ + ***********************************************************************/ #include "unicode/translit.h" #include "unicode/rbt.h" diff --git a/icu4c/source/samples/translit/answers/unaccent.cpp b/icu4c/source/samples/translit/answers/unaccent.cpp index 8b9832d79b6..12f9793ea20 100644 --- a/icu4c/source/samples/translit/answers/unaccent.cpp +++ b/icu4c/source/samples/translit/answers/unaccent.cpp @@ -1,8 +1,11 @@ -/******************************************************************** +/*********************************************************************** + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License + *********************************************************************** * COPYRIGHT: * Copyright (c) 1999-2002, International Business Machines Corporation and * others. All Rights Reserved. - ********************************************************************/ + ***********************************************************************/ #include "unaccent.h" diff --git a/icu4c/source/samples/translit/answers/unaccent.h b/icu4c/source/samples/translit/answers/unaccent.h index 4cda092d58f..3a3597880e9 100644 --- a/icu4c/source/samples/translit/answers/unaccent.h +++ b/icu4c/source/samples/translit/answers/unaccent.h @@ -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) 1999-2002, International Business Machines Corporation and * others. All Rights Reserved. - ********************************************************************/ + ***********************************************************************/ #include "unicode/translit.h" #include "unicode/normlzr.h" diff --git a/icu4c/source/samples/translit/main.cpp b/icu4c/source/samples/translit/main.cpp index 5bf46717ff1..98e35cf6b1c 100644 --- a/icu4c/source/samples/translit/main.cpp +++ b/icu4c/source/samples/translit/main.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) 1999-2003, International Business Machines Corporation and * others. All Rights Reserved. - ********************************************************************/ + ***********************************************************************/ #include "unicode/translit.h" //#include "unicode/rbt.h" diff --git a/icu4c/source/samples/translit/unaccent.cpp b/icu4c/source/samples/translit/unaccent.cpp index d3af7f35df7..ccdc33c019f 100644 --- a/icu4c/source/samples/translit/unaccent.cpp +++ b/icu4c/source/samples/translit/unaccent.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) 1999-2003, International Business Machines Corporation and * others. All Rights Reserved. - ********************************************************************/ + **********************************************************************/ #include "unaccent.h" diff --git a/icu4c/source/samples/translit/unaccent.h b/icu4c/source/samples/translit/unaccent.h index 10ee9d9096b..35f39c0c5ce 100644 --- a/icu4c/source/samples/translit/unaccent.h +++ b/icu4c/source/samples/translit/unaccent.h @@ -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) 1999-2003, International Business Machines Corporation and * others. All Rights Reserved. - ********************************************************************/ + ***********************************************************************/ #include "unicode/translit.h" #include "unicode/normlzr.h" diff --git a/icu4c/source/samples/translit/util.cpp b/icu4c/source/samples/translit/util.cpp index 9f0013c3b46..898e101ce50 100644 --- a/icu4c/source/samples/translit/util.cpp +++ b/icu4c/source/samples/translit/util.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) 1999-2010, International Business Machines Corporation and * others. All Rights Reserved. - ********************************************************************/ + ***********************************************************************/ #include "unicode/unistr.h" #include diff --git a/icu4c/source/samples/translit/util.h b/icu4c/source/samples/translit/util.h index 2d9c4c724e2..15b41a2b31a 100644 --- a/icu4c/source/samples/translit/util.h +++ b/icu4c/source/samples/translit/util.h @@ -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) 1999-2002, International Business Machines Corporation and * others. All Rights Reserved. - ********************************************************************/ + ***********************************************************************/ #include "unicode/unistr.h" diff --git a/icu4c/source/samples/uciter8/Makefile b/icu4c/source/samples/uciter8/Makefile index d89eee2cc58..7d09606c521 100644 --- a/icu4c/source/samples/uciter8/Makefile +++ b/icu4c/source/samples/uciter8/Makefile @@ -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) 2003 IBM, Inc. and others # sample code makefile diff --git a/icu4c/source/samples/uciter8/readme.txt b/icu4c/source/samples/uciter8/readme.txt index 320154a2881..4f01b2befed 100644 --- a/icu4c/source/samples/uciter8/readme.txt +++ b/icu4c/source/samples/uciter8/readme.txt @@ -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) 2003-2005, International Business Machines Corporation and others. All Rights Reserved. uciter8: Lenient reading of 8-bit Unicode with a UCharIterator diff --git a/icu4c/source/samples/uciter8/uciter8.c b/icu4c/source/samples/uciter8/uciter8.c index 85fe78618ae..d9e84fe82a8 100644 --- a/icu4c/source/samples/uciter8/uciter8.c +++ b/icu4c/source/samples/uciter8/uciter8.c @@ -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) 2003-2014, International Business Machines * Corporation and others. All Rights Reserved. * diff --git a/icu4c/source/samples/uciter8/uit_len8.c b/icu4c/source/samples/uciter8/uit_len8.c index 16fa487c642..f6f41406102 100644 --- a/icu4c/source/samples/uciter8/uit_len8.c +++ b/icu4c/source/samples/uciter8/uit_len8.c @@ -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) 2003-2006, International Business Machines * Corporation and others. All Rights Reserved. * diff --git a/icu4c/source/samples/uciter8/uit_len8.h b/icu4c/source/samples/uciter8/uit_len8.h index 35748ed4f5d..5b4c3231c5e 100644 --- a/icu4c/source/samples/uciter8/uit_len8.h +++ b/icu4c/source/samples/uciter8/uit_len8.h @@ -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) 2003, International Business Machines * Corporation and others. All Rights Reserved. * diff --git a/icu4c/source/samples/ucnv/Makefile b/icu4c/source/samples/ucnv/Makefile index 77536b9946b..3bc676d80c2 100644 --- a/icu4c/source/samples/ucnv/Makefile +++ b/icu4c/source/samples/ucnv/Makefile @@ -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) 2000-2002 IBM, Inc. and others # sample code makefile diff --git a/icu4c/source/samples/ucnv/convsamp.cpp b/icu4c/source/samples/ucnv/convsamp.cpp index 62a61774180..139e948efe3 100644 --- a/icu4c/source/samples/ucnv/convsamp.cpp +++ b/icu4c/source/samples/ucnv/convsamp.cpp @@ -1,4 +1,10 @@ -/************************************************************************** +/************************************************************************* +* +* Copyright (C) 2016 and later: Unicode, Inc. and others. +* License & terms of use: http://www.unicode.org/copyright.html#License +* +************************************************************************** +************************************************************************** * * Copyright (C) 2000-2016, International Business Machines * Corporation and others. All Rights Reserved. diff --git a/icu4c/source/samples/ucnv/data06.txt b/icu4c/source/samples/ucnv/data06.txt index 1d7858e18b8..8e842fb23e0 100644 --- a/icu4c/source/samples/ucnv/data06.txt +++ b/icu4c/source/samples/ucnv/data06.txt @@ -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) 1997-2000, International Business Machines // * Corporation and others. All Rights Reserved. // * @@ -87,4 +93,4 @@ fa { // ShortLanguage { } // localPatternChars{} // -} \ No newline at end of file +} diff --git a/icu4c/source/samples/ucnv/flagcb.c b/icu4c/source/samples/ucnv/flagcb.c index 3344c73f2bc..45a0faa8bba 100644 --- a/icu4c/source/samples/ucnv/flagcb.c +++ b/icu4c/source/samples/ucnv/flagcb.c @@ -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) 1999-2007, International Business Machines Corporation and * others. All Rights Reserved. - ********************************************************************/ + **************************************************************************/ #include "unicode/utypes.h" #include "unicode/ucnv.h" diff --git a/icu4c/source/samples/ucnv/flagcb.h b/icu4c/source/samples/ucnv/flagcb.h index 4b1cba5a451..3fa544f1535 100644 --- a/icu4c/source/samples/ucnv/flagcb.h +++ b/icu4c/source/samples/ucnv/flagcb.h @@ -1,4 +1,7 @@ -/* Copyright (c) 2000 IBM, Inc. and Others. +/* Copyright (C) 2016 and later: Unicode, Inc. and others. + License & terms of use: http://www.unicode.org/copyright.html#License + + Copyright (c) 2000 IBM, Inc. and Others. FLAGCB.H - interface to 'flagging' callback which simply marks the fact that the callback was called. */ diff --git a/icu4c/source/samples/ucnv/readme.txt b/icu4c/source/samples/ucnv/readme.txt index 7fb87319afa..8708b225282 100644 --- a/icu4c/source/samples/ucnv/readme.txt +++ b/icu4c/source/samples/ucnv/readme.txt @@ -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-2010, International Business Machines Corporation and others. All Rights Reserved. diff --git a/icu4c/source/samples/udata/Makefile b/icu4c/source/samples/udata/Makefile index 450e7ded4c0..9467631395d 100644 --- a/icu4c/source/samples/udata/Makefile +++ b/icu4c/source/samples/udata/Makefile @@ -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) 2000-2012 IBM, Inc. and others # udata sample code # Usage: diff --git a/icu4c/source/samples/udata/reader.c b/icu4c/source/samples/udata/reader.c index c75083a0973..80597987dbf 100644 --- a/icu4c/source/samples/udata/reader.c +++ b/icu4c/source/samples/udata/reader.c @@ -1,4 +1,10 @@ /* + ******************************************************************************* + * + * Copyright (C) 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License + * + ******************************************************************************* ******************************************************************************* * * Copyright (C) 1999-2009, International Business Machines diff --git a/icu4c/source/samples/udata/readme.txt b/icu4c/source/samples/udata/readme.txt index 308eb87be7a..1f87b9a494e 100644 --- a/icu4c/source/samples/udata/readme.txt +++ b/icu4c/source/samples/udata/readme.txt @@ -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-2010, International Business Machines Corporation and others. All Rights Reserved. udata: Low level ICU data diff --git a/icu4c/source/samples/udata/writer.c b/icu4c/source/samples/udata/writer.c index db0b758e458..f07f8dfd014 100644 --- a/icu4c/source/samples/udata/writer.c +++ b/icu4c/source/samples/udata/writer.c @@ -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) 1999-2006, International Business Machines * Corporation and others. All Rights Reserved. * diff --git a/icu4c/source/samples/ufortune/Makefile b/icu4c/source/samples/ufortune/Makefile index 258959a8f5a..de56b4058a7 100644 --- a/icu4c/source/samples/ufortune/Makefile +++ b/icu4c/source/samples/ufortune/Makefile @@ -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) 2001-2003 IBM, Inc. and others # @@ -52,4 +55,4 @@ clean-$(RESDIR): install-$(RESDIR): $(MAKE) -C $(RESDIR) install -install: install-$(RESDIR) \ No newline at end of file +install: install-$(RESDIR) diff --git a/icu4c/source/samples/ufortune/fortunedefs.mk b/icu4c/source/samples/ufortune/fortunedefs.mk index b0ce2b25b7e..a07eb119372 100644 --- a/icu4c/source/samples/ufortune/fortunedefs.mk +++ b/icu4c/source/samples/ufortune/fortunedefs.mk @@ -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) 2001-2011 IBM, Inc. and others # common makefile between ufortune and ufortune/resources diff --git a/icu4c/source/samples/ufortune/readme.txt b/icu4c/source/samples/ufortune/readme.txt index 3ad4425453e..22a23555ac5 100644 --- a/icu4c/source/samples/ufortune/readme.txt +++ b/icu4c/source/samples/ufortune/readme.txt @@ -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-2005, International Business Machines Corporation and others. All Rights Reserved. ufortune: a sample program demonstrating the use of ICU resource files by an application. diff --git a/icu4c/source/samples/ufortune/resources/Makefile b/icu4c/source/samples/ufortune/resources/Makefile index ef38d8a572b..8a3c1696da2 100644 --- a/icu4c/source/samples/ufortune/resources/Makefile +++ b/icu4c/source/samples/ufortune/resources/Makefile @@ -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) 2001-2011 IBM, Inc. and others # # File diff --git a/icu4c/source/samples/ufortune/resources/es.txt b/icu4c/source/samples/ufortune/resources/es.txt index 1500b70dd87..f8257bc5337 100644 --- a/icu4c/source/samples/ufortune/resources/es.txt +++ b/icu4c/source/samples/ufortune/resources/es.txt @@ -1,4 +1,7 @@ -// Copyright (C) 2001-2006, International Business Machines +// Copyright (C) 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html#License +// +// Copyright (C) 2001-2006, International Business Machines // Corporation and others. All Rights Reserved. // diff --git a/icu4c/source/samples/ufortune/resources/fortune_resources.mak b/icu4c/source/samples/ufortune/resources/fortune_resources.mak index 7e4d2c3dca2..d86051767e8 100644 --- a/icu4c/source/samples/ufortune/resources/fortune_resources.mak +++ b/icu4c/source/samples/ufortune/resources/fortune_resources.mak @@ -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) 2001-2009 IBM, Inc. and others # # fortune_resources.mak diff --git a/icu4c/source/samples/ufortune/resources/root.txt b/icu4c/source/samples/ufortune/resources/root.txt index da6ccd778b6..3b5d2fdb480 100644 --- a/icu4c/source/samples/ufortune/resources/root.txt +++ b/icu4c/source/samples/ufortune/resources/root.txt @@ -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) 2001-2003, International Business Machines // Corporation and others. All Rights Reserved. // @@ -210,4 +213,4 @@ the doctor said, \"The medical profession is clearly the oldest, because Eve was made from Adam's rib, as the story goes, and that was a simply incredible surgical feat.\" " } -} \ No newline at end of file +} diff --git a/icu4c/source/samples/ufortune/ufortune.c b/icu4c/source/samples/ufortune/ufortune.c index 1adf999009e..5649be1a384 100644 --- a/icu4c/source/samples/ufortune/ufortune.c +++ b/icu4c/source/samples/ufortune/ufortune.c @@ -1,9 +1,15 @@ -/************************************************************************** +/************************************************************************* +* +* Copyright (C) 2016 and later: Unicode, Inc. and others. +* License & terms of use: http://www.unicode.org/copyright.html#License +* +************************************************************************** +************************************************************************** * * Copyright (C) 2001-2006, International Business Machines * Corporation and others. All Rights Reserved. * -*************************************************************************** +************************************************************************** * * ufortune - An ICU resources sample program * diff --git a/icu4c/source/samples/ugrep/Makefile b/icu4c/source/samples/ugrep/Makefile index a0129ab0538..366eb2b6bef 100644 --- a/icu4c/source/samples/ugrep/Makefile +++ b/icu4c/source/samples/ugrep/Makefile @@ -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) 2000-2010 IBM, Inc. and others # sample code makefile diff --git a/icu4c/source/samples/ugrep/readme.txt b/icu4c/source/samples/ugrep/readme.txt index c96fb03633a..cb4042e240a 100644 --- a/icu4c/source/samples/ugrep/readme.txt +++ b/icu4c/source/samples/ugrep/readme.txt @@ -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-2005, International Business Machines Corporation and others. All Rights Reserved. ugrep: a sample program demonstrating the use of ICU regular expression API. diff --git a/icu4c/source/samples/ugrep/ugrep.cpp b/icu4c/source/samples/ugrep/ugrep.cpp index 4f920137b7a..df748bbaa23 100644 --- a/icu4c/source/samples/ugrep/ugrep.cpp +++ b/icu4c/source/samples/ugrep/ugrep.cpp @@ -1,4 +1,10 @@ -/************************************************************************** +/************************************************************************* +* +* Copyright (C) 2016 and later: Unicode, Inc. and others. +* License & terms of use: http://www.unicode.org/copyright.html#License +* +************************************************************************** +************************************************************************** * * Copyright (C) 2002-2010, International Business Machines * Corporation and others. All Rights Reserved. diff --git a/icu4c/source/samples/uresb/Makefile b/icu4c/source/samples/uresb/Makefile index 488cdb7400d..e9ad2997e36 100644 --- a/icu4c/source/samples/uresb/Makefile +++ b/icu4c/source/samples/uresb/Makefile @@ -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) 2000-2005 IBM, Inc. and others # conversion sample code # Usage: diff --git a/icu4c/source/samples/uresb/en.txt b/icu4c/source/samples/uresb/en.txt index 394d53c4a76..391a3499663 100644 --- a/icu4c/source/samples/uresb/en.txt +++ b/icu4c/source/samples/uresb/en.txt @@ -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) 2000-2003, International Business Machines // Corporation and others. All Rights Reserved. diff --git a/icu4c/source/samples/uresb/readme.txt b/icu4c/source/samples/uresb/readme.txt index 8ca2c8f0144..e75eae7875a 100644 --- a/icu4c/source/samples/uresb/readme.txt +++ b/icu4c/source/samples/uresb/readme.txt @@ -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) 2001-2010 International Business Machines Corporation and others. All Rights Reserved. uresb: Resource Bundle diff --git a/icu4c/source/samples/uresb/resources.mak b/icu4c/source/samples/uresb/resources.mak index e1ea4fb2f2d..9d3b6e180cd 100644 --- a/icu4c/source/samples/uresb/resources.mak +++ b/icu4c/source/samples/uresb/resources.mak @@ -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) 2001-2009 International Business Machines ## Corporation and others. All Rights Reserved. PACKAGE_NAME = uresb diff --git a/icu4c/source/samples/uresb/root.txt b/icu4c/source/samples/uresb/root.txt index 8d45c73b950..0a5b965c623 100644 --- a/icu4c/source/samples/uresb/root.txt +++ b/icu4c/source/samples/uresb/root.txt @@ -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) 2001-2003 International Business Machines // Corporation and others. All Rights Reserved. root { diff --git a/icu4c/source/samples/uresb/sr.txt b/icu4c/source/samples/uresb/sr.txt index 698d4fcb56a..09c2fdf8ba2 100644 --- a/icu4c/source/samples/uresb/sr.txt +++ b/icu4c/source/samples/uresb/sr.txt @@ -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) 2001-2003 International Business Machines // Corporation and others. All Rights Reserved. // Use --encoding cp1251 for genrb diff --git a/icu4c/source/samples/uresb/uresb.c b/icu4c/source/samples/uresb/uresb.c index e1930503146..27ea3aad2a1 100644 --- a/icu4c/source/samples/uresb/uresb.c +++ b/icu4c/source/samples/uresb/uresb.c @@ -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) 1999-2007, International Business Machines * Corporation and others. All Rights Reserved. * diff --git a/icu4c/source/samples/ustring/Makefile b/icu4c/source/samples/ustring/Makefile index ff94488d229..84e68d5091f 100644 --- a/icu4c/source/samples/ustring/Makefile +++ b/icu4c/source/samples/ustring/Makefile @@ -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 IBM, Inc. and others # sample code makefile diff --git a/icu4c/source/samples/ustring/readme.txt b/icu4c/source/samples/ustring/readme.txt index f713963b574..9097f7f61d2 100644 --- a/icu4c/source/samples/ustring/readme.txt +++ b/icu4c/source/samples/ustring/readme.txt @@ -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-2005, International Business Machines Corporation and others. All Rights Reserved. ustring: Unicode String Manipulation diff --git a/icu4c/source/samples/ustring/ustring.cpp b/icu4c/source/samples/ustring/ustring.cpp index d0f91cd690f..2eea148f4e1 100644 --- a/icu4c/source/samples/ustring/ustring.cpp +++ b/icu4c/source/samples/ustring/ustring.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) 2000-2014, International Business Machines * Corporation and others. All Rights Reserved. * diff --git a/icu4c/source/test/perf/DateFmtPerf/DateFmtPerf.cpp b/icu4c/source/test/perf/DateFmtPerf/DateFmtPerf.cpp index 66bd2e39976..d5e0c8b3b9a 100644 --- a/icu4c/source/test/perf/DateFmtPerf/DateFmtPerf.cpp +++ b/icu4c/source/test/perf/DateFmtPerf/DateFmtPerf.cpp @@ -1,9 +1,13 @@ /* -********************************************************************** +*********************************************************************** +* Copyright (C) 2016 and later: Unicode, Inc. and others. +* License & terms of use: http://www.unicode.org/copyright.html#License +*********************************************************************** +*********************************************************************** * Copyright (c) 2002-2014,International Business Machines * Corporation and others. All Rights Reserved. -********************************************************************** -********************************************************************** +*********************************************************************** +*********************************************************************** */ #include "DateFmtPerf.h" diff --git a/icu4c/source/test/perf/DateFmtPerf/DateFmtPerf.h b/icu4c/source/test/perf/DateFmtPerf/DateFmtPerf.h index 8df010ac187..c9d2c82f180 100644 --- a/icu4c/source/test/perf/DateFmtPerf/DateFmtPerf.h +++ b/icu4c/source/test/perf/DateFmtPerf/DateFmtPerf.h @@ -1,9 +1,13 @@ /* -********************************************************************** +*********************************************************************** +* Copyright (C) 2016 and later: Unicode, Inc. and others. +* License & terms of use: http://www.unicode.org/copyright.html#License +*********************************************************************** +*********************************************************************** * Copyright (c) 2002-2016,International Business Machines * Corporation and others. All Rights Reserved. -********************************************************************** -********************************************************************** +*********************************************************************** +*********************************************************************** */ #ifndef _DATEFMTPERF_H diff --git a/icu4c/source/test/perf/DateFmtPerf/Makefile.in b/icu4c/source/test/perf/DateFmtPerf/Makefile.in index 3e651de497e..d216155e6fb 100644 --- a/icu4c/source/test/perf/DateFmtPerf/Makefile.in +++ b/icu4c/source/test/perf/DateFmtPerf/Makefile.in @@ -1,4 +1,7 @@ ## Makefile.in for ICU - test/perf/ubrkperf +## 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/DateFmtPerf/ReadMe.txt b/icu4c/source/test/perf/DateFmtPerf/ReadMe.txt index 9f69351bf47..968c85ba732 100644 --- a/icu4c/source/test/perf/DateFmtPerf/ReadMe.txt +++ b/icu4c/source/test/perf/DateFmtPerf/ReadMe.txt @@ -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-2010,International Business Machines * Corporation and others. All Rights Reserved. -********************************************************************** -********************************************************************** +*********************************************************************** +*********************************************************************** The purpose of this performance test is to test the "real world" applications of ICU, such as Date Formatting and the Break Iterator. In both of these cases, the performance test function does all of the work, i.e. initializing, formatting, etc. @@ -19,4 +23,4 @@ BreakItChar250: Tests character break iteration with 250 iterations. BreakItChar10000: Tests character break iteration with 10000 iterations. For example: -datefmtperf.exe -i 1 -p 1 DateFmt250 \ No newline at end of file +datefmtperf.exe -i 1 -p 1 DateFmt250 diff --git a/icu4c/source/test/perf/DateFmtPerf/breakdata.h b/icu4c/source/test/perf/DateFmtPerf/breakdata.h index 5c21c0f12fe..03297da7e4b 100644 --- a/icu4c/source/test/perf/DateFmtPerf/breakdata.h +++ b/icu4c/source/test/perf/DateFmtPerf/breakdata.h @@ -1,9 +1,13 @@ /* -********************************************************************** +*********************************************************************** +* Copyright (C) 2016 and later: Unicode, Inc. and others. +* License & terms of use: http://www.unicode.org/copyright.html#License +*********************************************************************** +*********************************************************************** * Copyright (c) 2002-2010,International Business Machines * Corporation and others. All Rights Reserved. -********************************************************************** -********************************************************************** +*********************************************************************** +*********************************************************************** */ #include "unicode/unistr.h" diff --git a/icu4c/source/test/perf/DateFmtPerf/collationdata.h b/icu4c/source/test/perf/DateFmtPerf/collationdata.h index 47c00fc80a2..d886785f014 100644 --- a/icu4c/source/test/perf/DateFmtPerf/collationdata.h +++ b/icu4c/source/test/perf/DateFmtPerf/collationdata.h @@ -1,9 +1,13 @@ /* -********************************************************************** +*********************************************************************** +* Copyright (C) 2016 and later: Unicode, Inc. and others. +* License & terms of use: http://www.unicode.org/copyright.html#License +*********************************************************************** +*********************************************************************** * Copyright (c) 2002-2010,International Business Machines * Corporation and others. All Rights Reserved. -********************************************************************** -********************************************************************** +*********************************************************************** +*********************************************************************** */ diff --git a/icu4c/source/test/perf/DateFmtPerf/datedata.h b/icu4c/source/test/perf/DateFmtPerf/datedata.h index ed3cdb63671..5e2d3909583 100644 --- a/icu4c/source/test/perf/DateFmtPerf/datedata.h +++ b/icu4c/source/test/perf/DateFmtPerf/datedata.h @@ -1,9 +1,13 @@ /* -********************************************************************** +*********************************************************************** +* Copyright (C) 2016 and later: Unicode, Inc. and others. +* License & terms of use: http://www.unicode.org/copyright.html#License +*********************************************************************** +*********************************************************************** * Copyright (c) 2002-2010,International Business Machines * Corporation and others. All Rights Reserved. -********************************************************************** -********************************************************************** +*********************************************************************** +*********************************************************************** */ int NUM_DATES = 250; diff --git a/icu4c/source/test/perf/README b/icu4c/source/test/perf/README index 276a84bd723..aaf0d3b2590 100644 --- a/icu4c/source/test/perf/README +++ b/icu4c/source/test/perf/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) 2008-2013, International Business Machines Corporation and others. All Rights Reserved. diff --git a/icu4c/source/test/perf/charperf/CharPerf.pl b/icu4c/source/test/perf/charperf/CharPerf.pl index c43c62297fa..822d2698755 100755 --- a/icu4c/source/test/perf/charperf/CharPerf.pl +++ b/icu4c/source/test/perf/charperf/CharPerf.pl @@ -1,5 +1,9 @@ #!/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/charperf/CharPerf_r.pl b/icu4c/source/test/perf/charperf/CharPerf_r.pl index 21b5a75520b..85fecda9935 100755 --- a/icu4c/source/test/perf/charperf/CharPerf_r.pl +++ b/icu4c/source/test/perf/charperf/CharPerf_r.pl @@ -1,5 +1,9 @@ #!/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/charperf/Makefile.in b/icu4c/source/test/perf/charperf/Makefile.in index 9276a78f032..a40e517cde3 100644 --- a/icu4c/source/test/perf/charperf/Makefile.in +++ b/icu4c/source/test/perf/charperf/Makefile.in @@ -1,4 +1,7 @@ ## Makefile.in for ICU - test/perf/charperf +## 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/charperf/charperf.cpp b/icu4c/source/test/perf/charperf/charperf.cpp index c38713f4a04..0f71f519e01 100644 --- a/icu4c/source/test/perf/charperf/charperf.cpp +++ b/icu4c/source/test/perf/charperf/charperf.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) 2002-2016 IBM, Inc. All Rights Reserved. * - ********************************************************************/ + ***********************************************************************/ /***************************************************************************** * File charperf.cpp * diff --git a/icu4c/source/test/perf/charperf/charperf.h b/icu4c/source/test/perf/charperf/charperf.h index e23785f84cb..8700bba18f9 100644 --- a/icu4c/source/test/perf/charperf/charperf.h +++ b/icu4c/source/test/perf/charperf/charperf.h @@ -1,5 +1,9 @@ /* ********************************************************************** +* Copyright (C) 2016 and later: Unicode, Inc. and others. +* License & terms of use: http://www.unicode.org/copyright.html#License +********************************************************************** +********************************************************************** * Copyright (c) 2002-2006, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** diff --git a/icu4c/source/test/perf/collperf/CollPerf.pl b/icu4c/source/test/perf/collperf/CollPerf.pl index 6f55b300794..73b8048aed2 100755 --- a/icu4c/source/test/perf/collperf/CollPerf.pl +++ b/icu4c/source/test/perf/collperf/CollPerf.pl @@ -1,5 +1,9 @@ #!/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) 2005-2013, International Business Machines Corporation and # * others. All Rights Reserved. diff --git a/icu4c/source/test/perf/collperf/CollPerf_r.pl b/icu4c/source/test/perf/collperf/CollPerf_r.pl index ab969d7a149..83dc933c769 100755 --- a/icu4c/source/test/perf/collperf/CollPerf_r.pl +++ b/icu4c/source/test/perf/collperf/CollPerf_r.pl @@ -1,5 +1,9 @@ #!/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) 2008-2013, International Business Machines Corporation and # * others. All Rights Reserved. diff --git a/icu4c/source/test/perf/collperf/Makefile.in b/icu4c/source/test/perf/collperf/Makefile.in index b2dce6815b3..d3fc8813699 100644 --- a/icu4c/source/test/perf/collperf/Makefile.in +++ b/icu4c/source/test/perf/collperf/Makefile.in @@ -1,4 +1,7 @@ ## Makefile.in for ICU - test/perf/collperf +## 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/collperf/collperf.cpp b/icu4c/source/test/perf/collperf/collperf.cpp index 841c59bc31f..e98499ec857 100644 --- a/icu4c/source/test/perf/collperf/collperf.cpp +++ b/icu4c/source/test/perf/collperf/collperf.cpp @@ -1,8 +1,13 @@ -/******************************************************************** +/*********************************************************************** +* Copyright (C) 2016 and later: Unicode, Inc. and others. +* License & terms of use: http://www.unicode.org/copyright.html#License +* +*********************************************************************** +*********************************************************************** * COPYRIGHT: * Copyright (C) 2001-2016 IBM, Inc. All Rights Reserved. * -********************************************************************/ +***********************************************************************/ #include #include diff --git a/icu4c/source/test/perf/collperf2/CollPerf2_r.pl b/icu4c/source/test/perf/collperf2/CollPerf2_r.pl index c87e3034e5c..b957ac3a03e 100755 --- a/icu4c/source/test/perf/collperf2/CollPerf2_r.pl +++ b/icu4c/source/test/perf/collperf2/CollPerf2_r.pl @@ -1,5 +1,9 @@ #!/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) 2013-2014, International Business Machines Corporation and # others. All Rights Reserved. diff --git a/icu4c/source/test/perf/collperf2/Makefile.in b/icu4c/source/test/perf/collperf2/Makefile.in index 9c43c76da78..f3f74bea279 100644 --- a/icu4c/source/test/perf/collperf2/Makefile.in +++ b/icu4c/source/test/perf/collperf2/Makefile.in @@ -1,4 +1,7 @@ ## Makefile.in for ICU - test/perf/collperf2 +## Copyright (C) 2016 and later: Unicode, Inc. and others. +## License & terms of use: http://www.unicode.org/copyright.html#License +## ## Copyright (c) 2013, International Business Machines Corporation and ## others. All Rights Reserved. diff --git a/icu4c/source/test/perf/collperf2/collperf2.cpp b/icu4c/source/test/perf/collperf2/collperf2.cpp index 5f953c18735..17ea48a0627 100644 --- a/icu4c/source/test/perf/collperf2/collperf2.cpp +++ b/icu4c/source/test/perf/collperf2/collperf2.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) 2013-2014, International Business Machines * Corporation and others. All Rights Reserved. -********************************************************************** +*********************************************************************** */ #include diff --git a/icu4c/source/test/perf/convperf/ConvPerf_r.pl b/icu4c/source/test/perf/convperf/ConvPerf_r.pl index 2d611f711be..20a311e4dbd 100755 --- a/icu4c/source/test/perf/convperf/ConvPerf_r.pl +++ b/icu4c/source/test/perf/convperf/ConvPerf_r.pl @@ -1,5 +1,9 @@ #!/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/convperf/Makefile.in b/icu4c/source/test/perf/convperf/Makefile.in index 538c49b16c6..27190760b25 100644 --- a/icu4c/source/test/perf/convperf/Makefile.in +++ b/icu4c/source/test/perf/convperf/Makefile.in @@ -1,3 +1,6 @@ +## Copyright (C) 2016 and later: Unicode, Inc. and others. +## License & terms of use: http://www.unicode.org/copyright.html#License +## ## Makefile.in for ICU - test/perf/collperf ## Copyright (c) 2001-2011, International Business Machines Corporation and ## others. All Rights Reserved. diff --git a/icu4c/source/test/perf/convperf/convperf.cpp b/icu4c/source/test/perf/convperf/convperf.cpp index 395e7c6ee48..162724f3bf2 100644 --- a/icu4c/source/test/perf/convperf/convperf.cpp +++ b/icu4c/source/test/perf/convperf/convperf.cpp @@ -1,9 +1,13 @@ /* -********************************************************************** +*********************************************************************** +* Copyright (C) 2016 and later: Unicode, Inc. and others. +* License & terms of use: http://www.unicode.org/copyright.html#License +*********************************************************************** +*********************************************************************** * Copyright (c) 2002-2014, International Business Machines * Corporation and others. All Rights Reserved. -********************************************************************** -********************************************************************** +*********************************************************************** +*********************************************************************** */ /** * This Program tests the performance of ICU's Normalization engine against Windows diff --git a/icu4c/source/test/perf/convperf/convperf.h b/icu4c/source/test/perf/convperf/convperf.h index c8681c59091..800270a8f60 100644 --- a/icu4c/source/test/perf/convperf/convperf.h +++ b/icu4c/source/test/perf/convperf/convperf.h @@ -1,9 +1,13 @@ /* -********************************************************************** +*********************************************************************** +* Copyright (C) 2016 and later: Unicode, Inc. and others. +* License & terms of use: http://www.unicode.org/copyright.html#License +*********************************************************************** +*********************************************************************** * Copyright (c) 2002-2014, International Business Machines * Corporation and others. All Rights Reserved. -********************************************************************** -********************************************************************** +*********************************************************************** +*********************************************************************** */ #ifndef _CONVPERF_H #define _CONVPERF_H diff --git a/icu4c/source/test/perf/convperf/convperf_ansi.pl b/icu4c/source/test/perf/convperf/convperf_ansi.pl index 7fccf0b929e..406bfeb365b 100755 --- a/icu4c/source/test/perf/convperf/convperf_ansi.pl +++ b/icu4c/source/test/perf/convperf/convperf_ansi.pl @@ -1,5 +1,9 @@ #!/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/convperf/convperf_iml.pl b/icu4c/source/test/perf/convperf/convperf_iml.pl index 25bcf6de969..0ca20aa1cb3 100755 --- a/icu4c/source/test/perf/convperf/convperf_iml.pl +++ b/icu4c/source/test/perf/convperf/convperf_iml.pl @@ -1,5 +1,9 @@ #!/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/convperf/data.h b/icu4c/source/test/perf/convperf/data.h index e80be75c1cc..ff5af5f69b0 100644 --- a/icu4c/source/test/perf/convperf/data.h +++ b/icu4c/source/test/perf/convperf/data.h @@ -1,9 +1,13 @@ /* -********************************************************************** +*********************************************************************** +* Copyright (C) 2016 and later: Unicode, Inc. and others. +* License & terms of use: http://www.unicode.org/copyright.html#License +*********************************************************************** +*********************************************************************** * Copyright (c) 2002-2003,International Business Machines * Corporation and others. All Rights Reserved. -********************************************************************** -********************************************************************** +*********************************************************************** +*********************************************************************** */ #ifndef _DATA_H #define _DATA_H diff --git a/icu4c/source/test/perf/dicttrieperf/Makefile.in b/icu4c/source/test/perf/dicttrieperf/Makefile.in index 931a1a817d7..d95ec922487 100644 --- a/icu4c/source/test/perf/dicttrieperf/Makefile.in +++ b/icu4c/source/test/perf/dicttrieperf/Makefile.in @@ -1,4 +1,7 @@ ## Makefile.in for ICU - test/perf/dicttrieperf +## 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/dicttrieperf/dicttrieperf.cpp b/icu4c/source/test/perf/dicttrieperf/dicttrieperf.cpp index 9b3c284c776..0e59a3f52f5 100644 --- a/icu4c/source/test/perf/dicttrieperf/dicttrieperf.cpp +++ b/icu4c/source/test/perf/dicttrieperf/dicttrieperf.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) 2010-2014, International Business Machines * Corporation and others. All Rights Reserved. - ********************************************************************** + *********************************************************************** * file name: dicttrieperf.cpp * encoding: US-ASCII * tab size: 8 (not used) diff --git a/icu4c/source/test/perf/howExpensiveIs/Makefile.in b/icu4c/source/test/perf/howExpensiveIs/Makefile.in index 2daea675c24..e68dda9a73a 100644 --- a/icu4c/source/test/perf/howExpensiveIs/Makefile.in +++ b/icu4c/source/test/perf/howExpensiveIs/Makefile.in @@ -1,4 +1,7 @@ ## Makefile.in for ICU - test/perf/howExpensiveIs +## Copyright (C) 2016 and later: Unicode, Inc. and others. +## License & terms of use: http://www.unicode.org/copyright.html#License +## ## Copyright (c) 2001-2012, International Business Machines Corporation and ## others. All Rights Reserved. diff --git a/icu4c/source/test/perf/howExpensiveIs/howExpensiveIs.cpp b/icu4c/source/test/perf/howExpensiveIs/howExpensiveIs.cpp index 0e5d3a8a750..d3320c6f5ad 100644 --- a/icu4c/source/test/perf/howExpensiveIs/howExpensiveIs.cpp +++ b/icu4c/source/test/perf/howExpensiveIs/howExpensiveIs.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) 2011-2016,International Business Machines * Corporation and others. All Rights Reserved. - ********************************************************************** + *********************************************************************** */ #include #include diff --git a/icu4c/source/test/perf/howExpensiveIs/readme.txt b/icu4c/source/test/perf/howExpensiveIs/readme.txt index 80287902502..64eb0b12c21 100644 --- a/icu4c/source/test/perf/howExpensiveIs/readme.txt +++ b/icu4c/source/test/perf/howExpensiveIs/readme.txt @@ -1,4 +1,7 @@ # -*- mode: org -*- +# Copyright (C) 2016 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html#License +# # Copyright (C) 2012 International Business Machines Corporation and Others. All Rights Reserved. How Expensive Is It? diff --git a/icu4c/source/test/perf/howExpensiveIs/sieve.cpp b/icu4c/source/test/perf/howExpensiveIs/sieve.cpp index 0db512181ba..c54fea3de47 100644 --- a/icu4c/source/test/perf/howExpensiveIs/sieve.cpp +++ b/icu4c/source/test/perf/howExpensiveIs/sieve.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) 2011-2012,International Business Machines * Corporation and others. All Rights Reserved. - ********************************************************************** + *********************************************************************** */ #include "unicode/utimer.h" diff --git a/icu4c/source/test/perf/howExpensiveIs/sieve.h b/icu4c/source/test/perf/howExpensiveIs/sieve.h index 74a394da766..80e67098844 100644 --- a/icu4c/source/test/perf/howExpensiveIs/sieve.h +++ b/icu4c/source/test/perf/howExpensiveIs/sieve.h @@ -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) 2011-2012,International Business Machines * Corporation and others. All Rights Reserved. - ********************************************************************** + *********************************************************************** */ #ifndef SIEVE_H diff --git a/icu4c/source/test/perf/icuperf2report.xsl b/icu4c/source/test/perf/icuperf2report.xsl index 738f13e5f8e..73c28154396 100644 --- a/icu4c/source/test/perf/icuperf2report.xsl +++ b/icu4c/source/test/perf/icuperf2report.xsl @@ -1,5 +1,8 @@ + + +