From 54f19b4fa7069aa715a4e7f6a4bcbf78ba7e849b Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 7 Nov 2024 19:32:41 +0100 Subject: Common.h: Made a specific header guard for that file. Signed-off-by: Amlal El Mahrouss --- dev/SCIKit/CompilerHint.h | 2 +- dev/SCIKit/Foundation.h | 2 +- dev/SCIKit/LPC.h | 2 +- dev/SCIKit/ReadMe.md | 2 +- dev/SCIKit/src/DispatchSysCalls.asm | 2 +- dev/SCIKit/src/Foundation.cc | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'dev/SCIKit') diff --git a/dev/SCIKit/CompilerHint.h b/dev/SCIKit/CompilerHint.h index 49c6146a..1026dfc0 100644 --- a/dev/SCIKit/CompilerHint.h +++ b/dev/SCIKit/CompilerHint.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved. + Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. ------------------------------------------- */ diff --git a/dev/SCIKit/Foundation.h b/dev/SCIKit/Foundation.h index ce61413f..0bce54a2 100644 --- a/dev/SCIKit/Foundation.h +++ b/dev/SCIKit/Foundation.h @@ -1,6 +1,6 @@ /* ------------------------------------------- -Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved. +Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. File: Foundation.h Purpose: SCIKit Foundation header. diff --git a/dev/SCIKit/LPC.h b/dev/SCIKit/LPC.h index 56bb3804..95cdad90 100644 --- a/dev/SCIKit/LPC.h +++ b/dev/SCIKit/LPC.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved. + Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. ------------------------------------------- */ diff --git a/dev/SCIKit/ReadMe.md b/dev/SCIKit/ReadMe.md index 26e3c220..ef63dc77 100644 --- a/dev/SCIKit/ReadMe.md +++ b/dev/SCIKit/ReadMe.md @@ -2,4 +2,4 @@ System Call and Component Interface, used maninly to communicate with Kernel and registered objects. -###### (c) Amlal EL Mahrouss, all rights reserved. +###### (c) EL Mahrouss Logic, all rights reserved. diff --git a/dev/SCIKit/src/DispatchSysCalls.asm b/dev/SCIKit/src/DispatchSysCalls.asm index f1668e21..337e9533 100644 --- a/dev/SCIKit/src/DispatchSysCalls.asm +++ b/dev/SCIKit/src/DispatchSysCalls.asm @@ -2,7 +2,7 @@ ;; * ======================================================== ;; * ;; * ZKA -;; * Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved., all rights reserved. +;; * Copyright (C) 2024, EL Mahrouss Logic, all rights reserved., all rights reserved. ;; * ;; * ======================================================== ;; */ diff --git a/dev/SCIKit/src/Foundation.cc b/dev/SCIKit/src/Foundation.cc index e280aab8..e58a61ce 100644 --- a/dev/SCIKit/src/Foundation.cc +++ b/dev/SCIKit/src/Foundation.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved. + Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. ------------------------------------------- */ -- cgit v1.2.3