diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-16 15:00:33 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-16 15:01:22 +0100 |
| commit | 3279dc1335835952a8170af3ab784caaf393292a (patch) | |
| tree | 156fa225ff8171609c3fab3e0d95125e56cf0478 /CompilerKit | |
| parent | fdcc6a15f3ef065f313233a9e00dfb44ea67406f (diff) | |
IDE: add CodeEditorController.java
Meta: Update copyright year.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'CompilerKit')
| -rw-r--r-- | CompilerKit/AsmKit/Arch/32k.hpp | 2 | ||||
| -rw-r--r-- | CompilerKit/AsmKit/Arch/64k.hpp | 2 | ||||
| -rw-r--r-- | CompilerKit/AsmKit/AsmKit.cc | 2 | ||||
| -rw-r--r-- | CompilerKit/AsmKit/AsmKit.hpp | 2 | ||||
| -rw-r--r-- | CompilerKit/Compiler.hpp | 2 | ||||
| -rw-r--r-- | CompilerKit/Defines.hpp | 2 | ||||
| -rw-r--r-- | CompilerKit/ParserKit.hpp | 2 | ||||
| -rw-r--r-- | CompilerKit/StdKit/AE.hpp | 2 | ||||
| -rw-r--r-- | CompilerKit/StdKit/ErrorID.hpp | 2 | ||||
| -rw-r--r-- | CompilerKit/StdKit/ErrorOr.hpp | 2 | ||||
| -rw-r--r-- | CompilerKit/StdKit/PEF.hpp | 2 | ||||
| -rw-r--r-- | CompilerKit/StdKit/Ref.hpp | 2 | ||||
| -rw-r--r-- | CompilerKit/StdKit/String.cc | 2 | ||||
| -rw-r--r-- | CompilerKit/StdKit/String.hpp | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/CompilerKit/AsmKit/Arch/32k.hpp b/CompilerKit/AsmKit/Arch/32k.hpp index 018b0aa..700da3b 100644 --- a/CompilerKit/AsmKit/Arch/32k.hpp +++ b/CompilerKit/AsmKit/Arch/32k.hpp @@ -2,7 +2,7 @@ * ======================================================== * * MPCC - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024, Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/CompilerKit/AsmKit/Arch/64k.hpp b/CompilerKit/AsmKit/Arch/64k.hpp index 36b01b6..2f37dc5 100644 --- a/CompilerKit/AsmKit/Arch/64k.hpp +++ b/CompilerKit/AsmKit/Arch/64k.hpp @@ -2,7 +2,7 @@ * ======================================================== * * MPCC - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024, Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/CompilerKit/AsmKit/AsmKit.cc b/CompilerKit/AsmKit/AsmKit.cc index d0c21e6..3118e56 100644 --- a/CompilerKit/AsmKit/AsmKit.cc +++ b/CompilerKit/AsmKit/AsmKit.cc @@ -2,7 +2,7 @@ * ======================================================== * * MPCC - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024, Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/CompilerKit/AsmKit/AsmKit.hpp b/CompilerKit/AsmKit/AsmKit.hpp index da7061f..9160035 100644 --- a/CompilerKit/AsmKit/AsmKit.hpp +++ b/CompilerKit/AsmKit/AsmKit.hpp @@ -2,7 +2,7 @@ * ======================================================== * * MPCC - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024, Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/CompilerKit/Compiler.hpp b/CompilerKit/Compiler.hpp index 6edc0d2..810652f 100644 --- a/CompilerKit/Compiler.hpp +++ b/CompilerKit/Compiler.hpp @@ -2,7 +2,7 @@ * ======================================================== * * MPCC - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024, Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/CompilerKit/Defines.hpp b/CompilerKit/Defines.hpp index db52362..21a20c5 100644 --- a/CompilerKit/Defines.hpp +++ b/CompilerKit/Defines.hpp @@ -2,7 +2,7 @@ * ======================================================== * * MPCC - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024, Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/CompilerKit/ParserKit.hpp b/CompilerKit/ParserKit.hpp index f0829a6..3292b07 100644 --- a/CompilerKit/ParserKit.hpp +++ b/CompilerKit/ParserKit.hpp @@ -2,7 +2,7 @@ * ======================================================== * * MPCC - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024, Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/CompilerKit/StdKit/AE.hpp b/CompilerKit/StdKit/AE.hpp index cc2144f..403d7cb 100644 --- a/CompilerKit/StdKit/AE.hpp +++ b/CompilerKit/StdKit/AE.hpp @@ -2,7 +2,7 @@ * ======================================================== * * MPCC - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024, Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/CompilerKit/StdKit/ErrorID.hpp b/CompilerKit/StdKit/ErrorID.hpp index ba69635..e7bc7de 100644 --- a/CompilerKit/StdKit/ErrorID.hpp +++ b/CompilerKit/StdKit/ErrorID.hpp @@ -2,7 +2,7 @@ * ======================================================== * * CompilerKit - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024, Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/CompilerKit/StdKit/ErrorOr.hpp b/CompilerKit/StdKit/ErrorOr.hpp index 15a0a75..97aeaa2 100644 --- a/CompilerKit/StdKit/ErrorOr.hpp +++ b/CompilerKit/StdKit/ErrorOr.hpp @@ -2,7 +2,7 @@ * ======================================================== * * CompilerKit - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024, Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/CompilerKit/StdKit/PEF.hpp b/CompilerKit/StdKit/PEF.hpp index a6c1ffe..ff5a808 100644 --- a/CompilerKit/StdKit/PEF.hpp +++ b/CompilerKit/StdKit/PEF.hpp @@ -2,7 +2,7 @@ * ======================================================== * * MPCC - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024, Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/CompilerKit/StdKit/Ref.hpp b/CompilerKit/StdKit/Ref.hpp index b148839..d2d5b34 100644 --- a/CompilerKit/StdKit/Ref.hpp +++ b/CompilerKit/StdKit/Ref.hpp @@ -3,7 +3,7 @@ * ======================================================== * * CompilerKit - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024, Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/CompilerKit/StdKit/String.cc b/CompilerKit/StdKit/String.cc index 9b63a69..bb0e3dd 100644 --- a/CompilerKit/StdKit/String.cc +++ b/CompilerKit/StdKit/String.cc @@ -2,7 +2,7 @@ * ======================================================== * * CompilerKit - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024, Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/CompilerKit/StdKit/String.hpp b/CompilerKit/StdKit/String.hpp index 3413d4d..a3d528f 100644 --- a/CompilerKit/StdKit/String.hpp +++ b/CompilerKit/StdKit/String.hpp @@ -2,7 +2,7 @@ * ======================================================== * * CompilerKit - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024, Mahrouss Logic, all rights reserved. * * ======================================================== */ |
