From 11680de96d8b9e7dd70bee28cfd6c438d6aa3a9c Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 31 Mar 2025 08:02:30 +0200 Subject: meta/repository: fix capitalization on my name 'El' instead of 'EL'. 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 6705db4..b44e712 100644 --- a/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc +++ b/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc @@ -2,7 +2,7 @@ * ======================================================== * * c++-drv - * Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved. + * Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved. * * ======================================================== */ @@ -15,7 +15,7 @@ #define kExitNO (EXIT_FAILURE) #define kSplashCxx() \ - kPrintF(kWhite "%s\n", "NeOS C++ Compiler Driver, (c) 2024 Amlal EL Mahrouss, all rights reserved.") + kPrintF(kWhite "%s\n", "NeOS C++ Compiler Driver, (c) 2024 Amlal El Mahrouss, all rights reserved.") // extern_segment, @autodelete { ... }, fn foo() -> auto { ... } @@ -27,7 +27,7 @@ /* NE C++ Compiler */ /* This is part of the LibCompiler. */ -/* (c) Amlal EL Mahrouss */ +/* (c) Amlal El Mahrouss */ /// @author EL Mahrouss Amlal (amlel) /// @file CPlusPlusCompilerAMD64.cxx -- cgit v1.2.3