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