REUSE.toml

 1version = 1
 2
 3[[annotations]]
 4path = "**"
 5SPDX-FileCopyrightText = "Amolith <amolith@secluded.site>"
 6SPDX-License-Identifier = "LicenseRef-MutuaL-1.2"
 7
 8[[annotations]]
 9path = "README.md"
10SPDX-FileCopyrightText = "Amolith <amolith@secluded.site>"
11SPDX-License-Identifier = "CC0-1.0"
12
13[[annotations]]
14path = [
15  "skills/charm-*/**",
16  "vendor/forge/**",
17]
18SPDX-FileCopyrightText = "2026 alxx"
19SPDX-License-Identifier = "MIT"
20
21[[annotations]]
22path = [
23  "skills/impeccable/**",
24  "vendor/impeccable/**",
25]
26SPDX-FileCopyrightText = [
27  "2025-2026 Paul Bakaus",
28  "2025 Anthropic, PBC",
29]
30SPDX-License-Identifier = "Apache-2.0"