diff options
Diffstat (limited to 'asl/tests')
-rw-r--r-- | asl/tests/BUILD.bazel | 4 | ||||
-rw-r--r-- | asl/tests/types.hpp | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/asl/tests/BUILD.bazel b/asl/tests/BUILD.bazel index eb51ec8..6b8509c 100644 --- a/asl/tests/BUILD.bazel +++ b/asl/tests/BUILD.bazel @@ -1,3 +1,7 @@ +# Copyright 2025 Steven Le Rouzic +# +# SPDX-License-Identifier: BSD-3-Clause + cc_library( name = "utils", hdrs = [ diff --git a/asl/tests/types.hpp b/asl/tests/types.hpp index e65aa11..d47c237 100644 --- a/asl/tests/types.hpp +++ b/asl/tests/types.hpp @@ -1,3 +1,7 @@ +// Copyright 2025 Steven Le Rouzic +// +// SPDX-License-Identifier: BSD-3-Clause + #pragma once #include "asl/base/utility.hpp" |