summaryrefslogtreecommitdiffhomepage
path: root/include/ocl
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-26 09:46:53 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-26 09:47:53 +0100
commitf69ab8b1fcc0e1cca1c1dff96e204440f1f4f7f3 (patch)
treeafa1bab2b960d042a96c7ab71cfcbd9a02a75c20 /include/ocl
parentceb8ca661c7d6cdb10be6593f3eedabf42846b0e (diff)
feat: update file header.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ocl')
-rw-r--r--include/ocl/allocator_op.hpp10
-rw-r--r--include/ocl/basic_hash.hpp9
-rw-r--r--include/ocl/crc_hash.hpp10
-rw-r--r--include/ocl/equiv.hpp10
-rw-r--r--include/ocl/io.hpp10
-rw-r--r--include/ocl/option.hpp9
-rw-r--r--include/ocl/print.hpp10
-rw-r--r--include/ocl/smart_ptr.hpp10
-rw-r--r--include/ocl/tracked_ptr.hpp10
9 files changed, 36 insertions, 52 deletions
diff --git a/include/ocl/allocator_op.hpp b/include/ocl/allocator_op.hpp
index 00a1cd2..4263c95 100644
--- a/include/ocl/allocator_op.hpp
+++ b/include/ocl/allocator_op.hpp
@@ -1,9 +1,7 @@
-/*
- * File: allocator_op.hpp
- * Purpose: Allocate from a pool.
- * Author: Amlal El Mahrouss (amlal@nekernel.org)
- * Copyright 2025, Amlal El Mahrouss, Licensed under the Boost Software License. Licensed under the BSL 1.0 license
- */
+// Copyright 2025, 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-org/core
#ifndef __OCL_CORE_ALLOC
#define __OCL_CORE_ALLOC
diff --git a/include/ocl/basic_hash.hpp b/include/ocl/basic_hash.hpp
index a6978fc..705ed7e 100644
--- a/include/ocl/basic_hash.hpp
+++ b/include/ocl/basic_hash.hpp
@@ -1,8 +1,7 @@
-/*
- * File: basic_hash.hpp
- * Author: Amlal El Mahrouss,
- * Copyright 2023-2025, Amlal El Mahrouss, Licensed under the Boost Software License
- */
+// Copyright 2023-2025, 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-org/core
#ifndef __OCL_CORE_BASIC_HASH
#define __OCL_CORE_BASIC_HASH
diff --git a/include/ocl/crc_hash.hpp b/include/ocl/crc_hash.hpp
index 3a5046a..848f0e5 100644
--- a/include/ocl/crc_hash.hpp
+++ b/include/ocl/crc_hash.hpp
@@ -1,9 +1,7 @@
-/*
- * File: crc_hash.hpp
- * Purpose: Hashing module.
- * Author: Amlal El Mahrouss,
- * Copyright 2025, Amlal El Mahrouss, Licensed under the Boost Software License.
- */
+// Copyright 2025, 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-org/core
#ifndef __OCL_CORE_CRC_HASH
#define __OCL_CORE_CRC_HASH
diff --git a/include/ocl/equiv.hpp b/include/ocl/equiv.hpp
index f9031b1..60fbf44 100644
--- a/include/ocl/equiv.hpp
+++ b/include/ocl/equiv.hpp
@@ -1,9 +1,7 @@
-/*
- * File: equiv.hpp
- * Purpose: Equivalence header.
- * Author: Amlal El Mahrouss (amlal@nekernel.org)
- * Copyright 2025, Amlal El Mahrouss, licensed under the Boost Software License.
- */
+// Copyright 2023-2025, 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-org/core
#ifndef __OCL_CORE_EQUIV
#define __OCL_CORE_EQUIV
diff --git a/include/ocl/io.hpp b/include/ocl/io.hpp
index 155153e..ad04ecd 100644
--- a/include/ocl/io.hpp
+++ b/include/ocl/io.hpp
@@ -1,9 +1,7 @@
-/*
- * File: print.hpp
- * Purpose: OCL Print library
- * Author: Amlal El Mahrouss. (amlal@nekernel.org)
- * Copyright 2025, Amlal El Mahrouss, Licensed under the Boost Software License. Licensed under the BSL 1.0 license
- */
+// Copyright 2025, 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-org/core
#ifndef __OCL_CORE_IO
#define __OCL_CORE_IO
diff --git a/include/ocl/option.hpp b/include/ocl/option.hpp
index 7f66579..61c4b5f 100644
--- a/include/ocl/option.hpp
+++ b/include/ocl/option.hpp
@@ -1,8 +1,7 @@
-/*
- * File: option.hpp
- * Author: Amlal El Mahrouss,
- * Copyright 2023-2025, Amlal El Mahrouss, Licensed under the Boost Software License
- */
+// Copyright 2025, 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-org/core
#ifndef __OCL_CORE_OPTION
#define __OCL_CORE_OPTION
diff --git a/include/ocl/print.hpp b/include/ocl/print.hpp
index 98c4d6b..657ca32 100644
--- a/include/ocl/print.hpp
+++ b/include/ocl/print.hpp
@@ -1,9 +1,7 @@
-/*
- * File: print.hpp
- * Purpose: OCL Print library
- * Author: Amlal El Mahrouss. (amlal@nekernel.org)
- * Copyright 2025, Amlal El Mahrouss, Licensed under the Boost Software License. Licensed under the BSL 1.0 license
- */
+// Copyright 2025, 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-org/core
#ifndef __OCL_CORE_PRINT
#define __OCL_CORE_PRINT
diff --git a/include/ocl/smart_ptr.hpp b/include/ocl/smart_ptr.hpp
index 4bdff42..a001147 100644
--- a/include/ocl/smart_ptr.hpp
+++ b/include/ocl/smart_ptr.hpp
@@ -1,9 +1,7 @@
-/*
- * File: smart_ptr.hpp
- * Purpose: Smart Pointer helpers.
- * Author: Amlal El Mahrouss (amlal@nekernel.org)
- * Copyright 2025, Amlal El Mahrouss, Licensed under the Boost Software License. Licensed under the BSL 1.0 license
- */
+// Copyright 2025, 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-org/core
#ifndef __OCL_SMART_PTR
#define __OCL_SMART_PTR
diff --git a/include/ocl/tracked_ptr.hpp b/include/ocl/tracked_ptr.hpp
index aace5d8..878de41 100644
--- a/include/ocl/tracked_ptr.hpp
+++ b/include/ocl/tracked_ptr.hpp
@@ -1,9 +1,7 @@
-/*
- * File: ocl/tracked_ptr.hpp
- * Purpose: Strict pointer type implementation in C++
- * Author: Amlal El Mahrouss (amlal@nekernel.org)
- * Copyright 2025, Amlal El Mahrouss, licensed under the Boost Software License.
- */
+// Copyright 2025, 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-org/core
#ifndef __OCL_TRACKED_PTR
#define __OCL_TRACKED_PTR