diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-04 19:39:50 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-04 19:40:01 +0100 |
| commit | b5b0863247aa835707fb64f1d27d0761bc182031 (patch) | |
| tree | 14b9e5d5c81bf301e5c0b05bbd09e5bac15b6b33 /include | |
| parent | 414cff930c56689aa9e479b836fd149b06564e7d (diff) | |
chore: add license comment for OCL.core.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/ocl/detail/net_config.hpp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/ocl/detail/net_config.hpp b/include/ocl/detail/net_config.hpp index be25d1f..d5c116d 100644 --- a/include/ocl/detail/net_config.hpp +++ b/include/ocl/detail/net_config.hpp @@ -1,4 +1,10 @@ - +/* + * File: detail/net_config.hpp + * Purpose: Network Config file of the OCL.CORE library. + * Author: Amlal El Mahrouss (amlal@nekernel.org) + * Copyright 2025, Amlal El Mahrouss, licensed under the Boost Software License. + */ + #pragma once #include <stdexcept> |
