summaryrefslogtreecommitdiffhomepage
path: root/dev/examples/allocator_system
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-20 19:42:17 -0500
committerGitHub <noreply@github.com>2025-11-20 19:42:17 -0500
commit98a0b6ceed0f8d432cae61559884613df539a0a1 (patch)
tree10583ee7130379feef0cd440266142fb6eede906 /dev/examples/allocator_system
parent3bc2fca2c9beff13586b8bf3089ce439acb09de1 (diff)
parent682d03f0b8e22168e2ccd2c4a35efae230d40eb0 (diff)
Merge pull request #13 from amlel-el-mahrouss/developv1.0.47
release: OCL 'Cork'
Diffstat (limited to 'dev/examples/allocator_system')
-rw-r--r--dev/examples/allocator_system/allocator_system.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/examples/allocator_system/allocator_system.cc b/dev/examples/allocator_system/allocator_system.cc
index 6e7bc6d..6bf1de7 100644
--- a/dev/examples/allocator_system/allocator_system.cc
+++ b/dev/examples/allocator_system/allocator_system.cc
@@ -2,7 +2,7 @@
* 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
+ * Copyright 2025, Amlal El Mahrouss, Licensed under the Boost Software License. Licensed under the BSL 1.0 license
*/
#include <lib/memory/allocator_system.hpp>