diff options
Diffstat (limited to 'include/ocl')
| -rw-r--r-- | include/ocl/allocator_op.hpp | 1 | ||||
| -rw-r--r-- | include/ocl/asio.hpp | 1 | ||||
| -rw-r--r-- | include/ocl/basic_hash.hpp | 3 | ||||
| -rw-r--r-- | include/ocl/crc_hash.hpp | 3 | ||||
| -rw-r--r-- | include/ocl/detail/config.hpp | 11 | ||||
| -rw-r--r-- | include/ocl/equiv.hpp | 3 | ||||
| -rw-r--r-- | include/ocl/io.hpp | 3 | ||||
| -rw-r--r-- | include/ocl/option.hpp | 1 | ||||
| -rw-r--r-- | include/ocl/print.hpp | 1 | ||||
| -rw-r--r-- | include/ocl/smart_ptr.hpp | 3 | ||||
| -rw-r--r-- | include/ocl/tracked_ptr.hpp | 3 |
11 files changed, 21 insertions, 12 deletions
diff --git a/include/ocl/allocator_op.hpp b/include/ocl/allocator_op.hpp index 84a949a..eb700e1 100644 --- a/include/ocl/allocator_op.hpp +++ b/include/ocl/allocator_op.hpp @@ -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/include/ocl/asio.hpp b/include/ocl/asio.hpp index bcab94f..a4c504b 100644 --- a/include/ocl/asio.hpp +++ b/include/ocl/asio.hpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSL-1.0 // Copyright 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/include/ocl/basic_hash.hpp b/include/ocl/basic_hash.hpp index e90198d..1e58a5b 100644 --- a/include/ocl/basic_hash.hpp +++ b/include/ocl/basic_hash.hpp @@ -1,4 +1,5 @@ -// Copyright 2023-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 diff --git a/include/ocl/crc_hash.hpp b/include/ocl/crc_hash.hpp index 11a9ed7..e36ee1b 100644 --- a/include/ocl/crc_hash.hpp +++ b/include/ocl/crc_hash.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 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 diff --git a/include/ocl/equiv.hpp b/include/ocl/equiv.hpp index 53299dc..bcdc89d 100644 --- a/include/ocl/equiv.hpp +++ b/include/ocl/equiv.hpp @@ -1,4 +1,5 @@ -// Copyright 2023-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 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 diff --git a/include/ocl/option.hpp b/include/ocl/option.hpp index 74300a3..0bf8ea0 100644 --- a/include/ocl/option.hpp +++ b/include/ocl/option.hpp @@ -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/include/ocl/print.hpp b/include/ocl/print.hpp index 4ad5ee2..65bbeda 100644 --- a/include/ocl/print.hpp +++ b/include/ocl/print.hpp @@ -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/include/ocl/smart_ptr.hpp b/include/ocl/smart_ptr.hpp index 5ab6dba..ad0696f 100644 --- a/include/ocl/smart_ptr.hpp +++ b/include/ocl/smart_ptr.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 diff --git a/include/ocl/tracked_ptr.hpp b/include/ocl/tracked_ptr.hpp index cebe9de..68d0531 100644 --- a/include/ocl/tracked_ptr.hpp +++ b/include/ocl/tracked_ptr.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 |
