diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-17 11:00:03 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-17 11:00:03 +0100 |
| commit | 0cca08fb5a26a9c50632d2a2a7cd49e8db55badc (patch) | |
| tree | 73c05e9d2e51488d895e9d899eaf29640265e552 /dev/LibC++ | |
| parent | 18cfd78c3627858b9e0c52f48cc8fbc0582186b5 (diff) | |
fix: meta: Better LICENSE.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/LibC++')
| -rw-r--r-- | dev/LibC++/__abi+unreachable.cc | 2 | ||||
| -rw-r--r-- | dev/LibC++/__abi.h | 2 | ||||
| -rw-r--r-- | dev/LibC++/base_alloc.h | 2 | ||||
| -rw-r--r-- | dev/LibC++/base_exception.h | 2 | ||||
| -rw-r--r-- | dev/LibC++/base_math.h | 2 | ||||
| -rw-r--r-- | dev/LibC++/base_process.h | 2 | ||||
| -rw-r--r-- | dev/LibC++/defines.h | 2 | ||||
| -rw-r--r-- | dev/LibC++/filesystem.h | 2 | ||||
| -rw-r--r-- | dev/LibC++/utility.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/dev/LibC++/__abi+unreachable.cc b/dev/LibC++/__abi+unreachable.cc index f72e749..428b745 100644 --- a/dev/LibC++/__abi+unreachable.cc +++ b/dev/LibC++/__abi+unreachable.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2025 Amlal El Mahrouss, all rights reserved. + Copyright (C) 2025 Amlal El Mahrouss, Licensed under Apache 2.0. ------------------------------------------- */ diff --git a/dev/LibC++/__abi.h b/dev/LibC++/__abi.h index 9e46689..4e66d1a 100644 --- a/dev/LibC++/__abi.h +++ b/dev/LibC++/__abi.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/LibC++/base_alloc.h b/dev/LibC++/base_alloc.h index af5693b..a322f7f 100644 --- a/dev/LibC++/base_alloc.h +++ b/dev/LibC++/base_alloc.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/LibC++/base_exception.h b/dev/LibC++/base_exception.h index 29f996b..6f48cd9 100644 --- a/dev/LibC++/base_exception.h +++ b/dev/LibC++/base_exception.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/LibC++/base_math.h b/dev/LibC++/base_math.h index 7c9f34d..70bfeba 100644 --- a/dev/LibC++/base_math.h +++ b/dev/LibC++/base_math.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/LibC++/base_process.h b/dev/LibC++/base_process.h index 034240f..8767aa7 100644 --- a/dev/LibC++/base_process.h +++ b/dev/LibC++/base_process.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/LibC++/defines.h b/dev/LibC++/defines.h index 21c43e4..f7c08e1 100644 --- a/dev/LibC++/defines.h +++ b/dev/LibC++/defines.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/LibC++/filesystem.h b/dev/LibC++/filesystem.h index 1095da1..c9f6e42 100644 --- a/dev/LibC++/filesystem.h +++ b/dev/LibC++/filesystem.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/LibC++/utility.h b/dev/LibC++/utility.h index 082d73d..a10f2c2 100644 --- a/dev/LibC++/utility.h +++ b/dev/LibC++/utility.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. ------------------------------------------- */ |
