summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Wilmet <swilmet@gnome.org>2016-12-27 14:59:46 +0100
committerSébastien Wilmet <swilmet@gnome.org>2017-05-24 11:58:19 +0200
commit95cad9c3e0ba1d45ea8e1295505c50b6ac647a85 (patch)
tree7bb63ddd747a0e6c219fd9e349800e2485b6c4ce
parente7a6cd1cb6fef3a3b433b35557b727ca66ff2cec (diff)
downloadglib-95cad9c3e0ba1d45ea8e1295505c50b6ac647a85.tar.gz
glib/tests/: LGPLv2+ -> LGPLv2.1+
There are other tests in glib/tests/ that are licensed under a BSD-style license, and other tests that don't have any license header. https://bugzilla.gnome.org/show_bug.cgi?id=776504
-rw-r--r--glib/tests/1bit-mutex.c8
-rw-r--r--glib/tests/642026.c8
-rw-r--r--glib/tests/array-test.c2
-rw-r--r--glib/tests/atomic.c8
-rw-r--r--glib/tests/bytes.c8
-rw-r--r--glib/tests/cache.c2
-rw-r--r--glib/tests/convert.c2
-rw-r--r--glib/tests/gvariant.c2
-rw-r--r--glib/tests/hash.c2
-rw-r--r--glib/tests/hostutils.c2
-rw-r--r--glib/tests/markup-collect.c8
-rw-r--r--glib/tests/markup-subparser.c8
-rw-r--r--glib/tests/node.c2
-rw-r--r--glib/tests/overflow.c2
-rw-r--r--glib/tests/pattern.c2
-rw-r--r--glib/tests/regex.c2
-rw-r--r--glib/tests/scannerapi.c2
-rw-r--r--glib/tests/shell.c2
-rw-r--r--glib/tests/sort.c2
-rw-r--r--glib/tests/tree.c2
-rw-r--r--glib/tests/uri.c2
-rw-r--r--glib/tests/utf8-performance.c2
-rw-r--r--glib/tests/utf8-pointer.c2
-rw-r--r--glib/tests/utf8-validate.c2
24 files changed, 42 insertions, 42 deletions
diff --git a/glib/tests/1bit-mutex.c b/glib/tests/1bit-mutex.c
index fb29ec1e8..9a5252ca4 100644
--- a/glib/tests/1bit-mutex.c
+++ b/glib/tests/1bit-mutex.c
@@ -2,10 +2,10 @@
* Copyright © 2008 Ryan Lortie
* Copyright © 2010 Codethink Limited
*
- * 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/glib/tests/642026.c b/glib/tests/642026.c
index 140d459a2..51eb2cac1 100644
--- a/glib/tests/642026.c
+++ b/glib/tests/642026.c
@@ -2,10 +2,10 @@
* Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
* Copyright © 2011 Nokia Corporation
*
- * 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/glib/tests/array-test.c b/glib/tests/array-test.c
index 01c597d86..f696f0f18 100644
--- a/glib/tests/array-test.c
+++ b/glib/tests/array-test.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/glib/tests/atomic.c b/glib/tests/atomic.c
index 1c252c6a0..35fa705a4 100644
--- a/glib/tests/atomic.c
+++ b/glib/tests/atomic.c
@@ -1,10 +1,10 @@
/*
* Copyright 2011 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/glib/tests/bytes.c b/glib/tests/bytes.c
index 58f3bedea..518824312 100644
--- a/glib/tests/bytes.c
+++ b/glib/tests/bytes.c
@@ -1,10 +1,10 @@
/*
* Copyright 2011 Collabora Ltd.
*
- * 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/glib/tests/cache.c b/glib/tests/cache.c
index ec34df9b6..f68761674 100644
--- a/glib/tests/cache.c
+++ b/glib/tests/cache.c
@@ -3,7 +3,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/glib/tests/convert.c b/glib/tests/convert.c
index a712ff34c..5855a340d 100644
--- a/glib/tests/convert.c
+++ b/glib/tests/convert.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/glib/tests/gvariant.c b/glib/tests/gvariant.c
index dc738e0e1..fdaed1acc 100644
--- a/glib/tests/gvariant.c
+++ b/glib/tests/gvariant.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 licence, or (at your option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
*
* See the included COPYING file for more information.
*
diff --git a/glib/tests/hash.c b/glib/tests/hash.c
index a3ccc89bb..160ba4f56 100644
--- a/glib/tests/hash.c
+++ b/glib/tests/hash.c
@@ -5,7 +5,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/glib/tests/hostutils.c b/glib/tests/hostutils.c
index 275bb3031..be17d65c8 100644
--- a/glib/tests/hostutils.c
+++ b/glib/tests/hostutils.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/glib/tests/markup-collect.c b/glib/tests/markup-collect.c
index b9890b7e5..dd9b1b4bd 100644
--- a/glib/tests/markup-collect.c
+++ b/glib/tests/markup-collect.c
@@ -1,10 +1,10 @@
/*
* Copyright © 2007 Ryan Lortie
*
- * 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/glib/tests/markup-subparser.c b/glib/tests/markup-subparser.c
index 13362664a..d1ceffb00 100644
--- a/glib/tests/markup-subparser.c
+++ b/glib/tests/markup-subparser.c
@@ -1,10 +1,10 @@
/*
* Copyright © 2008 Ryan Lortie
*
- * 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/glib/tests/node.c b/glib/tests/node.c
index e3b515f81..db42e8c7b 100644
--- a/glib/tests/node.c
+++ b/glib/tests/node.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/glib/tests/overflow.c b/glib/tests/overflow.c
index 5c68d9550..9e277641c 100644
--- a/glib/tests/overflow.c
+++ b/glib/tests/overflow.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 licence, or (at your option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
*
* See the included COPYING file for more information.
*
diff --git a/glib/tests/pattern.c b/glib/tests/pattern.c
index 538c4d221..f3fc21f45 100644
--- a/glib/tests/pattern.c
+++ b/glib/tests/pattern.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/glib/tests/regex.c b/glib/tests/regex.c
index a59721425..56bd2d5eb 100644
--- a/glib/tests/regex.c
+++ b/glib/tests/regex.c
@@ -5,7 +5,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/glib/tests/scannerapi.c b/glib/tests/scannerapi.c
index 0505e47d1..a8c6879d3 100644
--- a/glib/tests/scannerapi.c
+++ b/glib/tests/scannerapi.c
@@ -6,7 +6,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/glib/tests/shell.c b/glib/tests/shell.c
index c8b2bcc5e..c3cab105a 100644
--- a/glib/tests/shell.c
+++ b/glib/tests/shell.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/glib/tests/sort.c b/glib/tests/sort.c
index bb3067744..7aa27c895 100644
--- a/glib/tests/sort.c
+++ b/glib/tests/sort.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/glib/tests/tree.c b/glib/tests/tree.c
index a8da67df0..a00e9ab77 100644
--- a/glib/tests/tree.c
+++ b/glib/tests/tree.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/glib/tests/uri.c b/glib/tests/uri.c
index 83a2f10e6..d292f33bf 100644
--- a/glib/tests/uri.c
+++ b/glib/tests/uri.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/glib/tests/utf8-performance.c b/glib/tests/utf8-performance.c
index 5049b99e9..a9d06ea66 100644
--- a/glib/tests/utf8-performance.c
+++ b/glib/tests/utf8-performance.c
@@ -5,7 +5,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/glib/tests/utf8-pointer.c b/glib/tests/utf8-pointer.c
index 6fa4b4c0e..df1f442d0 100644
--- a/glib/tests/utf8-pointer.c
+++ b/glib/tests/utf8-pointer.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/glib/tests/utf8-validate.c b/glib/tests/utf8-validate.c
index 8c97b402e..122aa761d 100644
--- a/glib/tests/utf8-validate.c
+++ b/glib/tests/utf8-validate.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