diff options
| author | Amlal <amlal@zka.com> | 2024-07-11 14:15:21 +0200 |
|---|---|---|
| committer | Amlal <amlal@zka.com> | 2024-07-11 14:15:21 +0200 |
| commit | 4337019afdad1069fdc757733febb7db5b531421 (patch) | |
| tree | b47bb5dcd4186f4105cea83b80c7a3da906122e1 /Drivers/SampleDriver | |
| parent | d5cf80c085c67aed598df06e3c5dc94fdcfbde6c (diff) | |
[META] Update copyright notice.
Signed-off-by: Amlal <amlal@zka.com>
Diffstat (limited to 'Drivers/SampleDriver')
| -rw-r--r-- | Drivers/SampleDriver/CheckStck.c | 2 | ||||
| -rw-r--r-- | Drivers/SampleDriver/DriverRsrc.rsrc | 4 | ||||
| -rw-r--r-- | Drivers/SampleDriver/SampleDriver.c | 2 | ||||
| -rw-r--r-- | Drivers/SampleDriver/x86_64.mk | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/Drivers/SampleDriver/CheckStck.c b/Drivers/SampleDriver/CheckStck.c index 3eb157ba..54b6bc5d 100644 --- a/Drivers/SampleDriver/CheckStck.c +++ b/Drivers/SampleDriver/CheckStck.c @@ -1,6 +1,6 @@ /* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
diff --git a/Drivers/SampleDriver/DriverRsrc.rsrc b/Drivers/SampleDriver/DriverRsrc.rsrc index 54940e43..24ae4e2e 100644 --- a/Drivers/SampleDriver/DriverRsrc.rsrc +++ b/Drivers/SampleDriver/DriverRsrc.rsrc @@ -8,11 +8,11 @@ BEGIN BEGIN BLOCK "080904E4" BEGIN - VALUE "CompanyName", "Zeta Electronics Corporation" + VALUE "CompanyName", "ZKA Technologies" VALUE "FileDescription", "New OS driver." VALUE "FileVersion", "1.00" VALUE "InternalName", "SampleDriver" - VALUE "LegalCopyright", "Copyright Zeta Electronics Corporation, all rights reserved." + VALUE "LegalCopyright", "Copyright ZKA Technologies, all rights reserved." VALUE "OriginalFilename", "SampleDriver.exe" VALUE "ProductName", "SampleDriver" VALUE "ProductVersion", "1.00" diff --git a/Drivers/SampleDriver/SampleDriver.c b/Drivers/SampleDriver/SampleDriver.c index 85bd8d54..6b54742f 100644 --- a/Drivers/SampleDriver/SampleDriver.c +++ b/Drivers/SampleDriver/SampleDriver.c @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Zeta Electronics Corporation + Copyright ZKA Technologies ------------------------------------------- */ diff --git a/Drivers/SampleDriver/x86_64.mk b/Drivers/SampleDriver/x86_64.mk index 5655902f..736d8edf 100644 --- a/Drivers/SampleDriver/x86_64.mk +++ b/Drivers/SampleDriver/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. ################################################## |
