Skip to content

Commit 2ce9e5a

Browse files
authored
chore: update SPDX and copyright year (#4632)
1 parent 9167d65 commit 2ce9e5a

File tree

144 files changed

+316
-160
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+316
-160
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ authors = ["The ICU4X Project Developers"]
108108
edition = "2021"
109109
repository = "https://github.com/unicode-org/icu4x"
110110
homepage = "https://icu4x.unicode.org"
111-
license-file = "LICENSE"
111+
license = "Unicode-3.0"
112112
categories = ["internationalization"]
113113
include = [
114114
"data/**/*",

LICENSE

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ UNICODE LICENSE V3
22

33
COPYRIGHT AND PERMISSION NOTICE
44

5-
Copyright © 2020-2023 Unicode, Inc.
5+
Copyright © 2020-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
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ ICU4X will provide an ECMA-402-compatible API surface in the target client-side
7979

8080
## Licensing and Copyright
8181

82-
Copyright © 2020-2023 Unicode, Inc. Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the United States and other countries.
82+
Copyright © 2020-2024 Unicode, Inc. Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the United States and other countries.
8383

84-
The project is released under [LICENSE](./LICENSE), the free and open-source [Unicode License](https://www.unicode.org/license.txt), which is based on the well-known MIT license, with the primary difference being that the Unicode License expressly covers data and data files, as well as code. For further information please see [The Unicode Consortium Intellectual Property, Licensing, and Technical Contribution Policies](https://www.unicode.org/policies/licensing_policy.html).
84+
The project is released under [LICENSE](./LICENSE), the free and open-source [Unicode License](https://www.unicode.org/license.txt), which is based on the well-known MIT license, with the primary difference being that the Unicode License expressly covers data and data files, as well as code. For further information please see [The Unicode Consortium Intellectual Property, Licensing, and Technical Contribution Policies](https://www.unicode.org/policies/licensing_policy.html).
8585

8686
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.

components/calendar/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
name = "icu_calendar"
77
description = "API for supporting various types of calendars"
8-
license-file = "LICENSE"
8+
license = "Unicode-3.0"
99

1010
authors.workspace = true
1111
categories.workspace = true

components/calendar/LICENSE

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ UNICODE LICENSE V3
22

33
COPYRIGHT AND PERMISSION NOTICE
44

5-
Copyright © 2020-2023 Unicode, Inc.
5+
Copyright © 2020-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
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.

components/casemap/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
name = "icu_casemap"
77
description = "Unicode case mapping and folding algorithms"
8-
license-file = "LICENSE"
8+
license = "Unicode-3.0"
99

1010
authors.workspace = true
1111
categories.workspace = true

components/casemap/LICENSE

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ UNICODE LICENSE V3
22

33
COPYRIGHT AND PERMISSION NOTICE
44

5-
Copyright © 2020-2023 Unicode, Inc.
5+
Copyright © 2020-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
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.

components/collator/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
name = "icu_collator"
77
description = "API for comparing strings according to language-dependent conventions"
8-
license-file = "LICENSE"
8+
license = "Unicode-3.0"
99

1010
authors.workspace = true
1111
categories.workspace = true

components/collator/LICENSE

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ UNICODE LICENSE V3
22

33
COPYRIGHT AND PERMISSION NOTICE
44

5-
Copyright © 2020-2023 Unicode, Inc.
5+
Copyright © 2020-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
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.

components/collator/fuzz/LICENSE

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ UNICODE LICENSE V3
22

33
COPYRIGHT AND PERMISSION NOTICE
44

5-
Copyright © 2020-2023 Unicode, Inc.
5+
Copyright © 2020-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
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.

components/collections/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
name = "icu_collections"
77
description = "Collection of API for use in ICU libraries."
8-
license-file = "LICENSE"
8+
license = "Unicode-3.0"
99

1010
authors.workspace = true
1111
categories.workspace = true

components/collections/LICENSE

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ UNICODE LICENSE V3
22

33
COPYRIGHT AND PERMISSION NOTICE
44

5-
Copyright © 2020-2023 Unicode, Inc.
5+
Copyright © 2020-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
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.

components/collections/codepointtrie_builder/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name = "icu_codepointtrie_builder"
77
description = "Runtime builder for CodePointTrie"
88
version = "0.3.7"
9-
license-file = "LICENSE"
9+
license = "Unicode-3.0"
1010
include = [
1111
"src/**/*",
1212
"examples/**/*",

components/collections/codepointtrie_builder/LICENSE

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ UNICODE LICENSE V3
22

33
COPYRIGHT AND PERMISSION NOTICE
44

5-
Copyright © 2020-2023 Unicode, Inc.
5+
Copyright © 2020-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
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.

components/collections/src/char16trie/LICENSE

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ UNICODE LICENSE V3
22

33
COPYRIGHT AND PERMISSION NOTICE
44

5-
Copyright © 2020-2023 Unicode, Inc.
5+
Copyright © 2020-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
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.

components/collections/src/codepointinvlist/LICENSE

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ UNICODE LICENSE V3
22

33
COPYRIGHT AND PERMISSION NOTICE
44

5-
Copyright © 2020-2023 Unicode, Inc.
5+
Copyright © 2020-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
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.

components/collections/src/codepointtrie/LICENSE

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ UNICODE LICENSE V3
22

33
COPYRIGHT AND PERMISSION NOTICE
44

5-
Copyright © 2020-2023 Unicode, Inc.
5+
Copyright © 2020-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
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.

components/datetime/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
name = "icu_datetime"
77
description = "API for formatting date and time to user readable textual representation"
8-
license-file = "LICENSE"
8+
license = "Unicode-3.0"
99

1010
authors.workspace = true
1111
categories.workspace = true

components/datetime/LICENSE

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ UNICODE LICENSE V3
22

33
COPYRIGHT AND PERMISSION NOTICE
44

5-
Copyright © 2020-2023 Unicode, Inc.
5+
Copyright © 2020-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
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.

components/decimal/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
name = "icu_decimal"
77
description = "API for formatting basic decimal numbers in a locale-sensitive way"
8-
license-file = "LICENSE"
8+
license = "Unicode-3.0"
99

1010
authors.workspace = true
1111
categories.workspace = true

components/decimal/LICENSE

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ UNICODE LICENSE V3
22

33
COPYRIGHT AND PERMISSION NOTICE
44

5-
Copyright © 2020-2023 Unicode, Inc.
5+
Copyright © 2020-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
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.

components/icu/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
name = "icu"
77
description = "International Components for Unicode"
8-
license-file = "LICENSE"
8+
license = "Unicode-3.0"
99

1010
authors.workspace = true
1111
categories.workspace = true

components/icu/LICENSE

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ UNICODE LICENSE V3
22

33
COPYRIGHT AND PERMISSION NOTICE
44

5-
Copyright © 2020-2023 Unicode, Inc.
5+
Copyright © 2020-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
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.

components/list/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
name = "icu_list"
77
description = "ECMA-402 ListFormatter"
8-
license-file = "LICENSE"
8+
license = "Unicode-3.0"
99

1010
authors.workspace = true
1111
categories.workspace = true

components/list/LICENSE

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ UNICODE LICENSE V3
22

33
COPYRIGHT AND PERMISSION NOTICE
44

5-
Copyright © 2020-2023 Unicode, Inc.
5+
Copyright © 2020-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
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.

components/locid/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
name = "icu_locid"
77
description = "API for managing Unicode Language and Locale Identifiers"
8-
license-file = "LICENSE"
8+
license = "Unicode-3.0"
99

1010
authors.workspace = true
1111
categories.workspace = true

components/locid/LICENSE

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ UNICODE LICENSE V3
22

33
COPYRIGHT AND PERMISSION NOTICE
44

5-
Copyright © 2020-2023 Unicode, Inc.
5+
Copyright © 2020-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
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.

components/locid_transform/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
name = "icu_locid_transform"
77
description = "API for Unicode Language and Locale Identifiers canonicalization"
8-
license-file = "LICENSE"
8+
license = "Unicode-3.0"
99

1010
authors.workspace = true
1111
categories.workspace = true

0 commit comments

Comments
 (0)