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.
This commit is contained in:
Jonathan Pallant 2024-07-22 09:44:18 +01:00
parent aa32a2c3a2
commit 445e70bc04
No known key found for this signature in database
3 changed files with 13 additions and 440 deletions

View file

@ -1,5 +1,17 @@
version = 1
# Reuse annotations file.
#
# This file controls how reuse-tool finds copyright and license notices within
# source files. As the tool has a habit of picking up random uses of the word
# 'Copyright' within source code, and because it will complain that other files
# do not contain any specific copyright and license notifications, we usually
# just set a blanket license and copyright notice for a whole sub-tree at a
# time.
#
# See https://reuse.software and https://github.com/fsfe/reuse-tool for more
# details. We currently use reuse-tool version 4.0.3.
[[annotations]]
path = [
"compiler/**",
@ -19,6 +31,7 @@ path = [
"LICENSE-MIT",
"README.md",
"RELEASES.md",
"REUSE.toml",
"rustfmt.toml",
"rust-bors.toml",
"triagebot.toml",