-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREUSE.toml
More file actions
57 lines (49 loc) · 1.9 KB
/
REUSE.toml
File metadata and controls
57 lines (49 loc) · 1.9 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# SPDX-FileCopyrightText: 2026 Sephyi <me@sephy.io>
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Commercial
version = 1
SPDX-PackageName = "commitbee"
SPDX-PackageSupplier = "Sephyi <me@sephy.io>"
SPDX-PackageDownloadLocation = "https://github.com/Sephyi/commitbee"
[[annotations]]
path = "Cargo.lock"
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 Sephyi <me@sephy.io>"
SPDX-License-Identifier = "AGPL-3.0-only OR LicenseRef-Commercial"
SPDX-FileComment = "Auto-generated by cargo"
[[annotations]]
path = "tests/snapshots/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 Sephyi <me@sephy.io>"
SPDX-License-Identifier = "AGPL-3.0-only OR LicenseRef-Commercial"
SPDX-FileComment = "Test snapshots generated by insta"
[[annotations]]
path = ".github/ISSUE_TEMPLATE/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 Sephyi <me@sephy.io>"
SPDX-License-Identifier = "AGPL-3.0-only OR LicenseRef-Commercial"
SPDX-FileComment = "GitHub issue templates"
[[annotations]]
path = "tests/fixtures/eval/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 Sephyi <me@sephy.io>"
SPDX-License-Identifier = "AGPL-3.0-only OR LicenseRef-Commercial"
SPDX-FileComment = "Evaluation test fixtures"
[[annotations]]
path = "fuzz/Cargo.toml"
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 Sephyi <me@sephy.io>"
SPDX-License-Identifier = "AGPL-3.0-only OR LicenseRef-Commercial"
SPDX-FileComment = "Fuzz testing crate manifest"
[[annotations]]
path = "fuzz/Cargo.lock"
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 Sephyi <me@sephy.io>"
SPDX-License-Identifier = "AGPL-3.0-only OR LicenseRef-Commercial"
SPDX-FileComment = "Auto-generated by cargo"
[[annotations]]
path = "tests/*.proptest-regressions"
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 Sephyi <me@sephy.io>"
SPDX-License-Identifier = "AGPL-3.0-only OR LicenseRef-Commercial"
SPDX-FileComment = "Proptest regression seeds"