summaryrefslogtreecommitdiffhomepage
path: root/dev/hpfs
diff options
context:
space:
mode:
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.