diff options
| author | Amlal EL Mahrouss. <113760121+amlel-el-mahrouss@users.noreply.github.com> | 2024-11-29 22:19:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-29 22:19:00 +0100 |
| commit | b2588beae1dceeb0a0c5e95976874c6d6d53c703 (patch) | |
| tree | fc2f1e9fa9232693785452d4a1e887ff06d36b6a /dev/ZBAKit/Modules/NetBoot | |
| parent | 8e42fab37245bb27786191600d4a3dc39783eece (diff) | |
| parent | 65a138dde55e69cf5292c0601f37d023003e74e2 (diff) | |
Merge pull request #5 from ELMH-Group/unstable
Unstable -> Master
Diffstat (limited to 'dev/ZBAKit/Modules/NetBoot')
| -rw-r--r-- | dev/ZBAKit/Modules/NetBoot/Boot.S | 2 | ||||
| -rw-r--r-- | dev/ZBAKit/Modules/NetBoot/Module.cc | 2 | ||||
| -rw-r--r-- | dev/ZBAKit/Modules/NetBoot/NetBoot.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev/ZBAKit/Modules/NetBoot/Boot.S b/dev/ZBAKit/Modules/NetBoot/Boot.S index b2b3029a..922d234b 100644 --- a/dev/ZBAKit/Modules/NetBoot/Boot.S +++ b/dev/ZBAKit/Modules/NetBoot/Boot.S @@ -2,7 +2,7 @@ ;; * ======================================================== ;; * ;; * ZBA -;; * Copyright (C) 2024, EL Mahrouss Logic, all rights reserved., all rights reserved. +;; * Copyright (C) 2024, ELMH Group, all rights reserved., all rights reserved. ;; * ;; * ======================================================== ;; */ diff --git a/dev/ZBAKit/Modules/NetBoot/Module.cc b/dev/ZBAKit/Modules/NetBoot/Module.cc index 90c893a7..621c1ca6 100644 --- a/dev/ZBAKit/Modules/NetBoot/Module.cc +++ b/dev/ZBAKit/Modules/NetBoot/Module.cc @@ -2,7 +2,7 @@ * ======================================================== * * NetBoot - * Copyright (C) 2024, EL Mahrouss Logic, all rights reserved., all rights reserved. + * Copyright (C) 2024, ELMH Group, all rights reserved., all rights reserved. * * ======================================================== */ diff --git a/dev/ZBAKit/Modules/NetBoot/NetBoot.h b/dev/ZBAKit/Modules/NetBoot/NetBoot.h index 65832424..3b1cf556 100644 --- a/dev/ZBAKit/Modules/NetBoot/NetBoot.h +++ b/dev/ZBAKit/Modules/NetBoot/NetBoot.h @@ -2,7 +2,7 @@ * ======================================================== * * NetBoot - * Copyright (C) 2024, EL Mahrouss Logic, all rights reserved., all rights reserved. + * Copyright (C) 2024, ELMH Group, all rights reserved., all rights reserved. * * ======================================================== */ |
