summaryrefslogtreecommitdiffhomepage
path: root/frameworks/libX11.fwrk
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-27 09:06:08 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-27 09:11:32 +0100
commit5f12929a80c6cc03bff075be7e1b8dc74cd0f2c4 (patch)
tree012d939cde8a7e0b9cfa5e2214c14eedb57c5f01 /frameworks/libX11.fwrk
parentc32f2d094de351d04b158758e0cb7f45b14b00b6 (diff)
[FEAT] frameworks: Update frameworks code, adding new `libSocket` framework.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'frameworks/libX11.fwrk')
-rw-r--r--frameworks/libX11.fwrk/headers/Config.h2
-rw-r--r--frameworks/libX11.fwrk/src/X11ConnMgr.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/frameworks/libX11.fwrk/headers/Config.h b/frameworks/libX11.fwrk/headers/Config.h
index 1207451..30bb449 100644
--- a/frameworks/libX11.fwrk/headers/Config.h
+++ b/frameworks/libX11.fwrk/headers/Config.h
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/ne-foss-org/ne_system
+// Official repository: https://github.com/ne-foss-org/ne-system
#ifndef X11_FOUNDATION_H
#define X11_FOUNDATION_H
diff --git a/frameworks/libX11.fwrk/src/X11ConnMgr.cpp b/frameworks/libX11.fwrk/src/X11ConnMgr.cpp
index 61752f1..ca55c8b 100644
--- a/frameworks/libX11.fwrk/src/X11ConnMgr.cpp
+++ b/frameworks/libX11.fwrk/src/X11ConnMgr.cpp
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/ne-foss-org/ne_system
+// Official repository: https://github.com/ne-foss-org/ne-system
#include <libX11.fwrk/headers/Config.h>