From a936410849e4df5598d9edb11132153a4f7e64f6 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 27 Dec 2025 08:56:24 +0100 Subject: cl! giant source code refactor. Signed-off-by: Amlal El Mahrouss --- include/CompilerKit/ErrorID.h | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'include/CompilerKit/ErrorID.h') diff --git a/include/CompilerKit/ErrorID.h b/include/CompilerKit/ErrorID.h index 0a2e666..3361c32 100644 --- a/include/CompilerKit/ErrorID.h +++ b/include/CompilerKit/ErrorID.h @@ -1,11 +1,7 @@ -/* - * ======================================================== - * - * CompilerKit - * Copyright (C) 2024-2025 Amlal El Mahrouss, licensed under the Apache 2.0 license. - * - * ======================================================== - */ +// Copyright 2024-2025, 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 #ifndef NECTAR_COMPILERKIT_ERRORID_H #define NECTAR_COMPILERKIT_ERRORID_H @@ -30,4 +26,3 @@ #define NECTAR_INVALID_ARCH -38 #endif // NECTAR_COMPILERKIT_ERRORID_H - -- cgit v1.2.3