diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-07 21:30:04 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-07 21:32:00 +0100 |
| commit | e884b0d3b3c9f1900c858b82b3355c9e0518cba8 (patch) | |
| tree | d3152ab9123a590fd709855a0e8b857db2d4a4f4 /private | |
| parent | 4c7ea58f5d5e495e8da6cfc7e1d52a3dfcf5a893 (diff) | |
ADD: Pushing changes to corporate's repository.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'private')
| -rw-r--r-- | private/tools/Common.h | 4 | ||||
| -rw-r--r-- | private/tools/Framework.h | 2 | ||||
| -rw-r--r-- | private/tools/src/Framework.cc | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/private/tools/Common.h b/private/tools/Common.h index 6a70c566..09da0da1 100644 --- a/private/tools/Common.h +++ b/private/tools/Common.h @@ -1,6 +1,6 @@ /** Sat Oct 26 07:03:28 AM CEST 2024 - (c) Amlal EL Mahrouss. + (c) ELMH GROUP. */ #ifndef APPS_COMMON_H @@ -14,4 +14,4 @@ #include <sstream> #include <filesystem> -#endif // APPS_COMMON_H
\ No newline at end of file +#endif // APPS_COMMON_H diff --git a/private/tools/Framework.h b/private/tools/Framework.h index 48db2599..97682de7 100644 --- a/private/tools/Framework.h +++ b/private/tools/Framework.h @@ -1,6 +1,6 @@ /** Thu Oct 17 07:57:43 CEST 2024 - (c) Amlal EL Mahrouss. + (c) ELMH GROUP. */ #ifndef APPS_FRAMEWORK_H diff --git a/private/tools/src/Framework.cc b/private/tools/src/Framework.cc index 29426d1e..7ab2b415 100644 --- a/private/tools/src/Framework.cc +++ b/private/tools/src/Framework.cc @@ -1,7 +1,7 @@ /* * Created on Thu Oct 17 08:00:42 CEST 2024 * - * Copyright (c) 2024 Amlal EL Mahrouss + * Copyright (c) 2024 ELMH GROUP */ #include <cstdlib> @@ -22,7 +22,7 @@ int main(int argc, char* argv[]) if (strcmp(argv[i], "-h") == 0) { std::cout << "make_framework: Framework/Application Creation Tool.\n"; - std::cout << "make_framework: © Amlal EL Mahrouss, all rights reserved.\n"; + std::cout << "make_framework: © ELMH GROUP, all rights reserved.\n"; return EXIT_SUCCESS; } |
