diff options
Diffstat (limited to 'dev/ToolchainKit/src/CPlusPlusCompilerPreProcessor.cc')
| -rw-r--r-- | dev/ToolchainKit/src/CPlusPlusCompilerPreProcessor.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev/ToolchainKit/src/CPlusPlusCompilerPreProcessor.cc b/dev/ToolchainKit/src/CPlusPlusCompilerPreProcessor.cc index 8445de9..de9d561 100644 --- a/dev/ToolchainKit/src/CPlusPlusCompilerPreProcessor.cc +++ b/dev/ToolchainKit/src/CPlusPlusCompilerPreProcessor.cc @@ -2,7 +2,7 @@ * ======================================================== * * bpp - * Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved, all rights reserved. + * Copyright (C) 2024, EL Mahrouss Logic, all rights reserved, all rights reserved. * * ======================================================== */ @@ -20,7 +20,7 @@ #define kMacroPrefix '#' -/// @author Amlal EL Mahrouss (amlel) +/// @author EL Mahrouss Logic (amlel) /// @file bpp.cxx /// @brief Preprocessor. @@ -971,13 +971,13 @@ TOOLCHAINKIT_MODULE(CPlusPlusPreprocessorMain) { if (strcmp(argv[index], "--bpp:ver") == 0) { - printf("%s\n", "bpp v1.11, (c) Amlal EL Mahrouss"); + 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) Amlal EL Mahrouss"); + printf("%s\n", "ZKA Preprocessor Driver v1.11, (c) EL Mahrouss Logic"); printf("%s\n", "--bpp:working-dir <path>: set directory to working path."); printf("%s\n", "--bpp:include-dir <path>: add directory to include path."); printf("%s\n", "--bpp:def <name> <value>: define a macro."); |
