From: Lutz M. <lu...@us...> - 2005-07-14 22:14:25
|
Update of /cvsroot/libexif/libexif/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30190/test Modified Files: test-mnote.c test-value.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: test-value.c =================================================================== RCS file: /cvsroot/libexif/libexif/test/test-value.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -d -r1.1 -r1.2 --- test-value.c 7 Jan 2004 23:36:46 -0000 1.1 +++ test-value.c 14 Jul 2005 22:14:07 -0000 1.2 @@ -1,3 +1,23 @@ +/* test-value.c + * + * Copyright 2002 Lutz M\uffffller <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 <libexif/exif-utils.h> #include <libexif/exif-data.h> Index: test-mnote.c =================================================================== RCS file: /cvsroot/libexif/libexif/test/test-mnote.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -d -r1.4 -r1.5 --- test-mnote.c 7 Jan 2004 23:36:16 -0000 1.4 +++ test-mnote.c 14 Jul 2005 22:14:07 -0000 1.5 @@ -1,3 +1,23 @@ +/* exif-mnote.c + * + * Copyright 2002 Lutz M\uffffller <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 <stdio.h> |