-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREUSE.toml
More file actions
31 lines (25 loc) · 772 Bytes
/
REUSE.toml
File metadata and controls
31 lines (25 loc) · 772 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
version = 1
[[annotations]]
path = "go.mod"
SPDX-FileCopyrightText = "Winni Neessen <wn@neessen.dev>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "go.sum"
SPDX-FileCopyrightText = "Winni Neessen <wn@neessen.dev>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "code-examples/*"
SPDX-FileCopyrightText = "Winni Neessen <wn@neessen.dev>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "docker-files/*"
SPDX-FileCopyrightText = "Winni Neessen <wn@neessen.dev>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "etc/**"
SPDX-FileCopyrightText = "Winni Neessen <wn@neessen.dev>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "testdata/**"
SPDX-FileCopyrightText = "Winni Neessen <wn@neessen.dev>"
SPDX-License-Identifier = "MIT"