X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fbenchmark%2Ftest_looplen.c;h=b743828979f138dfee737639021c6a464f5b5401;hb=HEAD;hp=51c1744b4f979d64a436256cdb456530aa250e98;hpb=70469b43316ecc8d6053550504858ad8a8ef9b16;p=urcu.git diff --git a/tests/benchmark/test_looplen.c b/tests/benchmark/test_looplen.c index 51c1744..b743828 100644 --- a/tests/benchmark/test_looplen.c +++ b/tests/benchmark/test_looplen.c @@ -1,23 +1,9 @@ +// SPDX-FileCopyrightText: 2009 Mathieu Desnoyers +// +// SPDX-License-Identifier: GPL-2.0-or-later + /* - * test_looplen.c - * * Userspace RCU library - test program - * - * Copyright February 2009 - Mathieu Desnoyers - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include @@ -28,11 +14,11 @@ #include #include #include -#include #include #include #include +#include #ifndef DYNAMIC_LINK_TEST #define _LGPL_SOURCE