From 4f0ada06151e9397bd119c9f0808d7c4c0ed55c7 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 11 Mar 2026 16:18:27 +0100 Subject: [CHORE] Add SPDX header for files. Signed-off-by: Amlal El Mahrouss --- test/allocator_op.test.cpp | 1 + test/option.test.cpp | 1 + 2 files changed, 2 insertions(+) (limited to 'test') diff --git a/test/allocator_op.test.cpp b/test/allocator_op.test.cpp index 9ceed59..0982dcd 100644 --- a/test/allocator_op.test.cpp +++ b/test/allocator_op.test.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSL-1.0 // Copyright 2025-2026, Amlal El Mahrouss (amlal@nekernel.org) // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/option.test.cpp b/test/option.test.cpp index 41db781..18e8cbb 100644 --- a/test/option.test.cpp +++ b/test/option.test.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSL-1.0 // Copyright 2025-2026, Amlal El Mahrouss (amlal@nekernel.org) // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -- cgit v1.2.3