-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
22 lines (20 loc) · 675 Bytes
/
Copy pathREUSE.toml
File metadata and controls
22 lines (20 loc) · 675 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# SPDX-FileCopyrightText: 2026 Sephyi <me@sephy.io>
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Commercial
version = 1
# Generated files and files without inline SPDX headers
[[annotations]]
path = [
"Cargo.lock",
"crates/bind9-sdk-bindings/package.json",
"crates/bind9-sdk-bindings/package-lock.json",
"crates/bind9-sdk-core/src/zone/snapshots/*.snap",
"crates/bind9-sdk-net/tests/compile-fail/*.stderr",
".github/**",
".claude/**",
"npm/**",
"crates/bind9-sdk-bindings/npm/**",
"fuzz/corpus/**",
]
SPDX-FileCopyrightText = "2026 Sephyi <me@sephy.io>"
SPDX-License-Identifier = "AGPL-3.0-only OR LicenseRef-Commercial"