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/gtkplacessidebar.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/gtkplacessidebar.h')
-rw-r--r-- | gtk/gtkplacessidebar.h | 31 |
1 files changed, 14 insertions, 17 deletions
diff --git a/gtk/gtkplacessidebar.h b/gtk/gtkplacessidebar.h index aa5cb1d44b..80f2df4a34 100644 --- a/gtk/gtkplacessidebar.h +++ b/gtk/gtkplacessidebar.h @@ -1,27 +1,24 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ -/* - * GtkPlacesSidebar - sidebar widget for places in the filesystem +/* GtkPlacesSidebar - sidebar widget for places in the filesystem * - * This code comes from Nautilus, GNOME’s file manager. + * 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.1 of the License, or + * (at your option) any later version. * - * This library 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 2 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 Lesser General Public License for more details. * - * This library 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. + * 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/>. * - * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * Authors : Mr Jamie McCracken (jamiemcc at blueyonder dot co dot uk) - * Federico Mena Quintero <federico@gnome.org> + * This code comes from Nautilus, GNOME’s file manager. * + * Authors : Mr Jamie McCracken (jamiemcc at blueyonder dot co dot uk) + * Federico Mena Quintero <federico@gnome.org> */ #ifndef __GTK_PLACES_SIDEBAR_H__ |