summaryrefslogtreecommitdiffhomepage
path: root/dev/hpfs
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-10-18 17:01:31 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-10-18 17:01:31 +0200
commit04a28f00504a856cde11d0a8a171453e1a1fac3a (patch)
treea489bf9e4dde2164a3fabd267d2a717d412294bb /dev/hpfs
parentb5ebbd7406e87d19beee3760ef2417e1444a10d2 (diff)
IMP: Rebrand under ZKA Web Services Co
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/hpfs')
-rw-r--r--dev/hpfs/ReadMe.md2
-rw-r--r--dev/hpfs/hpfs_specs.hxx2
-rw-r--r--dev/hpfs/src/hpfs_main.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/dev/hpfs/ReadMe.md b/dev/hpfs/ReadMe.md
index 999b0d30..21fcc961 100644
--- a/dev/hpfs/ReadMe.md
+++ b/dev/hpfs/ReadMe.md
@@ -6,4 +6,4 @@ Filesystem driver for the HPFS specification.
- Use BTB to build filesystem and partition blobs.
-###### Copyright ZKA Technologies. All rights reserved.
+###### Copyright ZKA Web Services Co. All rights reserved.
diff --git a/dev/hpfs/hpfs_specs.hxx b/dev/hpfs/hpfs_specs.hxx
index 5c82be90..f04ce63f 100644
--- a/dev/hpfs/hpfs_specs.hxx
+++ b/dev/hpfs/hpfs_specs.hxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright ZKA Technologies.
+ Copyright ZKA Web Services Co.
FILE: Defines.hxx
PURPOSE: HPFS IFS defines.
diff --git a/dev/hpfs/src/hpfs_main.cxx b/dev/hpfs/src/hpfs_main.cxx
index cca3bde6..1ab6c653 100644
--- a/dev/hpfs/src/hpfs_main.cxx
+++ b/dev/hpfs/src/hpfs_main.cxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright ZKA Technologies.
+ Copyright ZKA Web Services Co.
FILE: hpfs_main.cxx
PURPOSE: HPFS IFS entrypoint.