diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-02-03 06:55:55 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-02-03 06:55:55 +0100 |
| commit | 7c2425f9b3f2d2cd7655dd9449d8aef6275eb1cc (patch) | |
| tree | b9e41e6d329a1c6e0b20aca062e86c024d6c02a6 /dev | |
| parent | 2ea33083009603610c095ba109c41c4d257b0471 (diff) | |
META: Tweaks.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/LibC++/base_alloc.h | 2 | ||||
| -rw-r--r-- | dev/LibC++/base_exception.h | 2 | ||||
| -rw-r--r-- | dev/LibC++/base_math.h | 2 | ||||
| -rw-r--r-- | dev/LibC++/base_process.h | 2 | ||||
| -rw-r--r-- | dev/LibC++/defines.h | 2 | ||||
| -rw-r--r-- | dev/LibC++/filesystem.h | 2 | ||||
| -rw-r--r-- | dev/LibC++/utility.h | 2 | ||||
| -rw-r--r-- | dev/LibCompiler/NFC/AE.h | 2 | ||||
| -rw-r--r-- | dev/LibCompiler/NFC/ErrorID.h | 2 | ||||
| -rw-r--r-- | dev/LibCompiler/NFC/ErrorOr.h | 2 | ||||
| -rw-r--r-- | dev/LibCompiler/NFC/Ref.h | 2 | ||||
| -rw-r--r-- | dev/LibCompiler/NFC/String.h | 2 | ||||
| -rw-r--r-- | dev/LibCompiler/ReadMe.md | 2 | ||||
| -rw-r--r-- | dev/LibCompiler/src/CCompiler64x0.cc | 2 | ||||
| -rw-r--r-- | dev/LibCompiler/src/CCompilerARM64.cc | 2 | ||||
| -rw-r--r-- | dev/LibCompiler/src/CCompilerPower64.cc | 2 | ||||
| -rw-r--r-- | dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc | 2 | ||||
| -rw-r--r-- | dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc | 2 | ||||
| -rw-r--r-- | dev/LibCompiler/src/String.cc | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/dev/LibC++/base_alloc.h b/dev/LibC++/base_alloc.h index 3958325..a323a16 100644 --- a/dev/LibC++/base_alloc.h +++ b/dev/LibC++/base_alloc.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024 Amlal EL Mahrouss, all rights reserved. + Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved. ------------------------------------------- */ diff --git a/dev/LibC++/base_exception.h b/dev/LibC++/base_exception.h index 29d7990..df9022f 100644 --- a/dev/LibC++/base_exception.h +++ b/dev/LibC++/base_exception.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024 Amlal EL Mahrouss, all rights reserved. + Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved. ------------------------------------------- */ diff --git a/dev/LibC++/base_math.h b/dev/LibC++/base_math.h index 9d131d4..939ba20 100644 --- a/dev/LibC++/base_math.h +++ b/dev/LibC++/base_math.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024 Amlal EL Mahrouss, all rights reserved. + Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved. ------------------------------------------- */ diff --git a/dev/LibC++/base_process.h b/dev/LibC++/base_process.h index 8a7ddc8..899bb36 100644 --- a/dev/LibC++/base_process.h +++ b/dev/LibC++/base_process.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024 Amlal EL Mahrouss, all rights reserved. + Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved. ------------------------------------------- */ diff --git a/dev/LibC++/defines.h b/dev/LibC++/defines.h index 84b943b..85b3e53 100644 --- a/dev/LibC++/defines.h +++ b/dev/LibC++/defines.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024 Amlal EL Mahrouss, all rights reserved. + Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved. ------------------------------------------- */ diff --git a/dev/LibC++/filesystem.h b/dev/LibC++/filesystem.h index 4d16819..90f0ebe 100644 --- a/dev/LibC++/filesystem.h +++ b/dev/LibC++/filesystem.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024 Amlal EL Mahrouss, all rights reserved. + Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved. ------------------------------------------- */ diff --git a/dev/LibC++/utility.h b/dev/LibC++/utility.h index 83d318f..a0a364e 100644 --- a/dev/LibC++/utility.h +++ b/dev/LibC++/utility.h @@ -1,6 +1,6 @@ /* ------------------------------------------- \ - 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/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. * * ======================================================== */ |
