Add missing license headers

This commit is contained in:
2025-03-22 19:36:26 +01:00
parent 99c8ae9530
commit 95598e24e1
4 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,7 @@
// Copyright 2025 Steven Le Rouzic
//
// SPDX-License-Identifier: BSD-3-Clause
#pragma once #pragma once
#include "asl/base/utility.hpp" #include "asl/base/utility.hpp"

View File

@ -1,3 +1,7 @@
// Copyright 2025 Steven Le Rouzic
//
// SPDX-License-Identifier: BSD-3-Clause
#pragma once #pragma once
#include "asl/base/utility.hpp" #include "asl/base/utility.hpp"

View File

@ -1,3 +1,7 @@
// Copyright 2025 Steven Le Rouzic
//
// SPDX-License-Identifier: BSD-3-Clause
#include "asl/testing/testing.hpp" #include "asl/testing/testing.hpp"
#include "asl/types/function_ref.hpp" #include "asl/types/function_ref.hpp"

View File

@ -1,3 +1,7 @@
// Copyright 2025 Steven Le Rouzic
//
// SPDX-License-Identifier: BSD-3-Clause
#include "asl/testing/testing.hpp" #include "asl/testing/testing.hpp"
#include "asl/types/function.hpp" #include "asl/types/function.hpp"