-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathREUSE.toml
More file actions
39 lines (36 loc) · 1.11 KB
/
REUSE.toml
File metadata and controls
39 lines (36 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# SPDX-FileCopyrightText: 2025 OPAL-RT Germany GmbH
# SPDX-License-Identifier: Apache-2.0
version = 1
SPDX-PackageName = "VILLASnode"
SPDX-PackageSupplier = "Steffen Vogel <post@steffenvogel.de>"
SPDX-PackageDownloadLocation = "https://fein-aachen.org/en/projects/villas-node/"
[[annotations]]
path = [
"**.prefs",
"**.vi",
"**.opal",
"**.dft",
"**.sib",
"**.json",
"**.ipynb",
"**_pb2.py",
"doc/pictures/**",
"doc/favicon.png",
"clients/opal-rt/rtlab-asyncip/models/send_receive/eonerc_logo.png",
"clients/rtds/**/**.txt",
"clients/opal-rt/hypersim-ucm/**.ecf",
"etc/labs/lab3.pcap",
"tests/valgrind.supp",
"packaging/archlinux/villas-node.install",
"paper/figures/**",
"paper/paper.md",
"paper/paper.bib",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2018-2023, Institute for Automation of Complex Power Systems, RWTH Aachen University"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["flake.lock", "**.patch"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 OPAL-RT Germany GmbH"
SPDX-License-Identifier = "Apache-2.0"