Skip to content

Commit 7e78892

Browse files
committed
Add note about BR copyright
1 parent 223b800 commit 7e78892

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

REUSE.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ path = [
66
".github/CODEOWNERS",
77
".gitignore",
88
"CHANGELOG.md",
9+
"nerves_defconfig",
910
"NOTICE",
1011
"REUSE.toml",
1112
"mix.exs",
@@ -25,12 +26,13 @@ SPDX-FileCopyrightText = "2019 Frank Hunleth"
2526
SPDX-License-Identifier = "CC-BY-4.0"
2627

2728
# Buildroot derived or related files
29+
# NOTE: packages here proactively have copyright assigned to the Buildroot
30+
# developers to avoid worrying about copyright assignment when upstreaming.
2831
[[annotations]]
2932
path = [
3033
"Config.in",
3134
"package/**",
3235
"external.mk",
33-
"nerves_defconfig",
3436
"post-build.sh",
3537
"post-createfs.sh"
3638
]

0 commit comments

Comments
 (0)