Commit Graph

9 Commits

Author SHA1 Message Date
Jonathan Pallant
03cdaeed97
collect-license-metadata: move JSON to root, and add a 'check' mode 2024-11-25 14:14:57 +00:00
David Tolnay
6d2a3e9786
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
2024-11-20 00:54:12 -08:00
Jakub Beránek
2a2422c354 Fix licensing information in REUSE.toml 2024-09-06 16:01:47 +02:00
Guillaume Gomez
b10a38b9d1 Update declared licenses in REUSE.toml 2024-09-06 16:01:47 +02:00
Jonathan Pallant
37ab09010c
REUSE.toml: Copyright text isn't parsed as Markdown. 2024-08-06 11:04:55 +01:00
Jonathan Pallant
445e70bc04
Include REUSE.toml in REUSE.toml.
Also remove to licenses we no longer need, and given REUSE.toml reads some basic idea of what it's about.
2024-07-22 09:44:18 +01:00
Jonathan Pallant
3b70d1be7f
Set all reuse annotations to override. 2024-07-18 14:20:24 +01:00
Jonathan Pallant
4b210bc419
Reformatted REUSE.toml 2024-07-18 13:28:23 +01:00
Jonathan Pallant
1d9a563308
Upgrade to reuse 4.0.3
) Updated requirements file
) Ran `reuse convert-dep5` to switch to new file format
2024-07-18 12:10:35 +01:00