blob: 80831ea4942f36b1c4bbbb6fd7fe0efae4eee9a4 [file] [log] [blame] [edit]
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"