summaryrefslogtreecommitdiff
path: root/asl
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-03-22 19:36:26 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-03-22 19:36:26 +0100
commit95598e24e16ddd23a5d425e3a797f7518a93c324 (patch)
tree289f7598a033829ff7ec0103e28d0cf889cc9490 /asl
parent99c8ae9530a79f4080c84083cb3e9d8bfb8c145d (diff)
Add missing license headersv0.2.0
Diffstat (limited to 'asl')
-rw-r--r--asl/types/function.hpp4
-rw-r--r--asl/types/function_ref.hpp4
-rw-r--r--asl/types/function_ref_tests.cpp4
-rw-r--r--asl/types/function_tests.cpp4
4 files changed, 16 insertions, 0 deletions
diff --git a/asl/types/function.hpp b/asl/types/function.hpp
index 40387ba..9c28094 100644
--- a/asl/types/function.hpp
+++ b/asl/types/function.hpp
@@ -1,3 +1,7 @@
+// Copyright 2025 Steven Le Rouzic
+//
+// SPDX-License-Identifier: BSD-3-Clause
+
#pragma once
#include "asl/base/utility.hpp"
diff --git a/asl/types/function_ref.hpp b/asl/types/function_ref.hpp
index 2bd27dc..8daa5bd 100644
--- a/asl/types/function_ref.hpp
+++ b/asl/types/function_ref.hpp
@@ -1,3 +1,7 @@
+// Copyright 2025 Steven Le Rouzic
+//
+// SPDX-License-Identifier: BSD-3-Clause
+
#pragma once
#include "asl/base/utility.hpp"
diff --git a/asl/types/function_ref_tests.cpp b/asl/types/function_ref_tests.cpp
index 37cb382..72e40cc 100644
--- a/asl/types/function_ref_tests.cpp
+++ b/asl/types/function_ref_tests.cpp
@@ -1,3 +1,7 @@
+// Copyright 2025 Steven Le Rouzic
+//
+// SPDX-License-Identifier: BSD-3-Clause
+
#include "asl/testing/testing.hpp"
#include "asl/types/function_ref.hpp"
diff --git a/asl/types/function_tests.cpp b/asl/types/function_tests.cpp
index c9849d1..e1d6d3b 100644
--- a/asl/types/function_tests.cpp
+++ b/asl/types/function_tests.cpp
@@ -1,3 +1,7 @@
+// Copyright 2025 Steven Le Rouzic
+//
+// SPDX-License-Identifier: BSD-3-Clause
+
#include "asl/testing/testing.hpp"
#include "asl/types/function.hpp"