summaryrefslogtreecommitdiffhomepage
path: root/src/modules
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/ACPI/ACPI.h2
-rw-r--r--src/modules/ACPI/ACPIFactoryInterface.h2
-rw-r--r--src/modules/AHCI/AHCI.h2
-rw-r--r--src/modules/APM/APM.h2
-rw-r--r--src/modules/ATA/ATA.h2
-rw-r--r--src/modules/CoreGfx/CoreGfx.h2
-rw-r--r--src/modules/CoreGfx/TextGfx.h2
-rw-r--r--src/modules/MBCI/MBCI.h2
-rw-r--r--src/modules/NVME/NVME.h2
-rw-r--r--src/modules/Power/PowerFactory.h2
-rw-r--r--src/modules/SCSI/SCSI.h2
-rw-r--r--src/modules/XHCI/XHCI.h2
12 files changed, 12 insertions, 12 deletions
diff --git a/src/modules/ACPI/ACPI.h b/src/modules/ACPI/ACPI.h
index 4ebc6e2c..dad08c70 100644
--- a/src/modules/ACPI/ACPI.h
+++ b/src/modules/ACPI/ACPI.h
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#ifndef __ACPI__
#define __ACPI__
diff --git a/src/modules/ACPI/ACPIFactoryInterface.h b/src/modules/ACPI/ACPIFactoryInterface.h
index 1949f9db..0c1f1816 100644
--- a/src/modules/ACPI/ACPIFactoryInterface.h
+++ b/src/modules/ACPI/ACPIFactoryInterface.h
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#ifndef __MOD_ACPI_H__
#define __MOD_ACPI_H__
diff --git a/src/modules/AHCI/AHCI.h b/src/modules/AHCI/AHCI.h
index 7e933723..ae703d27 100644
--- a/src/modules/AHCI/AHCI.h
+++ b/src/modules/AHCI/AHCI.h
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#ifndef AHCI_AHCI_H
#define AHCI_AHCI_H
diff --git a/src/modules/APM/APM.h b/src/modules/APM/APM.h
index 65d014d5..e8de763e 100644
--- a/src/modules/APM/APM.h
+++ b/src/modules/APM/APM.h
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#ifndef APM_APM_H
#define APM_APM_H
diff --git a/src/modules/ATA/ATA.h b/src/modules/ATA/ATA.h
index f3cd2ab8..617f789f 100644
--- a/src/modules/ATA/ATA.h
+++ b/src/modules/ATA/ATA.h
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#ifndef ATA_ATA_H
#define ATA_ATA_H
diff --git a/src/modules/CoreGfx/CoreGfx.h b/src/modules/CoreGfx/CoreGfx.h
index c22aee38..89e7c0a4 100644
--- a/src/modules/CoreGfx/CoreGfx.h
+++ b/src/modules/CoreGfx/CoreGfx.h
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#ifndef COREGFX_COREGFX_H
#define COREGFX_COREGFX_H
diff --git a/src/modules/CoreGfx/TextGfx.h b/src/modules/CoreGfx/TextGfx.h
index 61df69d3..b29d7ff7 100644
--- a/src/modules/CoreGfx/TextGfx.h
+++ b/src/modules/CoreGfx/TextGfx.h
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#ifndef COREGFX_TEXTGFX_H
#define COREGFX_TEXTGFX_H
diff --git a/src/modules/MBCI/MBCI.h b/src/modules/MBCI/MBCI.h
index 770d8312..26bf7a85 100644
--- a/src/modules/MBCI/MBCI.h
+++ b/src/modules/MBCI/MBCI.h
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#ifndef _INC_MODULE_MBCI_H_
#define _INC_MODULE_MBCI_H_
diff --git a/src/modules/NVME/NVME.h b/src/modules/NVME/NVME.h
index 62123ed8..f6c6c254 100644
--- a/src/modules/NVME/NVME.h
+++ b/src/modules/NVME/NVME.h
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#ifndef __MODULE_NVME_H__
#define __MODULE_NVME_H__
diff --git a/src/modules/Power/PowerFactory.h b/src/modules/Power/PowerFactory.h
index 7e93af3f..1254a475 100644
--- a/src/modules/Power/PowerFactory.h
+++ b/src/modules/Power/PowerFactory.h
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#ifndef POWER_POWERFACTORY_H
#define POWER_POWERFACTORY_H
diff --git a/src/modules/SCSI/SCSI.h b/src/modules/SCSI/SCSI.h
index 2aedc5fc..cdc89b11 100644
--- a/src/modules/SCSI/SCSI.h
+++ b/src/modules/SCSI/SCSI.h
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#ifndef SCSI_SCSI_H
#define SCSI_SCSI_H
diff --git a/src/modules/XHCI/XHCI.h b/src/modules/XHCI/XHCI.h
index c3e06474..de5d9613 100644
--- a/src/modules/XHCI/XHCI.h
+++ b/src/modules/XHCI/XHCI.h
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#ifndef XHCI_XHCI_H
#define XHCI_XHCI_H