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 --- include/ocl/io.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/ocl/io.hpp') diff --git a/include/ocl/io.hpp b/include/ocl/io.hpp index 7867499..f4992e6 100644 --- a/include/ocl/io.hpp +++ b/include/ocl/io.hpp @@ -1,4 +1,5 @@ -// Copyright 2025, Amlal El Mahrouss (amlal@nekernel.org) +// 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) // Official repository: https://github.com/ocl-foss-org/core -- cgit v1.2.3