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:
parent
aa32a2c3a2
commit
445e70bc04
3 changed files with 13 additions and 440 deletions
13
REUSE.toml
13
REUSE.toml
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue