From 3952f60677d24d0add44e07befdfe980ae0e25b8 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 7 Nov 2024 21:18:44 +0100 Subject: META: Bump. --- dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc') diff --git a/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc b/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc index 147e99d..7eeeb6d 100644 --- a/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc +++ b/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc @@ -2,7 +2,7 @@ * ======================================================== * * c++-drv - * Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved. + * Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. * * ======================================================== */ @@ -15,7 +15,7 @@ #define kExitFail (EXIT_FAILURE) #define kSplashCxx() \ - kPrintF(kWhite "%s\n", "ZKA C++ Compiler Driver, (c) 2024 Amlal EL Mahrouss, all rights reserved.") + kPrintF(kWhite "%s\n", "ZKA C++ Compiler Driver, (c) 2024 EL Mahrouss Logic, all rights reserved.") // extern_segment, @autodelete { ... }, fn foo() -> auto { ... } @@ -25,7 +25,7 @@ /* ZKA C++ Compiler */ /* This is part of the ToolchainKit. */ -/* (c) Amlal EL Mahrouss */ +/* (c) EL Mahrouss Logic */ /// @author EL Mahrouss Amlal (amlel) /// @file CPlusPlusCompilerAMD64.cxx -- cgit v1.2.3