diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-31 11:37:34 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-31 11:37:34 +0200 |
| commit | 2b0834fb9b4d07ed942ba0490706352caee1a282 (patch) | |
| tree | 2f7778928cb4aed717eb366096732fdcf9406db8 /dev/examples | |
| parent | 1ead9a09f39d417efa484475306baf13c1653142 (diff) | |
fix: add comment with BSL 1.0 license mention.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/examples')
| -rw-r--r-- | dev/examples/allocator_system/allocator_system.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dev/examples/allocator_system/allocator_system.cc b/dev/examples/allocator_system/allocator_system.cc index 90248cd..c3cd689 100644 --- a/dev/examples/allocator_system/allocator_system.cc +++ b/dev/examples/allocator_system/allocator_system.cc @@ -1,3 +1,10 @@ +/* + * File: allocator_system.cc + * Purpose: Allocator System container. + * Author: Amlal El Mahrouss (amlal@nekernel.org) + * Copyright 2025, Amlal El Mahrouss. Licensed under the BSL 1.0 license + */ + #include <lib/core/allocator_system.hpp> #include <iostream> |
