From e227fc2e6c482c850477a1741c673afae31d46fa Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 28 Dec 2024 05:46:11 +0100 Subject: META: Change from inc to corp. Signed-off-by: Amlal El Mahrouss --- dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc') diff --git a/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc b/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc index 0de1b06..a6c515f 100644 --- a/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc +++ b/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc @@ -2,7 +2,7 @@ * ======================================================== * * c++-drv - * Copyright (C) 2024 Theater Quality Inc, all rights reserved. + * Copyright (C) 2024 Theater Quality Corp, all rights reserved. * * ======================================================== */ @@ -16,7 +16,7 @@ #define kExitNO (EXIT_FAILURE) #define kSplashCxx() \ - kPrintF(kWhite "%s\n", "TQ Media C++ Compiler Driver, (c) 2024 Theater Quality Incorporated, all rights reserved.") + kPrintF(kWhite "%s\n", "TQ Media C++ Compiler Driver, (c) 2024 Theater Quality Corporporated, all rights reserved.") // extern_segment, @autodelete { ... }, fn foo() -> auto { ... } @@ -26,7 +26,7 @@ /* ZKA C++ Compiler */ /* This is part of the LibCompiler. */ -/* (c) Theater Quality Incorporated */ +/* (c) Theater Quality Corporporated */ /// @author EL Mahrouss Amlal (amlel) /// @file CPlusPlusCompilerAMD64.cxx -- cgit v1.2.3