diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-13 21:38:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-13 21:38:08 +0100 |
| commit | 945183fc0b4574cc8b2da74693c5fb5705f2e408 (patch) | |
| tree | 3dd671908f8398394a7763468b8c01d66d6c8a82 /updater | |
| parent | 1aad3e2aa11cd56fc12d0e1e5d398921d7cef911 (diff) | |
| parent | e5b489379594410ac20f293fd4d35ee494fed3d3 (diff) | |
Merge pull request #11 from ne-foss-org/ne_system-new-architecture
[FEAT] Ne system new architecture
Diffstat (limited to 'updater')
| -rwxr-xr-x | updater/updater.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/updater/updater.py b/updater/updater.py index b86fcec..0f6f855 100755 --- a/updater/updater.py +++ b/updater/updater.py @@ -1,5 +1,6 @@ # Copyright 2026, Amlal El Mahrouss and Ne.org contributors. -# Open C++ Libraries is licensed under BSL-1.0 +# NeSystem is licensed under Apache-2.0. +# SPDX-Identifier: Apache-2.0 from os import system |
