diff options
Diffstat (limited to 'test/fix_basic/fix.test.cpp')
| -rw-r--r-- | test/fix_basic/fix.test.cpp | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/test/fix_basic/fix.test.cpp b/test/fix_basic/fix.test.cpp index 43042b4..f629d0b 100644 --- a/test/fix_basic/fix.test.cpp +++ b/test/fix_basic/fix.test.cpp @@ -1,9 +1,8 @@ -/* - * File: tests/fix_test.cc - * Purpose: Custom FIX protocol tests. - * Author: Amlal El Mahrouss (amlal@nekernel.org) - * Copyright 2025, 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 #include <ocl/fix/parser.hpp> #include <gtest/gtest.h> |
