From b223dd205e1df0049d43110843a76522ec8bea48 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 9 Nov 2024 09:30:19 +0100 Subject: META: Bumping repository. --- 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 3904906..26bf17b 100644 --- a/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc +++ b/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc @@ -2,7 +2,7 @@ * ======================================================== * * c++-drv - * Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. + * Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved. * * ======================================================== */ @@ -15,7 +15,7 @@ #define kExitFail (EXIT_FAILURE) #define kSplashCxx() \ - kPrintF(kWhite "%s\n", "Amlal's C++ Compiler Driver, (c) 2024 EL Mahrouss Logic, all rights reserved.") + kPrintF(kWhite "%s\n", "Amlal's C++ Compiler Driver, (c) 2024 Amlal EL Mahrouss, all rights reserved.") // extern_segment, @autodelete { ... }, fn foo() -> auto { ... } @@ -25,7 +25,7 @@ /* ZKA C++ Compiler */ /* This is part of the ToolchainKit. */ -/* (c) EL Mahrouss Logic */ +/* (c) Amlal EL Mahrouss */ /// @author EL Mahrouss Amlal (amlel) /// @file CPlusPlusCompilerAMD64.cxx -- cgit v1.2.3