From 0faa04adb15638a0aa6b99c2909e44db979630f3 Mon Sep 17 00:00:00 2001 From: Amlal Date: Tue, 29 Oct 2024 18:36:16 +0100 Subject: IMP: Update copyright holder. Signed-off-by: Amlal --- dev/ToolchainKit/src/CPlusPlusCompilerPreProcessor.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev/ToolchainKit/src/CPlusPlusCompilerPreProcessor.cc') diff --git a/dev/ToolchainKit/src/CPlusPlusCompilerPreProcessor.cc b/dev/ToolchainKit/src/CPlusPlusCompilerPreProcessor.cc index 9121679..1eb90d9 100644 --- a/dev/ToolchainKit/src/CPlusPlusCompilerPreProcessor.cc +++ b/dev/ToolchainKit/src/CPlusPlusCompilerPreProcessor.cc @@ -2,7 +2,7 @@ * ======================================================== * * bpp - * Copyright ZKA Web Services Co, all rights reserved. + * Copyright EL Mahrouss Logic, all rights reserved. * * ======================================================== */ @@ -971,13 +971,13 @@ TOOLCHAINKIT_MODULE(CPlusPlusPreprocessorMain) { if (strcmp(argv[index], "--bpp:ver") == 0) { - printf("%s\n", "bpp v1.11, (c) ZKA Web Services Co"); + printf("%s\n", "bpp v1.11, (c) EL Mahrouss Logic"); return 0; } if (strcmp(argv[index], "--bpp:?") == 0) { - printf("%s\n", "ZKA Preprocessor Driver v1.11, (c) ZKA Web Services Co"); + printf("%s\n", "ZKA Preprocessor Driver v1.11, (c) EL Mahrouss Logic"); printf("%s\n", "--bpp:working-dir : set directory to working path."); printf("%s\n", "--bpp:include-dir : add directory to include path."); printf("%s\n", "--bpp:def : define a macro."); -- cgit v1.2.3