diff options
Diffstat (limited to 'dev')
| -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> |
