Skip to content

Commit 5bbea21

Browse files
committed
Add option "precedence" in REUSE configuration
1 parent f123065 commit 5bbea21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

REUSE.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ path = [
2626
"media/images/**",
2727
"requirements.txt",
2828
]
29+
precedence = "override"
2930
SPDX-FileCopyrightText = "1999-2025 Sébastien Helleu <flashcode@flashtux.org>"
3031
SPDX-License-Identifier = "GPL-3.0-or-later"
3132

@@ -40,12 +41,14 @@ SPDX-License-Identifier = "MIT"
4041
path = [
4142
"media/js/jquery*.js",
4243
]
44+
precedence = "override"
4345
SPDX-FileCopyrightText = "OpenJS Foundation and other contributors"
4446
SPDX-License-Identifier = "MIT"
4547

4648
[[annotations]]
4749
path = [
4850
"media/pgp/*",
4951
]
52+
precedence = "override"
5053
SPDX-FileCopyrightText = "NONE"
5154
SPDX-License-Identifier = "CC0-1.0"

0 commit comments

Comments
 (0)