From 6653cfe50690dc4f53c8bec30cdb7d40ef9b62a4 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 12 Jul 2024 04:33:08 +0200 Subject: [IMP] Needs to be merged with stable. Signed-off-by: Amlal El Mahrouss --- Comm/StdKit/AE.hpp | 2 +- Comm/StdKit/ErrorID.hpp | 2 +- Comm/StdKit/ErrorOr.hpp | 2 +- Comm/StdKit/PEF.hpp | 2 +- Comm/StdKit/Ref.hpp | 4 ++-- Comm/StdKit/String.hpp | 2 +- Comm/StdKit/XCOFF.hxx | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) (limited to 'Comm/StdKit') diff --git a/Comm/StdKit/AE.hpp b/Comm/StdKit/AE.hpp index d06a8ca..ee39e56 100644 --- a/Comm/StdKit/AE.hpp +++ b/Comm/StdKit/AE.hpp @@ -2,7 +2,7 @@ * ======================================================== * * MPCC - * Copyright Zeta Electronics Corporation, all rights reserved. + * Copyright ZKA Technologies, all rights reserved. * * ======================================================== */ diff --git a/Comm/StdKit/ErrorID.hpp b/Comm/StdKit/ErrorID.hpp index 698b66b..abaac85 100644 --- a/Comm/StdKit/ErrorID.hpp +++ b/Comm/StdKit/ErrorID.hpp @@ -2,7 +2,7 @@ * ======================================================== * * CompilerKit - * Copyright Zeta Electronics Corporation, all rights reserved. + * Copyright ZKA Technologies, all rights reserved. * * ======================================================== */ diff --git a/Comm/StdKit/ErrorOr.hpp b/Comm/StdKit/ErrorOr.hpp index 04f013d..4097cc9 100644 --- a/Comm/StdKit/ErrorOr.hpp +++ b/Comm/StdKit/ErrorOr.hpp @@ -2,7 +2,7 @@ * ======================================================== * * CompilerKit - * Copyright Zeta Electronics Corporation, all rights reserved. + * Copyright ZKA Technologies, all rights reserved. * * ======================================================== */ diff --git a/Comm/StdKit/PEF.hpp b/Comm/StdKit/PEF.hpp index 911d903..85044b2 100644 --- a/Comm/StdKit/PEF.hpp +++ b/Comm/StdKit/PEF.hpp @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Zeta Electronics Corporation + Copyright ZKA Technologies ------------------------------------------- */ diff --git a/Comm/StdKit/Ref.hpp b/Comm/StdKit/Ref.hpp index 3ccb983..e655ccb 100644 --- a/Comm/StdKit/Ref.hpp +++ b/Comm/StdKit/Ref.hpp @@ -3,7 +3,7 @@ * ======================================================== * * CompilerKit - * Copyright Zeta Electronics Corporation, all rights reserved. + * Copyright ZKA Technologies, all rights reserved. * * ======================================================== */ @@ -12,7 +12,7 @@ namespace CompilerKit { - // @author Zeta Electronics Corporation + // @author ZKA Technologies // @brief Reference class, refers to a pointer of data in static memory. template class Ref final diff --git a/Comm/StdKit/String.hpp b/Comm/StdKit/String.hpp index e495219..7e62bc5 100644 --- a/Comm/StdKit/String.hpp +++ b/Comm/StdKit/String.hpp @@ -2,7 +2,7 @@ * ======================================================== * * CompilerKit - * Copyright Zeta Electronics Corporation, all rights reserved. + * Copyright ZKA Technologies, all rights reserved. * * ======================================================== */ diff --git a/Comm/StdKit/XCOFF.hxx b/Comm/StdKit/XCOFF.hxx index 7e57514..4b25484 100644 --- a/Comm/StdKit/XCOFF.hxx +++ b/Comm/StdKit/XCOFF.hxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Zeta Electronics Corporation + Copyright ZKA Technologies File: XCOFF.hpp Purpose: XCOFF for NewOS. -- cgit v1.2.3