-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathREUSE.toml
More file actions
28 lines (23 loc) · 912 Bytes
/
REUSE.toml
File metadata and controls
28 lines (23 loc) · 912 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
version = 1
# All original code in this repository is licensed under Apache 2.0 with Swift
# exception.
[[annotations]]
path = ["**"]
SPDX-FileCopyrightText = "Copyright 2012-2026 Manas Technology Solutions."
SPDX-License-Identifier = "Apache-2.0 WITH Swift-exception"
# Unset license information for vendored libraries ("shards"). They either
# provide their own information or there's a specific section in this file.
[[annotations]]
path = ["lib/*/**"]
[[annotations]]
path = "lib/markd/**"
SPDX-FileCopyrightText = "Copyright (c) 2017-present icyleaf"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "lib/reply/**"
SPDX-FileCopyrightText = "Copyright (c) 2022 I3oris <boris31.resch@gmail.com>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "lib/sanitize/**"
SPDX-FileCopyrightText = "Copyright (c) 2020 Johannes Müller <straightshoota@gmail.com>"
SPDX-License-Identifier = "Apache-2.0"