summaryrefslogtreecommitdiff
path: root/asl/hashing/hash_tests.cpp
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-03-01 00:27:14 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-03-01 00:50:25 +0100
commit62cc4b468b4e8653d8ef523fc4081572c6c1c7d8 (patch)
tree7e1e0816dc3a82db8d3b01f7819940418fd60957 /asl/hashing/hash_tests.cpp
parenteb285643ed5dab8125e9c6bc94abd7ef562096a5 (diff)
Add BSD-3 license
Diffstat (limited to 'asl/hashing/hash_tests.cpp')
-rw-r--r--asl/hashing/hash_tests.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/asl/hashing/hash_tests.cpp b/asl/hashing/hash_tests.cpp
index 9efb497..e4e69bf 100644
--- a/asl/hashing/hash_tests.cpp
+++ b/asl/hashing/hash_tests.cpp
@@ -1,3 +1,7 @@
+// Copyright 2025 Steven Le Rouzic
+//
+// SPDX-License-Identifier: BSD-3-Clause
+
#include "asl/testing/testing.hpp"
#include "asl/hashing/hash.hpp"
#include "asl/strings/string_view.hpp"