From b9f9d3a9e146d92bd3394e29fca4c33721ca9dd5 Mon Sep 17 00:00:00 2001 From: Michael Ow Date: Mon, 29 Feb 2016 20:04:41 +0000 Subject: [PATCH] ICU-12187 Fix UTF-8 file properties in ICU4C 57 X-SVN-Rev: 38437 --- icu4c/LICENSE.txt | 2 +- icu4c/source/test/testdata/break_rules/grapheme.txt | 2 +- icu4c/source/test/testdata/break_rules/line.txt | 2 +- icu4c/source/test/testdata/break_rules/line_loose.txt | 2 +- icu4c/source/test/testdata/break_rules/line_loose_cj.txt | 2 +- icu4c/source/test/testdata/break_rules/line_normal.txt | 2 +- icu4c/source/test/testdata/break_rules/line_normal_cj.txt | 2 +- icu4c/source/test/testdata/break_rules/readme.txt | 4 ++-- icu4c/source/test/testdata/break_rules/sentence.txt | 4 ++++ icu4c/source/test/testdata/break_rules/word.txt | 2 +- icu4c/source/test/testdata/break_rules/word_POSIX.txt | 2 +- 11 files changed, 15 insertions(+), 11 deletions(-) diff --git a/icu4c/LICENSE.txt b/icu4c/LICENSE.txt index 0172dcdabb9..6202d5316c9 100644 --- a/icu4c/LICENSE.txt +++ b/icu4c/LICENSE.txt @@ -1,4 +1,4 @@ -ICU License - ICU 1.8.1 and later +ICU License - ICU 1.8.1 and later COPYRIGHT AND PERMISSION NOTICE diff --git a/icu4c/source/test/testdata/break_rules/grapheme.txt b/icu4c/source/test/testdata/break_rules/grapheme.txt index 4eba9a3c3f2..7fd83243863 100644 --- a/icu4c/source/test/testdata/break_rules/grapheme.txt +++ b/icu4c/source/test/testdata/break_rules/grapheme.txt @@ -1,4 +1,4 @@ -# +# # Copyright (c) 2016, International Business Machines Corporation and others. All Rights Reserved. # file: grapheme.txt diff --git a/icu4c/source/test/testdata/break_rules/line.txt b/icu4c/source/test/testdata/break_rules/line.txt index 8823affb07c..d092a3b436b 100644 --- a/icu4c/source/test/testdata/break_rules/line.txt +++ b/icu4c/source/test/testdata/break_rules/line.txt @@ -1,4 +1,4 @@ -# +# # Copyright (c) 2016, International Business Machines Corporation and others. All Rights Reserved. # file: line.txt diff --git a/icu4c/source/test/testdata/break_rules/line_loose.txt b/icu4c/source/test/testdata/break_rules/line_loose.txt index dcf6459bf31..99ab6a2704b 100644 --- a/icu4c/source/test/testdata/break_rules/line_loose.txt +++ b/icu4c/source/test/testdata/break_rules/line_loose.txt @@ -1,4 +1,4 @@ -# +# # Copyright (c) 2016, International Business Machines Corporation and others. All Rights Reserved. # # file: line_loose.txt diff --git a/icu4c/source/test/testdata/break_rules/line_loose_cj.txt b/icu4c/source/test/testdata/break_rules/line_loose_cj.txt index bd6a6847b63..5ed9a35af12 100644 --- a/icu4c/source/test/testdata/break_rules/line_loose_cj.txt +++ b/icu4c/source/test/testdata/break_rules/line_loose_cj.txt @@ -1,4 +1,4 @@ -# +# # Copyright (c) 2016, International Business Machines Corporation and others. All Rights Reserved. # # file: line_loose_cj.txt diff --git a/icu4c/source/test/testdata/break_rules/line_normal.txt b/icu4c/source/test/testdata/break_rules/line_normal.txt index 74499a36be4..0737dae9d11 100644 --- a/icu4c/source/test/testdata/break_rules/line_normal.txt +++ b/icu4c/source/test/testdata/break_rules/line_normal.txt @@ -1,4 +1,4 @@ -# +# # Copyright (c) 2016, International Business Machines Corporation and others. All Rights Reserved. # # file: line_normal.txt diff --git a/icu4c/source/test/testdata/break_rules/line_normal_cj.txt b/icu4c/source/test/testdata/break_rules/line_normal_cj.txt index 6bff8d9b338..89f9df1b783 100644 --- a/icu4c/source/test/testdata/break_rules/line_normal_cj.txt +++ b/icu4c/source/test/testdata/break_rules/line_normal_cj.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2016 International Business Machines Corporation and # others. All Rights Reserved. +# Copyright (c) 2016 International Business Machines Corporation and # others. All Rights Reserved. # # file: line_normal_cj.txt # diff --git a/icu4c/source/test/testdata/break_rules/readme.txt b/icu4c/source/test/testdata/break_rules/readme.txt index 0c63975b532..295e55e7de3 100644 --- a/icu4c/source/test/testdata/break_rules/readme.txt +++ b/icu4c/source/test/testdata/break_rules/readme.txt @@ -1,5 +1,5 @@ -file: testdata/break_rules/readme.txt -Copyright (c) 2015, International Business Machines Corporation and others. All Rights Reserved. +file: testdata/break_rules/readme.txt +Copyright (c) 2015-2016, International Business Machines Corporation and others. All Rights Reserved. This directory contains the break iterator reference rule files used by intltest rbbi/RBBIMonkeyTest/testMonkey. The rules in this directory track the boundary rules from Unicode UAX 14 and 29. They are interpretted diff --git a/icu4c/source/test/testdata/break_rules/sentence.txt b/icu4c/source/test/testdata/break_rules/sentence.txt index 0a58a9c962a..b1d6d85172b 100644 --- a/icu4c/source/test/testdata/break_rules/sentence.txt +++ b/icu4c/source/test/testdata/break_rules/sentence.txt @@ -1,3 +1,7 @@ +# +# Copyright (c) 2016, International Business Machines Corporation and others. All Rights Reserved. +# file: sentence.txt + type = sentence; # one of grapheme | word | line | sentence locale = en; diff --git a/icu4c/source/test/testdata/break_rules/word.txt b/icu4c/source/test/testdata/break_rules/word.txt index 97d5b192bb9..1b92c69a645 100644 --- a/icu4c/source/test/testdata/break_rules/word.txt +++ b/icu4c/source/test/testdata/break_rules/word.txt @@ -1,4 +1,4 @@ -# +# # Copyright (c) 2016, International Business Machines Corporation and others. All Rights Reserved. # file: word.txt diff --git a/icu4c/source/test/testdata/break_rules/word_POSIX.txt b/icu4c/source/test/testdata/break_rules/word_POSIX.txt index e2d9dd7d776..b0f42372dc3 100644 --- a/icu4c/source/test/testdata/break_rules/word_POSIX.txt +++ b/icu4c/source/test/testdata/break_rules/word_POSIX.txt @@ -1,4 +1,4 @@ -# +# # Copyright (c) 2016, International Business Machines Corporation and others. All Rights Reserved. # file: word_POSIX.txt -- 2.40.0