diff options
| author | Amlal EL Mahrouss <113760121+amlel-el-mahrouss@users.noreply.github.com> | 2025-01-21 11:08:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-21 11:08:33 +0100 |
| commit | e9616b14f5301fa06587f7c7fb271f9ccabcb819 (patch) | |
| tree | 9d50ee1d0677bcfc15a6c181ff10384b805a3d7f /dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc | |
| parent | 7de3593a311cb8912586ba378c86271e9e0ea1db (diff) | |
ADD: Rebrand
Diffstat (limited to 'dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc')
| -rw-r--r-- | dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc b/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc index 0b6033e..8982a3a 100644 --- a/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc +++ b/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc @@ -2,7 +2,7 @@ * ======================================================== * * bpp - * Copyright (C) 2024 t& Corporation, all rights reserved. + * Copyright (C) 2024 MediaSwirl, all rights reserved. * * ======================================================== */ @@ -971,13 +971,13 @@ LIBCOMPILER_MODULE(CPlusPlusPreprocessorMain) { if (strcmp(argv[index], "--bpp:ver") == 0) { - printf("%s\n", "bpp v1.11, (c) t& Corporation."); + printf("%s\n", "bpp v1.11, (c) MediaSwirl."); return 0; } if (strcmp(argv[index], "--bpp:?") == 0) { - printf("%s\n", "ZKA Preprocessor Driver v1.11, (c) t& Corporation."); + printf("%s\n", "ZKA Preprocessor Driver v1.11, (c) MediaSwirl."); 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."); |
