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 /src | |
| parent | b277464db34e1097a1feee01b18320058cd13b68 (diff) | |
IMP: Refactor of the source code.
Signed-off-by: Amlal <amlal@zka.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/IManifestBuilder.cc (renamed from src/IManifestBuilder.cxx) | 4 | ||||
| -rw-r--r-- | src/JSONManifestBuilder.cc (renamed from src/JSONManifestBuilder.cxx) | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/IManifestBuilder.cxx b/src/IManifestBuilder.cc index 7a2f210..6746378 100644 --- a/src/IManifestBuilder.cxx +++ b/src/IManifestBuilder.cc @@ -1,6 +1,6 @@ // ============================================================= // // btb -// Copyright ZKA Technologies. +// Copyright ZKA Web Services. // ============================================================= // -#include <IManifestBuilder.hxx> +#include <IManifestBuilder.h> diff --git a/src/JSONManifestBuilder.cxx b/src/JSONManifestBuilder.cc index 0aee8d8..e5db6b8 100644 --- a/src/JSONManifestBuilder.cxx +++ b/src/JSONManifestBuilder.cc @@ -1,10 +1,10 @@ // ============================================================= // // btb -// Copyright ZKA Technologies. +// Copyright ZKA Web Services. // ============================================================= // -#include <JSONManifestBuilder.hxx> -#include <json.hxx> +#include <JSONManifestBuilder.h> +#include <json.h> #include <sstream> #include <iostream> |
