summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/blake2/REUSE.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/blake2/REUSE.toml')
-rw-r--r--src/3rdparty/blake2/REUSE.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/3rdparty/blake2/REUSE.toml b/src/3rdparty/blake2/REUSE.toml
new file mode 100644
index 00000000000..114b6a49ef6
--- /dev/null
+++ b/src/3rdparty/blake2/REUSE.toml
@@ -0,0 +1,8 @@
+version = 1
+
+[[annotations]]
+path = ["src/blake2b-ref.c", "src/blake2s-ref.c", "src/blake2.h", "src/blake2-impl.h"]
+comment = "Copyright line mixed with other text."
+precedence = "override"
+SPDX-FileCopyrightText = "Copyright 2012, Samuel Neves <[email protected]>"
+SPDX-License-Identifier = "CC0-1.0 OR Apache-2.0"