summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/neboot-bootnet.c2
-rw-r--r--src/neboot-cpu-api.c2
-rw-r--r--src/neboot-cxx-abi.cpp (renamed from src/neboot-cxx-abi.cc)2
-rw-r--r--src/neboot-partition-map-parse.c4
-rw-r--r--src/neboot-partition-map.c2
-rw-r--r--src/neboot-pci-tree.c2
-rw-r--r--src/neboot-print-name.c2
-rw-r--r--src/neboot-start.c2
-rw-r--r--src/neboot-string.c2
-rw-r--r--src/rv64/makefile2
10 files changed, 11 insertions, 11 deletions
diff --git a/src/neboot-bootnet.c b/src/neboot-bootnet.c
index 63b1262..5bfd046 100644
--- a/src/neboot-bootnet.c
+++ b/src/neboot-bootnet.c
@@ -1,4 +1,4 @@
-// Copyright 2025, Amlal El Mahrouss (amlal@nekernel.org)
+// Copyright 2025-2026, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
// Official repository: https://github.com/ne-foss-org/neboot
diff --git a/src/neboot-cpu-api.c b/src/neboot-cpu-api.c
index 4d8d758..cd28bdc 100644
--- a/src/neboot-cpu-api.c
+++ b/src/neboot-cpu-api.c
@@ -1,4 +1,4 @@
-// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
+// Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
// Official repository: https://github.com/ne-foss-org/neboot
diff --git a/src/neboot-cxx-abi.cc b/src/neboot-cxx-abi.cpp
index a1d9f12..a630f3e 100644
--- a/src/neboot-cxx-abi.cc
+++ b/src/neboot-cxx-abi.cpp
@@ -1,4 +1,4 @@
-// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
+// Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
// Official repository: https://github.com/ne-foss-org/neboot
diff --git a/src/neboot-partition-map-parse.c b/src/neboot-partition-map-parse.c
index a3639be..c6926bf 100644
--- a/src/neboot-partition-map-parse.c
+++ b/src/neboot-partition-map-parse.c
@@ -1,4 +1,4 @@
-// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
+// Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
// Official repository: https://github.com/ne-foss-org/neboot
@@ -38,4 +38,4 @@ part_block_t* nb_parse_partition_block_at(voidptr_t blob, size_t blob_sz, size_t
}
return block;
-} \ No newline at end of file
+}
diff --git a/src/neboot-partition-map.c b/src/neboot-partition-map.c
index f3b25a9..70df32e 100644
--- a/src/neboot-partition-map.c
+++ b/src/neboot-partition-map.c
@@ -1,4 +1,4 @@
-// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
+// Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
// Official repository: https://github.com/ne-foss-org/neboot
diff --git a/src/neboot-pci-tree.c b/src/neboot-pci-tree.c
index 79fa23c..c50fbb6 100644
--- a/src/neboot-pci-tree.c
+++ b/src/neboot-pci-tree.c
@@ -1,4 +1,4 @@
-// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
+// Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
// Official repository: https://github.com/ne-foss-org/neboot
diff --git a/src/neboot-print-name.c b/src/neboot-print-name.c
index 7204bc2..5ffae24 100644
--- a/src/neboot-print-name.c
+++ b/src/neboot-print-name.c
@@ -1,4 +1,4 @@
-// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
+// Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
// Official repository: https://github.com/ne-foss-org/neboot
diff --git a/src/neboot-start.c b/src/neboot-start.c
index 869f43d..abb83d9 100644
--- a/src/neboot-start.c
+++ b/src/neboot-start.c
@@ -1,4 +1,4 @@
-// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
+// Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
// Official repository: https://github.com/ne-foss-org/neboot
diff --git a/src/neboot-string.c b/src/neboot-string.c
index aedecaf..6f0e177 100644
--- a/src/neboot-string.c
+++ b/src/neboot-string.c
@@ -1,4 +1,4 @@
-// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
+// Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
// Official repository: https://github.com/ne-foss-org/neboot
diff --git a/src/rv64/makefile b/src/rv64/makefile
index d524fee..0ac2ade 100644
--- a/src/rv64/makefile
+++ b/src/rv64/makefile
@@ -14,7 +14,7 @@ FLAGS=-D__COMPILE_RISCV__ -I../../ -Wall -c -nostdlib -ffreestanding -fno-builti
C_SRC= $(wildcard *.s) $(wildcard *.c) $(wildcard ../*.c) -c
CXX=riscv64-unknown-elf-g++
-CXX_SRC= $(wildcard *.cc) $(wildcard ../*.cc) -c
+CXX_SRC= $(wildcard *.cpp) $(wildcard ../*.cpp) -c
LD=riscv64-unknown-elf-ld
OBJ=*.o