Skip to content

Commit 48597a4

Browse files
committed
ICU-23054 Fix copyright scanner; fix terms of use
1 parent 876e2f7 commit 48597a4

File tree

17 files changed

+52
-28
lines changed

17 files changed

+52
-28
lines changed

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ TODO: Please describe your changes here.
22

33
TODO: Please read the following on ICU Contributing, and then delete these instructions.
44

5-
Thank you for your pull request!
5+
Thank you for your pull request!
66

77
* For general info on contributing: https://github.com/unicode-org/icu/blob/main/CONTRIBUTING.md
88
* Associating PRs with Jira issues
@@ -13,7 +13,7 @@ Thank you for your pull request!
1313
* Contributors license agreement (CLA):
1414
- You will be automatically asked to sign the CLA before the PR is accepted.
1515
- To sign the CLA: https://cla-assistant.io/unicode-org/icu
16-
- For terms of use and license, see https://www.unicode.org/terms_of_use.html
16+
- For terms of use and license, see https://www.unicode.org/copyright.html
1717

1818
TODO: Fill out the checklist below.
1919

CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ _… and thanks for contributing!_
9999

100100
### Copyright & Licenses
101101

102-
Copyright © 2016-2024 Unicode, Inc. Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the United States and other countries.
102+
Copyright © 2016 and later: Unicode, Inc. Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the United States and other countries.
103+
License & terms of use: https://www.unicode.org/copyright.html
103104

104105
The project is released under [LICENSE](./LICENSE).
105106

@@ -109,7 +110,7 @@ The project is released under [LICENSE](./LICENSE).
109110
[coding-guidelines]: docs/userguide/dev/codingguidelines.md
110111
[com.ibm.icu.dev.test]: ./icu4j/main/framework/src/test/java/com/ibm/icu/dev/test/
111112
[contacts]: https://icu.unicode.org/contacts
112-
[copyright]: http://www.unicode.org/copyright.html
113+
[copyright]: https://www.unicode.org/copyright.html
113114
[design]: docs/userguide/icu/design.md
114115
[git4icu]: https://unicode-org.github.io/icu/userguide/dev/gitdev
115116
[howtouse]: docs/userguide/icu/howtouseicu.md
@@ -127,7 +128,7 @@ The project is released under [LICENSE](./LICENSE).
127128
[signing]: https://www.unicode.org/policies/licensing_policy.html#signing
128129
[ticket-lifecycle]: https://icu.unicode.org/processes/ticket-lifecycle
129130
[tips]: https://unicode-org.github.io/icu/devsetup/cpp/
130-
[unicode-announcement]: http://blog.unicode.org/2016/05/icu-joins-unicode-consortium.html
131+
[unicode-announcement]: https://blog.unicode.org/2016/05/icu-joins-unicode-consortium.html
131132
[unicode-corporate-clas]: https://www.unicode.org/policies/corporate-cla-list/
132133
[unicode-license]: https://www.unicode.org/license.txt
133134
[unicode-org/icu]: https://github.com/unicode.org/icu

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ OpenSSF Scorecard | [![OpenSSF Scorecard](https://api.securityscorecards.dev/pro
3232

3333
### Copyright & Licenses
3434

35-
Copyright © 2016-2024 Unicode, Inc. Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the United States and other countries.
35+
Copyright © 2016 and later: Unicode, Inc. Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the United States and other countries.
36+
License & terms of use: https://www.unicode.org/copyright.html
3637

3738
A CLA is required to contribute to this project - please refer to the [CONTRIBUTING.md](./CONTRIBUTING.md) file (or start a Pull Request) for more information.
3839

icu4c/source/config/dist-data.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22
# Copyright (C) 2020 and later: Unicode, Inc. and others.
3+
# License & terms of use: https://www.unicode.org/copyright.html
34

45
# set VERSION to the ICU version. set top_srcdir to the parent of icurc
56
# Note: You need to set LD_LIBRARY_PATH/etc before calling this script.
@@ -75,7 +76,7 @@ do
7576
cat >> ${DISTY_DIR}/tmp/${README} <<EOF
7677
# ICU Data Zip for ${VERSION}
7778
78-
For information on Unicode ICU, see [http://icu-project.org](http://icu-project.org)
79+
For information on Unicode ICU, see https://icu.unicode.org/
7980
8081
## Contents
8182
@@ -90,7 +91,7 @@ This .zip file contains:
9091
This file contains prebuilt data in form **${endian}**.
9192
("l" for Little Endian, "b" for Big Endian, "e" for EBCDIC.)
9293
It may be used to simplify build and installation of ICU.
93-
See [http://icu-project.org](http://icu-project.org) for further information.
94+
See https://icu.unicode.org/ for further information.
9495
9596
## License
9697
@@ -99,7 +100,7 @@ See [LICENSE](./LICENSE).
99100
> Copyright © 2016 and later Unicode, Inc. and others. All Rights Reserved.
100101
Unicode and the Unicode Logo are registered trademarks
101102
of Unicode, Inc. in the U.S. and other countries.
102-
[Terms of Use and License](http://www.unicode.org/copyright.html)
103+
[Terms of Use and License](https://www.unicode.org/copyright.html)
103104
104105
EOF
105106
zip -v -j ${DISTY_DIR}/${base} \

icu4c/source/data/unidata/CaseFolding.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Date: 2024-04-30, 21:48:11 GMT
33
# © 2024 Unicode®, Inc.
44
# Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
5-
# For terms of use and license, see https://www.unicode.org/terms_of_use.html
5+
# For terms of use and license, see https://www.unicode.org/copyright.html
66
#
77
# Unicode Character Database
88
# For documentation, see https://www.unicode.org/reports/tr44/

icu4c/source/test/intltest/messageformat2test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// © 2024 and later: Unicode, Inc. and others.
2+
// License & terms of use: https://www.unicode.org/copyright.html
23

34
#include "unicode/utypes.h"
45

icu4c/source/test/intltest/messageformat2test_custom.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// © 2024 and later: Unicode, Inc. and others.
2+
// License & terms of use: https://www.unicode.org/copyright.html
23

34
#include "unicode/utypes.h"
45

icu4c/source/test/intltest/messageformat2test_icu.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// © 2024 and later: Unicode, Inc. and others.
2+
// License & terms of use: https://www.unicode.org/copyright.html
23

34
#include "unicode/utypes.h"
45

icu4c/source/test/intltest/messageformat2test_read_json.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// © 2024 and later: Unicode, Inc. and others.
2+
// License & terms of use: https://www.unicode.org/copyright.html
23

34
#include "unicode/utypes.h"
45

icu4j/tools/build/src/main/java/com/ibm/icu/dev/tool/errorprone/ErrorProneEntry.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// © 2025 and later: Unicode, Inc. and others.
2+
// License & terms of use: https://www.unicode.org/copyright.html
23

34
package com.ibm.icu.dev.tool.errorprone;
45

0 commit comments

Comments
 (0)