-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathREUSE.toml
More file actions
50 lines (42 loc) · 1.59 KB
/
Copy pathREUSE.toml
File metadata and controls
50 lines (42 loc) · 1.59 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
50
# SPDX-License-Identifier: MIT
# Copyright (c) 2018-2026 Jeffrey H. Johnson <johnsonjh.dev@gmail.com>
# Copyright (c) 2018-2026 Ryan M. Lederman <lederman@gmail.com>
version = 1
SPDX-PackageName = "libsir"
SPDX-PackageSupplier = "Ryan M. Lederman <lederman@gmail.com>"
SPDX-PackageDownloadLocation = "https://github.com/aremmell/libsir"
[[annotations]]
path = "docs/**"
precedence = "override"
SPDX-FileCopyrightText = ["2018-2026 Ryan M. Lederman <lederman@gmail.com>", "2018-2026 Jeffrey H. Johnson <johnsonjh.dev@gmail.com>"]
SPDX-License-Identifier = "MIT"
[[annotations]]
path = ".github/ISSUE_TEMPLATE/**.md"
precedence = "aggregate"
SPDX-FileCopyrightText = "2018-2026 Ryan M. Lederman <lederman@gmail.com>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "msvs/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2018-2026 Ryan M. Lederman <lederman@gmail.com>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = ".vscode/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2018-2026 Ryan M. Lederman <lederman@gmail.com>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "sir.code-workspace"
precedence = "aggregate"
SPDX-FileCopyrightText = "2018-2026 Ryan M. Lederman <lederman@gmail.com>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "library.json"
precedence = "aggregate"
SPDX-FileCopyrightText = "2018-2026 Ryan M. Lederman <lederman@gmail.com>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = ".gitlab-ci/msvc/msvc-wine/**"
precedence = "aggregate"
SPDX-FileCopyrightText = ["2019-2024 Martin Storsjo", "2024 Sergey Kvachonok"]
SPDX-License-Identifier = "ISC"