summaryrefslogtreecommitdiffhomepage
path: root/include/GenericsLibrary
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-02 15:07:39 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-02 15:07:39 +0100
commitc4a2701d5fdce9c969886bb3c7d13aed9108fbe9 (patch)
treef9782ab9e930eca5336613f051a53063c5c09f0c /include/GenericsLibrary
parent7d9fb7e4244d996f744233be046d9aa90afa8964 (diff)
chore: upstream fixes.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/GenericsLibrary')
-rw-r--r--include/GenericsLibrary/algorithm.nhh2
-rw-r--r--include/GenericsLibrary/fstream.nhh2
-rw-r--r--include/GenericsLibrary/io.nhh2
-rw-r--r--include/GenericsLibrary/iterator.nhh2
-rw-r--r--include/GenericsLibrary/math.nhh2
-rw-r--r--include/GenericsLibrary/nrt.nc2
-rw-r--r--include/GenericsLibrary/pstd.nhh2
-rw-r--r--include/GenericsLibrary/swap.nhh2
8 files changed, 8 insertions, 8 deletions
diff --git a/include/GenericsLibrary/algorithm.nhh b/include/GenericsLibrary/algorithm.nhh
index b62faa1..6fa528b 100644
--- a/include/GenericsLibrary/algorithm.nhh
+++ b/include/GenericsLibrary/algorithm.nhh
@@ -1,7 +1,7 @@
// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (See accompanying
// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/nectar
+// Official repository: https://github.com/ne-foss-org/nectar
#ifndef NECTAR_GL_ALGORITHM_NHH
#define NECTAR_GL_ALGORITHM_NHH
diff --git a/include/GenericsLibrary/fstream.nhh b/include/GenericsLibrary/fstream.nhh
index 5c6b0d4..ca52b2c 100644
--- a/include/GenericsLibrary/fstream.nhh
+++ b/include/GenericsLibrary/fstream.nhh
@@ -1,7 +1,7 @@
// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (See accompanying
// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/nectar
+// Official repository: https://github.com/ne-foss-org/nectar
#ifndef NECTAR_GL_FSTREAM_NHH
#define NECTAR_GL_FSTREAM_NHH
diff --git a/include/GenericsLibrary/io.nhh b/include/GenericsLibrary/io.nhh
index dba40b1..2471bb0 100644
--- a/include/GenericsLibrary/io.nhh
+++ b/include/GenericsLibrary/io.nhh
@@ -1,7 +1,7 @@
// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (See accompanying
// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/nectar
+// Official repository: https://github.com/ne-foss-org/nectar
#ifndef NECTAR_GL_IO_NHH
#define NECTAR_GL_IO_NHH
diff --git a/include/GenericsLibrary/iterator.nhh b/include/GenericsLibrary/iterator.nhh
index 8ff18ff..c7b09c6 100644
--- a/include/GenericsLibrary/iterator.nhh
+++ b/include/GenericsLibrary/iterator.nhh
@@ -1,7 +1,7 @@
// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (See accompanying
// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/nectar
+// Official repository: https://github.com/ne-foss-org/nectar
#ifndef NECTAR_GL_ITERATOR_NHH
#define NECTAR_GL_ITERATOR_NHH
diff --git a/include/GenericsLibrary/math.nhh b/include/GenericsLibrary/math.nhh
index c9b66a9..a820b9b 100644
--- a/include/GenericsLibrary/math.nhh
+++ b/include/GenericsLibrary/math.nhh
@@ -1,7 +1,7 @@
// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (See accompanying
// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/nectar
+// Official repository: https://github.com/ne-foss-org/nectar
#ifndef NECTAR_GL_FUNCTIONS_NHH
#define NECTAR_GL_FUNCTIONS_NHH
diff --git a/include/GenericsLibrary/nrt.nc b/include/GenericsLibrary/nrt.nc
index 9d0c640..053ce60 100644
--- a/include/GenericsLibrary/nrt.nc
+++ b/include/GenericsLibrary/nrt.nc
@@ -1,7 +1,7 @@
// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (See accompanying
// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/nectar
+// Official repository: https://github.com/ne-foss-org/nectar
extern main;
diff --git a/include/GenericsLibrary/pstd.nhh b/include/GenericsLibrary/pstd.nhh
index fd0b196..e089746 100644
--- a/include/GenericsLibrary/pstd.nhh
+++ b/include/GenericsLibrary/pstd.nhh
@@ -1,7 +1,7 @@
// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (See accompanying
// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/nectar
+// Official repository: https://github.com/ne-foss-org/nectar
#pragma once
diff --git a/include/GenericsLibrary/swap.nhh b/include/GenericsLibrary/swap.nhh
index 7090535..01d24da 100644
--- a/include/GenericsLibrary/swap.nhh
+++ b/include/GenericsLibrary/swap.nhh
@@ -1,7 +1,7 @@
// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (See accompanying
// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/nectar
+// Official repository: https://github.com/ne-foss-org/nectar
#ifndef NECTAR_GL_SWAP_NHH
#define NECTAR_GL_SWAP_NHH