Synchronize Unicode license text from unicode.org

The text of <https://unicode.org/license.txt> was swapped out from
"UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE" to "UNICODE
LICENSE V3" between the dates of 2023.06.03 and 2023.09.11, which means
between Unicode 15.0.0 (2022.09.13) and Unicode 15.1.0 (2023.09.12).

    https://web.archive.org/web/20230603182532/https://www.unicode.org/license.txt
    https://web.archive.org/web/20230911222703/https://www.unicode.org/license.txt
    https://unicode.org/versions/Unicode15.0.0/
    https://unicode.org/versions/Unicode15.1.0/

A license wording change is not mentioned in the 15.1.0 release
summary or announcement post.

    https://www.unicode.org/versions/Unicode15.1.0/
    http://blog.unicode.org/2023/09/announcing-unicode-standard-version-151.html

But I guess we are intended to infer that data files from Unicode 15.1.0
should be specified as licensed Unicode-3.0 as opposed to
Unicode-DFS-2016.

    https://spdx.org/licenses/Unicode-3.0.html
    https://spdx.org/licenses/Unicode-DFS-2016.html
This commit is contained in:
David Tolnay 2024-11-20 00:43:49 -08:00
parent bcfea1f8d2
commit 6d2a3e9786
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
4 changed files with 74 additions and 64 deletions

View file

@ -63,8 +63,8 @@ SPDX-License-Identifier = "Apache-2.0 WITH LLVM-exception AND (Apache-2.0 OR MIT
[[annotations]]
path = "library/core/src/unicode/unicode_data.rs"
precedence = "override"
SPDX-FileCopyrightText = "1991-2022 Unicode, Inc. All rights reserved."
SPDX-License-Identifier = "Unicode-DFS-2016"
SPDX-FileCopyrightText = "1991-2024 Unicode, Inc."
SPDX-License-Identifier = "Unicode-3.0"
[[annotations]]
path = "library/std/src/sync/mpmc/**"