diff options
| author | Amlal <amlal@zka.com> | 2024-10-22 20:49:53 +0200 |
|---|---|---|
| committer | Amlal <amlal@zka.com> | 2024-10-22 20:49:53 +0200 |
| commit | 37be901c97e89f6ebb24e87933ddf57cd57371d5 (patch) | |
| tree | 7e21246231d8196cd5b46d4caca1d44b977216a4 /cli | |
| parent | b277464db34e1097a1feee01b18320058cd13b68 (diff) | |
IMP: Refactor of the source code.
Signed-off-by: Amlal <amlal@zka.com>
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/CliApp.cc (renamed from cli/CliApp.cxx) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cli/CliApp.cxx b/cli/CliApp.cc index c2f9aad..f8fd999 100644 --- a/cli/CliApp.cxx +++ b/cli/CliApp.cc @@ -1,10 +1,10 @@ // ============================================================= // // btb -// Copyright ZKA Technologies. +// Copyright ZKA Web Services. // ============================================================= // -#include <Macros.hxx> -#include <JSONManifestBuilder.hxx> +#include <Macros.h> +#include <JSONManifestBuilder.h> #include <cstdio> #include <cstddef> #include <string> @@ -29,7 +29,7 @@ int main(int argc, char** argv) std::cout << "Check for issues at: www.el-mahrouss-logic.com/btb/issues\n"; std::cout << "Brought to you by Amlal El Mahrouss.\n"; - std::cout << "© ZKA Technologies, all rights reserved.\n"; + std::cout << "© ZKA Web Services, all rights reserved.\n"; return 0; } |
