From: Yoshito Umaoka Date: Tue, 3 Oct 2017 02:32:50 +0000 (+0000) Subject: ICU-13358 Fixed cpyscan problems. Enhanced cpyscan.pl to use online version of cpyski... X-Git-Tag: release-60-rc~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18702151316f1cbffa6628d567e80a321a53bab7;p=icu ICU-13358 Fixed cpyscan problems. Enhanced cpyscan.pl to use online version of cpyskip.txt by default. Added the new Unicode copyright comment in many tools files. X-SVN-Rev: 40527 --- diff --git a/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/services/java.awt.im.spi.InputMethodDescriptor b/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/services/java.awt.im.spi.InputMethodDescriptor index 2ae5b1cc8b9..7d5f90d7e2c 100644 --- a/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/services/java.awt.im.spi.InputMethodDescriptor +++ b/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/services/java.awt.im.spi.InputMethodDescriptor @@ -1,3 +1,7 @@ +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# com.ibm.icu.dev.tool.ime.indic.BengaliInputMethodDescriptor com.ibm.icu.dev.tool.ime.indic.DevanagariInputMethodDescriptor com.ibm.icu.dev.tool.ime.indic.GujaratiInputMethodDescriptor diff --git a/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/services/java.awt.im.spi.InputMethodDescriptor b/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/services/java.awt.im.spi.InputMethodDescriptor index 1035973c202..288322e5261 100644 --- a/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/services/java.awt.im.spi.InputMethodDescriptor +++ b/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/services/java.awt.im.spi.InputMethodDescriptor @@ -1,4 +1,8 @@ # +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# +# # # fully-qualified name of the java.awt.im.spi.InputMethodDescriptor # implementation class diff --git a/tools/colprobe/Makefile.in b/tools/colprobe/Makefile.in index c6beffdf13f..2e5c39feb3c 100644 --- a/tools/colprobe/Makefile.in +++ b/tools/colprobe/Makefile.in @@ -1,3 +1,7 @@ +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# ## Makefile.in for ICU - extra/colprobe ## Copyright (c) 2001, International Business Machines Corporation and ## others. All Rights Reserved. diff --git a/tools/colprobe/colprobe.cpp b/tools/colprobe/colprobe.cpp index d1751be5470..7215f9dd33b 100644 --- a/tools/colprobe/colprobe.cpp +++ b/tools/colprobe/colprobe.cpp @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * diff --git a/tools/colprobe/colprobe.h b/tools/colprobe/colprobe.h index ca12c44fbfb..ff08befa1e3 100644 --- a/tools/colprobe/colprobe.h +++ b/tools/colprobe/colprobe.h @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html #ifndef COLPROBE_H #define COLPROBE_H diff --git a/tools/colprobe/colprobeNew.cpp b/tools/colprobe/colprobeNew.cpp index 6bcfc51f9d5..39557766772 100644 --- a/tools/colprobe/colprobeNew.cpp +++ b/tools/colprobe/colprobeNew.cpp @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * diff --git a/tools/colprobe/createComparisonTables.pl b/tools/colprobe/createComparisonTables.pl index 18f6a14af60..e0d44c153c6 100755 --- a/tools/colprobe/createComparisonTables.pl +++ b/tools/colprobe/createComparisonTables.pl @@ -1,5 +1,10 @@ #! /usr/bin/perl -w +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# + use strict; diff --git a/tools/colprobe/doComparisonTable.pl b/tools/colprobe/doComparisonTable.pl index 7a02ef34bf0..10b30654b61 100755 --- a/tools/colprobe/doComparisonTable.pl +++ b/tools/colprobe/doComparisonTable.pl @@ -1,5 +1,10 @@ #! /usr/bin/perl -w +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# + use strict; use IO::File; diff --git a/tools/colprobe/extractCollationData.pl b/tools/colprobe/extractCollationData.pl index f7079be7fe2..eca4f38a7e4 100755 --- a/tools/colprobe/extractCollationData.pl +++ b/tools/colprobe/extractCollationData.pl @@ -1,5 +1,10 @@ #!/usr/bin/perl +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# + use strict; use Unicode::UCD 'charinfo'; use Unicode::Normalize; diff --git a/tools/colprobe/gcd2.pl b/tools/colprobe/gcd2.pl index c8e5f87bc79..3346a0f0b3c 100755 --- a/tools/colprobe/gcd2.pl +++ b/tools/colprobe/gcd2.pl @@ -1,5 +1,10 @@ #!/usr/bin/perl -w +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# + use strict; #my $localeMinusA = `locale -a`; diff --git a/tools/colprobe/genCollData.pl b/tools/colprobe/genCollData.pl index 2f46184cc2f..41b9326d465 100755 --- a/tools/colprobe/genCollData.pl +++ b/tools/colprobe/genCollData.pl @@ -1,5 +1,10 @@ #!/usr/bin/perl -w +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# + use strict; my $localeMinusA = `locale -a`; diff --git a/tools/colprobe/line.cpp b/tools/colprobe/line.cpp index d8829d910f9..d3d503e9dbd 100644 --- a/tools/colprobe/line.cpp +++ b/tools/colprobe/line.cpp @@ -1,3 +1,5 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * diff --git a/tools/colprobe/line.h b/tools/colprobe/line.h index 31ce20499c6..7bca836faa5 100644 --- a/tools/colprobe/line.h +++ b/tools/colprobe/line.h @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * diff --git a/tools/colprobe/locale.txt b/tools/colprobe/locale.txt index 324ab56617c..00d3cc644f3 100644 --- a/tools/colprobe/locale.txt +++ b/tools/colprobe/locale.txt @@ -1,3 +1,7 @@ +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# af af_ZA am diff --git a/tools/colprobe/longname.cpp b/tools/colprobe/longname.cpp index 71ba45d5383..0fbd4291c2b 100644 --- a/tools/colprobe/longname.cpp +++ b/tools/colprobe/longname.cpp @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html #include "unicode/unistr.h" #include "unicode/locid.h" #include "unicode/ucnv.h" diff --git a/tools/colprobe/readme.txt b/tools/colprobe/readme.txt index fd2914acd5f..0cdd0a261dc 100644 --- a/tools/colprobe/readme.txt +++ b/tools/colprobe/readme.txt @@ -1,3 +1,7 @@ +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# There are several tools in this directory that should make it easier to generate collation data: extractCollationData.pl - perl script that reads ICU resource bundle files and outputs a locale_collation.html file if collation elements are present in the locale. Arguments are the list of locale source files (*.txt) that need to be processed. createComparisonTables.pl - takes a locale name. Looks in directories that should contain the html data produced by colprobe or extractCollationData. diff --git a/tools/colprobe/sortedlines.cpp b/tools/colprobe/sortedlines.cpp index a4f3dfecb13..1fbdcbd5073 100644 --- a/tools/colprobe/sortedlines.cpp +++ b/tools/colprobe/sortedlines.cpp @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html #include "sortedlines.h" static int codePointCmp(const void *a, const void *b) { diff --git a/tools/colprobe/sortedlines.h b/tools/colprobe/sortedlines.h index 5f370066dd5..c76f8b79086 100644 --- a/tools/colprobe/sortedlines.h +++ b/tools/colprobe/sortedlines.h @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html #ifndef COLPROBE_SORTEDLINES_H #define COLPROBE_SORTEDLINES_H diff --git a/tools/colprobe/strengthprobe.cpp b/tools/colprobe/strengthprobe.cpp index afa94b67776..232aa42d16a 100644 --- a/tools/colprobe/strengthprobe.cpp +++ b/tools/colprobe/strengthprobe.cpp @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * diff --git a/tools/colprobe/strengthprobe.h b/tools/colprobe/strengthprobe.h index ec925b21adf..df5313667a1 100644 --- a/tools/colprobe/strengthprobe.h +++ b/tools/colprobe/strengthprobe.h @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * diff --git a/tools/colprobe/tableStarter.pl b/tools/colprobe/tableStarter.pl index d1b7fbbe8de..6c670a51be3 100755 --- a/tools/colprobe/tableStarter.pl +++ b/tools/colprobe/tableStarter.pl @@ -1,5 +1,10 @@ #!/usr/bin/perl -w +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# + use strict; my $localeMinusA = `cat /home/weiv/src/icu/source/extra/colprobe/locale.txt`; diff --git a/tools/colprobe/targetsetgenerator.cpp b/tools/colprobe/targetsetgenerator.cpp index e3dcbe8e49e..f0532eb7369 100644 --- a/tools/colprobe/targetsetgenerator.cpp +++ b/tools/colprobe/targetsetgenerator.cpp @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html #include "targetsetgenerator.h" TargetSetGenerator::TargetSetGenerator(UnicodeSet &startingSet, CompareFn comparer) : diff --git a/tools/colprobe/targetsetgenerator.h b/tools/colprobe/targetsetgenerator.h index cd89734d86b..64af38d50dc 100644 --- a/tools/colprobe/targetsetgenerator.h +++ b/tools/colprobe/targetsetgenerator.h @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html #ifndef TARGETSETGENERATOR_H #define TARGETSETGENERATOR_H diff --git a/tools/colprobe/template b/tools/colprobe/template index 1a1aa91869a..f6b19a58a46 100644 --- a/tools/colprobe/template +++ b/tools/colprobe/template @@ -1,5 +1,8 @@ - + $locale diff --git a/tools/colprobe/uniqueFiles.pl b/tools/colprobe/uniqueFiles.pl index 67da54ec7c2..23f7d7f2b39 100755 --- a/tools/colprobe/uniqueFiles.pl +++ b/tools/colprobe/uniqueFiles.pl @@ -1,5 +1,10 @@ #!/usr/bin/perl +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# + use strict; my $file; diff --git a/tools/colprobe/uprinter.cpp b/tools/colprobe/uprinter.cpp index fd9ab9ca54a..20c78058df0 100644 --- a/tools/colprobe/uprinter.cpp +++ b/tools/colprobe/uprinter.cpp @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * diff --git a/tools/colprobe/uprinter.h b/tools/colprobe/uprinter.h index c242104b087..453e7ddb7a6 100644 --- a/tools/colprobe/uprinter.h +++ b/tools/colprobe/uprinter.h @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * diff --git a/tools/colprobe/winGenCollData.pl b/tools/colprobe/winGenCollData.pl index e77464cb908..c9f15d17c3f 100755 --- a/tools/colprobe/winGenCollData.pl +++ b/tools/colprobe/winGenCollData.pl @@ -1,5 +1,10 @@ #!/usr/bin/perl -w +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# + use strict; #my $localeMinusA = `locale -a`; diff --git a/tools/multi/Makefile b/tools/multi/Makefile index 457dbe63299..db42304b832 100644 --- a/tools/multi/Makefile +++ b/tools/multi/Makefile @@ -1,3 +1,7 @@ +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (c) 2008-2009 IBM Corp. and Others. All Rights Reserved clean: -rm -rf ./tmp diff --git a/tools/multi/c/Makefile b/tools/multi/c/Makefile index babe9f058e7..1842c48d3f6 100644 --- a/tools/multi/c/Makefile +++ b/tools/multi/c/Makefile @@ -1,3 +1,7 @@ +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (c) 2009-2013 IBM Corp. and Others. All Rights Reserved # multicu/c makefile diff --git a/tools/multi/c/Makefile-c.inc b/tools/multi/c/Makefile-c.inc index 404ed852e4e..ad4d684a1eb 100644 --- a/tools/multi/c/Makefile-c.inc +++ b/tools/multi/c/Makefile-c.inc @@ -1,4 +1,8 @@ # -*- makefile -*- +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (c) 2008-2013 IBM Corp. and Others. All Rights Reserved include $(MULTICU_ROOT)/common/Makefile-multi.inc diff --git a/tools/multi/c/old-icu.txt b/tools/multi/c/old-icu.txt index 8867e7deab2..9bb5abad712 100644 --- a/tools/multi/c/old-icu.txt +++ b/tools/multi/c/old-icu.txt @@ -1,2 +1,6 @@ +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (c) 2009 IBM Corp. and Others. All Rights Reserved # a list of ICU4Cs too old to build with the current patchset. diff --git a/tools/multi/c/patch/3_0 b/tools/multi/c/patch/3_0 index ea338018c06..021e0f4601e 100644 --- a/tools/multi/c/patch/3_0 +++ b/tools/multi/c/patch/3_0 @@ -1,3 +1,7 @@ +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (c) 2008-2009 IBM Corp. and Others. All Rights Reserved Only in 3_0/icu/source: bin Only in 3_0.orig/icu/source: confdefs.h diff --git a/tools/multi/c/patch/3_2 b/tools/multi/c/patch/3_2 index 182b5f3b3a9..7fe75b23ba0 100644 --- a/tools/multi/c/patch/3_2 +++ b/tools/multi/c/patch/3_2 @@ -1,3 +1,7 @@ +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (c) 2008-2009 IBM Corp. and Others. All Rights Reserved --- 3_2.orig/icu/source/config/mh-darwin 2008-10-20 14:57:52.000000000 -0700 +++ 3_2/icu/source/config/mh-darwin 2008-10-20 15:57:28.000000000 -0700 diff --git a/tools/multi/c/patch/3_4_1 b/tools/multi/c/patch/3_4_1 index 076ed2b67c1..9d9b77db2cb 100644 --- a/tools/multi/c/patch/3_4_1 +++ b/tools/multi/c/patch/3_4_1 @@ -1,3 +1,7 @@ +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (c) 2008-2009 IBM Corp. and Others. All Rights Reserved Only in 3_0/icu/source: bin Only in 3_0.orig/icu/source: confdefs.h diff --git a/tools/multi/c/patch/readme.txt b/tools/multi/c/patch/readme.txt index 1e92395705e..b2bad5f5e87 100644 --- a/tools/multi/c/patch/readme.txt +++ b/tools/multi/c/patch/readme.txt @@ -1,4 +1,8 @@ #!/bin/cat +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (c) 2009 IBM Corp. and Others. All Rights Reserved # diff --git a/tools/multi/c/superconf.sh b/tools/multi/c/superconf.sh index bc94b306615..4da11de765e 100755 --- a/tools/multi/c/superconf.sh +++ b/tools/multi/c/superconf.sh @@ -1,4 +1,8 @@ #!/bin/sh +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (c) 2009 IBM Corp. and Others. All Rights Reserved # # Sample "super configure" diff --git a/tools/multi/common/Makefile-multi.inc b/tools/multi/common/Makefile-multi.inc index bc3c16537ba..28ba1a950f0 100644 --- a/tools/multi/common/Makefile-multi.inc +++ b/tools/multi/common/Makefile-multi.inc @@ -1,3 +1,7 @@ +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (c) 2008-2009 IBM Corp. and Others. All Rights Reserved C_ROOT=$(MULTICU_ROOT)/c diff --git a/tools/multi/j/Makefile-j.inc b/tools/multi/j/Makefile-j.inc index 6a2275a9682..65b5fa96a42 100644 --- a/tools/multi/j/Makefile-j.inc +++ b/tools/multi/j/Makefile-j.inc @@ -1,4 +1,8 @@ # -*- makefile -*- +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (c) 2008-2013 IBM Corp. and Others. All Rights Reserved include $(MULTICU_ROOT)/common/Makefile-multi.inc ICUS=$(MULTICU_ROOT)/packages diff --git a/tools/multi/j/jvm/addjava.sh b/tools/multi/j/jvm/addjava.sh index a02270ba96d..d4af3abba05 100755 --- a/tools/multi/j/jvm/addjava.sh +++ b/tools/multi/j/jvm/addjava.sh @@ -1,4 +1,8 @@ #!/bin/sh +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (c) 2008-2013 IBM Corp. and Others. All Rights Reserved if [ ! -x $1 ]; then diff --git a/tools/multi/j/jvm/clean.sh b/tools/multi/j/jvm/clean.sh index d98602830b7..46217f61d8a 100755 --- a/tools/multi/j/jvm/clean.sh +++ b/tools/multi/j/jvm/clean.sh @@ -1,4 +1,8 @@ #!/bin/sh +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (c) 2008-2013 IBM Corp. and Others. All Rights Reserved set -x rm *.jvm.sh diff --git a/tools/multi/j/jvm/detect-mac.sh b/tools/multi/j/jvm/detect-mac.sh index f2b46465423..acc65b5b961 100755 --- a/tools/multi/j/jvm/detect-mac.sh +++ b/tools/multi/j/jvm/detect-mac.sh @@ -1,4 +1,8 @@ #!/bin/sh +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (c) 2008-2013 IBM Corp. and Others. All Rights Reserved VER=/System/Library/Frameworks/JavaVM.framework/Versions if [ ! -d "${VER}" ]; diff --git a/tools/multi/j/jvm/invoke.sh b/tools/multi/j/jvm/invoke.sh index 91475928185..d051a82e02d 100755 --- a/tools/multi/j/jvm/invoke.sh +++ b/tools/multi/j/jvm/invoke.sh @@ -1,4 +1,8 @@ #!/bin/sh +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (c) 2008-2013 IBM Corp. and Others. All Rights Reserved if [ ! -x ${1} ]; then diff --git a/tools/multi/j/jvm/readme.txt b/tools/multi/j/jvm/readme.txt index fa523e322e1..4ceea562af2 100644 --- a/tools/multi/j/jvm/readme.txt +++ b/tools/multi/j/jvm/readme.txt @@ -1,3 +1,7 @@ +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (c) 2008-2013 IBM Corp. and Others. All Rights Reserved Put '.sh' files in this dir , locally, to be used for Java version bringup diff --git a/tools/multi/j/jvm/test.sh b/tools/multi/j/jvm/test.sh index 3b9b2177f65..e03686f979b 100755 --- a/tools/multi/j/jvm/test.sh +++ b/tools/multi/j/jvm/test.sh @@ -1,4 +1,8 @@ #!/bin/sh +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (c) 2008-2013 IBM Corp. and Others. All Rights Reserved if [ ! -x ${1} ]; then diff --git a/tools/multi/j/old-icu4j.txt b/tools/multi/j/old-icu4j.txt index 8867e7deab2..9bb5abad712 100644 --- a/tools/multi/j/old-icu4j.txt +++ b/tools/multi/j/old-icu4j.txt @@ -1,2 +1,6 @@ +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (c) 2009 IBM Corp. and Others. All Rights Reserved # a list of ICU4Cs too old to build with the current patchset. diff --git a/tools/multi/proj/chello/Makefile b/tools/multi/proj/chello/Makefile index 94d54b13883..5443f199415 100644 --- a/tools/multi/proj/chello/Makefile +++ b/tools/multi/proj/chello/Makefile @@ -1,3 +1,7 @@ +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (c) 2008-2009 IBM Corp. and Others. All Rights Reserved # Makefile for multicu/sample/chello # C/C++ hello diff --git a/tools/multi/proj/chello/date.c b/tools/multi/proj/chello/date.c index b524a2aad76..523a8352f3c 100644 --- a/tools/multi/proj/chello/date.c +++ b/tools/multi/proj/chello/date.c @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ********************************************************************** * Copyright (C) 1998-2009, International Business Machines diff --git a/tools/multi/proj/chello/uprint.cpp b/tools/multi/proj/chello/uprint.cpp index 547dea94978..b5e88788273 100644 --- a/tools/multi/proj/chello/uprint.cpp +++ b/tools/multi/proj/chello/uprint.cpp @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ********************************************************************** * Copyright (C) 1998-2009, International Business Machines Corporation diff --git a/tools/multi/proj/chello/uprint.h b/tools/multi/proj/chello/uprint.h index b353e65532f..f2015636739 100644 --- a/tools/multi/proj/chello/uprint.h +++ b/tools/multi/proj/chello/uprint.h @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ********************************************************************** * Copyright (C) 1998-2009, International Business Machines Corporation diff --git a/tools/multi/proj/icu4cscan/Makefile b/tools/multi/proj/icu4cscan/Makefile index 2f3bb3dbec9..e98dac61c9b 100644 --- a/tools/multi/proj/icu4cscan/Makefile +++ b/tools/multi/proj/icu4cscan/Makefile @@ -1,3 +1,7 @@ +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (C) 2008-2012 IBM Corporation and Others. All Rights Reserved. MULTICU_ROOT=../../ include $(MULTICU_ROOT)/common/Makefile-multi.inc diff --git a/tools/multi/proj/icu4cscan/Makefile.local.sample b/tools/multi/proj/icu4cscan/Makefile.local.sample index 64cb137a484..145460ec6ac 100644 --- a/tools/multi/proj/icu4cscan/Makefile.local.sample +++ b/tools/multi/proj/icu4cscan/Makefile.local.sample @@ -1,4 +1,8 @@ # -*- makefile -*- +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (C) 2008-2012 IBM Corporation and Others. All Rights Reserved. diff --git a/tools/multi/proj/icu4cscan/Makefile_c b/tools/multi/proj/icu4cscan/Makefile_c index 86eca80a9ac..a4e9795936a 100644 --- a/tools/multi/proj/icu4cscan/Makefile_c +++ b/tools/multi/proj/icu4cscan/Makefile_c @@ -1,4 +1,8 @@ # -*- makefile -*- +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (C) 2008-2013 IBM Corporation and Others. All Rights Reserved. CPPFLAGS+=-DU_DISABLE_RENAMING=1 -I. -I/xsrl/IIE/include -I/xsrl/E/icu/source/tools/toolutil # TODO - where to get uoptions.h? diff --git a/tools/multi/proj/icu4cscan/Makefile_j b/tools/multi/proj/icu4cscan/Makefile_j index 5e1b0652611..3c184b34281 100644 --- a/tools/multi/proj/icu4cscan/Makefile_j +++ b/tools/multi/proj/icu4cscan/Makefile_j @@ -1,4 +1,8 @@ # -*- makefile -*- +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (C) 2012 IBM Corporation and Others. All Rights Reserved. ## Name of the app diff --git a/tools/multi/proj/icu4cscan/dtd/icucaps.dtd b/tools/multi/proj/icu4cscan/dtd/icucaps.dtd index aa519968b03..1114661ca92 100644 --- a/tools/multi/proj/icu4cscan/dtd/icucaps.dtd +++ b/tools/multi/proj/icu4cscan/dtd/icucaps.dtd @@ -1,3 +1,7 @@ + element capabilities diff --git a/tools/multi/proj/icu4cscan/icucaps.xml b/tools/multi/proj/icu4cscan/icucaps.xml index 568f5356c0d..3d1cd3b94a6 100644 --- a/tools/multi/proj/icu4cscan/icucaps.xml +++ b/tools/multi/proj/icu4cscan/icucaps.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/input/java.xml b/tools/multi/proj/icu4cscan/input/java.xml index 919e5f5cddb..709cfdb973c 100644 --- a/tools/multi/proj/icu4cscan/input/java.xml +++ b/tools/multi/proj/icu4cscan/input/java.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/input/jlayout-introduction.xml b/tools/multi/proj/icu4cscan/input/jlayout-introduction.xml index 67a3364db2c..9b5f1c0449b 100644 --- a/tools/multi/proj/icu4cscan/input/jlayout-introduction.xml +++ b/tools/multi/proj/icu4cscan/input/jlayout-introduction.xml @@ -1,3 +1,7 @@ + diff --git a/tools/multi/proj/icu4cscan/input/junicode-introduction.xml b/tools/multi/proj/icu4cscan/input/junicode-introduction.xml index f0070778ee4..93a4a95d8b8 100644 --- a/tools/multi/proj/icu4cscan/input/junicode-introduction.xml +++ b/tools/multi/proj/icu4cscan/input/junicode-introduction.xml @@ -1,3 +1,7 @@ + diff --git a/tools/multi/proj/icu4cscan/input/layout-introduction.xml b/tools/multi/proj/icu4cscan/input/layout-introduction.xml index 971de67f9d8..18a46e5c500 100644 --- a/tools/multi/proj/icu4cscan/input/layout-introduction.xml +++ b/tools/multi/proj/icu4cscan/input/layout-introduction.xml @@ -1,3 +1,7 @@ + diff --git a/tools/multi/proj/icu4cscan/jvmxml/1_4_2.xml b/tools/multi/proj/icu4cscan/jvmxml/1_4_2.xml index 75188696370..b962a365e5f 100644 --- a/tools/multi/proj/icu4cscan/jvmxml/1_4_2.xml +++ b/tools/multi/proj/icu4cscan/jvmxml/1_4_2.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/jvmxml/1_5_0.xml b/tools/multi/proj/icu4cscan/jvmxml/1_5_0.xml index b219abb4805..fcb068f7c54 100644 --- a/tools/multi/proj/icu4cscan/jvmxml/1_5_0.xml +++ b/tools/multi/proj/icu4cscan/jvmxml/1_5_0.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/jvmxml/1_6_0.xml b/tools/multi/proj/icu4cscan/jvmxml/1_6_0.xml index 30d901c370d..50bc67dd79d 100644 --- a/tools/multi/proj/icu4cscan/jvmxml/1_6_0.xml +++ b/tools/multi/proj/icu4cscan/jvmxml/1_6_0.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/jvmxml/1_6_0_26.xml b/tools/multi/proj/icu4cscan/jvmxml/1_6_0_26.xml index 29d9b8b3f96..f951c855958 100644 --- a/tools/multi/proj/icu4cscan/jvmxml/1_6_0_26.xml +++ b/tools/multi/proj/icu4cscan/jvmxml/1_6_0_26.xml @@ -1,3 +1,7 @@ + diff --git a/tools/multi/proj/icu4cscan/jvmxml/1_7_0.xml b/tools/multi/proj/icu4cscan/jvmxml/1_7_0.xml index ddffd91cb8f..3d6c5a5e58c 100644 --- a/tools/multi/proj/icu4cscan/jvmxml/1_7_0.xml +++ b/tools/multi/proj/icu4cscan/jvmxml/1_7_0.xml @@ -1,3 +1,7 @@ + diff --git a/tools/multi/proj/icu4cscan/jxml/2_2.xml b/tools/multi/proj/icu4cscan/jxml/2_2.xml index a0101443922..72f6369d7be 100644 --- a/tools/multi/proj/icu4cscan/jxml/2_2.xml +++ b/tools/multi/proj/icu4cscan/jxml/2_2.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/jxml/2_4.xml b/tools/multi/proj/icu4cscan/jxml/2_4.xml index d3ba2223060..f5d6f1b57ae 100644 --- a/tools/multi/proj/icu4cscan/jxml/2_4.xml +++ b/tools/multi/proj/icu4cscan/jxml/2_4.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/jxml/2_6.xml b/tools/multi/proj/icu4cscan/jxml/2_6.xml index af387ab8032..c27c00b4cf9 100644 --- a/tools/multi/proj/icu4cscan/jxml/2_6.xml +++ b/tools/multi/proj/icu4cscan/jxml/2_6.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/jxml/2_6_1.xml b/tools/multi/proj/icu4cscan/jxml/2_6_1.xml index cf5accf0e0d..a1eba46767f 100644 --- a/tools/multi/proj/icu4cscan/jxml/2_6_1.xml +++ b/tools/multi/proj/icu4cscan/jxml/2_6_1.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/jxml/2_8.xml b/tools/multi/proj/icu4cscan/jxml/2_8.xml index 0e65e3b278f..8cee9b88958 100644 --- a/tools/multi/proj/icu4cscan/jxml/2_8.xml +++ b/tools/multi/proj/icu4cscan/jxml/2_8.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/jxml/3_0.xml b/tools/multi/proj/icu4cscan/jxml/3_0.xml index 28d621745b8..8484b0b8075 100644 --- a/tools/multi/proj/icu4cscan/jxml/3_0.xml +++ b/tools/multi/proj/icu4cscan/jxml/3_0.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/jxml/3_2.xml b/tools/multi/proj/icu4cscan/jxml/3_2.xml index 1e12a591e94..3ccdcbd5b06 100644 --- a/tools/multi/proj/icu4cscan/jxml/3_2.xml +++ b/tools/multi/proj/icu4cscan/jxml/3_2.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/jxml/3_4.xml b/tools/multi/proj/icu4cscan/jxml/3_4.xml index 472d977483f..0b276388631 100644 --- a/tools/multi/proj/icu4cscan/jxml/3_4.xml +++ b/tools/multi/proj/icu4cscan/jxml/3_4.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/jxml/3_4_1.xml b/tools/multi/proj/icu4cscan/jxml/3_4_1.xml index 472d977483f..0b276388631 100644 --- a/tools/multi/proj/icu4cscan/jxml/3_4_1.xml +++ b/tools/multi/proj/icu4cscan/jxml/3_4_1.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/jxml/3_4_2.xml b/tools/multi/proj/icu4cscan/jxml/3_4_2.xml index c78c89ac4a5..06a833cc418 100644 --- a/tools/multi/proj/icu4cscan/jxml/3_4_2.xml +++ b/tools/multi/proj/icu4cscan/jxml/3_4_2.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/jxml/3_4_3.xml b/tools/multi/proj/icu4cscan/jxml/3_4_3.xml index 27d71d1a3f8..89b7db2fade 100644 --- a/tools/multi/proj/icu4cscan/jxml/3_4_3.xml +++ b/tools/multi/proj/icu4cscan/jxml/3_4_3.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/jxml/3_4_4.xml b/tools/multi/proj/icu4cscan/jxml/3_4_4.xml index 27d71d1a3f8..89b7db2fade 100644 --- a/tools/multi/proj/icu4cscan/jxml/3_4_4.xml +++ b/tools/multi/proj/icu4cscan/jxml/3_4_4.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/jxml/3_4_5.xml b/tools/multi/proj/icu4cscan/jxml/3_4_5.xml index 550f147c643..34906e4b00e 100644 --- a/tools/multi/proj/icu4cscan/jxml/3_4_5.xml +++ b/tools/multi/proj/icu4cscan/jxml/3_4_5.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/jxml/3_6.xml b/tools/multi/proj/icu4cscan/jxml/3_6.xml index 91c45304ac8..1754b124778 100644 --- a/tools/multi/proj/icu4cscan/jxml/3_6.xml +++ b/tools/multi/proj/icu4cscan/jxml/3_6.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/jxml/3_8.xml b/tools/multi/proj/icu4cscan/jxml/3_8.xml index e072d8868fd..fb597db5645 100644 --- a/tools/multi/proj/icu4cscan/jxml/3_8.xml +++ b/tools/multi/proj/icu4cscan/jxml/3_8.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/jxml/3_8_1.xml b/tools/multi/proj/icu4cscan/jxml/3_8_1.xml index cecafe44e03..45cb50c9a84 100644 --- a/tools/multi/proj/icu4cscan/jxml/3_8_1.xml +++ b/tools/multi/proj/icu4cscan/jxml/3_8_1.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/jxml/4_0.xml b/tools/multi/proj/icu4cscan/jxml/4_0.xml index 9862ed1c763..25ef2c3404f 100644 --- a/tools/multi/proj/icu4cscan/jxml/4_0.xml +++ b/tools/multi/proj/icu4cscan/jxml/4_0.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/jxml/4_0_1.xml b/tools/multi/proj/icu4cscan/jxml/4_0_1.xml index d71b7e08a74..a2dba45cd5f 100644 --- a/tools/multi/proj/icu4cscan/jxml/4_0_1.xml +++ b/tools/multi/proj/icu4cscan/jxml/4_0_1.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/jxml/4_1_1.xml b/tools/multi/proj/icu4cscan/jxml/4_1_1.xml index 3c5fd84f608..e365b6fea72 100644 --- a/tools/multi/proj/icu4cscan/jxml/4_1_1.xml +++ b/tools/multi/proj/icu4cscan/jxml/4_1_1.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/jxml/4_2.xml b/tools/multi/proj/icu4cscan/jxml/4_2.xml index ec51477d848..33381aecd7b 100644 --- a/tools/multi/proj/icu4cscan/jxml/4_2.xml +++ b/tools/multi/proj/icu4cscan/jxml/4_2.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/jxml/50_1.xml b/tools/multi/proj/icu4cscan/jxml/50_1.xml index 150fc9fa076..bab59599998 100644 --- a/tools/multi/proj/icu4cscan/jxml/50_1.xml +++ b/tools/multi/proj/icu4cscan/jxml/50_1.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/readme.txt b/tools/multi/proj/icu4cscan/readme.txt index 60ee5faa0b2..18f08473872 100644 --- a/tools/multi/proj/icu4cscan/readme.txt +++ b/tools/multi/proj/icu4cscan/readme.txt @@ -1,3 +1,7 @@ +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (C) 2012 IBM Corporation and Others. All Rights Reserved. Note: this is a bit of a mess right now. diff --git a/tools/multi/proj/icu4cscan/testxml.cpp b/tools/multi/proj/icu4cscan/testxml.cpp index cc8ffdcde9e..83a346d8211 100644 --- a/tools/multi/proj/icu4cscan/testxml.cpp +++ b/tools/multi/proj/icu4cscan/testxml.cpp @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html // Copyright (C) 2008-2012 IBM Corporation and Others. All Rights Reserved. #include #include "xmlout.h" diff --git a/tools/multi/proj/icu4cscan/xml/2_2.xml b/tools/multi/proj/icu4cscan/xml/2_2.xml index 7c7ef83c727..a91a76d9efb 100644 --- a/tools/multi/proj/icu4cscan/xml/2_2.xml +++ b/tools/multi/proj/icu4cscan/xml/2_2.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/xml/3_0.xml b/tools/multi/proj/icu4cscan/xml/3_0.xml index a116290e736..9bcca624831 100644 --- a/tools/multi/proj/icu4cscan/xml/3_0.xml +++ b/tools/multi/proj/icu4cscan/xml/3_0.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/xml/3_2.xml b/tools/multi/proj/icu4cscan/xml/3_2.xml index a8e8d5cba21..946d1f82274 100644 --- a/tools/multi/proj/icu4cscan/xml/3_2.xml +++ b/tools/multi/proj/icu4cscan/xml/3_2.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/xml/3_4.xml b/tools/multi/proj/icu4cscan/xml/3_4.xml index 16d541301c1..2ab0726c5ce 100644 --- a/tools/multi/proj/icu4cscan/xml/3_4.xml +++ b/tools/multi/proj/icu4cscan/xml/3_4.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/xml/3_4_1.xml b/tools/multi/proj/icu4cscan/xml/3_4_1.xml index 48bf3121cd0..e6483720108 100644 --- a/tools/multi/proj/icu4cscan/xml/3_4_1.xml +++ b/tools/multi/proj/icu4cscan/xml/3_4_1.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/xml/3_6.xml b/tools/multi/proj/icu4cscan/xml/3_6.xml index 78953f69df7..b62d5a2cd3e 100644 --- a/tools/multi/proj/icu4cscan/xml/3_6.xml +++ b/tools/multi/proj/icu4cscan/xml/3_6.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/xml/3_8.xml b/tools/multi/proj/icu4cscan/xml/3_8.xml index 7741eec0470..04ab88e62d0 100644 --- a/tools/multi/proj/icu4cscan/xml/3_8.xml +++ b/tools/multi/proj/icu4cscan/xml/3_8.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/xml/3_8_1.xml b/tools/multi/proj/icu4cscan/xml/3_8_1.xml index 01c2c1e8a47..d33ef0fb284 100644 --- a/tools/multi/proj/icu4cscan/xml/3_8_1.xml +++ b/tools/multi/proj/icu4cscan/xml/3_8_1.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/xml/4_0.xml b/tools/multi/proj/icu4cscan/xml/4_0.xml index 712d7dc642d..a2da68d9217 100644 --- a/tools/multi/proj/icu4cscan/xml/4_0.xml +++ b/tools/multi/proj/icu4cscan/xml/4_0.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/xml/4_0_1.xml b/tools/multi/proj/icu4cscan/xml/4_0_1.xml index 9c0d925c409..965856e8953 100644 --- a/tools/multi/proj/icu4cscan/xml/4_0_1.xml +++ b/tools/multi/proj/icu4cscan/xml/4_0_1.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/xml/4_1_1.xml b/tools/multi/proj/icu4cscan/xml/4_1_1.xml index b5128af2179..f82903a8ee2 100644 --- a/tools/multi/proj/icu4cscan/xml/4_1_1.xml +++ b/tools/multi/proj/icu4cscan/xml/4_1_1.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/xml/4_2.xml b/tools/multi/proj/icu4cscan/xml/4_2.xml index 422cc28c763..91eba20b26d 100644 --- a/tools/multi/proj/icu4cscan/xml/4_2.xml +++ b/tools/multi/proj/icu4cscan/xml/4_2.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/xml/4_2_0_1.xml b/tools/multi/proj/icu4cscan/xml/4_2_0_1.xml index 4719d42cfee..5d2cd2b43c0 100644 --- a/tools/multi/proj/icu4cscan/xml/4_2_0_1.xml +++ b/tools/multi/proj/icu4cscan/xml/4_2_0_1.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/xml/r50_1.xml b/tools/multi/proj/icu4cscan/xml/r50_1.xml index 41b2f8c5974..7519562a071 100644 --- a/tools/multi/proj/icu4cscan/xml/r50_1.xml +++ b/tools/multi/proj/icu4cscan/xml/r50_1.xml @@ -1,4 +1,8 @@ + diff --git a/tools/multi/proj/icu4cscan/xmlout.cpp b/tools/multi/proj/icu4cscan/xmlout.cpp index a9caf05cc56..cbe914ce731 100644 --- a/tools/multi/proj/icu4cscan/xmlout.cpp +++ b/tools/multi/proj/icu4cscan/xmlout.cpp @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html // Copyright (C) 2008-2012 IBM Corporation and Others. All Rights Reserved. #include #include "xmlout.h" diff --git a/tools/multi/proj/icu4cscan/xmlout.h b/tools/multi/proj/icu4cscan/xmlout.h index 5c8cd918741..501664a13b6 100644 --- a/tools/multi/proj/icu4cscan/xmlout.h +++ b/tools/multi/proj/icu4cscan/xmlout.h @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html // Copyright (C) 2008-2012 IBM Corporation and Others. All Rights Reserved. #include #include "unicode/utypes.h" diff --git a/tools/multi/proj/icu4cscan/zappit.sed b/tools/multi/proj/icu4cscan/zappit.sed index f21ac95fb64..7cc7c08a1d8 100644 --- a/tools/multi/proj/icu4cscan/zappit.sed +++ b/tools/multi/proj/icu4cscan/zappit.sed @@ -1,3 +1,7 @@ +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (C) 2008-2012 IBM Corporation and Others. All Rights Reserved. s%%%g s%[ ][ ]*% %g diff --git a/tools/multi/proj/icu4cscan/zappit.sh b/tools/multi/proj/icu4cscan/zappit.sh index 77d6a459a2f..cf1e91f3e65 100755 --- a/tools/multi/proj/icu4cscan/zappit.sh +++ b/tools/multi/proj/icu4cscan/zappit.sh @@ -1,3 +1,7 @@ #!/bin/sh +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (C) 2008-2012 IBM Corporation and Others. All Rights Reserved. sed -f zappit.sed | tr -s ' \012 ' ' ' diff --git a/tools/multi/proj/icu4jscan/readme.txt b/tools/multi/proj/icu4jscan/readme.txt index 73aa9888c51..210fdd143cc 100644 --- a/tools/multi/proj/icu4jscan/readme.txt +++ b/tools/multi/proj/icu4jscan/readme.txt @@ -1,2 +1,6 @@ +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (C) 2012 IBM Corporation and Others. All Rights Reserved. This project isn't used directly (except you can run it as an eclipse project for development). It's called from ../icu4cscan diff --git a/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/CapDocument.java b/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/CapDocument.java index 96af94e804e..323cb716a62 100644 --- a/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/CapDocument.java +++ b/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/CapDocument.java @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* Copyright (C) 2008-2012 IBM Corporation and Others. All Rights Reserved. */ package com.ibm.icu.dev.scan; diff --git a/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/CapElement.java b/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/CapElement.java index b13779a8732..fc43c84d662 100755 --- a/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/CapElement.java +++ b/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/CapElement.java @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* Copyright (C) 2008-2012 IBM Corporation and Others. All Rights Reserved. */ package com.ibm.icu.dev.scan; diff --git a/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/CapNode.java b/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/CapNode.java index 86f291486f5..ef2d04140d6 100644 --- a/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/CapNode.java +++ b/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/CapNode.java @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* Copyright (C) 2008-2012 IBM Corporation and Others. All Rights Reserved. */ package com.ibm.icu.dev.scan; diff --git a/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/CapScan.java b/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/CapScan.java index 1816ce1313f..71ed7d386ea 100644 --- a/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/CapScan.java +++ b/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/CapScan.java @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* Copyright (C) 2008-2012 IBM Corporation and Others. All Rights Reserved. */ package com.ibm.icu.dev.scan; diff --git a/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/ScanICU.java b/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/ScanICU.java index 4b6f8ab4889..6c8d2c36e1e 100644 --- a/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/ScanICU.java +++ b/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/ScanICU.java @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* Copyright (C) 2008-2012 IBM Corporation and Others. All Rights Reserved. */ /** diff --git a/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/ScanJava.java b/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/ScanJava.java index 9b0876b2d75..c42ecde07db 100644 --- a/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/ScanJava.java +++ b/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/ScanJava.java @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* Copyright (C) 2008-2012 IBM Corporation and Others. All Rights Reserved. */ diff --git a/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/SimpleScan.java b/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/SimpleScan.java index 394d7429c32..9a37d5d2399 100644 --- a/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/SimpleScan.java +++ b/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/SimpleScan.java @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* Copyright (C) 2008-2012 IBM Corporation and Others. All Rights Reserved. */ package com.ibm.icu.dev.scan; diff --git a/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/Spinner.java b/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/Spinner.java index 219a16b0a06..78920d26cce 100644 --- a/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/Spinner.java +++ b/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/Spinner.java @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* Copyright (C) 2008-2012 IBM Corporation and Others. All Rights Reserved. */ package com.ibm.icu.dev.scan; diff --git a/tools/multi/proj/provider/Makefile b/tools/multi/proj/provider/Makefile index 0f73b39b068..4dd1da89444 100644 --- a/tools/multi/proj/provider/Makefile +++ b/tools/multi/proj/provider/Makefile @@ -1,4 +1,8 @@ # +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# +# # Copyright (C) 2010-2012 IBM Corporation and Others, All Rights Reserved. # all: glurens ii plugs testprog diff --git a/tools/multi/proj/provider/Makefile.local-sample b/tools/multi/proj/provider/Makefile.local-sample index 34a36ce56f5..f80bf4468af 100644 --- a/tools/multi/proj/provider/Makefile.local-sample +++ b/tools/multi/proj/provider/Makefile.local-sample @@ -1,4 +1,7 @@ # +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (C) 2008-2012 IBM Corporation and Others. All Rights Reserved # local definitions must go in Makefile.local diff --git a/tools/multi/proj/provider/caldiff.cpp b/tools/multi/proj/provider/caldiff.cpp index 3c740722b3a..6cee785e598 100644 --- a/tools/multi/proj/provider/caldiff.cpp +++ b/tools/multi/proj/provider/caldiff.cpp @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * diff --git a/tools/multi/proj/provider/check-icu2symver.sh b/tools/multi/proj/provider/check-icu2symver.sh index f6f72bb1587..f9fc1df7e17 100755 --- a/tools/multi/proj/provider/check-icu2symver.sh +++ b/tools/multi/proj/provider/check-icu2symver.sh @@ -1,4 +1,8 @@ #!/bin/bash +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (C) 2010-2012 IBM Corporation and Others, All Rights Reserved. if [ $# -eq 1 ]; diff --git a/tools/multi/proj/provider/colldiff.cpp b/tools/multi/proj/provider/colldiff.cpp index a45cfc70da2..d80072d46b5 100644 --- a/tools/multi/proj/provider/colldiff.cpp +++ b/tools/multi/proj/provider/colldiff.cpp @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * diff --git a/tools/multi/proj/provider/datediff.cpp b/tools/multi/proj/provider/datediff.cpp index 0f69b906ff4..b3ba6b7c283 100644 --- a/tools/multi/proj/provider/datediff.cpp +++ b/tools/multi/proj/provider/datediff.cpp @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * diff --git a/tools/multi/proj/provider/export.txt b/tools/multi/proj/provider/export.txt index 07ab78402ef..3545072a276 100644 --- a/tools/multi/proj/provider/export.txt +++ b/tools/multi/proj/provider/export.txt @@ -1,2 +1,6 @@ -# Copyright (C) 2010 International Business Machines Corporation and Others. All Rights Reserved. +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# +# Copyright (C) 2010 International Business Machines Corporation and Others. All Rights Reserved. _coll_provider_plugin diff --git a/tools/multi/proj/provider/glue/_versionlist_.cpp b/tools/multi/proj/provider/glue/_versionlist_.cpp index 90106094e3c..52857fa785a 100644 --- a/tools/multi/proj/provider/glue/_versionlist_.cpp +++ b/tools/multi/proj/provider/glue/_versionlist_.cpp @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * diff --git a/tools/multi/proj/provider/glue/cal_fe.cpp b/tools/multi/proj/provider/glue/cal_fe.cpp index 86ad8173ba3..dc1ce3e6132 100644 --- a/tools/multi/proj/provider/glue/cal_fe.cpp +++ b/tools/multi/proj/provider/glue/cal_fe.cpp @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * diff --git a/tools/multi/proj/provider/glue/coll_fe.cpp b/tools/multi/proj/provider/glue/coll_fe.cpp index 1b2442932a4..286a5444c7f 100644 --- a/tools/multi/proj/provider/glue/coll_fe.cpp +++ b/tools/multi/proj/provider/glue/coll_fe.cpp @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * diff --git a/tools/multi/proj/provider/glue/date_fe.cpp b/tools/multi/proj/provider/glue/date_fe.cpp index 90efe1ebe51..6465ab982d7 100644 --- a/tools/multi/proj/provider/glue/date_fe.cpp +++ b/tools/multi/proj/provider/glue/date_fe.cpp @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * diff --git a/tools/multi/proj/provider/glue/gluren-bottom.h b/tools/multi/proj/provider/glue/gluren-bottom.h index 7abfb68eda7..29e5ee7130a 100644 --- a/tools/multi/proj/provider/glue/gluren-bottom.h +++ b/tools/multi/proj/provider/glue/gluren-bottom.h @@ -1,6 +1,8 @@ #endif +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * diff --git a/tools/multi/proj/provider/glue/gluren-top.h b/tools/multi/proj/provider/glue/gluren-top.h index 6128bf1b3ce..74665a589e7 100644 --- a/tools/multi/proj/provider/glue/gluren-top.h +++ b/tools/multi/proj/provider/glue/gluren-top.h @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * diff --git a/tools/multi/proj/provider/glue/include/icuglue/coll_be.h b/tools/multi/proj/provider/glue/include/icuglue/coll_be.h index 08cc7d31e6c..98543ce25bb 100644 --- a/tools/multi/proj/provider/glue/include/icuglue/coll_be.h +++ b/tools/multi/proj/provider/glue/include/icuglue/coll_be.h @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * diff --git a/tools/multi/proj/provider/glue/include/icuglue/coll_fe.h b/tools/multi/proj/provider/glue/include/icuglue/coll_fe.h index dbf2f85f136..65a15492bbb 100644 --- a/tools/multi/proj/provider/glue/include/icuglue/coll_fe.h +++ b/tools/multi/proj/provider/glue/include/icuglue/coll_fe.h @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * @@ -21,4 +23,4 @@ class GLUE_SYM( GlueFECollator ) : public Collator { #endif /* XP_CPLUSPLUS */ -#endif \ No newline at end of file +#endif diff --git a/tools/multi/proj/provider/glue/include/icuglue/fe_verlist.h b/tools/multi/proj/provider/glue/include/icuglue/fe_verlist.h index 92273c3f86d..a3337d93871 100644 --- a/tools/multi/proj/provider/glue/include/icuglue/fe_verlist.h +++ b/tools/multi/proj/provider/glue/include/icuglue/fe_verlist.h @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * diff --git a/tools/multi/proj/provider/glue/include/icuglue/icuglue.h b/tools/multi/proj/provider/glue/include/icuglue/icuglue.h index 61485618bae..99b118636cd 100644 --- a/tools/multi/proj/provider/glue/include/icuglue/icuglue.h +++ b/tools/multi/proj/provider/glue/include/icuglue/icuglue.h @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * diff --git a/tools/multi/proj/provider/glue/oicu.h b/tools/multi/proj/provider/glue/oicu.h index 75ffb06ed17..400ba0bdcd6 100644 --- a/tools/multi/proj/provider/glue/oicu.h +++ b/tools/multi/proj/provider/glue/oicu.h @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * diff --git a/tools/multi/proj/provider/icu-config.sed b/tools/multi/proj/provider/icu-config.sed index 349fe96ba8c..db4c173cd7e 100644 --- a/tools/multi/proj/provider/icu-config.sed +++ b/tools/multi/proj/provider/icu-config.sed @@ -1,3 +1,7 @@ +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (c) 2008-2009 IBM Corp. and Others. All Rights Reserved # munge s%^sanity$%# sanity disabled.% diff --git a/tools/multi/proj/provider/icu2symver.sh b/tools/multi/proj/provider/icu2symver.sh index 3ca4311c990..763d0b2c31e 100755 --- a/tools/multi/proj/provider/icu2symver.sh +++ b/tools/multi/proj/provider/icu2symver.sh @@ -1,4 +1,8 @@ #!/bin/bash +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (C) 2010-2012 IBM Corporation and Others, All Rights Reserved. PRE44=0 diff --git a/tools/multi/proj/provider/makegluren.sh b/tools/multi/proj/provider/makegluren.sh index 3b3deaf9afa..bacc1a650c2 100755 --- a/tools/multi/proj/provider/makegluren.sh +++ b/tools/multi/proj/provider/makegluren.sh @@ -1,4 +1,8 @@ #!/bin/sh +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (C) 2010-2012 IBM Corporation and Others, All Rights Reserved. # $@ diff --git a/tools/multi/proj/provider/readme.txt b/tools/multi/proj/provider/readme.txt index 1e7d3e4b81e..a0d3d6ea7ec 100644 --- a/tools/multi/proj/provider/readme.txt +++ b/tools/multi/proj/provider/readme.txt @@ -1,4 +1,8 @@ #!/bin/cat +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (c) 2009-2012 IBM Corp. and Others. All Rights Reserved # ICU Provider Feature. - $Id$ diff --git a/tools/multi/readme.txt b/tools/multi/readme.txt index 6ccb76def53..f51fc050b8a 100644 --- a/tools/multi/readme.txt +++ b/tools/multi/readme.txt @@ -1,4 +1,8 @@ #!/bin/cat +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (c) 2009-2010 IBM Corp. and Others. All Rights Reserved # diff --git a/tools/release/c/allLocaleTest.sh b/tools/release/c/allLocaleTest.sh index e3a074f294a..31ca5cdac08 100755 --- a/tools/release/c/allLocaleTest.sh +++ b/tools/release/c/allLocaleTest.sh @@ -1,5 +1,8 @@ #!/bin/sh # +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (c) 2006-2008 IBM All Rights Reserved # echo "Testing $1 in all locales" diff --git a/tools/release/c/allTimezoneTest.sh b/tools/release/c/allTimezoneTest.sh index 923148e3a1f..2c21c837e28 100755 --- a/tools/release/c/allTimezoneTest.sh +++ b/tools/release/c/allTimezoneTest.sh @@ -1,5 +1,8 @@ #!/bin/bash # +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (c) 2006-2008 IBM All Rights Reserved # echo "Testing $1 in all timezones" diff --git a/tools/release/c/bomfix.py b/tools/release/c/bomfix.py index 3bec985fc05..99c393bdb8f 100644 --- a/tools/release/c/bomfix.py +++ b/tools/release/c/bomfix.py @@ -1,6 +1,10 @@ #!/usr/bin/python # -*- coding: utf-8 -*- +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright © 2016 and later: Unicode, Inc. and others. # License & terms of use: http://www.unicode.org/copyright.html # Copyright (C) 2011 IBM Corporation and Others. All Rights Reserved. diff --git a/tools/release/c/environmentTest.sh b/tools/release/c/environmentTest.sh index a54206cf9aa..a6be63a3856 100755 --- a/tools/release/c/environmentTest.sh +++ b/tools/release/c/environmentTest.sh @@ -1,5 +1,8 @@ #!/bin/sh # +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (c) 2006-2008 IBM All Rights Reserved # # This test script enumerates all locales and all timezones installed on a diff --git a/tools/release/c/os-mapping/Makefile b/tools/release/c/os-mapping/Makefile index c6223879a77..7aa4d7ba10d 100644 --- a/tools/release/c/os-mapping/Makefile +++ b/tools/release/c/os-mapping/Makefile @@ -1,3 +1,7 @@ +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# #***************************************************************************** # # Copyright (C) 2006-2008, International Business Machines diff --git a/tools/release/c/os-mapping/displayLocaleConv.c b/tools/release/c/os-mapping/displayLocaleConv.c index 4380526fd6f..51a7e68a908 100644 --- a/tools/release/c/os-mapping/displayLocaleConv.c +++ b/tools/release/c/os-mapping/displayLocaleConv.c @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ****************************************************************************** * diff --git a/tools/release/c/os-mapping/readme.txt b/tools/release/c/os-mapping/readme.txt index 9dbb63844be..4e5717edcb2 100644 --- a/tools/release/c/os-mapping/readme.txt +++ b/tools/release/c/os-mapping/readme.txt @@ -1,4 +1,7 @@ # +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (C) 2006-2008, International Business Machines # Corporation and others. All Rights Reserved. # diff --git a/tools/release/c/os-mapping/testLocales.sh b/tools/release/c/os-mapping/testLocales.sh index a15e098865c..6ec07d40727 100755 --- a/tools/release/c/os-mapping/testLocales.sh +++ b/tools/release/c/os-mapping/testLocales.sh @@ -1,4 +1,8 @@ #!/bin/sh +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# #***************************************************************************** # # Copyright (C) 2006-2008, International Business Machines diff --git a/tools/release/c/os-mapping/testTimezone.c b/tools/release/c/os-mapping/testTimezone.c index e767ca64bfc..421e1821c5a 100644 --- a/tools/release/c/os-mapping/testTimezone.c +++ b/tools/release/c/os-mapping/testTimezone.c @@ -1,3 +1,5 @@ +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ****************************************************************************** * diff --git a/tools/release/c/os-mapping/testTimezones.sh b/tools/release/c/os-mapping/testTimezones.sh index 0495b519345..bc2b0ee1705 100755 --- a/tools/release/c/os-mapping/testTimezones.sh +++ b/tools/release/c/os-mapping/testTimezones.sh @@ -1,4 +1,8 @@ #!/bin/sh +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# #***************************************************************************** # # Copyright (C) 2006-2008, International Business Machines diff --git a/tools/release/c/uconfig-simpleTest.cpp b/tools/release/c/uconfig-simpleTest.cpp index 23f54b8602a..19257699f27 100644 --- a/tools/release/c/uconfig-simpleTest.cpp +++ b/tools/release/c/uconfig-simpleTest.cpp @@ -1,5 +1,7 @@ -#include +// © 2017 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* Copyright (c) 2014 IBM Corporation and Others. All Rights Reserved. */ +#include #include #include diff --git a/tools/release/c/uconfigtest.sh b/tools/release/c/uconfigtest.sh index 5c69c7f3771..04343cc7aa7 100755 --- a/tools/release/c/uconfigtest.sh +++ b/tools/release/c/uconfigtest.sh @@ -1,5 +1,9 @@ #!/bin/sh # Exhaust(ive, ing) (Mean, Multi) (Test, Trouble) +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (c) 2002-2014 IBM All Rights Reserved # Builds ICU a whole lotta times and with different options diff --git a/tools/release/java/Makefile b/tools/release/java/Makefile index f1cab261b8b..9726c60c421 100644 --- a/tools/release/java/Makefile +++ b/tools/release/java/Makefile @@ -1,3 +1,7 @@ +# +# Copyright (C) 2017 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +# # Copyright (C) 2009-2013 IBM and Others. All Rights Reserved # diff --git a/tools/release/java/build.xml b/tools/release/java/build.xml index e52636ca123..51558f99a82 100644 --- a/tools/release/java/build.xml +++ b/tools/release/java/build.xml @@ -1,4 +1,8 @@ + + + + + +