From f88fe31af6b19a972c2b72d9fdaee8c1985cfd9f Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 11 Mar 2026 16:18:23 +0100 Subject: [CHORE] Add SPDX header for files. Signed-off-by: Amlal El Mahrouss --- test/rope_test/crope.pred2.test.cpp | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'test/rope_test/crope.pred2.test.cpp') diff --git a/test/rope_test/crope.pred2.test.cpp b/test/rope_test/crope.pred2.test.cpp index e088bf6..c2f5aca 100644 --- a/test/rope_test/crope.pred2.test.cpp +++ b/test/rope_test/crope.pred2.test.cpp @@ -1,9 +1,8 @@ -/* - * File: crope.pred.test.cpp - * Purpose: Char rope test. - * Author: Amlal El Mahrouss (amlal@nekernel.org) - * Copyright 2026, Amlal El Mahrouss, licensed under the Boost Software License. - */ +// SPDX-License-Identifier: BSL-1.0 +// Copyright 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/tproc #include #include -- cgit v1.2.3