summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-08 20:59:20 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-08 20:59:20 +0100
commit3fc15022627ed621ee5297b39630a81bae59f114 (patch)
tree11a6117e5211c6d9b2ff6bd75d10798fba4ec30b
parent087e9f586691f5f506613aeddebca1e552a59050 (diff)
feat: Update copyright year and target format.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
-rw-r--r--src/CompilerKit/src/CodeGenerator+AssemblyFactory.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/CompilerKit/src/CodeGenerator+AssemblyFactory.cc b/src/CompilerKit/src/CodeGenerator+AssemblyFactory.cc
index ce42dd3..9a54142 100644
--- a/src/CompilerKit/src/CodeGenerator+AssemblyFactory.cc
+++ b/src/CompilerKit/src/CodeGenerator+AssemblyFactory.cc
@@ -1,4 +1,4 @@
-// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
+// Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (See accompanying
// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0)
// Official repository: https://github.com/nekernel-org/nectar
@@ -10,12 +10,12 @@
* @author Amlal El Mahrouss (amlal@nekernel.org)
* @brief Nectar Code Generation API
* @version 0.0.3
- * @copyright Copyright (c) 2024-2025 Amlal El Mahrouss
+ * @copyright Copyright (c) 2024-2026 Amlal El Mahrouss
*
*/
namespace CompilerKit {
-///! @brief Compile for specific format (ELF, PEF, ZBIN)
+///! @brief Compile for specific format (ELF, PEF, AE)
Int32 AssemblyFactory::Compile(STLString sourceFile, const Int32& arch) {
if (sourceFile.length() < 1) return NECTAR_UNIMPLEMENTED;