summaryrefslogtreecommitdiffhomepage
path: root/include/ocl
diff options
context:
space:
mode:
Diffstat (limited to 'include/ocl')
-rw-r--r--include/ocl/tproc.hpp2
-rw-r--r--include/ocl/tproc/algos/bfs.hpp2
-rw-r--r--include/ocl/tproc/algos/dijkstra.hpp2
-rw-r--r--include/ocl/tproc/detail/rope_fwd.hpp2
-rw-r--r--include/ocl/tproc/detail/rope_fwd.inl2
-rw-r--r--include/ocl/tproc/rope.hpp2
-rw-r--r--include/ocl/tproc/rope.inl2
7 files changed, 7 insertions, 7 deletions
diff --git a/include/ocl/tproc.hpp b/include/ocl/tproc.hpp
index c3835d5..a9cbf16 100644
--- a/include/ocl/tproc.hpp
+++ b/include/ocl/tproc.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/tproc
+// Official repository: https://github.com/ocl-foss-org/tproc
#ifndef OCL_TPROC_HPP
#define OCL_TPROC_HPP
diff --git a/include/ocl/tproc/algos/bfs.hpp b/include/ocl/tproc/algos/bfs.hpp
index 5dbcac4..8dbd313 100644
--- a/include/ocl/tproc/algos/bfs.hpp
+++ b/include/ocl/tproc/algos/bfs.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/tproc
+// Official repository: https://github.com/ocl-foss-org/tproc
#ifndef OCL_TPROC_BFS_HPP
#define OCL_TPROC_BFS_HPP
diff --git a/include/ocl/tproc/algos/dijkstra.hpp b/include/ocl/tproc/algos/dijkstra.hpp
index 9c5b017..4907c4c 100644
--- a/include/ocl/tproc/algos/dijkstra.hpp
+++ b/include/ocl/tproc/algos/dijkstra.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/tproc
+// Official repository: https://github.com/ocl-foss-org/tproc
#ifndef OCL_TPROC_DIJKSTRA_HPP
#define OCL_TPROC_DIJKSTRA_HPP
diff --git a/include/ocl/tproc/detail/rope_fwd.hpp b/include/ocl/tproc/detail/rope_fwd.hpp
index 64f0c24..1cc997c 100644
--- a/include/ocl/tproc/detail/rope_fwd.hpp
+++ b/include/ocl/tproc/detail/rope_fwd.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/tproc
+// Official repository: https://github.com/ocl-foss-org/tproc
#ifndef OCL_TPROC_ROPE_FWD_HPP
#define OCL_TPROC_ROPE_FWD_HPP
diff --git a/include/ocl/tproc/detail/rope_fwd.inl b/include/ocl/tproc/detail/rope_fwd.inl
index 55df7bf..b6ca4ee 100644
--- a/include/ocl/tproc/detail/rope_fwd.inl
+++ b/include/ocl/tproc/detail/rope_fwd.inl
@@ -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/tproc
+// Official repository: https://github.com/ocl-foss-org/tproc
#ifndef OCL_TPROC_ROPE_FWD_INL
#define OCL_TPROC_ROPE_FWD_INL
diff --git a/include/ocl/tproc/rope.hpp b/include/ocl/tproc/rope.hpp
index aa18214..4cd5352 100644
--- a/include/ocl/tproc/rope.hpp
+++ b/include/ocl/tproc/rope.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/tproc
+// Official repository: https://github.com/ocl-foss-org/tproc
#ifndef OCL_TPROC_ROPE_HPP
#define OCL_TPROC_ROPE_HPP
diff --git a/include/ocl/tproc/rope.inl b/include/ocl/tproc/rope.inl
index 068c840..29a4ad5 100644
--- a/include/ocl/tproc/rope.inl
+++ b/include/ocl/tproc/rope.inl
@@ -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/tproc
+// Official repository: https://github.com/ocl-foss-org/tproc
#ifndef OCL_TPROC_ROPE_INL
#define OCL_TPROC_ROPE_INL