From 0d88ce0e3e489db5f62f0097f9461df9ccb89913 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 21 Nov 2025 01:33:15 +0100 Subject: meta: Codebase improvements on CompilerKit. Signed-off-by: Amlal El Mahrouss --- dev/CompilerKit/impl/32x0.h | 6 +++--- dev/CompilerKit/impl/64x0.h | 6 +++--- dev/CompilerKit/impl/Aarch64.h | 6 +++--- dev/CompilerKit/impl/PowerPC.h | 4 ++-- dev/CompilerKit/impl/X64.h | 6 +++--- 5 files changed, 14 insertions(+), 14 deletions(-) (limited to 'dev/CompilerKit/impl') diff --git a/dev/CompilerKit/impl/32x0.h b/dev/CompilerKit/impl/32x0.h index 05d9c27..1ad13ee 100644 --- a/dev/CompilerKit/impl/32x0.h +++ b/dev/CompilerKit/impl/32x0.h @@ -1,8 +1,8 @@ -/* ------------------------------------------- +/* ======================================== - Copyright (C) 2024-2025 Amlal EL Mahrouss, Licensed under Apache 2.0 + Copyright (C) 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license -------------------------------------------- */ +======================================== */ #pragma once diff --git a/dev/CompilerKit/impl/64x0.h b/dev/CompilerKit/impl/64x0.h index a720332..ce2ae89 100644 --- a/dev/CompilerKit/impl/64x0.h +++ b/dev/CompilerKit/impl/64x0.h @@ -1,8 +1,8 @@ -/* ------------------------------------------- +/* ======================================== - Copyright (C) 2024-2025 Amlal EL Mahrouss, Licensed under Apache 2.0 + Copyright (C) 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license -------------------------------------------- */ +======================================== */ #pragma once diff --git a/dev/CompilerKit/impl/Aarch64.h b/dev/CompilerKit/impl/Aarch64.h index 8465756..c1e9c77 100644 --- a/dev/CompilerKit/impl/Aarch64.h +++ b/dev/CompilerKit/impl/Aarch64.h @@ -1,8 +1,8 @@ -/* ------------------------------------------- +/* ======================================== -Copyright (C) 2024-2025 Amlal EL Mahrouss, Licensed under Apache 2.0 +Copyright (C) 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license -------------------------------------------- */ +======================================== */ #pragma once diff --git a/dev/CompilerKit/impl/PowerPC.h b/dev/CompilerKit/impl/PowerPC.h index 03aea49..7c7f67c 100644 --- a/dev/CompilerKit/impl/PowerPC.h +++ b/dev/CompilerKit/impl/PowerPC.h @@ -1,4 +1,4 @@ -/* ------------------------------------------- +/* ======================================== Some modifications are copyrighted under: Amlal El Mahrouss @@ -6,7 +6,7 @@ Original author: Apple Inc -------------------------------------------- */ +======================================== */ #pragma once diff --git a/dev/CompilerKit/impl/X64.h b/dev/CompilerKit/impl/X64.h index 7dc44f2..ccbcf13 100644 --- a/dev/CompilerKit/impl/X64.h +++ b/dev/CompilerKit/impl/X64.h @@ -1,8 +1,8 @@ -/* ------------------------------------------- +/* ======================================== - Copyright (C) 2024-2025 Amlal EL Mahrouss, Licensed under Apache 2.0 + Copyright (C) 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license -------------------------------------------- */ +======================================== */ #pragma once -- cgit v1.2.3