forked from rust-lang/rustc-perf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
REUSE.toml
35 lines (33 loc) · 1002 Bytes
/
REUSE.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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 = [
"ci/**",
"collector/**",
"database/**",
"docs/**",
"intern/**",
"site/**",
"triage/**",
".github/**",
"Cargo.lock",
"Cargo.toml",
"Dockerfile",
"LICENSE.md",
"README.md",
"REUSE.toml",
".gitignore",
".dockerignore"
]
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT"