-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
25 lines (21 loc) · 732 Bytes
/
REUSE.toml
File metadata and controls
25 lines (21 loc) · 732 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
# SPDX-FileCopyrightText: 2025 Alec Delaney
# SPDX-License-Identifier: MIT
version = 1
SPDX-PackageName = "Tekktrik-Dev"
SPDX-PackageSupplier = "Alec Delaney <tekktrik@tekktrik.dev>"
SPDX-PackageDownloadLocation = "https://github.com/tekktrik/tekktrik-dev"
[[annotations]]
path = "assets/app/about/jobs/**.json"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Alec Delaney"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "assets/app/about/education/**.json"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Alec Delaney"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "assets/app/other/**.json"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Alec Delaney"
SPDX-License-Identifier = "MIT"