summaryrefslogtreecommitdiffhomepage
path: root/dev/examples
diff options
context:
space:
mode:
Diffstat (limited to 'dev/examples')
-rw-r--r--dev/examples/allocator_system/allocator_system.cc2
-rw-r--r--dev/examples/cgi/cgi.cc2
-rw-r--r--dev/examples/equiv/equiv.cc2
-rw-r--r--dev/examples/fix/fix.cc2
-rw-r--r--dev/examples/opt/opt.cc6
-rw-r--r--dev/examples/tracked_ptr/tracked_ptr.cc2
6 files changed, 8 insertions, 8 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>
diff --git a/dev/examples/cgi/cgi.cc b/dev/examples/cgi/cgi.cc
index 692f90c..3e08aad 100644
--- a/dev/examples/cgi/cgi.cc
+++ b/dev/examples/cgi/cgi.cc
@@ -1,7 +1,7 @@
/*
cgi example
written by Amlal El Mahrouss.
- licensed under the MIT license
+ licensed under the Boost Software License
*/
#include <lib/utility/cgi_writer.hpp>
diff --git a/dev/examples/equiv/equiv.cc b/dev/examples/equiv/equiv.cc
index 12207f4..41128a2 100644
--- a/dev/examples/equiv/equiv.cc
+++ b/dev/examples/equiv/equiv.cc
@@ -1,7 +1,7 @@
/*
string checksum example
written by Amlal El Mahrouss.
- licensed under the MIT license
+ licensed under the Boost Software License
*/
#include <lib/logic/equiv.hpp>
diff --git a/dev/examples/fix/fix.cc b/dev/examples/fix/fix.cc
index 4015a67..e09178b 100644
--- a/dev/examples/fix/fix.cc
+++ b/dev/examples/fix/fix.cc
@@ -1,7 +1,7 @@
/*
fix example
written by Amlal El Mahrouss.
- licensed under the MIT license
+ licensed under the Boost Software License
*/
#include <lib/core/error_handler.hpp>
diff --git a/dev/examples/opt/opt.cc b/dev/examples/opt/opt.cc
index b34f2c7..acd59fd 100644
--- a/dev/examples/opt/opt.cc
+++ b/dev/examples/opt/opt.cc
@@ -1,7 +1,7 @@
/*
- string checksum example
- written by Amlal El Mahrouss.
- licensed under the MIT license
+ String checksum example
+ Written by Amlal El Mahrouss.
+ Licensed under the Boost Software License
*/
#include <lib/logic/opt.hpp>
diff --git a/dev/examples/tracked_ptr/tracked_ptr.cc b/dev/examples/tracked_ptr/tracked_ptr.cc
index 6e3f4a2..27d942c 100644
--- a/dev/examples/tracked_ptr/tracked_ptr.cc
+++ b/dev/examples/tracked_ptr/tracked_ptr.cc
@@ -1,7 +1,7 @@
/*
tracked_ptr example
written by Amlal El Mahrouss.
- licensed under the MIT license
+ licensed under the Boost Software License
*/
#include <lib/memory/tracked_ptr.hpp>