summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/src
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-02-03 06:55:55 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-02-03 06:55:55 +0100
commit7c2425f9b3f2d2cd7655dd9449d8aef6275eb1cc (patch)
treeb9e41e6d329a1c6e0b20aca062e86c024d6c02a6 /dev/LibCompiler/src
parent2ea33083009603610c095ba109c41c4d257b0471 (diff)
META: Tweaks.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/LibCompiler/src')
-rw-r--r--dev/LibCompiler/src/CCompiler64x0.cc2
-rw-r--r--dev/LibCompiler/src/CCompilerARM64.cc2
-rw-r--r--dev/LibCompiler/src/CCompilerPower64.cc2
-rw-r--r--dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc2
-rw-r--r--dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc2
-rw-r--r--dev/LibCompiler/src/String.cc2
6 files changed, 6 insertions, 6 deletions
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.
*
* ========================================================
*/