summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/tproc/algos
diff options
context:
space:
mode:
Diffstat (limited to 'include/ocl/tproc/algos')
-rw-r--r--include/ocl/tproc/algos/bfs.hpp1
-rw-r--r--include/ocl/tproc/algos/bfs.inl6
-rw-r--r--include/ocl/tproc/algos/dijkstra.hpp1
-rw-r--r--include/ocl/tproc/algos/dijkstra.inl6
4 files changed, 13 insertions, 1 deletions
diff --git a/include/ocl/tproc/algos/bfs.hpp b/include/ocl/tproc/algos/bfs.hpp
index 0382b72..d2e2c03 100644
--- a/include/ocl/tproc/algos/bfs.hpp
+++ b/include/ocl/tproc/algos/bfs.hpp
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: BSL-1.0
// 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)
diff --git a/include/ocl/tproc/algos/bfs.inl b/include/ocl/tproc/algos/bfs.inl
index e69de29..2fea2ae 100644
--- a/include/ocl/tproc/algos/bfs.inl
+++ b/include/ocl/tproc/algos/bfs.inl
@@ -0,0 +1,6 @@
+// SPDX-License-Identifier: BSL-1.0
+// 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-foss-org/tproc
+
diff --git a/include/ocl/tproc/algos/dijkstra.hpp b/include/ocl/tproc/algos/dijkstra.hpp
index 4907c4c..a9d6e86 100644
--- a/include/ocl/tproc/algos/dijkstra.hpp
+++ b/include/ocl/tproc/algos/dijkstra.hpp
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: BSL-1.0
// 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)
diff --git a/include/ocl/tproc/algos/dijkstra.inl b/include/ocl/tproc/algos/dijkstra.inl
index 8b13789..03678a9 100644
--- a/include/ocl/tproc/algos/dijkstra.inl
+++ b/include/ocl/tproc/algos/dijkstra.inl
@@ -1 +1,5 @@
-
+// SPDX-License-Identifier: BSL-1.0
+// 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-foss-org/tproc