Update of /cvsroot/libexif/libexif/libexif
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29991/libexif
Modified Files:
exif-loader.c
Log Message:
2005-07-11 Lutz Mueller <lu...@us...>
* libexif/exif-loader.c:
* po/de.po:
* po/fr.po:
* po/es.po: Added license.
Index: exif-loader.c
===================================================================
RCS file: /cvsroot/libexif/libexif/libexif/exif-loader.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -d -r1.18 -r1.19
--- exif-loader.c 30 Mar 2005 07:55:01 -0000 1.18
+++ exif-loader.c 11 Jul 2005 20:32:03 -0000 1.19
@@ -1,3 +1,23 @@
+/* exif-loader.c
+ *
+ * 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>
#include <libexif/exif-loader.h>
|