diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-21 17:12:18 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-21 17:12:18 +0100 |
| commit | d5397d2f3be6f3de742736e5d1fdfc3121879f70 (patch) | |
| tree | 5c572a584048197ebe028a2d1416691cdb7c31ff /dev/ZKAKit/FSKit | |
| parent | ee8f9bbe865917566530eb22cdbce9ad2e7d28a9 (diff) | |
META: MKD has been open-sourced.
MKD stands for Metal Kernel Distribution, under BSD-2 license.
Diffstat (limited to 'dev/ZKAKit/FSKit')
| -rw-r--r-- | dev/ZKAKit/FSKit/Defines.h | 2 | ||||
| -rw-r--r-- | dev/ZKAKit/FSKit/HPFS.h | 2 | ||||
| -rw-r--r-- | dev/ZKAKit/FSKit/IndexableProperty.h | 2 | ||||
| -rw-r--r-- | dev/ZKAKit/FSKit/NeFS.h | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/dev/ZKAKit/FSKit/Defines.h b/dev/ZKAKit/FSKit/Defines.h index b3803f49..55198c17 100644 --- a/dev/ZKAKit/FSKit/Defines.h +++ b/dev/ZKAKit/FSKit/Defines.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. + Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved. ------------------------------------------- */ diff --git a/dev/ZKAKit/FSKit/HPFS.h b/dev/ZKAKit/FSKit/HPFS.h index e3f8a94f..af3d2e01 100644 --- a/dev/ZKAKit/FSKit/HPFS.h +++ b/dev/ZKAKit/FSKit/HPFS.h @@ -1,6 +1,6 @@ /* -------------------------------------------
- Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
+ Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
------------------------------------------- */
diff --git a/dev/ZKAKit/FSKit/IndexableProperty.h b/dev/ZKAKit/FSKit/IndexableProperty.h index 056e6465..6515ad1a 100644 --- a/dev/ZKAKit/FSKit/IndexableProperty.h +++ b/dev/ZKAKit/FSKit/IndexableProperty.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. + Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved. ------------------------------------------- */ diff --git a/dev/ZKAKit/FSKit/NeFS.h b/dev/ZKAKit/FSKit/NeFS.h index f867148d..53367940 100644 --- a/dev/ZKAKit/FSKit/NeFS.h +++ b/dev/ZKAKit/FSKit/NeFS.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. + Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved. FILE: NeFS.h PURPOSE: NeFS (New FileSystem) support. @@ -23,7 +23,7 @@ default. /** @brief New File System specification. - @author EL Mahrouss Logic + @author Amlal EL Mahrouss */ #define kNeFSInvalidFork (-1) |
