From 288d020aa081076dade30cad61be1c9fae616f98 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 11 Jan 2025 22:28:00 +0100 Subject: ADD: Rebrand. Signed-off-by: Amlal El Mahrouss --- dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc') diff --git a/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc b/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc index 713405b..0b6033e 100644 --- a/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc +++ b/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc @@ -2,7 +2,7 @@ * ======================================================== * * bpp - * Copyright (C) 2024 Theater Quality Corp, all rights reserved. + * Copyright (C) 2024 t& Corporation, all rights reserved. * * ======================================================== */ @@ -971,13 +971,13 @@ LIBCOMPILER_MODULE(CPlusPlusPreprocessorMain) { if (strcmp(argv[index], "--bpp:ver") == 0) { - printf("%s\n", "bpp v1.11, (c) Theater Quality Corp."); + printf("%s\n", "bpp v1.11, (c) t& Corporation."); return 0; } if (strcmp(argv[index], "--bpp:?") == 0) { - printf("%s\n", "ZKA Preprocessor Driver v1.11, (c) Theater Quality Corp."); + printf("%s\n", "ZKA Preprocessor Driver v1.11, (c) t& Corporation."); 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