[glib] gobject/: LGPLv2+ -> LGPLv2.1+
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] gobject/: LGPLv2+ -> LGPLv2.1+
- Date: Thu, 25 May 2017 15:37:19 +0000 (UTC)
commit 6b948d9613f2dcdec72828f3429ba01403063ff2
Author: Sébastien Wilmet <swilmet gnome org>
Date: Thu Jan 5 14:09:06 2017 +0100
gobject/: LGPLv2+ -> LGPLv2.1+
All gobject/*.{c,h} files have been processed.
gmarshal.c and gmarshal.h don't have a license header.
https://bugzilla.gnome.org/show_bug.cgi?id=776504
gobject/gatomicarray.c | 2 +-
gobject/gatomicarray.h | 2 +-
gobject/gbinding.c | 2 +-
gobject/gbinding.h | 2 +-
gobject/gboxed.c | 2 +-
gobject/gboxed.h | 2 +-
gobject/gclosure.c | 2 +-
gobject/gclosure.h | 2 +-
gobject/genums.c | 2 +-
gobject/genums.h | 2 +-
gobject/glib-genmarshal.c | 2 +-
gobject/glib-types.h | 2 +-
gobject/gobject-autocleanups.h | 2 +-
gobject/gobject-query.c | 2 +-
gobject/gobject.c | 2 +-
gobject/gobject.h | 2 +-
gobject/gobject_trace.h | 2 +-
gobject/gobjectnotifyqueue.c | 2 +-
gobject/gparam.c | 2 +-
gobject/gparam.h | 2 +-
gobject/gparamspecs.c | 2 +-
gobject/gparamspecs.h | 2 +-
gobject/gsignal.c | 2 +-
gobject/gsignal.h | 2 +-
gobject/gsourceclosure.c | 2 +-
gobject/gsourceclosure.h | 2 +-
gobject/gtype-private.h | 2 +-
gobject/gtype.c | 2 +-
gobject/gtype.h | 2 +-
gobject/gtypemodule.c | 2 +-
gobject/gtypemodule.h | 2 +-
gobject/gtypeplugin.c | 2 +-
gobject/gtypeplugin.h | 2 +-
gobject/gvalue.c | 2 +-
gobject/gvalue.h | 2 +-
gobject/gvaluearray.c | 2 +-
gobject/gvaluearray.h | 2 +-
gobject/gvaluecollector.h | 2 +-
gobject/gvaluetransform.c | 2 +-
gobject/gvaluetypes.c | 2 +-
gobject/gvaluetypes.h | 2 +-
41 files changed, 41 insertions(+), 41 deletions(-)
---
diff --git a/gobject/gatomicarray.c b/gobject/gatomicarray.c
index 08af80d..57b9ec2 100644
--- a/gobject/gatomicarray.c
+++ b/gobject/gatomicarray.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/gatomicarray.h b/gobject/gatomicarray.h
index b0363b8..9550fa3 100644
--- a/gobject/gatomicarray.h
+++ b/gobject/gatomicarray.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
diff --git a/gobject/gbinding.c b/gobject/gbinding.c
index d477ffd..f92fad8 100644
--- a/gobject/gbinding.c
+++ b/gobject/gbinding.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/gobject/gbinding.h b/gobject/gbinding.h
index 069c0d0..b4eb233 100644
--- a/gobject/gbinding.h
+++ b/gobject/gbinding.h
@@ -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/gobject/gboxed.c b/gobject/gboxed.c
index 17719f2..97aa075 100644
--- a/gobject/gboxed.c
+++ b/gobject/gboxed.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/gboxed.h b/gobject/gboxed.h
index d169d03..bcaf0b0 100644
--- a/gobject/gboxed.h
+++ b/gobject/gboxed.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
diff --git a/gobject/gclosure.c b/gobject/gclosure.c
index cced5f9..27de53f 100644
--- a/gobject/gclosure.c
+++ b/gobject/gclosure.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/gobject/gclosure.h b/gobject/gclosure.h
index 04ebeaf..393348c 100644
--- a/gobject/gclosure.h
+++ b/gobject/gclosure.h
@@ -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/gobject/genums.c b/gobject/genums.c
index 469f798..8212dd9 100644
--- a/gobject/genums.c
+++ b/gobject/genums.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/genums.h b/gobject/genums.h
index 109d798..c66ce45 100644
--- a/gobject/genums.h
+++ b/gobject/genums.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
diff --git a/gobject/glib-genmarshal.c b/gobject/glib-genmarshal.c
index 2ad225e..3bc4a0f 100644
--- a/gobject/glib-genmarshal.c
+++ b/gobject/glib-genmarshal.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/glib-types.h b/gobject/glib-types.h
index 36d7e6e..78a199d 100644
--- a/gobject/glib-types.h
+++ b/gobject/glib-types.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
diff --git a/gobject/gobject-autocleanups.h b/gobject/gobject-autocleanups.h
index 980203f..57654e4 100644
--- a/gobject/gobject-autocleanups.h
+++ b/gobject/gobject-autocleanups.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 licence, 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/gobject-query.c b/gobject/gobject-query.c
index b5dff42..2992567 100644
--- a/gobject/gobject-query.c
+++ b/gobject/gobject-query.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/gobject.c b/gobject/gobject.c
index 55655a6..b59cf8b 100644
--- a/gobject/gobject.c
+++ b/gobject/gobject.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/gobject.h b/gobject/gobject.h
index afb4543..b97dfb2 100644
--- a/gobject/gobject.h
+++ b/gobject/gobject.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
diff --git a/gobject/gobject_trace.h b/gobject/gobject_trace.h
index ec0b666..30ef2fb 100644
--- a/gobject/gobject_trace.h
+++ b/gobject/gobject_trace.h
@@ -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/gobject/gobjectnotifyqueue.c b/gobject/gobjectnotifyqueue.c
index db2aa46..1a7d23f 100644
--- a/gobject/gobjectnotifyqueue.c
+++ b/gobject/gobjectnotifyqueue.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/gparam.c b/gobject/gparam.c
index f50793a..b7f71f5 100644
--- a/gobject/gparam.c
+++ b/gobject/gparam.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/gparam.h b/gobject/gparam.h
index c847d4e..535b980 100644
--- a/gobject/gparam.h
+++ b/gobject/gparam.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
diff --git a/gobject/gparamspecs.c b/gobject/gparamspecs.c
index 9685ef4..8c285fa 100644
--- a/gobject/gparamspecs.c
+++ b/gobject/gparamspecs.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/gobject/gparamspecs.h b/gobject/gparamspecs.h
index 7b6dd2a..e2bb621 100644
--- a/gobject/gparamspecs.h
+++ b/gobject/gparamspecs.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
diff --git a/gobject/gsignal.c b/gobject/gsignal.c
index 5ef29cd..82ca201 100644
--- a/gobject/gsignal.c
+++ b/gobject/gsignal.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/gsignal.h b/gobject/gsignal.h
index 42d4904..97f8479 100644
--- a/gobject/gsignal.h
+++ b/gobject/gsignal.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
diff --git a/gobject/gsourceclosure.c b/gobject/gsourceclosure.c
index 910b6b2..8ee0266 100644
--- a/gobject/gsourceclosure.c
+++ b/gobject/gsourceclosure.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/gsourceclosure.h b/gobject/gsourceclosure.h
index ba2391d..4847677 100644
--- a/gobject/gsourceclosure.h
+++ b/gobject/gsourceclosure.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
diff --git a/gobject/gtype-private.h b/gobject/gtype-private.h
index ad56238..1d05755 100644
--- a/gobject/gtype-private.h
+++ b/gobject/gtype-private.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
diff --git a/gobject/gtype.c b/gobject/gtype.c
index f381a78..b0f12f6 100644
--- a/gobject/gtype.c
+++ b/gobject/gtype.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/gtype.h b/gobject/gtype.h
index d010a31..ab8f97c 100644
--- a/gobject/gtype.h
+++ b/gobject/gtype.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
diff --git a/gobject/gtypemodule.c b/gobject/gtypemodule.c
index 35d13e2..5289ffe 100644
--- a/gobject/gtypemodule.c
+++ b/gobject/gtypemodule.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/gtypemodule.h b/gobject/gtypemodule.h
index 27be251..d989e82 100644
--- a/gobject/gtypemodule.h
+++ b/gobject/gtypemodule.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
diff --git a/gobject/gtypeplugin.c b/gobject/gtypeplugin.c
index bb4d01d..9068b05 100644
--- a/gobject/gtypeplugin.c
+++ b/gobject/gtypeplugin.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/gtypeplugin.h b/gobject/gtypeplugin.h
index d56eb66..482f55c 100644
--- a/gobject/gtypeplugin.h
+++ b/gobject/gtypeplugin.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
diff --git a/gobject/gvalue.c b/gobject/gvalue.c
index f82c80e..8c02e93 100644
--- a/gobject/gvalue.c
+++ b/gobject/gvalue.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/gvalue.h b/gobject/gvalue.h
index fd924f6..e4760f4 100644
--- a/gobject/gvalue.h
+++ b/gobject/gvalue.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
diff --git a/gobject/gvaluearray.c b/gobject/gvaluearray.c
index dccc852..76d9468 100644
--- a/gobject/gvaluearray.c
+++ b/gobject/gvaluearray.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/gvaluearray.h b/gobject/gvaluearray.h
index a52fe2c..d8b6bb5 100644
--- a/gobject/gvaluearray.h
+++ b/gobject/gvaluearray.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
diff --git a/gobject/gvaluecollector.h b/gobject/gvaluecollector.h
index e668394..f588588 100644
--- a/gobject/gvaluecollector.h
+++ b/gobject/gvaluecollector.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
diff --git a/gobject/gvaluetransform.c b/gobject/gvaluetransform.c
index 48051f8..a346a54 100644
--- a/gobject/gvaluetransform.c
+++ b/gobject/gvaluetransform.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/gvaluetypes.c b/gobject/gvaluetypes.c
index d717975..0afa8bd 100644
--- a/gobject/gvaluetypes.c
+++ b/gobject/gvaluetypes.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/gobject/gvaluetypes.h b/gobject/gvaluetypes.h
index 5319acb..9274435 100644
--- a/gobject/gvaluetypes.h
+++ b/gobject/gvaluetypes.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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]