-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
46 lines (39 loc) · 1.27 KB
/
REUSE.toml
File metadata and controls
46 lines (39 loc) · 1.27 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
# SPDX-FileCopyrightText: (C) 2024-2025 Temple University <kleinweb@temple.edu>
# SPDX-License-Identifier: CC0-1.0
### https://reuse.software/spec-3.2/#reusetoml
version = 1
[[annotations]]
path = [
"**.json",
"**.lock",
"**.properties",
"**.yml",
"**.d.ts",
"**/.ignore",
"**/.gitattributes",
"**/.gitignore",
"**/.gitkeep",
"**/pnpm-lock.yaml",
".config/org_id",
]
SPDX-FileCopyrightText = "(C) 2024-2025 Temple University <kleinweb@temple.edu>"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = ["**/dist/**"]
SPDX-FileCopyrightText = "(C) 2024-2026 Temple University <kleinweb@temple.edu>"
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = ["**.md", "**.org", "**.txt"]
SPDX-FileCopyrightText = "(C) 2024-2025 Temple University <kleinweb@temple.edu>"
SPDX-License-Identifier = "CC-BY-NC-SA-4.0"
[[annotations]]
path = ["packages/brand-assets/**"]
SPDX-FileCopyrightText = "(C) 2024-2025 Temple University <kleinweb@temple.edu>"
SPDX-License-Identifier = "LicenseRef-TU-Trademark-Policy"
[[annotations]]
path = ["packages/gutenberg-types/src/types/**"]
SPDX-FileCopyrightText = [
"(C) 2025 Temple University <kleinweb@temple.edu>",
"(C) 2016-2025 The WordPress Contributors",
]
SPDX-License-Identifier = "GPL-3.0-or-later OR MPL-2.0"