From 7c2425f9b3f2d2cd7655dd9449d8aef6275eb1cc Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 3 Feb 2025 06:55:55 +0100 Subject: META: Tweaks. Signed-off-by: Amlal El Mahrouss --- dev/LibCompiler/src/CCompiler64x0.cc | 2 +- dev/LibCompiler/src/CCompilerARM64.cc | 2 +- dev/LibCompiler/src/CCompilerPower64.cc | 2 +- dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc | 2 +- dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc | 2 +- dev/LibCompiler/src/String.cc | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'dev/LibCompiler/src') diff --git a/dev/LibCompiler/src/CCompiler64x0.cc b/dev/LibCompiler/src/CCompiler64x0.cc index 61e862f..2320657 100644 --- a/dev/LibCompiler/src/CCompiler64x0.cc +++ b/dev/LibCompiler/src/CCompiler64x0.cc @@ -2,7 +2,7 @@ * ======================================================== * * cc - * Copyright (C) 2024 Amlal EL Mahrouss, all rights reserved. + * Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved. * * ======================================================== */ diff --git a/dev/LibCompiler/src/CCompilerARM64.cc b/dev/LibCompiler/src/CCompilerARM64.cc index af77a78..2f65241 100644 --- a/dev/LibCompiler/src/CCompilerARM64.cc +++ b/dev/LibCompiler/src/CCompilerARM64.cc @@ -2,7 +2,7 @@ * ======================================================== * * cc - * Copyright (C) 2024 Amlal EL Mahrouss, all rights reserved. + * Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved. * * ======================================================== */ diff --git a/dev/LibCompiler/src/CCompilerPower64.cc b/dev/LibCompiler/src/CCompilerPower64.cc index 119fcaa..2f916f4 100644 --- a/dev/LibCompiler/src/CCompilerPower64.cc +++ b/dev/LibCompiler/src/CCompilerPower64.cc @@ -2,7 +2,7 @@ * ======================================================== * * CCompilerPower64 - * Copyright (C) 2024 Amlal EL Mahrouss, all rights reserved. + * Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved. * * ======================================================== */ diff --git a/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc b/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc index bbba941..7abfea9 100644 --- a/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc +++ b/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc @@ -2,7 +2,7 @@ * ======================================================== * * c++-drv - * Copyright (C) 2024 Amlal EL Mahrouss, all rights reserved. + * Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved. * * ======================================================== */ diff --git a/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc b/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc index 272956d..eaf991b 100644 --- a/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc +++ b/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc @@ -2,7 +2,7 @@ * ======================================================== * * bpp - * Copyright (C) 2024 Amlal EL Mahrouss, all rights reserved. + * Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved. * * ======================================================== */ diff --git a/dev/LibCompiler/src/String.cc b/dev/LibCompiler/src/String.cc index 48219da..4ed19be 100644 --- a/dev/LibCompiler/src/String.cc +++ b/dev/LibCompiler/src/String.cc @@ -2,7 +2,7 @@ * ======================================================== * * LibCompiler - * Copyright (C) 2024 Amlal EL Mahrouss, all rights reserved. + * Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved. * * ======================================================== */ -- cgit v1.2.3