From: Lutz M. <lu...@us...> - 2009-09-24 19:46:22
|
Update of /cvsroot/libexif/libexif-gtk/libexif-gtk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11211/libexif-gtk Modified Files: gtk-exif-entry-user-comment.c Log Message: 2009-09-24 Lutz Mueller <lu...@us...> * libexif-gtk/gtk-exif-entry-user-comment.c: Complete information about copyright. Fixes #1673969. Index: gtk-exif-entry-user-comment.c =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-entry-user-comment.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -d -r1.3 -r1.4 --- gtk-exif-entry-user-comment.c 17 Oct 2004 15:32:47 -0000 1.3 +++ gtk-exif-entry-user-comment.c 24 Sep 2009 19:46:12 -0000 1.4 @@ -1,6 +1,21 @@ /* gtk-exif-entry-user-comment. * * Copyright © 2002 Lutz Müller <lu...@us...> + * + * This library 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 License, or (at your option) any later version. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include <config.h> |