-
-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathREUSE.toml
More file actions
79 lines (67 loc) · 2.11 KB
/
REUSE.toml
File metadata and controls
79 lines (67 loc) · 2.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# SPDX-FileCopyrightText: 2026 Dyne.org foundation
#
# SPDX-License-Identifier: AGPL-3.0-or-later
version = 1
SPDX-PackageName = "Zenroom"
SPDX-PackageSupplier = "Denis Roio <jaromil@dyne.org>"
SPDX-PackageDownloadLocation = "https://github.com/dyne/Zenroom"
[[annotations]]
path = [
"*.md",
"src/**",
"bindings/**",
"test/**",
"docs/**",
".github/**",
"build/*",
".gitattributes",
"compile_flags.txt"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2017-2026 Dyne.org foundation"
SPDX-License-Identifier = "AGPL-3.0-or-later"
[[annotations]]
path = ["lib/zk-circuit-lang/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 Dyne.org foundation"
SPDX-License-Identifier = "AGPL-3.0-or-later"
[[annotations]]
path = ["lib/lua54/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "1994-2024 Lua.org, PUC-Rio"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = ["lib/milagro-crypto-c/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2019 The Apache Software Foundation"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["lib/pqclean/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Léo Ducas, Eike Kiltz, Tancrède Lepoint, Vadim Lyubashevsky, Gregor Seiler, Peter Schwabe, Damien Stehlé"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = ["lib/ed25519-donna/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Andrew M. <liquidsun@gmail.com>"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = ["lib/mlkem/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2024-2025 The mlkem-native project authors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["src/varint.*"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright (c) 2024 Joshua J Baker"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = ["lib/zstd/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright (c) 2016-present, Facebook, Inc."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = ["lib/longfellow-zk/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright (c) 2025 Google LLC."
SPDX-License-Identifier = "Apache-2.0"