summaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-02 15:10:46 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-02 15:10:46 +0100
commit784434ad4d509b1fb0082a0b36cf5e8bf56b101a (patch)
treecd2d680b7f83e72cc343010cf3e183cd8992eef6 /example
parenta7fb7ee1e53b208415b1307df58b64ce3537b675 (diff)
chore: update upstream.
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>