diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2024-10-29 18:44:35 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2024-10-29 18:44:35 +0100 |
| commit | 1f8df0670cbda950901162b720393d15acd70261 (patch) | |
| tree | f67f67fb99698b544a83e73472aad59c42813e7d /tools | |
| parent | c08af30448618c5d1950dc1fa0fb1685782e7b22 (diff) | |
IMP: Update copyright holder.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/Common.h | 2 | ||||
| -rw-r--r-- | tools/Framework.h | 2 | ||||
| -rw-r--r-- | tools/src/MakeFramework.cc | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/tools/Common.h b/tools/Common.h index e80f1d11..a9439bbf 100644 --- a/tools/Common.h +++ b/tools/Common.h @@ -1,6 +1,6 @@ /** Sat Oct 26 07:03:28 AM CEST 2024 - (C) ZKA Web Services Co. + (C) EL Mahrouss Logic. */ #pragma once diff --git a/tools/Framework.h b/tools/Framework.h index 0572a521..9d5a6861 100644 --- a/tools/Framework.h +++ b/tools/Framework.h @@ -1,6 +1,6 @@ /** Thu Oct 17 07:57:43 CEST 2024 - (C) ZKA Web Services Co. + (C) EL Mahrouss Logic. */ #pragma once diff --git a/tools/src/MakeFramework.cc b/tools/src/MakeFramework.cc index 58fba1f4..af4ed0cb 100644 --- a/tools/src/MakeFramework.cc +++ b/tools/src/MakeFramework.cc @@ -1,7 +1,7 @@ /* * Created on Thu Oct 17 08:00:42 CEST 2024 * - * Copyright (c) 2024 ZKA Web Services Co + * Copyright (c) 2024 EL Mahrouss Logic */ #include <filesystem> @@ -16,7 +16,7 @@ int main(int argc, char* argv[]) if (strcmp(argv[i], "-h") == 0) { std::cout << "make_framework: Framework Creation Tool.\n"; - std::cout << "make_framework: © ZKA Web Services Co, all rights reserved.\n"; + std::cout << "make_framework: © EL Mahrouss Logic, all rights reserved.\n"; return 0; } |
