diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2015-11-19 12:43:24 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2015-11-19 12:54:48 +0000 |
commit | e4c565d78076105cbc43c4de63bc44faf9d62d98 (patch) | |
tree | 1b9993421fab026659df784bed4c898221e53fe2 /gtk/gtksidebarrow.c | |
parent | 8194bd19603f2dab96b3b3c3256349f4b577caf1 (diff) | |
download | gtk+-e4c565d78076105cbc43c4de63bc44faf9d62d98.tar.gz |
Do not use the LGPL v3 blurb for LGPL v2.1 files
GTK+ is released under the terms of the GNU LGPL v2.1+.
Diffstat (limited to 'gtk/gtksidebarrow.c')
-rw-r--r-- | gtk/gtksidebarrow.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtksidebarrow.c b/gtk/gtksidebarrow.c index b338d16ff0..a095bd2655 100644 --- a/gtk/gtksidebarrow.c +++ b/gtk/gtksidebarrow.c @@ -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 3 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/>. */ |