From 907bcb5db72f343449f166b018617d5377a3dae1 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 5 Nov 2024 18:39:03 +0100 Subject: Update copyright holder (add LICENSE as well) 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 ad7a4cf7..66b28e99 100644 --- a/dev/SCIKit/CompilerHint.h +++ b/dev/SCIKit/CompilerHint.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright EL Mahrouss Logic. + Copyright Amlal EL Mahrouss. ------------------------------------------- */ diff --git a/dev/SCIKit/Foundation.h b/dev/SCIKit/Foundation.h index c1f60997..134e34dd 100644 --- a/dev/SCIKit/Foundation.h +++ b/dev/SCIKit/Foundation.h @@ -1,6 +1,6 @@ /* ------------------------------------------- -Copyright EL Mahrouss Logic. +Copyright Amlal EL Mahrouss. File: sci_base.h Purpose: SCI core header file (C++ only). diff --git a/dev/SCIKit/LPC.h b/dev/SCIKit/LPC.h index 832deb99..d3477d88 100644 --- a/dev/SCIKit/LPC.h +++ b/dev/SCIKit/LPC.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright EL Mahrouss Logic. + Copyright Amlal EL Mahrouss. ------------------------------------------- */ diff --git a/dev/SCIKit/ReadMe.md b/dev/SCIKit/ReadMe.md index ef63dc77..26e3c220 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) EL Mahrouss Logic, all rights reserved. +###### (c) Amlal EL Mahrouss, all rights reserved. diff --git a/dev/SCIKit/src/DispatchSysCalls.asm b/dev/SCIKit/src/DispatchSysCalls.asm index d0a8054e..bc40f410 100644 --- a/dev/SCIKit/src/DispatchSysCalls.asm +++ b/dev/SCIKit/src/DispatchSysCalls.asm @@ -2,7 +2,7 @@ ;; * ======================================================== ;; * ;; * ZKA -;; * Copyright EL Mahrouss Logic., all rights reserved. +;; * Copyright Amlal EL Mahrouss., all rights reserved. ;; * ;; * ======================================================== ;; */ diff --git a/dev/SCIKit/src/Foundation.cc b/dev/SCIKit/src/Foundation.cc index c0723c93..3d9f4734 100644 --- a/dev/SCIKit/src/Foundation.cc +++ b/dev/SCIKit/src/Foundation.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright EL Mahrouss Logic. + Copyright Amlal EL Mahrouss. ------------------------------------------- */ -- cgit v1.2.3