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 = "skills/humanizer/**"
15SPDX-FileCopyrightText = "2025 Siqi Chen"
16SPDX-License-Identifier = "MIT"
17
18[[annotations]]
19path = [
20  "skills/charm-*/**",
21  "vendor/forge/**",
22]
23SPDX-FileCopyrightText = "2026 alxx"
24SPDX-License-Identifier = "MIT"
25
26[[annotations]]
27path = [
28  "skills/impeccable/**",
29  "vendor/impeccable/**",
30]
31SPDX-FileCopyrightText = [
32  "2025-2026 Paul Bakaus",
33  "2025 Anthropic, PBC",
34]
35SPDX-License-Identifier = "Apache-2.0"