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/StdKit | |
| 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/StdKit')
| -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 |
7 files changed, 7 insertions, 7 deletions
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. * * ======================================================== */ |
