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 --- include/ocl/fix.hpp | 11 +++++------ include/ocl/fix.inl | 1 + include/ocl/fix/checksum.hpp | 11 +++++------ include/ocl/fix/detail/config.hpp | 11 +++++------ include/ocl/fix/parser.hpp | 8 +------- 5 files changed, 17 insertions(+), 25 deletions(-) (limited to 'include') diff --git a/include/ocl/fix.hpp b/include/ocl/fix.hpp index dcd9c41..377ad1e 100644 --- a/include/ocl/fix.hpp +++ b/include/ocl/fix.hpp @@ -1,9 +1,8 @@ -/* - * File: fix.hpp - * Purpose: Financial Information Exchange function and headers 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 #ifndef OCL_FIX_HPP #define OCL_FIX_HPP diff --git a/include/ocl/fix.inl b/include/ocl/fix.inl index d46f101..4764463 100644 --- a/include/ocl/fix.inl +++ b/include/ocl/fix.inl @@ -1,3 +1,4 @@ +// 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) diff --git a/include/ocl/fix/checksum.hpp b/include/ocl/fix/checksum.hpp index 5d9fa8b..fc4aa9a 100644 --- a/include/ocl/fix/checksum.hpp +++ b/include/ocl/fix/checksum.hpp @@ -1,9 +1,8 @@ -/* - * File: fix/checksum.hpp - * Purpose: Financial Information Exchange checksum 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 #ifndef OCL_FIX_CHECKSUM #define OCL_FIX_CHECKSUM diff --git a/include/ocl/fix/detail/config.hpp b/include/ocl/fix/detail/config.hpp index a6e6fb9..873beae 100644 --- a/include/ocl/fix/detail/config.hpp +++ b/include/ocl/fix/detail/config.hpp @@ -1,9 +1,8 @@ -/* - * File: detail/config.hpp - * Purpose: Config file of the OCL.FIX library. - * 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 #ifndef OCL_FIX_CONFIG #define OCL_FIX_CONFIG diff --git a/include/ocl/fix/parser.hpp b/include/ocl/fix/parser.hpp index 337b0b3..ba36664 100644 --- a/include/ocl/fix/parser.hpp +++ b/include/ocl/fix/parser.hpp @@ -1,10 +1,4 @@ -/* - * File: fix/parser.hpp - * 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) -- cgit v1.2.3