diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-11 16:18:30 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-11 16:18:30 +0100 |
| commit | 087f7e6e7590d5db13befcc10fc3109f2e6e2d27 (patch) | |
| tree | b0a3ac6faa8b7819f493888ef05280c42c382c51 /src/fix/parser.cpp | |
| parent | 9d04d5c698533e6191fe07741e9169d8476974a5 (diff) | |
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/fix/parser.cpp')
| -rw-r--r-- | src/fix/parser.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/fix/parser.cpp b/src/fix/parser.cpp index d12056b..b1cf353 100644 --- a/src/fix/parser.cpp +++ b/src/fix/parser.cpp @@ -1,9 +1,9 @@ -/* - * File: fix/parser.cpp - * Purpose: Financial Information Exchange parser in C++ - * Author: Amlal El Mahrouss (amlal@nekernel.org) - * Copyright 2025-2026, Amlal El Mahrouss, licensed under the Boost Software License. - */ +// SPDX-License-Identifier: BSL-1.0 +// Copyright 2025-2026, Amlal El Mahrouss (amlal@nekernel.org) +// Distributed under the Boost Software License, Version 1.0. (See accompanying +// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +// Official repository: https://github.com/ocl-foss-org/fix + #define OCL_FIX_HAS_IMPL #include <ocl/fix/parser.hpp> |
