diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-21 17:16:26 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-21 17:16:26 +0100 |
| commit | 82a878f9cd071e8224298d8d57a59c277cfb750c (patch) | |
| tree | 8283f11b285206087b7cd3c27818d718d355e750 /dev/ToolchainKit/src/CPlusPlusCompilerPreProcessor.cc | |
| parent | c0f13972a141b29f4d0ce659b7c7e055a26c5d90 (diff) | |
META: Open sourcing the project's compiler toolchain, in BSD-2 license.
Diffstat (limited to 'dev/ToolchainKit/src/CPlusPlusCompilerPreProcessor.cc')
| -rw-r--r-- | dev/ToolchainKit/src/CPlusPlusCompilerPreProcessor.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/ToolchainKit/src/CPlusPlusCompilerPreProcessor.cc b/dev/ToolchainKit/src/CPlusPlusCompilerPreProcessor.cc index b37c634..03dc48b 100644 --- a/dev/ToolchainKit/src/CPlusPlusCompilerPreProcessor.cc +++ b/dev/ToolchainKit/src/CPlusPlusCompilerPreProcessor.cc @@ -2,7 +2,7 @@ * ======================================================== * * bpp - * Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. + * Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved. * * ======================================================== */ @@ -971,13 +971,13 @@ TOOLCHAINKIT_MODULE(CPlusPlusPreprocessorMain) { if (strcmp(argv[index], "--bpp:ver") == 0) { - printf("%s\n", "bpp v1.11, (c) EL Mahrouss Logic"); + printf("%s\n", "bpp v1.11, (c) Amlal EL Mahrouss"); return 0; } if (strcmp(argv[index], "--bpp:?") == 0) { - printf("%s\n", "ZKA Preprocessor Driver v1.11, (c) EL Mahrouss Logic"); + printf("%s\n", "ZKA Preprocessor Driver v1.11, (c) Amlal EL Mahrouss"); 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."); |
