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 2ae5b1c..7d5f90d 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 1035973..288322e 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 c6beffd..2e5c39f 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 d1751be..7215f9d 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 ca12c44..ff08bef 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 6bcfc51..3955776 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 18f6a14..e0d44c1 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 7a02ef34..10b3065 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 f7079be..eca4f38 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 c8e5f87..3346a0f 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 2f46184..41b9326 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 d8829d9..d3d503e 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 31ce204..7bca836 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 324ab56..00d3cc6 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 71ba45d..0fbd429 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 fd2914a..0cdd0a2 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 a4f3dfe..1fbdcbd 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 5f37006..c76f8b7 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 afa94b6..232aa42 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 ec925b2..df53136 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 d1b7fbb..6c670a5 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 e3dcbe8..f0532eb 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 cd89734..64af38d 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 1a1aa91..f6b19a5 100644
--- a/tools/colprobe/template
+++ b/tools/colprobe/template
@@ -1,5 +1,8 @@
 <html>
-
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>$locale</title>
diff --git a/tools/colprobe/uniqueFiles.pl b/tools/colprobe/uniqueFiles.pl
index 67da54e..23f7d7f 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 fd9ab9c..20c7805 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 c242104..453e7dd 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 e77464c..c9f15d1 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 457dbe6..db42304 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 babe9f0..1842c48 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 404ed85..ad4d684 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 8867e7d..9bb5aba 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 ea33801..021e0f4 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 182b5f3..7fe75b2 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 076ed2b..9d9b77d 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 1e92395..b2bad5f 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 bc94b30..4da11de 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 bc3c165..28ba1a9 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 6a2275a..65b5fa9 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 a02270b..d4af3ab 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 d986028..46217f6 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 f2b4646..acc65b5 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 9147592..d051a82 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 fa523e3..4ceea56 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 3b9b217..e03686f 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 8867e7d..9bb5aba 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 94d54b1..5443f19 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 b524a2a..523a835 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 547dea9..b5e8878 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 b353e65..f201563 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 2f3bb3d..e98dac6 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 64cb137..145460e 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 86eca80..a4e9795 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 5e1b065..3c184b3 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 aa51996..1114661 100644
--- a/tools/multi/proj/icu4cscan/dtd/icucaps.dtd
+++ b/tools/multi/proj/icu4cscan/dtd/icucaps.dtd
@@ -1,3 +1,7 @@
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <!-- Copyright (C) 2008-2012 IBM Corporation and Others. All Rights Reserved. -->
 
 element capabilities
diff --git a/tools/multi/proj/icu4cscan/icucaps.xml b/tools/multi/proj/icu4cscan/icucaps.xml
index 568f535..3d1cd3b 100644
--- a/tools/multi/proj/icu4cscan/icucaps.xml
+++ b/tools/multi/proj/icu4cscan/icucaps.xml
@@ -1,4 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+ * © 2017 and later: Unicode, Inc. and others.
+ * License & terms of use: http://www.unicode.org/copyright.html#License
+ -->
 <!-- Copyright (c) 2012 IBM Corporation and Others, All Rights Reserved. -->
 
 <!-- This file was generated from:  cooked/allversions.xml ./xml/2_2.xml ./xml/3_0.xml ./xml/3_2.xml ./xml/3_4_1.xml ./xml/3_4.xml ./xml/3_6.xml ./xml/3_8_1.xml ./xml/3_8.xml ./xml/4_0_1.xml ./xml/4_0.xml ./xml/4_1_1.xml ./xml/4_2_0_1.xml ./xml/4_2.xml ./xml/r50_1.xml ./jxml/2_2.xml ./jxml/2_4.xml ./jxml/2_6_1.xml ./jxml/2_6.xml ./jxml/2_8.xml ./jxml/3_0.xml ./jxml/3_2.xml ./jxml/3_4_1.xml ./jxml/3_4_2.xml ./jxml/3_4_3.xml ./jxml/3_4_4.xml ./jxml/3_4_5.xml ./jxml/3_4.xml ./jxml/3_6.xml ./jxml/3_8_1.xml ./jxml/3_8.xml ./jxml/4_0_1.xml ./jxml/4_0.xml ./jxml/4_1_1.xml ./jxml/4_2.xml ./jvmxml/1_4_2.xml ./jvmxml/1_5_0.xml ./jvmxml/1_6_0_26.xml ./jvmxml/1_6_0.xml ./jvmxml/1_7_0.xml cooked/features.xml -->
diff --git a/tools/multi/proj/icu4cscan/input/java.xml b/tools/multi/proj/icu4cscan/input/java.xml
index 919e5f5..709cfdb 100644
--- a/tools/multi/proj/icu4cscan/input/java.xml
+++ b/tools/multi/proj/icu4cscan/input/java.xml
@@ -1,4 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <!-- Copyright (c) 2008-2012 IBM Corporation and Others, All Rights Reserved. -->
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
 <icuInfo>
diff --git a/tools/multi/proj/icu4cscan/input/jlayout-introduction.xml b/tools/multi/proj/icu4cscan/input/jlayout-introduction.xml
index 67a3364..9b5f1c0 100644
--- a/tools/multi/proj/icu4cscan/input/jlayout-introduction.xml
+++ b/tools/multi/proj/icu4cscan/input/jlayout-introduction.xml
@@ -1,3 +1,7 @@
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <!-- Copyright (C) 2008-2012 IBM Corporation and Others. All Rights Reserved. -->
 <icuInfo>
     <icuProducts>
diff --git a/tools/multi/proj/icu4cscan/input/junicode-introduction.xml b/tools/multi/proj/icu4cscan/input/junicode-introduction.xml
index f007077..93a4a95 100644
--- a/tools/multi/proj/icu4cscan/input/junicode-introduction.xml
+++ b/tools/multi/proj/icu4cscan/input/junicode-introduction.xml
@@ -1,3 +1,7 @@
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <!-- Copyright (C) 2008-2012 IBM Corporation and Others. All Rights Reserved. -->
 <icuInfo>
     <icuProducts>
diff --git a/tools/multi/proj/icu4cscan/input/layout-introduction.xml b/tools/multi/proj/icu4cscan/input/layout-introduction.xml
index 971de67..18a46e5 100644
--- a/tools/multi/proj/icu4cscan/input/layout-introduction.xml
+++ b/tools/multi/proj/icu4cscan/input/layout-introduction.xml
@@ -1,3 +1,7 @@
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <!-- Copyright (C) 2012 IBM Corporation and Others. All Rights Reserved. -->
 <icuInfo>
     <icuProducts>
diff --git a/tools/multi/proj/icu4cscan/jvmxml/1_4_2.xml b/tools/multi/proj/icu4cscan/jvmxml/1_4_2.xml
index 7518869..b962a36 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 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <!-- Copyright (c) 2008 IBM Corporation and Others, All Rights Reserved. -->
 
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
diff --git a/tools/multi/proj/icu4cscan/jvmxml/1_5_0.xml b/tools/multi/proj/icu4cscan/jvmxml/1_5_0.xml
index b219abb..fcb068f 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 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <!-- Copyright (c) 2008 IBM Corporation and Others, All Rights Reserved. -->
 
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
diff --git a/tools/multi/proj/icu4cscan/jvmxml/1_6_0.xml b/tools/multi/proj/icu4cscan/jvmxml/1_6_0.xml
index 30d901c..50bc67d 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 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <!-- Copyright (c) 2009 IBM Corporation and Others, All Rights Reserved. -->
 
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
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 29d9b8b..f951c85 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 @@
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <!-- Copyright (c) 2012 IBM Corporation and Others, All Rights Reserved. -->
 
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
diff --git a/tools/multi/proj/icu4cscan/jvmxml/1_7_0.xml b/tools/multi/proj/icu4cscan/jvmxml/1_7_0.xml
index ddffd91..3d6c5a5 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 @@
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <!-- Copyright (c) 2012 IBM Corporation and Others, All Rights Reserved. -->
 
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
diff --git a/tools/multi/proj/icu4cscan/jxml/2_2.xml b/tools/multi/proj/icu4cscan/jxml/2_2.xml
index a010144..72f6369 100644
--- a/tools/multi/proj/icu4cscan/jxml/2_2.xml
+++ b/tools/multi/proj/icu4cscan/jxml/2_2.xml
@@ -1,4 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <!-- Copyright (c) 2008 IBM Corporation and Others, All Rights Reserved. -->
 
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
diff --git a/tools/multi/proj/icu4cscan/jxml/2_4.xml b/tools/multi/proj/icu4cscan/jxml/2_4.xml
index d3ba222..f5d6f1b 100644
--- a/tools/multi/proj/icu4cscan/jxml/2_4.xml
+++ b/tools/multi/proj/icu4cscan/jxml/2_4.xml
@@ -1,4 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <!-- Copyright (c) 2008 IBM Corporation and Others, All Rights Reserved. -->
 
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
diff --git a/tools/multi/proj/icu4cscan/jxml/2_6.xml b/tools/multi/proj/icu4cscan/jxml/2_6.xml
index af387ab..c27c00b 100644
--- a/tools/multi/proj/icu4cscan/jxml/2_6.xml
+++ b/tools/multi/proj/icu4cscan/jxml/2_6.xml
@@ -1,4 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <!-- Copyright (c) 2008 IBM Corporation and Others, All Rights Reserved. -->
 
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
diff --git a/tools/multi/proj/icu4cscan/jxml/2_6_1.xml b/tools/multi/proj/icu4cscan/jxml/2_6_1.xml
index cf5accf..a1eba46 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 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <!-- Copyright (c) 2008 IBM Corporation and Others, All Rights Reserved. -->
 
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
diff --git a/tools/multi/proj/icu4cscan/jxml/2_8.xml b/tools/multi/proj/icu4cscan/jxml/2_8.xml
index 0e65e3b..8cee9b8 100644
--- a/tools/multi/proj/icu4cscan/jxml/2_8.xml
+++ b/tools/multi/proj/icu4cscan/jxml/2_8.xml
@@ -1,4 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <!-- Copyright (c) 2008 IBM Corporation and Others, All Rights Reserved. -->
 
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
diff --git a/tools/multi/proj/icu4cscan/jxml/3_0.xml b/tools/multi/proj/icu4cscan/jxml/3_0.xml
index 28d6217..8484b0b 100644
--- a/tools/multi/proj/icu4cscan/jxml/3_0.xml
+++ b/tools/multi/proj/icu4cscan/jxml/3_0.xml
@@ -1,4 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <!-- Copyright (c) 2008 IBM Corporation and Others, All Rights Reserved. -->
 
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
diff --git a/tools/multi/proj/icu4cscan/jxml/3_2.xml b/tools/multi/proj/icu4cscan/jxml/3_2.xml
index 1e12a59..3ccdcbd 100644
--- a/tools/multi/proj/icu4cscan/jxml/3_2.xml
+++ b/tools/multi/proj/icu4cscan/jxml/3_2.xml
@@ -1,4 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <!-- Copyright (c) 2008 IBM Corporation and Others, All Rights Reserved. -->
 
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
diff --git a/tools/multi/proj/icu4cscan/jxml/3_4.xml b/tools/multi/proj/icu4cscan/jxml/3_4.xml
index 472d977..0b27638 100644
--- a/tools/multi/proj/icu4cscan/jxml/3_4.xml
+++ b/tools/multi/proj/icu4cscan/jxml/3_4.xml
@@ -1,4 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <!-- Copyright (c) 2008 IBM Corporation and Others, All Rights Reserved. -->
 
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
diff --git a/tools/multi/proj/icu4cscan/jxml/3_4_1.xml b/tools/multi/proj/icu4cscan/jxml/3_4_1.xml
index 472d977..0b27638 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 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <!-- Copyright (c) 2008 IBM Corporation and Others, All Rights Reserved. -->
 
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
diff --git a/tools/multi/proj/icu4cscan/jxml/3_4_2.xml b/tools/multi/proj/icu4cscan/jxml/3_4_2.xml
index c78c89a..06a833c 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 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <!-- Copyright (c) 2008 IBM Corporation and Others, All Rights Reserved. -->
 
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
diff --git a/tools/multi/proj/icu4cscan/jxml/3_4_3.xml b/tools/multi/proj/icu4cscan/jxml/3_4_3.xml
index 27d71d1..89b7db2 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 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <!-- Copyright (c) 2008 IBM Corporation and Others, All Rights Reserved. -->
 
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
diff --git a/tools/multi/proj/icu4cscan/jxml/3_4_4.xml b/tools/multi/proj/icu4cscan/jxml/3_4_4.xml
index 27d71d1..89b7db2 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 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <!-- Copyright (c) 2008 IBM Corporation and Others, All Rights Reserved. -->
 
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
diff --git a/tools/multi/proj/icu4cscan/jxml/3_4_5.xml b/tools/multi/proj/icu4cscan/jxml/3_4_5.xml
index 550f147..34906e4 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 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <!-- Copyright (c) 2008 IBM Corporation and Others, All Rights Reserved. -->
 
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
diff --git a/tools/multi/proj/icu4cscan/jxml/3_6.xml b/tools/multi/proj/icu4cscan/jxml/3_6.xml
index 91c4530..1754b12 100644
--- a/tools/multi/proj/icu4cscan/jxml/3_6.xml
+++ b/tools/multi/proj/icu4cscan/jxml/3_6.xml
@@ -1,4 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <!-- Copyright (c) 2009 IBM Corporation and Others, All Rights Reserved. -->
 
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
diff --git a/tools/multi/proj/icu4cscan/jxml/3_8.xml b/tools/multi/proj/icu4cscan/jxml/3_8.xml
index e072d88..fb597db 100644
--- a/tools/multi/proj/icu4cscan/jxml/3_8.xml
+++ b/tools/multi/proj/icu4cscan/jxml/3_8.xml
@@ -1,4 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <!-- Copyright (c) 2008 IBM Corporation and Others, All Rights Reserved. -->
 
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
diff --git a/tools/multi/proj/icu4cscan/jxml/3_8_1.xml b/tools/multi/proj/icu4cscan/jxml/3_8_1.xml
index cecafe4..45cb50c 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 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <!-- Copyright (c) 2008 IBM Corporation and Others, All Rights Reserved. -->
 
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
diff --git a/tools/multi/proj/icu4cscan/jxml/4_0.xml b/tools/multi/proj/icu4cscan/jxml/4_0.xml
index 9862ed1..25ef2c3 100644
--- a/tools/multi/proj/icu4cscan/jxml/4_0.xml
+++ b/tools/multi/proj/icu4cscan/jxml/4_0.xml
@@ -1,4 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <!-- Copyright (c) 2008 IBM Corporation and Others, All Rights Reserved. -->
 
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
diff --git a/tools/multi/proj/icu4cscan/jxml/4_0_1.xml b/tools/multi/proj/icu4cscan/jxml/4_0_1.xml
index d71b7e0..a2dba45 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 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <!-- Copyright (c) 2009 IBM Corporation and Others, All Rights Reserved. -->
 
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
diff --git a/tools/multi/proj/icu4cscan/jxml/4_1_1.xml b/tools/multi/proj/icu4cscan/jxml/4_1_1.xml
index 3c5fd84..e365b6f 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 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <!-- Copyright (c) 2008 IBM Corporation and Others, All Rights Reserved. -->
 
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
diff --git a/tools/multi/proj/icu4cscan/jxml/4_2.xml b/tools/multi/proj/icu4cscan/jxml/4_2.xml
index ec51477..33381ae 100644
--- a/tools/multi/proj/icu4cscan/jxml/4_2.xml
+++ b/tools/multi/proj/icu4cscan/jxml/4_2.xml
@@ -1,4 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <!-- Copyright (c) 2009 IBM Corporation and Others, All Rights Reserved. -->
 
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
diff --git a/tools/multi/proj/icu4cscan/jxml/50_1.xml b/tools/multi/proj/icu4cscan/jxml/50_1.xml
index 150fc9f..bab5959 100644
--- a/tools/multi/proj/icu4cscan/jxml/50_1.xml
+++ b/tools/multi/proj/icu4cscan/jxml/50_1.xml
@@ -1,4 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <!-- Copyright (c) 2012 IBM Corporation and Others, All Rights Reserved. -->
 
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
diff --git a/tools/multi/proj/icu4cscan/readme.txt b/tools/multi/proj/icu4cscan/readme.txt
index 60ee5fa..18f0847 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 cc8ffdc..83a346d 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 <ostream>
 #include "xmlout.h"
diff --git a/tools/multi/proj/icu4cscan/xml/2_2.xml b/tools/multi/proj/icu4cscan/xml/2_2.xml
index 7c7ef83..a91a76d 100644
--- a/tools/multi/proj/icu4cscan/xml/2_2.xml
+++ b/tools/multi/proj/icu4cscan/xml/2_2.xml
@@ -1,4 +1,8 @@
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <icuInfo>
 	<icuProducts>
 		<icuProduct type="icu4c">
diff --git a/tools/multi/proj/icu4cscan/xml/3_0.xml b/tools/multi/proj/icu4cscan/xml/3_0.xml
index a116290..9bcca62 100644
--- a/tools/multi/proj/icu4cscan/xml/3_0.xml
+++ b/tools/multi/proj/icu4cscan/xml/3_0.xml
@@ -1,4 +1,8 @@
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <icuInfo>
 	<icuProducts>
 		<icuProduct type="icu4c">
diff --git a/tools/multi/proj/icu4cscan/xml/3_2.xml b/tools/multi/proj/icu4cscan/xml/3_2.xml
index a8e8d5c..946d1f8 100644
--- a/tools/multi/proj/icu4cscan/xml/3_2.xml
+++ b/tools/multi/proj/icu4cscan/xml/3_2.xml
@@ -1,4 +1,8 @@
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <icuInfo>
 	<icuProducts>
 		<icuProduct type="icu4c">
diff --git a/tools/multi/proj/icu4cscan/xml/3_4.xml b/tools/multi/proj/icu4cscan/xml/3_4.xml
index 16d5413..2ab0726 100644
--- a/tools/multi/proj/icu4cscan/xml/3_4.xml
+++ b/tools/multi/proj/icu4cscan/xml/3_4.xml
@@ -1,4 +1,8 @@
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <icuInfo>
 	<icuProducts>
 		<icuProduct type="icu4c">
diff --git a/tools/multi/proj/icu4cscan/xml/3_4_1.xml b/tools/multi/proj/icu4cscan/xml/3_4_1.xml
index 48bf312..e648372 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 @@
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <icuInfo>
 	<icuProducts>
 		<icuProduct type="icu4c">
diff --git a/tools/multi/proj/icu4cscan/xml/3_6.xml b/tools/multi/proj/icu4cscan/xml/3_6.xml
index 78953f6..b62d5a2 100644
--- a/tools/multi/proj/icu4cscan/xml/3_6.xml
+++ b/tools/multi/proj/icu4cscan/xml/3_6.xml
@@ -1,4 +1,8 @@
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <icuInfo>
 	<icuProducts>
 		<icuProduct type="icu4c">
diff --git a/tools/multi/proj/icu4cscan/xml/3_8.xml b/tools/multi/proj/icu4cscan/xml/3_8.xml
index 7741eec..04ab88e 100644
--- a/tools/multi/proj/icu4cscan/xml/3_8.xml
+++ b/tools/multi/proj/icu4cscan/xml/3_8.xml
@@ -1,4 +1,8 @@
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <icuInfo>
 	<icuProducts>
 		<icuProduct type="icu4c">
diff --git a/tools/multi/proj/icu4cscan/xml/3_8_1.xml b/tools/multi/proj/icu4cscan/xml/3_8_1.xml
index 01c2c1e..d33ef0f 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 @@
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <icuInfo>
 	<icuProducts>
 		<icuProduct type="icu4c">
diff --git a/tools/multi/proj/icu4cscan/xml/4_0.xml b/tools/multi/proj/icu4cscan/xml/4_0.xml
index 712d7dc..a2da68d 100644
--- a/tools/multi/proj/icu4cscan/xml/4_0.xml
+++ b/tools/multi/proj/icu4cscan/xml/4_0.xml
@@ -1,4 +1,8 @@
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <icuInfo>
 	<icuProducts>
 		<icuProduct type="icu4c">
diff --git a/tools/multi/proj/icu4cscan/xml/4_0_1.xml b/tools/multi/proj/icu4cscan/xml/4_0_1.xml
index 9c0d925..965856e 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 @@
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <icuInfo>
 	<icuProducts>
 		<icuProduct type="icu4c">
diff --git a/tools/multi/proj/icu4cscan/xml/4_1_1.xml b/tools/multi/proj/icu4cscan/xml/4_1_1.xml
index b5128af..f82903a 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 @@
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <icuInfo>
 	<icuProducts>
 		<icuProduct type="icu4c">
diff --git a/tools/multi/proj/icu4cscan/xml/4_2.xml b/tools/multi/proj/icu4cscan/xml/4_2.xml
index 422cc28..91eba20 100644
--- a/tools/multi/proj/icu4cscan/xml/4_2.xml
+++ b/tools/multi/proj/icu4cscan/xml/4_2.xml
@@ -1,4 +1,8 @@
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <icuInfo>
 	<icuProducts>
 		<icuProduct type="icu4c">
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 4719d42..5d2cd2b 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 @@
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <icuInfo>
 	<icuProducts>
 		<icuProduct type="icu4c">
diff --git a/tools/multi/proj/icu4cscan/xml/r50_1.xml b/tools/multi/proj/icu4cscan/xml/r50_1.xml
index 41b2f8c..7519562 100644
--- a/tools/multi/proj/icu4cscan/xml/r50_1.xml
+++ b/tools/multi/proj/icu4cscan/xml/r50_1.xml
@@ -1,4 +1,8 @@
 <!DOCTYPE icuInfo SYSTEM "http://icu-project.org/dtd/icumeta.dtd">
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <icuInfo>
 	<icuProducts>
 		<icuProduct type="icu4c">
diff --git a/tools/multi/proj/icu4cscan/xmlout.cpp b/tools/multi/proj/icu4cscan/xmlout.cpp
index a9caf05..cbe914c 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 <stdio.h>
 #include "xmlout.h"
diff --git a/tools/multi/proj/icu4cscan/xmlout.h b/tools/multi/proj/icu4cscan/xmlout.h
index 5c8cd91..501664a 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 <stdio.h>
 #include "unicode/utypes.h"
diff --git a/tools/multi/proj/icu4cscan/zappit.sed b/tools/multi/proj/icu4cscan/zappit.sed
index f21ac95..7cc7c08 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 77d6a45..cf1e91f 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 73aa988..210fdd1 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 96af94e..323cb71 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 b13779a..fc43c84 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 86f2914..ef2d0414 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 1816ce1..71ed7d3 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 4b6f8ab..6c8d2c3 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 9b0876b..c42ecde 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 394d742..9a37d5d 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 219a16b..78920d2 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 0f73b39..4dd1da8 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 34a36ce..f80bf44 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 3c74072..6cee785 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 f6f72bb..f9fc1df 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 a45cfc7..d80072d 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 0f69b90..b3ba6b7 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 07ab784..3545072 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 9010609..52857fa 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 86ad817..dc1ce3e 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 1b24429..286a544 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 90efe1e..6465ab9 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 7abfb68..29e5ee7 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 6128bf1..74665a5 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 08cc7d3..98543ce 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 dbf2f85..65a1549 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 @@
 
 #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 92273c3..a3337d9 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 6148561..99b1186 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 75ffb06..400ba0b 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 349fe96..db4c173 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 3ca4311c..763d0b2 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 3b3deaf..bacc1a6 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 1e7d3e4..a0d3d6e 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 6ccb76d..f51fc05 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 e3a074f..31ca5cd 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 923148e..2c21c83 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 3bec985..99c393b 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 a54206c..a6be63a 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 c622387..7aa4d7b 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 4380526..51a7e68 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 9dbb638..4e5717e 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 a15e098..6ec07d4 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 e767ca6..421e182 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 0495b51..bc2b0ee 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 23f54b8..1925769 100644
--- a/tools/release/c/uconfig-simpleTest.cpp
+++ b/tools/release/c/uconfig-simpleTest.cpp
@@ -1,5 +1,7 @@
-#include <stdio.h>
+// © 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 <stdio.h>
 #include <unicode/putil.h>
 #include <unicode/uclean.h>
 
diff --git a/tools/release/c/uconfigtest.sh b/tools/release/c/uconfigtest.sh
index 5c69c7f..04343cc 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 f1cab26..9726c60 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 e52636c..51558f9 100644
--- a/tools/release/java/build.xml
+++ b/tools/release/java/build.xml
@@ -1,4 +1,8 @@
 <!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
+<!--
 /*
 *******************************************************************************
 * Copyright (C) 2006-2013, International Business Machines Corporation and    *
diff --git a/tools/release/java/icu4c.css b/tools/release/java/icu4c.css
index dde8605..f2251b5 100644
--- a/tools/release/java/icu4c.css
+++ b/tools/release/java/icu4c.css
@@ -1,4 +1,8 @@
 /*
+ * © 2017 and later: Unicode, Inc. and others.
+ * License & terms of use: http://www.unicode.org/copyright.html
+ */
+/*
  * Default CSS style sheet for the ICU4C Open Source readme
  * Copyright (C) 2005-2010, International Business Machines
  * Corporation and others.  All Rights Reserved.
diff --git a/tools/release/java/lib/LICENSE.txt b/tools/release/java/lib/LICENSE.txt
index 9559c3e..1032f0a 100644
--- a/tools/release/java/lib/LICENSE.txt
+++ b/tools/release/java/lib/LICENSE.txt
@@ -1,4 +1,11 @@
-# this first line Copyright (C) 2013 IBM 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) 2013 IBM Corporation and Others. All Rights Reserved
+
+Following license text were taken from xalan and xerces. These libraries
+are not redistributed as part of ICU.
 
 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
 
diff --git a/tools/release/java/lib/README.TXT b/tools/release/java/lib/README.TXT
index d05007a..4efeb75 100644
--- a/tools/release/java/lib/README.TXT
+++ b/tools/release/java/lib/README.TXT
@@ -1,3 +1,6 @@
+Copyright (C) 2017 and later: Unicode, Inc. and others.
+License & terms of use: http://www.unicode.org/copyright.html
+
 Copyright (C) 2013 IBM Corporation and Others. All Rights Reserved.
 
 xalan and xerces jars are NOT redistributed as part of ICU.
diff --git a/tools/release/java/src/com/ibm/icu/dev/tools/docs/StableAPI.java b/tools/release/java/src/com/ibm/icu/dev/tools/docs/StableAPI.java
index d062c27..6753e1c 100644
--- a/tools/release/java/src/com/ibm/icu/dev/tools/docs/StableAPI.java
+++ b/tools/release/java/src/com/ibm/icu/dev/tools/docs/StableAPI.java
@@ -1,3 +1,5 @@
+// © 2017 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
  **********************************************************************
  * Copyright (C) 2016 and later: Unicode, Inc. and others.
diff --git a/tools/release/java/src/com/ibm/icu/dev/tools/docs/dumpAllCFunc.xslt b/tools/release/java/src/com/ibm/icu/dev/tools/docs/dumpAllCFunc.xslt
index 41879c3..1cc827e 100644
--- a/tools/release/java/src/com/ibm/icu/dev/tools/docs/dumpAllCFunc.xslt
+++ b/tools/release/java/src/com/ibm/icu/dev/tools/docs/dumpAllCFunc.xslt
@@ -1,4 +1,8 @@
 <!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
+<!--
 /*
 *******************************************************************************
 * Copyright (C) 2009-2011, International Business Machines Corporation and    *
diff --git a/tools/release/java/src/com/ibm/icu/dev/tools/docs/dumpAllCFunc_xml.xslt b/tools/release/java/src/com/ibm/icu/dev/tools/docs/dumpAllCFunc_xml.xslt
index c490e29..ddcd402 100644
--- a/tools/release/java/src/com/ibm/icu/dev/tools/docs/dumpAllCFunc_xml.xslt
+++ b/tools/release/java/src/com/ibm/icu/dev/tools/docs/dumpAllCFunc_xml.xslt
@@ -1,4 +1,8 @@
 <!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
+<!--
 /*
 *******************************************************************************
 * Copyright (C) 2009-2010, International Business Machines Corporation and    *
diff --git a/tools/release/java/src/com/ibm/icu/dev/tools/docs/dumpAllCppFunc.xslt b/tools/release/java/src/com/ibm/icu/dev/tools/docs/dumpAllCppFunc.xslt
index d59929c..3446202 100644
--- a/tools/release/java/src/com/ibm/icu/dev/tools/docs/dumpAllCppFunc.xslt
+++ b/tools/release/java/src/com/ibm/icu/dev/tools/docs/dumpAllCppFunc.xslt
@@ -1,4 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
 <!-- Copyright (C) 2009-2011, International Business Machines Corporation and others. All Rights Reserved. -->
 <!-- List all cpp public functions generated from the 'index.xml' -->
 <xsl:stylesheet version="1.0"
diff --git a/tools/release/java/src/com/ibm/icu/dev/tools/docs/dumpAllCppFunc_xml.xslt b/tools/release/java/src/com/ibm/icu/dev/tools/docs/dumpAllCppFunc_xml.xslt
index 88c3ff3..4ec262b 100644
--- a/tools/release/java/src/com/ibm/icu/dev/tools/docs/dumpAllCppFunc_xml.xslt
+++ b/tools/release/java/src/com/ibm/icu/dev/tools/docs/dumpAllCppFunc_xml.xslt
@@ -1,4 +1,8 @@
 <!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
+<!--
 /*
 *******************************************************************************
 * Copyright (C) 2009-2010, International Business Machines Corporation and    *
diff --git a/tools/release/java/src/com/ibm/icu/dev/tools/docs/genReport.xslt b/tools/release/java/src/com/ibm/icu/dev/tools/docs/genReport.xslt
index dd0a4ed..c369c31 100644
--- a/tools/release/java/src/com/ibm/icu/dev/tools/docs/genReport.xslt
+++ b/tools/release/java/src/com/ibm/icu/dev/tools/docs/genReport.xslt
@@ -1,4 +1,8 @@
 <!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
+<!--
 /*
 *******************************************************************************
 * Copyright (C) 2016 and later: Unicode, Inc. and others.
diff --git a/tools/release/java/src/com/ibm/icu/dev/tools/docs/genreport_xml.xslt b/tools/release/java/src/com/ibm/icu/dev/tools/docs/genreport_xml.xslt
index 72d7d14..c483c76 100644
--- a/tools/release/java/src/com/ibm/icu/dev/tools/docs/genreport_xml.xslt
+++ b/tools/release/java/src/com/ibm/icu/dev/tools/docs/genreport_xml.xslt
@@ -1,5 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
+* © 2017 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+-->
+<!--
 /*
 *******************************************************************************
 * Copyright (C) 2016 and later: Unicode, Inc. and others.
diff --git a/tools/scripts/bldicures.py b/tools/scripts/bldicures.py
index 2ef2cde..b7673ef 100755
--- a/tools/scripts/bldicures.py
+++ b/tools/scripts/bldicures.py
@@ -1,5 +1,8 @@
 #!/usr/bin/python
 #
+# Copyright (C) 2017 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
 # Copyright (C) 2013-2014 IBM Corporation and Others. All Rights Reserved.
 #
 print "NOTE: this tool is a TECHNOLOGY PREVIEW and not a supported ICU tool."
diff --git a/tools/scripts/cpysearch/Cpy.pm b/tools/scripts/cpysearch/Cpy.pm
index 71b9043..073e551 100644
--- a/tools/scripts/cpysearch/Cpy.pm
+++ b/tools/scripts/cpysearch/Cpy.pm
@@ -1,3 +1,7 @@
+#
+# Copyright (C) 2017 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
 #  ***********************************************************************
 #  * COPYRIGHT:
 #  * Copyright (c) 2011, International Business Machines Corporation
@@ -11,6 +15,7 @@
 use strict;
 use warnings;
 use base 'Exporter';
+use LWP::Simple;
 
 our @EXPORT = qw(any glob_to_regex should_ignore);
 
@@ -75,17 +80,27 @@
     return $regex;
 }
 
-our $cpyskip = 'cpyskip.txt';
-die ("Can't find $cpyskip. Please download it from ".
-     "http://source.icu-project.org/cpyskip.txt (see ".
-     "http://site.icu-project.org/processes/copyright-scan for more details).")
-    unless -f $cpyskip;
-
-open SKIP, "<$cpyskip" or die "Error opening $cpyskip.";
+# Load cpyskip.txt contents.
+# Try local cpyskip.txt first - if not found, try online version
+our $cpyskip_file = "cpyskip.txt";
+our @cpyskip_lines;
+if (open(our $cpyskip_fh, "<", $cpyskip_file)) {
+    @cpyskip_lines = <$cpyskip_fh>;
+    close $cpyskip_fh;
+    print "Using local cpyskip.txt\n";
+} else {
+    our $cpyskip_url = "http://source.icu-project.org/cpyskip.txt";
+    our $cpyskip = get($cpyskip_url);
+    die "Can't get $cpyskip_url" if (! defined $cpyskip);
+    @cpyskip_lines = split(/\n/, $cpyskip);
+    print "Using " . $cpyskip_url . "\n";
+}
 our @ignore_globs = map  { chomp; glob_to_regex($_) }
-                    grep { ! m/^\s*#/ }
-                    <SKIP>;
-close SKIP;
+                    grep { /^\s*[^#\s]+/ }
+                    @cpyskip_lines;
+
+#for my $rgx (@ignore_globs) {print $rgx . "\n"}
+#exit(0);
 
 # list of file extensions to ignore
 our @ignore_extensions = qw(svn dll ilk idb pdb dsp dsw opt ncb vcproj sln suo
@@ -101,6 +116,7 @@
 # Check if this file should be ignored.
 sub should_ignore($) {
     my $filename = shift;
+    return 1 if $filename eq $cpyskip_file;
     return 1 if $filename =~ /$ignore_regex/;
     for my $r (@ignore_globs) { return 1 if $filename =~ /$r/ }
     0;
diff --git a/tools/scripts/cpysearch/cpyscan.pl b/tools/scripts/cpysearch/cpyscan.pl
index 5e22756..1e13fa9 100755
--- a/tools/scripts/cpysearch/cpyscan.pl
+++ b/tools/scripts/cpysearch/cpyscan.pl
@@ -1,4 +1,8 @@
 #!/usr/bin/perl -w
+#
+# Copyright (C) 2017 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
 #  ***********************************************************************
 #  * Copyright (C) 2016 and later: Unicode, Inc. and others.
 #  * License & terms of use: http://www.unicode.org/copyright.html#License
@@ -20,18 +24,20 @@
 
 use Cpy;
 my $icu_src = $ARGV[0] || ".";
+my $icu_src_len = length($icu_src);
 die "Can't open ICU directory: $icu_src" unless -d $icu_src;
 find({
         wanted => sub {
             return unless -f;
-            return if should_ignore($_);
+            my $relpath = substr($_, $icu_src_len + 1);
+            return if should_ignore($relpath);
 
             open F, "<$_" or die "Error opening '$_'.";
             my $result = any { $_ =~ /(Copyright|©).*Unicode/i } <F>;
 
             close F;
 
-            print "$_\n" unless $result;
+            print "$relpath\n" unless $result;
         },
         no_chdir => 1,
     }, $icu_src);
diff --git a/tools/scripts/cpysearch/cpysearch.pl b/tools/scripts/cpysearch/cpysearch.pl
index 832c496..732fd9c 100755
--- a/tools/scripts/cpysearch/cpysearch.pl
+++ b/tools/scripts/cpysearch/cpysearch.pl
@@ -1,4 +1,8 @@
 #!/usr/bin/perl -w
+#
+# Copyright (C) 2017 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
 #  ***********************************************************************
 #  * COPYRIGHT:
 #  * Copyright (c) 2002-2011, International Business Machines Corporation
diff --git a/tools/scripts/cpysearch/readme.txt b/tools/scripts/cpysearch/readme.txt
index 487de7f..ddadf9c 100644
--- a/tools/scripts/cpysearch/readme.txt
+++ b/tools/scripts/cpysearch/readme.txt
@@ -1,3 +1,6 @@
+Copyright (C) 2017 and later: Unicode, Inc. and others.
+License & terms of use: http://www.unicode.org/copyright.html
+
 Copyright (c) 2002-2009, International Business Machines Corporation and others. All Rights Reserved.
 
 cpysearch.pl is a perl script used to detect the files that might not have the copyright notice. Best when used on windows on a clean checkout. Edit $icuSource to your path. If you are working on other platform, you probably want to edit $ignore to reflect different temporary files that you don't want in the scan. The result will be the list of files that don't have word copyright (case ignored) in first 10 lines. Look at them and fix if needed. 
diff --git a/tools/scripts/icurun b/tools/scripts/icurun
index 3ad72fc..7d4a75c 100755
--- a/tools/scripts/icurun
+++ b/tools/scripts/icurun
@@ -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) 2011-2014 IBM Corporation and Others. All Rights Reserved.
 #
 # This is designed for building and running single-source-file ICU programs.
diff --git a/tools/scripts/reticket b/tools/scripts/reticket
index 7b001d1..e610a77 100755
--- a/tools/scripts/reticket
+++ b/tools/scripts/reticket
@@ -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) 2012-2014, International Business Machines Corporation and others.  All Rights Reserved.
 # for fixing misticketted
 # see http://bugs.icu-project.org/trac/wiki/MisTicketted
diff --git a/tools/unicode/c/genprops/CMakeLists.txt b/tools/unicode/c/genprops/CMakeLists.txt
index 1d96b27..6080938 100644
--- a/tools/unicode/c/genprops/CMakeLists.txt
+++ b/tools/unicode/c/genprops/CMakeLists.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) 2010-2012, International Business Machines
 # Corporation and others.  All Rights Reserved.
 #
diff --git a/tools/unicode/c/genprops/Makefile.in b/tools/unicode/c/genprops/Makefile.in
index 2856edf..9c901f1 100644
--- a/tools/unicode/c/genprops/Makefile.in
+++ b/tools/unicode/c/genprops/Makefile.in
@@ -1,4 +1,8 @@
 ## Makefile.in for ICU - tools/genprops
+#
+# Copyright (C) 2017 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
 ## Copyright (c) 1999-2005, International Business Machines Corporation and
 ## others. All Rights Reserved.
 ## Steven R. Loomis
diff --git a/tools/unicode/c/genprops/bidipropsbuilder.cpp b/tools/unicode/c/genprops/bidipropsbuilder.cpp
index 90d1cd6..9415a6d 100644
--- a/tools/unicode/c/genprops/bidipropsbuilder.cpp
+++ b/tools/unicode/c/genprops/bidipropsbuilder.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/unicode/c/genprops/casepropsbuilder.cpp b/tools/unicode/c/genprops/casepropsbuilder.cpp
index 1c871a7..09ad212 100644
--- a/tools/unicode/c/genprops/casepropsbuilder.cpp
+++ b/tools/unicode/c/genprops/casepropsbuilder.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/unicode/c/genprops/genprops.cpp b/tools/unicode/c/genprops/genprops.cpp
index ade8489..f30a152 100644
--- a/tools/unicode/c/genprops/genprops.cpp
+++ b/tools/unicode/c/genprops/genprops.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/unicode/c/genprops/genprops.h b/tools/unicode/c/genprops/genprops.h
index 51ef0c8..c2a26ac 100644
--- a/tools/unicode/c/genprops/genprops.h
+++ b/tools/unicode/c/genprops/genprops.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/unicode/c/genprops/misc/ucdcopy.py b/tools/unicode/c/genprops/misc/ucdcopy.py
index f07f540..0bae46b 100755
--- a/tools/unicode/c/genprops/misc/ucdcopy.py
+++ b/tools/unicode/c/genprops/misc/ucdcopy.py
@@ -1,4 +1,8 @@
 #!/usr/bin/python2.4
+#
+# Copyright (C) 2017 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
 # Copyright (c) 2009-2010 International Business Machines
 # Corporation and others. All Rights Reserved.
 #
diff --git a/tools/unicode/c/genprops/misc/ucdmerge.c b/tools/unicode/c/genprops/misc/ucdmerge.c
index 35f6850..ce28c38 100644
--- a/tools/unicode/c/genprops/misc/ucdmerge.c
+++ b/tools/unicode/c/genprops/misc/ucdmerge.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/unicode/c/genprops/misc/ucdstrip.c b/tools/unicode/c/genprops/misc/ucdstrip.c
index fca8676..9f6d797 100644
--- a/tools/unicode/c/genprops/misc/ucdstrip.c
+++ b/tools/unicode/c/genprops/misc/ucdstrip.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/unicode/c/genprops/misc/ucdstrip.pl b/tools/unicode/c/genprops/misc/ucdstrip.pl
index 6109770..5bded89 100755
--- a/tools/unicode/c/genprops/misc/ucdstrip.pl
+++ b/tools/unicode/c/genprops/misc/ucdstrip.pl
@@ -1,4 +1,8 @@
 #!/usr/lib/perl -p
+#
+# Copyright (C) 2017 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
 # Copyright (c) 2001-2003 International Business Machines
 # Corporation and others. All Rights Reserved.
 # Simple tool for Unicode Character Database files with semicolon-delimited fields.
diff --git a/tools/unicode/c/genprops/namespropsbuilder.cpp b/tools/unicode/c/genprops/namespropsbuilder.cpp
index 968dd3e..0684e01 100644
--- a/tools/unicode/c/genprops/namespropsbuilder.cpp
+++ b/tools/unicode/c/genprops/namespropsbuilder.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/unicode/c/genprops/pnamesbuilder.cpp b/tools/unicode/c/genprops/pnamesbuilder.cpp
index a3afe9e..4f8231a 100644
--- a/tools/unicode/c/genprops/pnamesbuilder.cpp
+++ b/tools/unicode/c/genprops/pnamesbuilder.cpp
@@ -1,3 +1,5 @@
+// © 2017 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 **********************************************************************
 *   Copyright (C) 2002-2016, International Business Machines
diff --git a/tools/unicode/c/genregexcasing/Makefile b/tools/unicode/c/genregexcasing/Makefile
index d22b24c..105cb9e 100644
--- a/tools/unicode/c/genregexcasing/Makefile
+++ b/tools/unicode/c/genregexcasing/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) 2014, International Business Machines
 #   Corporation and others.  All Rights Reserved.
 
diff --git a/tools/unicode/c/genregexcasing/genregexcasing.cpp b/tools/unicode/c/genregexcasing/genregexcasing.cpp
index 110749e..0998072 100644
--- a/tools/unicode/c/genregexcasing/genregexcasing.cpp
+++ b/tools/unicode/c/genregexcasing/genregexcasing.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/unicode/c/genregexcasing/readme.txt b/tools/unicode/c/genregexcasing/readme.txt
index 967a7a7..44785c4 100644
--- a/tools/unicode/c/genregexcasing/readme.txt
+++ b/tools/unicode/c/genregexcasing/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) 2014, International Business Machines
 # Corporation and others.  All Rights Reserved.
 #
diff --git a/tools/unicode/c/genuca/CMakeLists.txt b/tools/unicode/c/genuca/CMakeLists.txt
index cd9cf0a..97dd829 100644
--- a/tools/unicode/c/genuca/CMakeLists.txt
+++ b/tools/unicode/c/genuca/CMakeLists.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) 2010-2014, International Business Machines
 # Corporation and others.  All Rights Reserved.
 #
diff --git a/tools/unicode/c/genuca/Makefile.in b/tools/unicode/c/genuca/Makefile.in
index 2f138e2..19005ee 100644
--- a/tools/unicode/c/genuca/Makefile.in
+++ b/tools/unicode/c/genuca/Makefile.in
@@ -1,4 +1,8 @@
 ## Makefile.in for ICU - tools/genuca
+#
+# Copyright (C) 2017 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
 ## Copyright (c) 1999-2008, International Business Machines Corporation and
 ## others. All Rights Reserved.
 
diff --git a/tools/unicode/c/genuca/collationbasedatabuilder.cpp b/tools/unicode/c/genuca/collationbasedatabuilder.cpp
index bacb032..01df375 100644
--- a/tools/unicode/c/genuca/collationbasedatabuilder.cpp
+++ b/tools/unicode/c/genuca/collationbasedatabuilder.cpp
@@ -1,3 +1,5 @@
+// © 2017 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 *******************************************************************************
 * Copyright (C) 2012-2015, International Business Machines
diff --git a/tools/unicode/c/genuca/collationbasedatabuilder.h b/tools/unicode/c/genuca/collationbasedatabuilder.h
index 214b521..c2c9564 100644
--- a/tools/unicode/c/genuca/collationbasedatabuilder.h
+++ b/tools/unicode/c/genuca/collationbasedatabuilder.h
@@ -1,3 +1,5 @@
+// © 2017 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 *******************************************************************************
 * Copyright (C) 2012-2015, International Business Machines
diff --git a/tools/unicode/c/genuca/genteststub.py b/tools/unicode/c/genuca/genteststub.py
index e3fde85..c394cea 100755
--- a/tools/unicode/c/genuca/genteststub.py
+++ b/tools/unicode/c/genuca/genteststub.py
@@ -1,4 +1,8 @@
 #!/usr/bin/python
+#
+# Copyright (C) 2017 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
 #   Copyright (C) 2009, International Business Machines
 #   Corporation and others.  All Rights Reserved.
 #
diff --git a/tools/unicode/c/genuca/genuca.8.in b/tools/unicode/c/genuca/genuca.8.in
index 80fad66..95b2d6bc 100644
--- a/tools/unicode/c/genuca/genuca.8.in
+++ b/tools/unicode/c/genuca/genuca.8.in
@@ -2,6 +2,8 @@
 .\"
 .\" genuca.8: manual page for the genuca utility
 .\"
+.\" Copyright (C) 2016 and later: Unicode, Inc. and others.
+.\" License & terms of use: http://www.unicode.org/copyright.html
 .\" Copyright (C) 2000-2014 IBM, Inc. and others.
 .\"
 .TH GENUCA 8 "2014-Feb-24" "ICU MANPAGE" "ICU @VERSION@ Manual"
diff --git a/tools/unicode/c/genuts46/CMakeLists.txt b/tools/unicode/c/genuts46/CMakeLists.txt
index 703782e..a9dd943 100644
--- a/tools/unicode/c/genuts46/CMakeLists.txt
+++ b/tools/unicode/c/genuts46/CMakeLists.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) 2010, International Business Machines
 # Corporation and others.  All Rights Reserved.
 #
diff --git a/tools/unicode/c/genuts46/genuts46.cpp b/tools/unicode/c/genuts46/genuts46.cpp
index 7b8647a..a50109e 100644
--- a/tools/unicode/c/genuts46/genuts46.cpp
+++ b/tools/unicode/c/genuts46/genuts46.cpp
@@ -1,3 +1,5 @@
+// © 2017 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 *******************************************************************************
 *   Copyright (C) 2010, International Business Machines
diff --git a/tools/unicode/c/readme.txt b/tools/unicode/c/readme.txt
index 509a302..95b516c 100644
--- a/tools/unicode/c/readme.txt
+++ b/tools/unicode/c/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) 2010, International Business Machines
 # Corporation and others.  All Rights Reserved.
 #
diff --git a/tools/unicode/py/parsescriptmetadata.py b/tools/unicode/py/parsescriptmetadata.py
index c971e3c..80b4ac4 100755
--- a/tools/unicode/py/parsescriptmetadata.py
+++ b/tools/unicode/py/parsescriptmetadata.py
@@ -1,5 +1,9 @@
 #!/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 (c) 2013-2016 International Business Machines
 # Corporation and others. All Rights Reserved.
 #