diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-11 16:18:27 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-11 16:18:27 +0100 |
| commit | 4f0ada06151e9397bd119c9f0808d7c4c0ed55c7 (patch) | |
| tree | 493459c6c54f232bbb6cd561dd4277534ca15df6 /include/ocl/detail | |
| parent | 07441b4031482ed85d3a5fe51e8e76bbee50c42e (diff) | |
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ocl/detail')
| -rw-r--r-- | include/ocl/detail/config.hpp | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/include/ocl/detail/config.hpp b/include/ocl/detail/config.hpp index eacb56a..140182f 100644 --- a/include/ocl/detail/config.hpp +++ b/include/ocl/detail/config.hpp @@ -1,9 +1,8 @@ -/* - * File: detail/config.hpp - * Purpose: Config file of the OCL.CORE library. - * Author: Amlal El Mahrouss (amlal@nekernel.org) - * Copyright 2025, Amlal El Mahrouss, licensed under the Boost Software License. - */ +// 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 #ifndef OCL_CORE_CONFIG #define OCL_CORE_CONFIG |
