summaryrefslogtreecommitdiffhomepage
path: root/Drivers/Hello
diff options
context:
space:
mode:
authorAmlal <amlal@zka.com>2024-07-11 14:15:21 +0200
committerAmlal <amlal@zka.com>2024-07-11 14:15:21 +0200
commit4337019afdad1069fdc757733febb7db5b531421 (patch)
treeb47bb5dcd4186f4105cea83b80c7a3da906122e1 /Drivers/Hello
parentd5cf80c085c67aed598df06e3c5dc94fdcfbde6c (diff)
[META] Update copyright notice.
Signed-off-by: Amlal <amlal@zka.com>
Diffstat (limited to 'Drivers/Hello')
-rw-r--r--Drivers/Hello/CheckStack.c2
-rw-r--r--Drivers/Hello/DriverRsrc.rsrc4
-rw-r--r--Drivers/Hello/Hello.c2
-rw-r--r--Drivers/Hello/x86_64.mk2
4 files changed, 5 insertions, 5 deletions
diff --git a/Drivers/Hello/CheckStack.c b/Drivers/Hello/CheckStack.c
index 3ffbe3e2..c1af3218 100644
--- a/Drivers/Hello/CheckStack.c
+++ b/Drivers/Hello/CheckStack.c
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
diff --git a/Drivers/Hello/DriverRsrc.rsrc b/Drivers/Hello/DriverRsrc.rsrc
index 12add0e2..793b330a 100644
--- a/Drivers/Hello/DriverRsrc.rsrc
+++ b/Drivers/Hello/DriverRsrc.rsrc
@@ -8,11 +8,11 @@ BEGIN
BEGIN
BLOCK "080904E4"
BEGIN
- VALUE "CompanyName", "Zeta Electronics Corporation"
+ VALUE "CompanyName", "ZKA Technologies"
VALUE "FileDescription", "New OS Zeroconf driver."
VALUE "FileVersion", "1.00"
VALUE "InternalName", "Bonjour."
- VALUE "LegalCopyright", "Copyright Zeta Electronics Corporation, all rights reserved."
+ VALUE "LegalCopyright", "Copyright ZKA Technologies, all rights reserved."
VALUE "OriginalFilename", "Bonjour.exe"
VALUE "ProductName", "Bonjour."
VALUE "ProductVersion", "1.00"
diff --git a/Drivers/Hello/Hello.c b/Drivers/Hello/Hello.c
index a2a6d54d..10feda48 100644
--- a/Drivers/Hello/Hello.c
+++ b/Drivers/Hello/Hello.c
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
diff --git a/Drivers/Hello/x86_64.mk b/Drivers/Hello/x86_64.mk
index 564fe970..7ef241c2 100644
--- a/Drivers/Hello/x86_64.mk
+++ b/Drivers/Hello/x86_64.mk
@@ -1,5 +1,5 @@
##################################################
-# (C) Zeta Electronics Corporation, all rights reserved.
+# (C) ZKA Technologies, all rights reserved.
# This is the sample driver makefile.
##################################################