From 0e2b02ea5a321c67998569582d8cea298648a240 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 31 Mar 2026 08:04:54 +0200 Subject: [CHORE] Update vendor name. Signed-off-by: Amlal El Mahrouss --- .github/workflows/kernel-build.yml | 2 +- .github/workflows/kernel-setup.yml | 2 +- .github/workflows/libddk-build.yml | 2 +- .github/workflows/libsystem-build.yml | 2 +- .github/workflows/sanity-check.yml | 2 +- CITATION.cff | 8 ++++---- Doxyfile | 4 ++-- README.md | 4 ++-- papers | 2 +- src/boot | 2 +- src/build | 2 +- src/kernel | 2 +- src/nectar | 2 +- updater/__init__.py | 2 +- updater/updater.py | 2 +- 15 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/kernel-build.yml b/.github/workflows/kernel-build.yml index a647b78..40c4275 100644 --- a/.github/workflows/kernel-build.yml +++ b/.github/workflows/kernel-build.yml @@ -1,4 +1,4 @@ -name: Ne.org Kernel [BUILD] +name: Ne.app Kernel [BUILD] on: push: diff --git a/.github/workflows/kernel-setup.yml b/.github/workflows/kernel-setup.yml index dae8b44..a56bccc 100644 --- a/.github/workflows/kernel-setup.yml +++ b/.github/workflows/kernel-setup.yml @@ -1,4 +1,4 @@ -name: Ne.org Kernel [SETUP] +name: Ne.app Kernel [SETUP] on: push: diff --git a/.github/workflows/libddk-build.yml b/.github/workflows/libddk-build.yml index d21590e..79066e6 100644 --- a/.github/workflows/libddk-build.yml +++ b/.github/workflows/libddk-build.yml @@ -1,4 +1,4 @@ -name: Ne.org libDDK [BUILD] +name: Ne.app libDDK [BUILD] on: push: diff --git a/.github/workflows/libsystem-build.yml b/.github/workflows/libsystem-build.yml index 678b3df..175e09f 100644 --- a/.github/workflows/libsystem-build.yml +++ b/.github/workflows/libsystem-build.yml @@ -1,4 +1,4 @@ -name: Ne.org libSystem [BUILD] +name: Ne.app libSystem [BUILD] on: push: diff --git a/.github/workflows/sanity-check.yml b/.github/workflows/sanity-check.yml index ea61d25..0dec245 100644 --- a/.github/workflows/sanity-check.yml +++ b/.github/workflows/sanity-check.yml @@ -1,4 +1,4 @@ -name: Ne.org Build [SANITY] +name: Ne.app Build [SANITY] on: push: diff --git a/CITATION.cff b/CITATION.cff index ee1c0fa..053683f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,6 +1,6 @@ cff-version: 1.2.0 -title: Ne.org System -message: The Ne.org System +title: Ne.app System +message: The Ne.app System type: software authors: - given-names: Amlal @@ -9,11 +9,11 @@ authors: identifiers: - type: url value: 'https://nekernel.org' - description: THe Ne.org NeSystem Server OS. + description: THe Ne.app NeSystem Server OS. repository-code: 'https://github.com/ne-foss-org/ne-system' url: 'https://nekernel.org' abstract: >- - This is the Ne.org NeSystem. Built upon its papers and frameworks. + This is the Ne.app NeSystem. Built upon its papers and frameworks. keywords: - kernel - operating-systems diff --git a/Doxyfile b/Doxyfile index 33c9845..aae2fbb 100644 --- a/Doxyfile +++ b/Doxyfile @@ -42,7 +42,7 @@ DOXYFILE_ENCODING = UTF-8 # title of most generated pages and in a few other places. # The default value is: My Project. -PROJECT_NAME = "Ne.org" +PROJECT_NAME = "Ne.app" # The PROJECT_NUMBER tag can be used to enter a project or revision number. This # could be handy for archiving the generated documentation or if some version @@ -54,7 +54,7 @@ PROJECT_NUMBER = develop # for a project that appears at the top of each page and should give viewer a # quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = The Ne System by Ne.org. +PROJECT_BRIEF = The Ne System by Ne.app. # With the PROJECT_LOGO tag one can specify a logo or an icon that is included # in the documentation. The maximum height of the logo should not exceed 55 diff --git a/README.md b/README.md index 305d454..e7be1e8 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ There is three main reasons for this repository's existence: - Hold the system in a single repository. - Easier path resolutions based on a virtual root path, i.e (../kernel -> /src/kernel) -- Easier cycles and vetting for Ne.org releases. +- Easier cycles and vetting for Ne.app releases. ## Packages: @@ -60,4 +60,4 @@ We have a package registry for the NeSystem: [https://github.com/ne-ci-org/ports We have a [discord](https://discord.gg/uD76Qweght), join us! [https://discord.gg/uD76Qweght](https://discord.gg/uD76Qweght) -###### Copyright 2025-2026, Amlal El Mahrouss & Ne.org Authors, licensed under Apache 2.0. +###### Copyright 2025-2026, Amlal El Mahrouss & Ne.app Authors, licensed under Apache 2.0. diff --git a/papers b/papers index d0c6c1e..f9b4148 160000 --- a/papers +++ b/papers @@ -1 +1 @@ -Subproject commit d0c6c1e44fef69dc87661ff6a94403322d8d2d2b +Subproject commit f9b4148dd4bea28747506ed3e4b927eca3001ee6 diff --git a/src/boot b/src/boot index 354136c..8806740 160000 --- a/src/boot +++ b/src/boot @@ -1 +1 @@ -Subproject commit 354136c5fde841d49d2e8d97b283044582179670 +Subproject commit 8806740abc538a1ea9763d62e6f0bba9235c0cb3 diff --git a/src/build b/src/build index d90ff44..05c166d 160000 --- a/src/build +++ b/src/build @@ -1 +1 @@ -Subproject commit d90ff44d111deed5b17f562d0d7fb00a5a750013 +Subproject commit 05c166d38dca196e6b0bd273e038df818ff5585f diff --git a/src/kernel b/src/kernel index 5dbeca3..acdaae0 160000 --- a/src/kernel +++ b/src/kernel @@ -1 +1 @@ -Subproject commit 5dbeca342145cfc8e1ad852291dea44dd58f1d1d +Subproject commit acdaae021dd99e4de42f51c6619eeda667f42eb3 diff --git a/src/nectar b/src/nectar index 1cbbf1c..8d677a5 160000 --- a/src/nectar +++ b/src/nectar @@ -1 +1 @@ -Subproject commit 1cbbf1c3b26f3eee438a5b20ea8d754ef04854fa +Subproject commit 8d677a58255fa25152561c5118f1ec1c2c49ee90 diff --git a/updater/__init__.py b/updater/__init__.py index 721a864..59bd4b3 100644 --- a/updater/__init__.py +++ b/updater/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2026, Amlal El Mahrouss and Ne.org contributors. +# Copyright 2026, Amlal El Mahrouss and Ne.app contributors. # NeSystem is licensed under Apache-2.0. # SPDX-Identifier: Apache-2.0 diff --git a/updater/updater.py b/updater/updater.py index 224325e..9062ce7 100755 --- a/updater/updater.py +++ b/updater/updater.py @@ -1,4 +1,4 @@ -# Copyright 2026, Amlal El Mahrouss and Ne.org contributors. +# Copyright 2026, Amlal El Mahrouss and Ne.app contributors. # NeSystem is licensed under Apache-2.0. # SPDX-Identifier: Apache-2.0 -- cgit v1.2.3