summaryrefslogtreecommitdiffhomepage
path: root/dev/lib/fix
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-17 10:15:38 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-17 10:15:38 +0100
commit1d943dcfcddb68f489c126b1e0df41170287e63d (patch)
tree6507901f62b1ea75e599644e44540f2322c35f1a /dev/lib/fix
parentd5c23fd4c37e29bc74a15491d43ef6bba8d3915a (diff)
feat: lib: make licensing clear.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/lib/fix')
-rw-r--r--dev/lib/fix/fix.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/lib/fix/fix.hpp b/dev/lib/fix/fix.hpp
index 2d2c742..8035d55 100644
--- a/dev/lib/fix/fix.hpp
+++ b/dev/lib/fix/fix.hpp
@@ -2,7 +2,7 @@
* File: fix/fix.hpp
* Purpose: Financial Information Exchange parser in C++
* Author: Amlal El Mahrouss (amlal@nekernel.org)
- * Copyright 2025, Amlal El Mahrouss
+ * Copyright 2025, Amlal El Mahrouss, licensed under the MIT license.
*/
#ifndef _OCL_FIX_PARSER_HPP