-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
42 lines (34 loc) · 1.12 KB
/
REUSE.toml
File metadata and controls
42 lines (34 loc) · 1.12 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
# SPDX-Licence-Identifier: GPL-3.0-or-later
# SPDX-FileCopyrightText: 2025-2026 xaoscience
#
# REUSE.toml - FSFE REUSE Specification 3.0 compliant configuration
# See: https://reuse.software/spec/
version = 1
[[annotations]]
path = ["scripts/**/*.sh"]
SPDX-Licence-Identifier = "GPL-3.0-or-later"
SPDX-FileCopyrightText = "2025-2026 xaoscience"
[[annotations]]
path = ["scripts/lib/*.sh"]
SPDX-Licence-Identifier = "GPL-3.0-or-later"
SPDX-FileCopyrightText = "2025-2026 xaoscience"
[[annotations]]
path = ["docs-templates/**"]
SPDX-Licence-Identifier = "CC-BY-4.0"
SPDX-FileCopyrightText = "2025-2026 xaoscience"
[[annotations]]
path = ["github-templates/**"]
SPDX-Licence-Identifier = "CC0-1.0"
SPDX-FileCopyrightText = "2025-2026 xaoscience"
[[annotations]]
path = ["licence-templates/**"]
SPDX-Licence-Identifier = "CC0-1.0"
SPDX-FileCopyrightText = "2025-2026 xaoscience"
[[annotations]]
path = ["workflows-templates/**"]
SPDX-Licence-Identifier = "CC0-1.0"
SPDX-FileCopyrightText = "2025-2026 xaoscience"
[[annotations]]
path = ["*.md", "docs/*.md"]
SPDX-Licence-Identifier = "CC-BY-4.0"
SPDX-FileCopyrightText = "2025-2026 xaoscience"