This repository was archived by the owner on Aug 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
49 lines (36 loc) · 1.32 KB
/
REUSE.toml
File metadata and controls
49 lines (36 loc) · 1.32 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# SPDX-FileCopyrightText: 2024 WithLithum <WithLithum@outlook.com>
# SPDX-License-Identifier: LGPL-3.0-or-later
version = 1
# bin/obj files
[[annotations]]
path = "**/bin/**/*"
SPDX-FileCopyrightText = "2024 WithLithum <WithLithum@outlook.com>"
SPDX-License-Identifier = "LGPL-3.0-or-later OR GPL-3.0-or-later"
[[annotations]]
path = "**/obj/**/*"
SPDX-FileCopyrightText = "2024 WithLithum <WithLithum@outlook.com>"
SPDX-License-Identifier = "LGPL-3.0-or-later OR GPL-3.0-or-later"
# Solution files
[[annotations]]
path = "**/*.sln"
SPDX-FileCopyrightText = "2024 WithLithum <WithLithum@outlook.com>"
SPDX-License-Identifier = "LGPL-3.0-or-later OR GPL-3.0-or-later"
# RSP files
[[annotations]]
path = "archives/*.rsp"
SPDX-FileCopyrightText = "2024 WithLithum <WithLithum@outlook.com>"
SPDX-License-Identifier = "Apache-2.0"
# .idea files
[[annotations]]
path = ".idea/**/*"
SPDX-FileCopyrightText = "2024 WithLithum <WithLithum@outlook.com>"
SPDX-License-Identifier = "LGPL-3.0-or-later"
# DotSettings files
[[annotations]]
path = "XerrieUI.sln.DotSettings"
SPDX-FileCopyrightText = "2024 WithLithum <WithLithum@outlook.com>"
SPDX-License-Identifier = "LGPL-3.0-or-later"
[[annotations]]
path = "XerrieUI.sln.DotSettings.user"
SPDX-FileCopyrightText = "2024 WithLithum <WithLithum@outlook.com>"
SPDX-License-Identifier = "LGPL-3.0-or-later"