Skip to content

Commit

Permalink
CLDR-16466 move unicode-license.txt to LICENSE
Browse files Browse the repository at this point in the history
- this is the standard name for this file, gets prominent display on github.com etc.
  • Loading branch information
srl295 committed Apr 10, 2023
1 parent 1ccdfcb commit 2c23278
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ begin with the accepted Jira ticket number.

### Licenses

- Usage of CLDR data and software is governed by the Unicode [Terms of use][] a copy of which is included as [unicode-license.txt][]
- Usage of CLDR data and software is governed by the Unicode [Terms of use][] a copy of which is included as [LICENSE][]
- Some CLDR tools depend on libraries in tools/cldr-code/libs/; use of these libraries is governed by separate license agreements.
- For example, use of the Guava, Xerces, and Myanmar Tools libraries is subject to the Apache License included as [apache-license.txt](./apache-license.txt)
- Use of the ICU libraries is subject to the ICU License, included as [ICU-LICENSE](./ICU-LICENSE).
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ For details about code and other contributions, see [CONTRIBUTING.md](./CONTRIBU
### Licenses

- Usage of CLDR data and software is governed by the [Unicode Terms of Use](https://www.unicode.org/copyright.html)
a copy of which is included as [unicode-license.txt](./unicode-license.txt).
a copy of which is included as [LICENSE](./LICENSE).

- Some CLDR tools depend on library dependencies managed via Maven,
use of these libraries is governed by separate license agreements.
Expand Down
2 changes: 1 addition & 1 deletion readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3>ReadMe for Unicode <abbr title="Common Locale Data Repository">CLDR</abbr> v
<p>Licenses:</p>
<ul>
<li>Usage of CLDR data and software is governed by the <a href="http://www.unicode.org/copyright.html">Unicode Terms of Use</a>,
a copy of which is included as unicode-license.txt.</li>
a copy of which is included as LICENSE.</li>
<li>Some CLDR tools depend on libraries in tools/cldr-code/libs/; use of these libraries is governed by separate license agreements.
<ul>
<li>Use of the ICU libraries is subject to the
Expand Down
2 changes: 1 addition & 1 deletion tools/cldr-apps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ CLDR_MAIL_DELAY_BATCH_ITEM=0
### Licenses

- Usage of CLDR data and software is governed by the [Unicode Terms of Use](https://www.unicode.org/copyright.html)
a copy of which is included as [unicode-license.txt](../../unicode-license.txt).
a copy of which is included as [LICENSE](../../LICENSE).

For more details, see the main [README.md](../../README.md).

Expand Down
6 changes: 3 additions & 3 deletions tools/cldr-code/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<directory>${project.basedir}/../..</directory>
<targetPath>${project.build.directory}/classes/org/unicode/cldr/util/data</targetPath>
<includes>
<include>unicode-license.txt</include>
<include>LICENSE</include>
</includes>
</resource>
</resources>
Expand Down Expand Up @@ -156,8 +156,8 @@
<resource>CLDR-THIRD-PARTY.txt</resource>
</transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.IncludeResourceTransformer">
<file>${project.basedir}/../../unicode-license.txt</file>
<resource>unicode-license.txt</resource>
<file>${project.basedir}/../../LICENSE</file>
<resource>LICENSE</resource>
</transformer>
</transformers>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ public void writeReadme(String outputDir, String packageName) throws IOException
writeReadmeSection(outf);
}
try (PrintWriter outf = FileUtilities.openUTF8Writer(outputDir + "/" + packageName, "LICENSE");) {
FileCopier.copy(CldrUtility.getUTF8Data("unicode-license.txt"), outf);
FileCopier.copy(CldrUtility.getUTF8Data("LICENSE"), outf);
}
}

Expand Down
2 changes: 1 addition & 1 deletion tools/st-prom-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ And here is an alert rule to make sure the exporter itself is up.
For license and copyright see
https://www.unicode.org/copyright.html
or [../../unicode-license.txt](../../unicode-license.txt)
or [../../LICENSE](../../LICENSE)

0 comments on commit 2c23278

Please sign in to comment.