-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
33 lines (29 loc) · 825 Bytes
/
REUSE.toml
File metadata and controls
33 lines (29 loc) · 825 Bytes
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
# SPDX-FileCopyrightText: (C) 2024-2026 Temple University <kleinweb@temple.edu>
# SPDX-License-Identifier: CC0-1.0
version = 1
[[annotations]]
path = ["**.blade.php"]
SPDX-FileCopyrightText = "(C) 2025-2026 Temple University <kleinweb@temple.edu>"
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = [
"**.dist",
"**.dist.*",
"**.json",
"**.lock",
"**.neon",
"**.properties",
"**.yml",
"**.d.ts",
"**/.ignore",
"**/.gitattributes",
"**/.gitignore",
"**/.gitkeep",
".config/org_id",
]
SPDX-FileCopyrightText = "(C) 2025-2026 Temple University <kleinweb@temple.edu>"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = ["**.md", "**.org", "**.txt"]
SPDX-FileCopyrightText = "(C) 2025-2026 Temple University <kleinweb@temple.edu>"
SPDX-License-Identifier = "CC-BY-NC-SA-4.0"