Skip to content

Commit fb0d6c1

Browse files
committed
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: #924 Signed-off-by: Paul Cercueil <[email protected]>
1 parent 9938d01 commit fb0d6c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/gen_code.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: LGPL-2.1-or-later
1+
// SPDX-License-Identifier: GPL-2.0-or-later
22
/*
33
* libiio - Library for interfacing industrial I/O (IIO) devices
44
*

tests/gen_code.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: LGPL-2.1-or-later */
1+
/* SPDX-License-Identifier: GPL-2.0-or-later */
22
/*
33
* libiio - Library for interfacing industrial I/O (IIO) devices
44
*

tests/iio_stresstest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: LGPL-2.1-or-later
1+
// SPDX-License-Identifier: GPL-2.0-or-later
22
/*
33
* libiio - Library for interfacing industrial I/O (IIO) devices
44
*

0 commit comments

Comments
 (0)