diff --git a/icu4c/source/test/perf/localecanperf/runTest.sh b/icu4c/source/test/perf/localecanperf/runTest.sh index 0f713911de8..b72e5af59fa 100755 --- a/icu4c/source/test/perf/localecanperf/runTest.sh +++ b/icu4c/source/test/perf/localecanperf/runTest.sh @@ -1,4 +1,6 @@ #!/bin/sh +# Copyright (C) 2020 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html # run the test with 1, 10, 100, 1000, 10000, 100000 iterations LD_LIBRARY_PATH=lib:stubdata:tools/ctestfw:../../lib:../../stubdata:../../tools/ctestfw:$LD_LIBRARY_PATH:../../../lib:../../../stubdata:../../../tools/ctestfw:$LD_LIBRARY_PATH \ diff --git a/icu4c/source/test/perf/utrie2perf/utrie2perf.sh b/icu4c/source/test/perf/utrie2perf/utrie2perf.sh index 788cce95a53..3753453df65 100755 --- a/icu4c/source/test/perf/utrie2perf/utrie2perf.sh +++ b/icu4c/source/test/perf/utrie2perf/utrie2perf.sh @@ -1,6 +1,6 @@ #!/bin/sh # Copyright (C) 2016 and later: Unicode, Inc. and others. -# License & terms of use: http://www.unicode.org/copyright.html#License +# License & terms of use: http://www.unicode.org/copyright.html # # Copyright (C) 2008, International Business Machines Corporation and others. # All Rights Reserved.