From 2b0834fb9b4d07ed942ba0490706352caee1a282 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 31 Aug 2025 11:37:34 +0200 Subject: fix: add comment with BSL 1.0 license mention. Signed-off-by: Amlal El Mahrouss --- dev/examples/allocator_system/allocator_system.cc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'dev/examples') 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 #include -- cgit v1.2.3