We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223b800 commit 7e78892Copy full SHA for 7e78892
REUSE.toml
@@ -6,6 +6,7 @@ path = [
6
".github/CODEOWNERS",
7
".gitignore",
8
"CHANGELOG.md",
9
+ "nerves_defconfig",
10
"NOTICE",
11
"REUSE.toml",
12
"mix.exs",
@@ -25,12 +26,13 @@ SPDX-FileCopyrightText = "2019 Frank Hunleth"
25
26
SPDX-License-Identifier = "CC-BY-4.0"
27
28
# 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.
31
[[annotations]]
32
path = [
33
"Config.in",
34
"package/**",
35
"external.mk",
- "nerves_defconfig",
36
"post-build.sh",
37
"post-createfs.sh"
38
]
0 commit comments