Skip to content

Commit 09a2148

Browse files
committed
reuse: add missing license annotations
1 parent 5492098 commit 09a2148

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
# SPDX-FileCopyrightText: 2026 H2Lab Development Team
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
**/.config*
25
**/*build*

REUSE.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,9 @@ path = "configs/**"
1212
precedence = "aggregate"
1313
SPDX-FileCopyrightText = "2026 H2Lab Development Team"
1414
SPDX-License-Identifier = "Apache-2.0"
15+
16+
[[annotations]]
17+
path = ".devcontainer/**"
18+
precedence = "aggregate"
19+
SPDX-FileCopyrightText = "2026 H2Lab Development Team"
20+
SPDX-License-Identifier = "Apache-2.0"

0 commit comments

Comments
 (0)