Skip to content

Commit ea1c6da

Browse files
committed
ICU-22677 update LICENSE and README.md and pom.xml
- unicode-org/.github#15 - use Unicode-3.0 in pom instead of raw license link - unicode-org/.github#15
1 parent 6d15faa commit ea1c6da

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

LICENSE

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ UNICODE LICENSE V3
22

33
COPYRIGHT AND PERMISSION NOTICE
44

5-
Copyright © 2016-2023 Unicode, Inc.
5+
Copyright © 2016-2024 Unicode, Inc.
66

77
NOTICE TO USER: Carefully read the following legal agreement. BY
88
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
@@ -38,6 +38,8 @@ not be used in advertising or otherwise to promote the sale, use or other
3838
dealings in these Data Files or Software without prior written
3939
authorization of the copyright holder.
4040

41+
SPDX-License-Identifier: Unicode-3.0
42+
4143
----------------------------------------------------------------------
4244

4345
Third-Party Software Licenses

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ OpenSSF Scorecard | [![OpenSSF Scorecard](https://api.securityscorecards.dev/pro
3535

3636
### Copyright & Licenses
3737

38-
Copyright © 2016-2023 Unicode, Inc. Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the United States and other countries.
38+
Copyright © 2016-2024 Unicode, Inc. Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the United States and other countries.
3939

4040
The project is released under [LICENSE](./LICENSE).
4141

icu4j/maven-migration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104

105105
<licenses>
106106
<license>
107-
<name>Unicode/ICU License</name>
107+
<name>Unicode-3.0</name>
108108
<url>https://raw.githubusercontent.com/unicode-org/icu/main/LICENSE</url>
109109
<distribution>repo</distribution>
110110
</license>

icu4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105

106106
<licenses>
107107
<license>
108-
<name>Unicode/ICU License</name>
108+
<name>Unicode-3.0</name>
109109
<url>https://raw.githubusercontent.com/unicode-org/icu/main/LICENSE</url>
110110
<distribution>repo</distribution>
111111
</license>

0 commit comments

Comments
 (0)