summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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
10 files changed, 10 insertions, 10 deletions
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