Skip to content

Commit 23a47b6

Browse files
authored
REUSE: add REUSE.toml for wcurl.1 (#77)
1 parent f925904 commit 23a47b6

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

REUSE.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# SPDX-License-Identifier: curl
2+
# SPDX-FileCopyrightText: Daniel Stenberg, <[email protected]>, et al.
3+
4+
# This file describes the licensing and copyright situation for files that
5+
# cannot be annotated directly, for example because of being simply
6+
# uncommentable. Unless this is the case, a file should be annotated directly.
7+
#
8+
# This follows the REUSE specification: https://reuse.software/spec-3.2/#reusetoml
9+
10+
version = 1
11+
SPDX-PackageName = "wcurl"
12+
SPDX-PackageDownloadLocation = "https://curl.se/wcurl/"
13+
14+
[[annotations]]
15+
path = [
16+
"wcurl.1",
17+
]
18+
SPDX-FileCopyrightText = "Copyright (C) Samuel Henrique <[email protected]>, Sergio Durigan Junior <[email protected]> and many contributors, see the AUTHORS file."
19+
SPDX-License-Identifier = "curl"
20+
# If there is licensing/copyright information in or next to these files, prefer that
21+
precedence = "closest"

0 commit comments

Comments
 (0)