-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREUSE.toml
More file actions
23 lines (20 loc) · 784 Bytes
/
REUSE.toml
File metadata and controls
23 lines (20 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
version = 1
SPDX-PackageName = "Deaf Ed"
SPDX-PackageSupplier = "Tomasz Bojczuk <seelook@gmail.com>"
[[annotations]]
path = ["README.md", "src/karpconfig.kcfgc"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Tomasz Bojczuk <seelook@gmail.com>"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = "android/res/drawable/splash.xml"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Tomasz Bojczuk <seelook@gmail.com>"
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = ["org.kde.karp.svg", "android/res/drawable/karp.png", "logo.png", "extras/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Tomasz Bojczuk <seelook@gmail.com>"
SPDX-License-Identifier = "CC-BY-SA-4.0"