-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
29 lines (27 loc) · 742 Bytes
/
REUSE.toml
File metadata and controls
29 lines (27 loc) · 742 Bytes
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
# SPDX-License-Identifier: Apache-2.0
# Copyright (C) 2025 Marcin Zieba <marcinpsk@gmail.com>
version = 1
[[annotations]]
path = [
"LICENSE",
"LICENSES/**",
"*.egg-info/**",
"contrib/**",
"netbox_interface_name_rules/migrations/**",
".gitignore",
".envrc",
".editorconfig",
".devcontainer/devcontainer.json",
".devcontainer/.env.example",
".github/copilot-instructions.md",
".github/dependabot.yml",
".github/workflows/codeql.yml",
".github/ISSUE_TEMPLATE/**",
".github/PULL_REQUEST_TEMPLATE/**",
"CHANGELOG.md",
"README.md",
"CONTRIBUTING.md",
"docs/**",
]
SPDX-FileCopyrightText = "2025 Marcin Zieba <marcinpsk@gmail.com>"
SPDX-License-Identifier = "Apache-2.0"