Skip to content

Commit 312bae8

Browse files
committed
ICU-21964 use a single LICENSE file
- make the icu4c and icu4j LICENSE files symlinks - fix paths
1 parent 58c674a commit 312bae8

File tree

14 files changed

+543
-1059
lines changed

14 files changed

+543
-1059
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ _… and thanks for contributing!_
9797

9898
### License
9999

100-
Please see [./icu4c/LICENSE](./icu4c/LICENSE) (C and J are under an identical license file.)
100+
Please see [./LICENSE](./LICENSE)
101101

102102
> Copyright © 2021 and later Unicode, Inc. and others. All Rights Reserved.
103103
Unicode and the Unicode Logo are registered trademarks

LICENSE

Lines changed: 519 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ Fuzzing | [![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/
3333

3434
### License
3535

36-
Please see [./icu4c/LICENSE](./icu4c/LICENSE) (C and J are under an identical license file.)
36+
Please see [./LICENSE](./LICENSE)
3737

3838
> Copyright © 2016 and later Unicode, Inc. and others. All Rights Reserved.
39-
Unicode and the Unicode Logo are registered trademarks
39+
Unicode and the Unicode Logo are registered trademarks
4040
of Unicode, Inc. in the U.S. and other countries.
4141
[Terms of Use and License](http://www.unicode.org/copyright.html)

docs/userguide/icu/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ included, building, installing, etc.
104104

105105
## ICU License
106106

107-
Current license: <https://github.com/unicode-org/icu/blob/main/icu4c/LICENSE>
107+
Current license: <https://github.com/unicode-org/icu/blob/main/LICENSE>
108108

109109
See also FAQ section ["How is the ICU licensed"](icufaq/index#how-is-icu-licensed)

docs/userguide/icu/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ Changes in previous releases can also be found the main [ICU download page](http
3030

3131
## License Information
3232

33-
The ICU projects (ICU4C and ICU4J) are hosted by the [Unicode Consortium](http://www.unicode.org/). The ICU binary and source files are distributed under the [UNICODE DATA FILES AND SOFTWARE LICENSE](http://www.unicode.org/copyright.html). The full copy of the license and third party software licenses are available in [LICENSE](https://github.com/unicode-org/icu/blob/main/icu4j/main/shared/licenses/LICENSE) file included in this package.
33+
The ICU projects (ICU4C and ICU4J) are hosted by the [Unicode Consortium](https://www.unicode.org/). The ICU binary and source files are distributed under the [Unicode Data Files and Software License](https://www.unicode.org/license.txt). The full copy of the license and third party software licenses are available in the [LICENSE](https://github.com/unicode-org/icu/blob/main/LICENSE) file included in this package.

docs/userguide/icu4c/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The ICU homepage also links to related information about writing internationaliz
5656
| Online ICU Demos | <https://icu4c-demos.unicode.org/icu-bin/icudemos> |
5757
| Contacts and Bug Reports/Feature Requests | <https://icu.unicode.org/contacts> |
5858

59-
**Important:** Please make sure you understand the [Copyright and License Information](https://github.com/unicode-org/icu/blob/main/icu4c/LICENSE).
59+
**Important:** Please make sure you understand the [Copyright and License Information](https://github.com/unicode-org/icu/blob/main/LICENSE).
6060

6161
## What Is New In The Current Release?
6262

icu4c/LICENSE

Lines changed: 0 additions & 519 deletions
This file was deleted.

icu4c/LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE

icu4j/main/shared/licenses/LICENSE

Lines changed: 0 additions & 519 deletions
This file was deleted.

icu4j/main/shared/licenses/LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../LICENSE

0 commit comments

Comments
 (0)