From 62cc4b468b4e8653d8ef523fc4081572c6c1c7d8 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Sat, 1 Mar 2025 00:27:14 +0100 Subject: Add BSD-3 license --- asl/containers/hash_set_tests.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'asl/containers/hash_set_tests.cpp') diff --git a/asl/containers/hash_set_tests.cpp b/asl/containers/hash_set_tests.cpp index 2baab94..d9462d5 100644 --- a/asl/containers/hash_set_tests.cpp +++ b/asl/containers/hash_set_tests.cpp @@ -1,3 +1,7 @@ +// Copyright 2025 Steven Le Rouzic +// +// SPDX-License-Identifier: BSD-3-Clause + #include "asl/containers/hash_set.hpp" #include "asl/testing/testing.hpp" #include "asl/tests/types.hpp" -- cgit