diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2015-11-19 12:44:17 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2015-11-19 12:54:48 +0000 |
commit | e2d9051f23343b385fec12bafa0729a4a57ba807 (patch) | |
tree | d148ee4f8aad202b9cbf81d6ebad26931f161d98 /gtk/gtkplacesviewprivate.h | |
parent | e4c565d78076105cbc43c4de63bc44faf9d62d98 (diff) | |
download | gtk+-e2d9051f23343b385fec12bafa0729a4a57ba807.tar.gz |
Do not use the GPL v3 blurb for LGPL v2.1 files
GTK+ is licensed under the terms of the GNU LGPL v2.1+.
Diffstat (limited to 'gtk/gtkplacesviewprivate.h')
-rw-r--r-- | gtk/gtkplacesviewprivate.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gtk/gtkplacesviewprivate.h b/gtk/gtkplacesviewprivate.h index c573b08673..526b09fc31 100644 --- a/gtk/gtkplacesviewprivate.h +++ b/gtk/gtkplacesviewprivate.h @@ -3,20 +3,19 @@ * Copyright (C) 2015 Georges Basile Stavracas Neto <georges.stavracas@gmail.com> * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or + * it under the terms of the GNU Lesser General Public License as 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 - * along with this program. If not, see <http://www.gnu.org/licenses/>. + * 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/>. */ - #ifndef GTK_PLACES_VIEW_H #define GTK_PLACES_VIEW_H |