summaryrefslogtreecommitdiffhomepage
path: root/inc
diff options
context:
space:
mode:
authorAmlal <amlal@zka.com>2024-10-22 20:49:53 +0200
committerAmlal <amlal@zka.com>2024-10-22 20:49:53 +0200
commit37be901c97e89f6ebb24e87933ddf57cd57371d5 (patch)
tree7e21246231d8196cd5b46d4caca1d44b977216a4 /inc
parentb277464db34e1097a1feee01b18320058cd13b68 (diff)
IMP: Refactor of the source code.
Signed-off-by: Amlal <amlal@zka.com>
Diffstat (limited to 'inc')
-rw-r--r--inc/IManifestBuilder.h (renamed from inc/IManifestBuilder.hxx)2
-rw-r--r--inc/JSONManifestBuilder.h (renamed from inc/JSONManifestBuilder.hxx)4
-rw-r--r--inc/Macros.h (renamed from inc/Macros.hxx)2
3 files changed, 4 insertions, 4 deletions
diff --git a/inc/IManifestBuilder.hxx b/inc/IManifestBuilder.h
index 71f5bf0..0a821d5 100644
--- a/inc/IManifestBuilder.hxx
+++ b/inc/IManifestBuilder.h
@@ -1,6 +1,6 @@
// ============================================================= //
// btb
-// Copyright ZKA Technologies.
+// Copyright ZKA Web Services.
// ============================================================= //
#pragma once
diff --git a/inc/JSONManifestBuilder.hxx b/inc/JSONManifestBuilder.h
index 8259542..290d7bb 100644
--- a/inc/JSONManifestBuilder.hxx
+++ b/inc/JSONManifestBuilder.h
@@ -1,11 +1,11 @@
// ============================================================= //
// btb
-// Copyright ZKA Technologies.
+// Copyright ZKA Web Services.
// ============================================================= //
#pragma once
-#include <IManifestBuilder.hxx>
+#include <IManifestBuilder.h>
/// @brief JSON builder
class JSONManifestBuilder final : public IManifestBuilder
diff --git a/inc/Macros.hxx b/inc/Macros.h
index 6e32dfe..f2d0f87 100644
--- a/inc/Macros.hxx
+++ b/inc/Macros.h
@@ -1,6 +1,6 @@
// ============================================================= //
// btb
-// Copyright ZKA Technologies.
+// Copyright ZKA Web Services.
// ============================================================= //
#pragma once