From 0cca08fb5a26a9c50632d2a2a7cd49e8db55badc Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 17 Nov 2025 11:00:03 +0100 Subject: fix: meta: Better LICENSE. Signed-off-by: Amlal El Mahrouss --- dev/CompilerKit/utils/AsmUtils.h | 2 +- dev/CompilerKit/utils/CompilerUtils.h | 2 +- dev/CompilerKit/utils/DylibHelpers.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'dev/CompilerKit/utils') diff --git a/dev/CompilerKit/utils/AsmUtils.h b/dev/CompilerKit/utils/AsmUtils.h index 889d359..b5ae513 100644 --- a/dev/CompilerKit/utils/AsmUtils.h +++ b/dev/CompilerKit/utils/AsmUtils.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved + Copyright (C) 2024-2025 Amlal EL Mahrouss, Licensed under Apache 2.0 ------------------------------------------- */ diff --git a/dev/CompilerKit/utils/CompilerUtils.h b/dev/CompilerKit/utils/CompilerUtils.h index f69d117..d812ab8 100644 --- a/dev/CompilerKit/utils/CompilerUtils.h +++ b/dev/CompilerKit/utils/CompilerUtils.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved + Copyright (C) 2024-2025 Amlal EL Mahrouss, Licensed under Apache 2.0 ------------------------------------------- */ diff --git a/dev/CompilerKit/utils/DylibHelpers.h b/dev/CompilerKit/utils/DylibHelpers.h index fede406..9871d05 100644 --- a/dev/CompilerKit/utils/DylibHelpers.h +++ b/dev/CompilerKit/utils/DylibHelpers.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2025 Amlal EL Mahrouss, all rights reserved + Copyright (C) 2025 Amlal EL Mahrouss, Licensed under Apache 2.0 ------------------------------------------- */ -- cgit v1.2.3