Skip to content

Commit 27648b7

Browse files
committed
explicitly list files at the top level
This helps downstream forks of the compiler like Ferrocene to have their own annotations for their own files, without having the upstream licensing be applied. For Ferrocene specifically we keep custom code in a top-level ferrocene/ directory, and we don't want the dep5 file to apply to it.
1 parent 8bd2431 commit 27648b7

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

.reuse/dep5

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,37 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
44
Files-Excluded:
55
src/llvm-project
66

7-
Files: *
7+
# Note that we're explicitly listing the individual files at the root of the
8+
# repository rather than just having `Files: *`. This is explicitly done to
9+
# help downstream forks of the Rust compiler: this way, the files they add
10+
# won't be automatically marked as authored by the Rust project.
11+
Files: compiler/*
12+
library/*
13+
tests/*
14+
src/*
15+
.github/*
16+
Cargo.lock
17+
Cargo.toml
18+
CODE_OF_CONDUCT.md
19+
config.toml.example
20+
configure
21+
CONTRIBUTING.md
22+
COPYRIGHT
23+
LICENSE-APACHE
24+
LICENSE-MIT
25+
README.md
26+
RELEASES.md
27+
rustfmt.toml
28+
triagebot.toml
29+
x
30+
x.ps1
31+
x.py
32+
.editorconfig
33+
.git-blame-ignore-revs
34+
.gitattributes
35+
.gitignore
36+
.gitmodules
37+
.mailmap
838
Copyright: The Rust Project Developers (see https://thanks.rust-lang.org)
939
License: MIT or Apache-2.0
1040

0 commit comments

Comments
 (0)