-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREUSE.toml
More file actions
23 lines (18 loc) · 742 Bytes
/
Copy pathREUSE.toml
File metadata and controls
23 lines (18 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
version = 1
SPDX-PackageName = "apywire"
SPDX-PackageSupplier = "Alexandre Gomes Gaigalas <alganet@gmail.com>"
SPDX-PackageDownloadLocation = "https://github.com/alganet/apywire"
[[annotations]]
path = "**/__pycache__/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 Alexandre Gomes Gaigalas <alganet@gmail.com>"
SPDX-License-Identifier = "ISC"
[[annotations]]
path = "uv.lock"
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 Alexandre Gomes Gaigalas <alganet@gmail.com>"
SPDX-License-Identifier = "ISC"
[[annotations]]
path = [ ".vscode/**", ".github/PULL_REQUEST_TEMPLATE.md", ".github/ISSUE_TEMPLATE/**" ]
SPDX-FileCopyrightText = "2025 Alexandre Gomes Gaigalas <alganet@gmail.com>"
SPDX-License-Identifier = "ISC"