Skip to content

Commit 9061ec5

Browse files
committed
Add files #1944
1 parent 54cb346 commit 9061ec5

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

REUSE.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,28 @@ SPDX-PackageDownloadLocation = "https://github.com/OpenEnergyPlatform/oeplatform
99
SPDX-PackageComment = "The code of this repository is licensed under the GNU Affero General Public License v3.0 or later License (AGPL-3.0-or-later)."
1010

1111

12+
[[annotations]]
13+
path = ".devcontainer/devcontainer.json"
14+
precedence = "override"
15+
SPDX-License-Identifier = "AGPL-3.0-or-later"
16+
SPDX-FileCopyrightText = [
17+
"2025 Jonas Huber <https://github.com/jh-RLI> © Reiner Lemoine Institut",
18+
]
19+
20+
[[annotations]]
21+
path = ".github/**"
22+
precedence = "override"
23+
SPDX-License-Identifier = "AGPL-3.0-or-later"
24+
SPDX-FileCopyrightText = [
25+
"2023 Jonas Huber <https://github.com/jh-RLI> © Reiner Lemoine Institut",
26+
"2023 Christian Winger <https://github.com/wingechr> © Öko-Institut e.V.",
27+
]
28+
29+
[[annotations]]
30+
path = "VERSION"
31+
precedence = "override"
32+
SPDX-License-Identifier = "CC0-1.0"
33+
1234
[[annotations]]
1335
path = ".gitmodules"
1436
precedence = "override"

0 commit comments

Comments
 (0)