-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy pathREUSE.toml
More file actions
47 lines (42 loc) · 1.11 KB
/
Copy pathREUSE.toml
File metadata and controls
47 lines (42 loc) · 1.11 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
# SPDX-FileCopyrightText: © 2024 Team CharLS
# SPDX-License-Identifier: BSD-3-Clause
# This is a configuration file for the reuse lint tool. It allows specifying license info
# for files that cannot be extended with such info.
version = 1
[[annotations]]
path = [
"**.jls",
"**.png",
"**.pgm",
"**.ppm",
"**.raw",
"**.vcxproj",
"**.filters",
"**.cd",
"**.json",
"**app.manifest",
"spelling.dic",
"default.ruleset",
"src/charls.version",
"charls.sln",
"charls.sln.DotSettings",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "© 2024 Team CharLS"
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = [
"test/data/conformance/README.md",
"test/data/conformance/*.jls",
"test/data/conformance/*.pgm",
"test/data/conformance/*.ppm",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright (c) Hewlett-Packard Company 1995-1999"
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = [
"fuzzing/libfuzzer-encoder/fuzzer/FuzzedDataProvider.h",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright (c) LLVM Project"