forked from crystal-lang/crystal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
23 lines (19 loc) · 741 Bytes
/
REUSE.toml
File metadata and controls
23 lines (19 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
version = 1
# All original code in this repository is licensed under Apache 2.0 with Swift
# exception.
[[annotations]]
path = ["**"]
SPDX-FileCopyrightText = "Copyright 2012-2025 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"