From fb0d6c16cbfce12e9e1df3131b1d8f1935c78ab9 Mon Sep 17 00:00:00 2001 From: Paul Cercueil Date: Mon, 30 Jan 2023 11:54:58 +0000 Subject: [PATCH] tests: License all files to GPLv2+ A few files were still licensed under the LGPLv2+. These files were authored and modified by myself, Robin Getz, Lars-Peter Clausen and Matej Kenda; all parties gave their consent for the relicense in the following github thread: https://github.com/analogdevicesinc/libiio/pull/924 Signed-off-by: Paul Cercueil --- tests/gen_code.c | 2 +- tests/gen_code.h | 2 +- tests/iio_stresstest.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/gen_code.c b/tests/gen_code.c index 3a1b31e3f..9fc3d5ce6 100644 --- a/tests/gen_code.c +++ b/tests/gen_code.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: LGPL-2.1-or-later +// SPDX-License-Identifier: GPL-2.0-or-later /* * libiio - Library for interfacing industrial I/O (IIO) devices * diff --git a/tests/gen_code.h b/tests/gen_code.h index c7be971d3..125404cbc 100644 --- a/tests/gen_code.h +++ b/tests/gen_code.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: LGPL-2.1-or-later */ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * libiio - Library for interfacing industrial I/O (IIO) devices * diff --git a/tests/iio_stresstest.c b/tests/iio_stresstest.c index 4d5d47a69..0eb83ba59 100644 --- a/tests/iio_stresstest.c +++ b/tests/iio_stresstest.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: LGPL-2.1-or-later +// SPDX-License-Identifier: GPL-2.0-or-later /* * libiio - Library for interfacing industrial I/O (IIO) devices *