forked from libical/libical
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREUSE.toml
46 lines (40 loc) · 2.25 KB
/
REUSE.toml
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
version = 1
SPDX-PackageName = "libical"
SPDX-PackageSupplier = "Allen Winter <winter@kde.org>"
SPDX-PackageDownloadLocation = "https://github.com/libical/libical"
#misc documentation
[[annotations]]
path = ["Install.txt", "README.md", "CONTRIBUTORS.md","ReleaseNotes.txt", "book.toml", "docs/**.md", "examples/access-usecases.txt", "src/Net-ICal-Libical/README.txt", "src/php/README.txt", "src/Net-ICal-Libical/MANIFEST", "src/Net-ICal-Libical/netical_wrap.doc"]
precedence = "aggregate"
SPDX-FileCopyrightText = "1999 Contributors to the Libical project"
SPDX-License-Identifier = "LGPL-2.1-only OR MPL-2.0"
#tool configuration files
[[annotations]]
path = ["REUSE.toml", ".clang-format", ".clang-tidy", ".cmake-format.py", ".codespellrc", ".editorconfig", ".dir-locals.el", ".gitattributes", ".gitignore", ".krazy", ".markdownlint.json", ".pre-commit-config.yaml", ".ruff.toml", ".github/workflows/*.yml", ".shellcheckrc", "vcpkg.json", "docs/reference/libical-glib/libical-glib.toml.in"]
precedence = "aggregate"
SPDX-FileCopyrightText = "1999 Contributors to the Libical project"
SPDX-License-Identifier = "BSD-3-Clause"
#other not-easy-to-comment source files
[[annotations]]
path = ["src/libical-glib/ICalGLib.metadata.in", "src/libical-glib/tools/header-structure-boilerplate-template", "src/libical-glib/tools/source-structure-boilerplate-template", "docs/reference/libical-glib/libical-glib-docs.sgml.in", "src/Net-ICal-Libical/netical_wrap.c", "src/libical/qsort_gen.c"]
precedence = "aggregate"
SPDX-FileCopyrightText = "1999 Contributors to the Libical project"
SPDX-License-Identifier = "LGPL-2.1-only OR MPL-2.0"
#timezones
[[annotations]]
path = "zoneinfo/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "1999 Contributors to the Libical project"
SPDX-License-Identifier = "CC0-1.0"
#design data
[[annotations]]
path = "design-data/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "1999 Contributors to the Libical project"
SPDX-License-Identifier = "LGPL-2.1-only OR MPL-2.0"
#testing data
[[annotations]]
path = ["test-data/**", "src/test/**.out", "src/test/**.ics", "src/test/**.txt", "src/Net-ICal-Libical/test-data/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "1999 Contributors to the Libical project"
SPDX-License-Identifier = "LGPL-2.1-only OR MPL-2.0"