From b4ebac8598396b459c74914e7be11a37b9089af2 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 11 Jan 2024 19:07:15 +0100 Subject: Codebase refactor and new files in External/ Signed-off-by: Amlal El Mahrouss --- CompilerKit/AsmKit/Arch/32k.hpp | 2 +- CompilerKit/AsmKit/Arch/64k.hpp | 2 +- CompilerKit/AsmKit/AsmKit.cc | 2 +- CompilerKit/AsmKit/AsmKit.hpp | 2 +- CompilerKit/Compiler.hpp | 2 +- CompilerKit/Defines.hpp | 2 +- CompilerKit/ParserKit.hpp | 2 +- CompilerKit/StdKit/AE.hpp | 2 +- CompilerKit/StdKit/PEF.hpp | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'CompilerKit') diff --git a/CompilerKit/AsmKit/Arch/32k.hpp b/CompilerKit/AsmKit/Arch/32k.hpp index aed3e49..b9ce4bb 100644 --- a/CompilerKit/AsmKit/Arch/32k.hpp +++ b/CompilerKit/AsmKit/Arch/32k.hpp @@ -1,7 +1,7 @@ /* * ======================================================== * - * C++Kit + * MPCC * Copyright Mahrouss Logic, all rights reserved. * * ======================================================== diff --git a/CompilerKit/AsmKit/Arch/64k.hpp b/CompilerKit/AsmKit/Arch/64k.hpp index 0eb5afd..ceee868 100644 --- a/CompilerKit/AsmKit/Arch/64k.hpp +++ b/CompilerKit/AsmKit/Arch/64k.hpp @@ -1,7 +1,7 @@ /* * ======================================================== * - * C++Kit + * MPCC * Copyright Mahrouss Logic, all rights reserved. * * ======================================================== diff --git a/CompilerKit/AsmKit/AsmKit.cc b/CompilerKit/AsmKit/AsmKit.cc index 300c1e8..d0c21e6 100644 --- a/CompilerKit/AsmKit/AsmKit.cc +++ b/CompilerKit/AsmKit/AsmKit.cc @@ -1,7 +1,7 @@ /* * ======================================================== * - * C++Kit + * MPCC * Copyright Mahrouss Logic, all rights reserved. * * ======================================================== diff --git a/CompilerKit/AsmKit/AsmKit.hpp b/CompilerKit/AsmKit/AsmKit.hpp index 14dc7a7..e1f9de9 100644 --- a/CompilerKit/AsmKit/AsmKit.hpp +++ b/CompilerKit/AsmKit/AsmKit.hpp @@ -1,7 +1,7 @@ /* * ======================================================== * - * C++Kit + * MPCC * Copyright Mahrouss Logic, all rights reserved. * * ======================================================== diff --git a/CompilerKit/Compiler.hpp b/CompilerKit/Compiler.hpp index 17149f3..6edc0d2 100644 --- a/CompilerKit/Compiler.hpp +++ b/CompilerKit/Compiler.hpp @@ -1,7 +1,7 @@ /* * ======================================================== * - * C++Kit + * MPCC * Copyright Mahrouss Logic, all rights reserved. * * ======================================================== diff --git a/CompilerKit/Defines.hpp b/CompilerKit/Defines.hpp index fdaeaf4..027f24f 100644 --- a/CompilerKit/Defines.hpp +++ b/CompilerKit/Defines.hpp @@ -1,7 +1,7 @@ /* * ======================================================== * - * C++Kit + * MPCC * Copyright Mahrouss Logic, all rights reserved. * * ======================================================== diff --git a/CompilerKit/ParserKit.hpp b/CompilerKit/ParserKit.hpp index 58c9516..f0829a6 100644 --- a/CompilerKit/ParserKit.hpp +++ b/CompilerKit/ParserKit.hpp @@ -1,7 +1,7 @@ /* * ======================================================== * - * C++Kit + * MPCC * Copyright Mahrouss Logic, all rights reserved. * * ======================================================== diff --git a/CompilerKit/StdKit/AE.hpp b/CompilerKit/StdKit/AE.hpp index c4d1b7a..c01bc51 100644 --- a/CompilerKit/StdKit/AE.hpp +++ b/CompilerKit/StdKit/AE.hpp @@ -1,7 +1,7 @@ /* * ======================================================== * - * C++Kit + * MPCC * Copyright Mahrouss Logic, all rights reserved. * * ======================================================== diff --git a/CompilerKit/StdKit/PEF.hpp b/CompilerKit/StdKit/PEF.hpp index 08e2433..924593f 100644 --- a/CompilerKit/StdKit/PEF.hpp +++ b/CompilerKit/StdKit/PEF.hpp @@ -1,7 +1,7 @@ /* * ======================================================== * - * C++Kit + * MPCC * Copyright Mahrouss Logic, all rights reserved. * * ======================================================== -- cgit v1.2.3