-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathREUSE.toml
More file actions
34 lines (31 loc) · 810 Bytes
/
REUSE.toml
File metadata and controls
34 lines (31 loc) · 810 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
34
version = 1
[[annotations]]
path = [
".public-keys/*.gpg",
"fastlane/metadata/android/en-US/*.txt",
"gradle/wrapper/gradle-wrapper.properties",
".all-contributorsrc",
"Gemfile.lock",
"allowed_signers"
]
SPDX-FileCopyrightText = "NONE"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = [
".vscode/*.json"
]
SPDX-FileCopyrightText = "NONE"
SPDX-License-Identifier = "CC0-1.0"
SPDX-FileComment = [
"https://code.visualstudio.com/docs/editor/tasks",
"https://code.visualstudio.com/docs/editor/variables-reference"
]
[[annotations]]
path = [
"gradle/wrapper/gradle-wrapper.jar"
]
SPDX-FileCopyrightText = "2007 the original author or authors"
SPDX-License-Identifier = "Apache-2.0"
SPDX-FileComment = [
"Sources: https://github.com/gradle/gradle/tree/master/subprojects/wrapper"
]