summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Wilmet <swilmet@gnome.org>2017-01-05 14:15:39 +0100
committerSébastien Wilmet <swilmet@gnome.org>2017-05-24 11:58:19 +0200
commit308bc41fb90b500a6c383d09c2251ec45f4aa38f (patch)
tree2eccb0753de362c8df9823bd1ddbe3e9899382c8
parentfeacdabb3f64f2702a0033cfeb4c1a8f032d10e8 (diff)
downloadglib-308bc41fb90b500a6c383d09c2251ec45f4aa38f.tar.gz
gobject/tests/: LGPLv2+ -> LGPLv2.1+
A lot of tests in gobject/tests/ don't have a license header. And some tests are licensed under a BSD-style license. https://bugzilla.gnome.org/show_bug.cgi?id=776504
-rw-r--r--gobject/tests/ifaceproperties.c2
-rw-r--r--gobject/tests/qdata.c8
-rw-r--r--gobject/tests/testcommon.h2
3 files changed, 6 insertions, 6 deletions
diff --git a/gobject/tests/ifaceproperties.c b/gobject/tests/ifaceproperties.c
index 0528ac8f0..569f42dfe 100644
--- a/gobject/tests/ifaceproperties.c
+++ b/gobject/tests/ifaceproperties.c
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/gobject/tests/qdata.c b/gobject/tests/qdata.c
index abafc4dd8..528bdc68e 100644
--- a/gobject/tests/qdata.c
+++ b/gobject/tests/qdata.c
@@ -1,10 +1,10 @@
/*
* Copyright 2012 Red Hat, Inc.
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser 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 free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
*
* See the included COPYING file for more information.
*/
diff --git a/gobject/tests/testcommon.h b/gobject/tests/testcommon.h
index a69f594c3..157fe65cc 100644
--- a/gobject/tests/testcommon.h
+++ b/gobject/tests/testcommon.h
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of