From 087f7e6e7590d5db13befcc10fc3109f2e6e2d27 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 11 Mar 2026 16:18:30 +0100 Subject: [CHORE] Add SPDX header for files. Signed-off-by: Amlal El Mahrouss --- src/fix/parser.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/fix/parser.cpp') 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 -- cgit v1.2.3