From fb4ef16bd32b43a9c931420428bd3ca69ee0984f Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 11 Mar 2026 15:48:42 +0100 Subject: [CHORE] Add SPDX for OCL files. Signed-off-by: Amlal El Mahrouss --- include/ocl.hpp | 3 ++- include/ocl/version.hpp | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/ocl.hpp b/include/ocl.hpp index 90cef28..12326cc 100644 --- a/include/ocl.hpp +++ b/include/ocl.hpp @@ -1,7 +1,8 @@ +// SPDX-License-Identifier: BSL-1.0 // Copyright 2023-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://git.ocl.nekernel.org/src +// Official repository: https://git.ocl.nekernel.org/ocl #ifndef OCL_HPP #define OCL_HPP diff --git a/include/ocl/version.hpp b/include/ocl/version.hpp index 677c4f0..851b57e 100644 --- a/include/ocl/version.hpp +++ b/include/ocl/version.hpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSL-1.0 // Copyright 2023-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