summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--papers/gl-design.tex2
-rw-r--r--src/CompilerKit/src/Backends/Assembler+AMD64.cpp4
3 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 8e76ed3..23412e9 100644
--- a/README.md
+++ b/README.md
@@ -84,6 +84,6 @@ This project is licensed under the [Apache-2.0 License](LICENSE).
<div align="center">
<sub>
- &copy; 2023-2026 Amlal El Mahrouss & Ne.org contributors. Licensed under the Apache 2.0 license.
+ &copy; 2023-2026 Amlal El Mahrouss & Ne.app contributors. Licensed under the Apache 2.0 license.
</sub>
</div>
diff --git a/papers/gl-design.tex b/papers/gl-design.tex
index 74a1130..4162147 100644
--- a/papers/gl-design.tex
+++ b/papers/gl-design.tex
@@ -115,7 +115,7 @@
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
-\fancyhead[L]{\small\itshape Ne.org, Vol.~2, No.~1, March 2026}
+\fancyhead[L]{\small\itshape Ne.app, Vol.~2, No.~1, March 2026}
\fancyhead[R]{\small\thepage}
\renewcommand{\headrulewidth}{0.4pt}
diff --git a/src/CompilerKit/src/Backends/Assembler+AMD64.cpp b/src/CompilerKit/src/Backends/Assembler+AMD64.cpp
index 46c3529..add9fce 100644
--- a/src/CompilerKit/src/Backends/Assembler+AMD64.cpp
+++ b/src/CompilerKit/src/Backends/Assembler+AMD64.cpp
@@ -109,14 +109,14 @@ NECTAR_MODULE(AssemblerMainAMD64) {
kStdOut
<< "AssemblerAMD64: AMD64 Assembler Driver.\nAssemblerAMD64: Copyright (c) 2024-2026 "
"Amlal El Mahrouss\n";
- kStdOut << "AssemblerAMD64: This software is part of the Ne.org project. "
+ kStdOut << "AssemblerAMD64: This software is part of the Ne.app. "
"(https://www.nekernel.org)\n";
return 0;
} else if (strcmp(argv[i], "-help") == 0) {
kStdOut
<< "AssemblerAMD64: AMD64 Assembler Driver.\nAssemblerAMD64: Copyright (c) 2024-2026 "
"Amlal El Mahrouss\n";
- kStdOut << "AssemblerAMD64: This Software is part of the Ne.org project. "
+ kStdOut << "AssemblerAMD64: This Software is part of the Ne.app. "
"(https://www.nekernel.org)\n";
kStdOut << "-version: Print program version.\n";
kStdOut << "-fverbose: Print verbose output.\n";