summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserwidgetprivate.h
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2015-11-19 12:33:07 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2015-11-19 12:54:06 +0000
commit0d48a308ae35b919d94e82a6ae72a89a36128071 (patch)
tree8e98cc3ffce5a432ee96b0027b692fd97c66b912 /gtk/gtkfilechooserwidgetprivate.h
parenteec10b703f65a2de52c1aeecc5691fd7b6650927 (diff)
downloadgtk+-0d48a308ae35b919d94e82a6ae72a89a36128071.tar.gz
Fix license version for GtkFileChooserWidget private header
Since it's using Lesser GPL, use version 2.1; there is no Lesser GPL v2, as it was called 'Library GPL' prior to v2.1.
Diffstat (limited to 'gtk/gtkfilechooserwidgetprivate.h')
-rw-r--r--gtk/gtkfilechooserwidgetprivate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkfilechooserwidgetprivate.h b/gtk/gtkfilechooserwidgetprivate.h
index 24aafd0b88..2c00f6ff8a 100644
--- a/gtk/gtkfilechooserwidgetprivate.h
+++ b/gtk/gtkfilechooserwidgetprivate.h
@@ -4,7 +4,7 @@
*
* This file 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
+ * published by the Free Software Foundation; either version 2.1 of the
* License, or (at your option) any later version.
*
* This file is distributed in the hope that it will be useful, but
@@ -12,7 +12,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Authors: Matthias Clasen