summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-06-20 15:49:30 +0200
committerJens Georg <mail@jensge.org>2021-06-20 15:49:30 +0200
commitb018ff574f482a178f0c8515faf32962da70396a (patch)
tree0d96bdc91553dffc187318bbdfb536ca2f7b022e /tests
parent951a6adc78eca903fae3e1b75d5c321403d0e71f (diff)
downloadgssdp-b018ff574f482a178f0c8515faf32962da70396a.tar.gz
all: LGPL-2.0 -> LGPL-2.1
Remove wall of text and use SPDX-License-Identifier everywhere
Diffstat (limited to 'tests')
-rw-r--r--tests/test-functional.c14
-rw-r--r--tests/test-regression.c14
-rw-r--r--tests/test-util.c14
-rw-r--r--tests/test-util.h14
4 files changed, 4 insertions, 52 deletions
diff --git a/tests/test-functional.c b/tests/test-functional.c
index 6f03b46..9f43c6c 100644
--- a/tests/test-functional.c
+++ b/tests/test-functional.c
@@ -3,20 +3,8 @@
*
* Author: Jens Georg <jensg@openismus.com>
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * SPDX-License-Identifier: LGPL-2.1-or-later
*
- * This library 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
- * Library General Public License for more details.
- *
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301, USA.
*/
#include <string.h>
diff --git a/tests/test-regression.c b/tests/test-regression.c
index 9bdb021..9501ab5 100644
--- a/tests/test-regression.c
+++ b/tests/test-regression.c
@@ -3,20 +3,8 @@
*
* Author: Jens Georg <jensg@openismus.com>
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * SPDX-License-Identifier: LGPL-2.1-or-later
*
- * This library 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
- * Library General Public License for more details.
- *
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301, USA.
*/
#define UUID_1 "uuid:81909e94-ebf4-469e-ac68-81f2f189de1b"
diff --git a/tests/test-util.c b/tests/test-util.c
index e061ad3..44b32dd 100644
--- a/tests/test-util.c
+++ b/tests/test-util.c
@@ -3,20 +3,8 @@
*
* Author: Jens Georg <jensg@openismus.com>
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * SPDX-License-Identifier: LGPL-2.1-or-later
*
- * This library 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
- * Library General Public License for more details.
- *
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301, USA.
*/
#include "test-util.h"
diff --git a/tests/test-util.h b/tests/test-util.h
index 3175bd6..5c568fd 100644
--- a/tests/test-util.h
+++ b/tests/test-util.h
@@ -3,20 +3,8 @@
*
* Author: Jens Georg <jensg@openismus.com>
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * SPDX-License-Identifier: LGPL-2.1-or-later
*
- * This library 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
- * Library General Public License for more details.
- *
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301, USA.
*/
#ifndef TESTUTIL_H