diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2015-11-19 12:41:22 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2015-11-19 12:54:48 +0000 |
commit | 8194bd19603f2dab96b3b3c3256349f4b577caf1 (patch) | |
tree | 073ce977e9f409b16c56f81f5a948aa06c15d701 /gtk/gtktrashmonitor.h | |
parent | 0d48a308ae35b919d94e82a6ae72a89a36128071 (diff) | |
download | gtk+-8194bd19603f2dab96b3b3c3256349f4b577caf1.tar.gz |
Fix the license version in GtkTrashMonitor
There is no GNU Lesser General Public License version 2; it's either GNU
Library General Public License version 2, or GNU Lesser General Public
License version 2.1.
Diffstat (limited to 'gtk/gtktrashmonitor.h')
-rw-r--r-- | gtk/gtktrashmonitor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtktrashmonitor.h b/gtk/gtktrashmonitor.h index 80b68cee8e..619d5c3304 100644 --- a/gtk/gtktrashmonitor.h +++ b/gtk/gtktrashmonitor.h @@ -4,15 +4,15 @@ * * 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 + * published by the Free Software Foundation; either version 2.1 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * 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: Federico Mena Quintero <federico@gnome.org> |