diff options
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 |
