summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--example/allocator_op_example/example.cpp2
-rw-r--r--example/hash_crc32_example/example.cpp2
-rw-r--r--example/option_example/example.cpp2
-rw-r--r--example/smart_ptr_example/example.cpp2
-rw-r--r--include/ocl/allocator_op.hpp2
-rw-r--r--include/ocl/asio.hpp2
-rw-r--r--include/ocl/basic_hash.hpp2
-rw-r--r--include/ocl/crc_hash.hpp2
-rw-r--r--include/ocl/equiv.hpp2
-rw-r--r--include/ocl/io.hpp2
-rw-r--r--include/ocl/option.hpp2
-rw-r--r--include/ocl/print.hpp2
-rw-r--r--include/ocl/smart_ptr.hpp2
-rw-r--r--include/ocl/tracked_ptr.hpp2
-rw-r--r--test/allocator_op.test.cpp2
-rw-r--r--test/option.test.cpp2
16 files changed, 16 insertions, 16 deletions
diff --git a/example/allocator_op_example/example.cpp b/example/allocator_op_example/example.cpp
index e3918ad..665df0b 100644
--- a/example/allocator_op_example/example.cpp
+++ b/example/allocator_op_example/example.cpp
@@ -1,7 +1,7 @@
// 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-org/core
+// Official repository: https://github.com/ocl-foss-org/core
#include <ocl/print.hpp>
#include <ocl/allocator_op.hpp>
diff --git a/example/hash_crc32_example/example.cpp b/example/hash_crc32_example/example.cpp
index 345f610..26d046b 100644
--- a/example/hash_crc32_example/example.cpp
+++ b/example/hash_crc32_example/example.cpp
@@ -1,7 +1,7 @@
// 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
+// Official repository: https://github.com/ocl-foss-org/core
#include <ocl/crc_hash.hpp>
#include <ocl/print.hpp>
diff --git a/example/option_example/example.cpp b/example/option_example/example.cpp
index ef89f29..a87ace6 100644
--- a/example/option_example/example.cpp
+++ b/example/option_example/example.cpp
@@ -1,7 +1,7 @@
// 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-org/core
+// Official repository: https://github.com/ocl-foss-org/core
#include <ocl/crc_hash.hpp>
#include <ocl/print.hpp>
diff --git a/example/smart_ptr_example/example.cpp b/example/smart_ptr_example/example.cpp
index 61903f5..b5b6ad3 100644
--- a/example/smart_ptr_example/example.cpp
+++ b/example/smart_ptr_example/example.cpp
@@ -1,7 +1,7 @@
// 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
+// Official repository: https://github.com/ocl-foss-org/core
#include <ocl/crc_hash.hpp>
#include <ocl/print.hpp>
diff --git a/include/ocl/allocator_op.hpp b/include/ocl/allocator_op.hpp
index f03edc9..43bc80b 100644
--- a/include/ocl/allocator_op.hpp
+++ b/include/ocl/allocator_op.hpp
@@ -1,7 +1,7 @@
// 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-org/core
+// Official repository: https://github.com/ocl-foss-org/core
#ifndef OCL_CORE_ALLOCATOR_OP
#define OCL_CORE_ALLOCATOR_OP
diff --git a/include/ocl/asio.hpp b/include/ocl/asio.hpp
index cb2b1fb..818b5c6 100644
--- a/include/ocl/asio.hpp
+++ b/include/ocl/asio.hpp
@@ -1,7 +1,7 @@
// 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)
-// Official repository: https://github.com/ocl-org/core
+// Official repository: https://github.com/ocl-foss-org/core
#ifndef OCL_CORE_ASIO
#define OCL_CORE_ASIO
diff --git a/include/ocl/basic_hash.hpp b/include/ocl/basic_hash.hpp
index 777100e..e90198d 100644
--- a/include/ocl/basic_hash.hpp
+++ b/include/ocl/basic_hash.hpp
@@ -1,7 +1,7 @@
// 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
+// Official repository: https://github.com/ocl-foss-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 8c0f93c..050bb92 100644
--- a/include/ocl/crc_hash.hpp
+++ b/include/ocl/crc_hash.hpp
@@ -1,7 +1,7 @@
// 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
+// Official repository: https://github.com/ocl-foss-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 efc6b4f..53299dc 100644
--- a/include/ocl/equiv.hpp
+++ b/include/ocl/equiv.hpp
@@ -1,7 +1,7 @@
// 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
+// Official repository: https://github.com/ocl-foss-org/core
#ifndef OCL_CORE_EQUIV
#define OCL_CORE_EQUIV
diff --git a/include/ocl/io.hpp b/include/ocl/io.hpp
index 39fbc1a..7867499 100644
--- a/include/ocl/io.hpp
+++ b/include/ocl/io.hpp
@@ -1,7 +1,7 @@
// 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
+// Official repository: https://github.com/ocl-foss-org/core
#ifndef OCL_CORE_IO
#define OCL_CORE_IO
diff --git a/include/ocl/option.hpp b/include/ocl/option.hpp
index 9105f2c..2c387a7 100644
--- a/include/ocl/option.hpp
+++ b/include/ocl/option.hpp
@@ -1,7 +1,7 @@
// 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
+// Official repository: https://github.com/ocl-foss-org/core
#ifndef OCL_CORE_OPTION
#define OCL_CORE_OPTION
diff --git a/include/ocl/print.hpp b/include/ocl/print.hpp
index 0d9d0fc..4ad5ee2 100644
--- a/include/ocl/print.hpp
+++ b/include/ocl/print.hpp
@@ -1,7 +1,7 @@
// 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-org/core
+// Official repository: https://github.com/ocl-foss-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 7d76f46..5ab6dba 100644
--- a/include/ocl/smart_ptr.hpp
+++ b/include/ocl/smart_ptr.hpp
@@ -1,7 +1,7 @@
// 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
+// Official repository: https://github.com/ocl-foss-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 8a8b25f..cebe9de 100644
--- a/include/ocl/tracked_ptr.hpp
+++ b/include/ocl/tracked_ptr.hpp
@@ -1,7 +1,7 @@
// 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
+// Official repository: https://github.com/ocl-foss-org/core
#ifndef OCL_TRACKED_PTR
#define OCL_TRACKED_PTR
diff --git a/test/allocator_op.test.cpp b/test/allocator_op.test.cpp
index 9916dfa..9ceed59 100644
--- a/test/allocator_op.test.cpp
+++ b/test/allocator_op.test.cpp
@@ -1,7 +1,7 @@
// 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-org/core
+// Official repository: https://github.com/ocl-foss-org/core
/// @author Amlal El Mahrouss
diff --git a/test/option.test.cpp b/test/option.test.cpp
index c1bf5f8..41db781 100644
--- a/test/option.test.cpp
+++ b/test/option.test.cpp
@@ -1,7 +1,7 @@
// 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-org/core
+// Official repository: https://github.com/ocl-foss-org/core
/// @brief Checks if the test fails with the expected value.
/// @author Amlal El Mahrouss