summaryrefslogtreecommitdiff
path: root/asl/testing
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/testing
parenteb285643ed5dab8125e9c6bc94abd7ef562096a5 (diff)
Add BSD-3 license
Diffstat (limited to 'asl/testing')
-rw-r--r--asl/testing/BUILD.bazel4
-rw-r--r--asl/testing/testing.cpp4
-rw-r--r--asl/testing/testing.hpp4
3 files changed, 12 insertions, 0 deletions
diff --git a/asl/testing/BUILD.bazel b/asl/testing/BUILD.bazel
index 0bfb7ee..1e1c0f0 100644
--- a/asl/testing/BUILD.bazel
+++ b/asl/testing/BUILD.bazel
@@ -1,3 +1,7 @@
+# Copyright 2025 Steven Le Rouzic
+#
+# SPDX-License-Identifier: BSD-3-Clause
+
cc_library(
name = "testing",
hdrs = [
diff --git a/asl/testing/testing.cpp b/asl/testing/testing.cpp
index c788c39..4e62002 100644
--- a/asl/testing/testing.cpp
+++ b/asl/testing/testing.cpp
@@ -1,3 +1,7 @@
+// Copyright 2025 Steven Le Rouzic
+//
+// SPDX-License-Identifier: BSD-3-Clause
+
#include "asl/testing/testing.hpp"
#include "asl/io/print.hpp"
diff --git a/asl/testing/testing.hpp b/asl/testing/testing.hpp
index c3214a5..849c4fd 100644
--- a/asl/testing/testing.hpp
+++ b/asl/testing/testing.hpp
@@ -1,3 +1,7 @@
+// Copyright 2025 Steven Le Rouzic
+//
+// SPDX-License-Identifier: BSD-3-Clause
+
#pragma once
#include "asl/base/utility.hpp"