From 95598e24e16ddd23a5d425e3a797f7518a93c324 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Sat, 22 Mar 2025 19:36:26 +0100 Subject: Add missing license headers --- asl/types/function.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'asl/types/function.hpp') 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" -- cgit