summaryrefslogtreecommitdiff
path: root/gee
diff options
context:
space:
mode:
Diffstat (limited to 'gee')
-rw-r--r--gee/arraylist.vala2
-rw-r--r--gee/collection.vala2
-rw-r--r--gee/hashmap.vala2
-rw-r--r--gee/hashset.vala2
-rw-r--r--gee/iterable.vala2
-rw-r--r--gee/iterator.vala2
-rw-r--r--gee/list.vala2
-rw-r--r--gee/map.vala2
-rw-r--r--gee/readonlycollection.vala2
-rw-r--r--gee/readonlylist.vala2
-rw-r--r--gee/readonlymap.vala2
-rw-r--r--gee/readonlyset.vala2
-rw-r--r--gee/set.vala2
13 files changed, 13 insertions, 13 deletions
diff --git a/gee/arraylist.vala b/gee/arraylist.vala
index 2be04f226..b5e83da65 100644
--- a/gee/arraylist.vala
+++ b/gee/arraylist.vala
@@ -7,7 +7,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/gee/collection.vala b/gee/collection.vala
index 4b109084c..6e5cc7b70 100644
--- a/gee/collection.vala
+++ b/gee/collection.vala
@@ -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/gee/hashmap.vala b/gee/hashmap.vala
index 675de7105..3557199a3 100644
--- a/gee/hashmap.vala
+++ b/gee/hashmap.vala
@@ -7,7 +7,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/gee/hashset.vala b/gee/hashset.vala
index ec89d023d..b901c7f07 100644
--- a/gee/hashset.vala
+++ b/gee/hashset.vala
@@ -7,7 +7,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/gee/iterable.vala b/gee/iterable.vala
index cb29c6619..2b9176df6 100644
--- a/gee/iterable.vala
+++ b/gee/iterable.vala
@@ -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/gee/iterator.vala b/gee/iterator.vala
index d8c119b6f..d6fa94786 100644
--- a/gee/iterator.vala
+++ b/gee/iterator.vala
@@ -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/gee/list.vala b/gee/list.vala
index d49c5256c..52e864a73 100644
--- a/gee/list.vala
+++ b/gee/list.vala
@@ -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/gee/map.vala b/gee/map.vala
index 8c61cbeec..9c98c8cd5 100644
--- a/gee/map.vala
+++ b/gee/map.vala
@@ -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/gee/readonlycollection.vala b/gee/readonlycollection.vala
index c9d21ddd9..ecf900293 100644
--- a/gee/readonlycollection.vala
+++ b/gee/readonlycollection.vala
@@ -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/gee/readonlylist.vala b/gee/readonlylist.vala
index 5aa3effed..4f8741f5f 100644
--- a/gee/readonlylist.vala
+++ b/gee/readonlylist.vala
@@ -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/gee/readonlymap.vala b/gee/readonlymap.vala
index 21364501a..022f58c74 100644
--- a/gee/readonlymap.vala
+++ b/gee/readonlymap.vala
@@ -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/gee/readonlyset.vala b/gee/readonlyset.vala
index 272f3df64..edd8a06f8 100644
--- a/gee/readonlyset.vala
+++ b/gee/readonlyset.vala
@@ -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/gee/set.vala b/gee/set.vala
index efdf7ae8d..57b69e385 100644
--- a/gee/set.vala
+++ b/gee/set.vala
@@ -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