summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler
diff options
context:
space:
mode:
Diffstat (limited to 'dev/LibCompiler')
-rw-r--r--dev/LibCompiler/NFC/AE.h2
-rw-r--r--dev/LibCompiler/NFC/ErrorID.h2
-rw-r--r--dev/LibCompiler/NFC/ErrorOr.h2
-rw-r--r--dev/LibCompiler/NFC/Ref.h2
-rw-r--r--dev/LibCompiler/NFC/String.h2
-rw-r--r--dev/LibCompiler/ReadMe.md2
-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
12 files changed, 12 insertions, 12 deletions
diff --git a/dev/LibCompiler/NFC/AE.h b/dev/LibCompiler/NFC/AE.h
index 4bd6d6f..c7f8ade 100644
--- a/dev/LibCompiler/NFC/AE.h
+++ b/dev/LibCompiler/NFC/AE.h
@@ -2,7 +2,7 @@
* ========================================================
*
* LibCompiler
- * Copyright (C) 2024 Amlal EL Mahrouss, all rights reserved.
+ * Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved.
*
* ========================================================
*/
diff --git a/dev/LibCompiler/NFC/ErrorID.h b/dev/LibCompiler/NFC/ErrorID.h
index f601ff5..a5128fb 100644
--- a/dev/LibCompiler/NFC/ErrorID.h
+++ b/dev/LibCompiler/NFC/ErrorID.h
@@ -2,7 +2,7 @@
* ========================================================
*
* LibCompiler
- * Copyright (C) 2024 Amlal EL Mahrouss, all rights reserved.
+ * Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved.
*
* ========================================================
*/
diff --git a/dev/LibCompiler/NFC/ErrorOr.h b/dev/LibCompiler/NFC/ErrorOr.h
index 1a79e75..7f5547b 100644
--- a/dev/LibCompiler/NFC/ErrorOr.h
+++ b/dev/LibCompiler/NFC/ErrorOr.h
@@ -2,7 +2,7 @@
* ========================================================
*
* LibCompiler
- * Copyright (C) 2024 Amlal EL Mahrouss, all rights reserved.
+ * Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved.
*
* ========================================================
*/
diff --git a/dev/LibCompiler/NFC/Ref.h b/dev/LibCompiler/NFC/Ref.h
index 50787ed..4c8c2e3 100644
--- a/dev/LibCompiler/NFC/Ref.h
+++ b/dev/LibCompiler/NFC/Ref.h
@@ -3,7 +3,7 @@
* ========================================================
*
* LibCompiler
- * Copyright (C) 2024 Amlal EL Mahrouss, all rights reserved.
+ * Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved.
*
* ========================================================
*/
diff --git a/dev/LibCompiler/NFC/String.h b/dev/LibCompiler/NFC/String.h
index fcb7912..51fb8b8 100644
--- a/dev/LibCompiler/NFC/String.h
+++ b/dev/LibCompiler/NFC/String.h
@@ -2,7 +2,7 @@
* ========================================================
*
* LibCompiler
- * Copyright (C) 2024 Amlal EL Mahrouss, all rights reserved.
+ * Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved.
*
* ========================================================
*/
diff --git a/dev/LibCompiler/ReadMe.md b/dev/LibCompiler/ReadMe.md
index 82d0475..a20ae29 100644
--- a/dev/LibCompiler/ReadMe.md
+++ b/dev/LibCompiler/ReadMe.md
@@ -4,4 +4,4 @@
This contains a set of tools necessary to compile a ZKA program.
-###### 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/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.
*
* ========================================================
*/