From: Lutz M. <lu...@us...> - 2008-02-17 18:32:00
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv32107 Modified Files: ChangeLog COPYING Log Message: 2008-02-17 Lutz Mueller <lu...@us...> Fix #1865046: * COPYING: * libexif/...: Use 'ue' instead of some strange German character. Index: COPYING =================================================================== RCS file: /cvsroot/libexif/libexif/COPYING,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -d -r1.2 -r1.3 --- COPYING 15 Dec 2002 11:41:10 -0000 1.2 +++ COPYING 17 Feb 2008 18:31:55 -0000 1.3 @@ -1,7 +1,7 @@ GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 - Copyright © 1991, 1999 Free Software Foundation, Inc. + Copyright (c) 1991, 1999 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -471,7 +471,7 @@ convey the exclusion of warranty; and ea "copyright" line and a pointer to where the full notice is found. <one line to give the library's name and a brief idea of what it does.> - Copyright © <year> <name of author> + Copyright (c) <year> <name of author> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.268 retrieving revision 1.269 diff -u -p -d -r1.268 -r1.269 --- ChangeLog 17 Feb 2008 18:07:59 -0000 1.268 +++ ChangeLog 17 Feb 2008 18:31:54 -0000 1.269 @@ -1,5 +1,12 @@ 2008-02-17 Lutz Mueller <lu...@us...> + Fix #1865046: + + * COPYING: + * libexif/...: Use 'ue' instead of some strange German character. + +2008-02-17 Lutz Mueller <lu...@us...> + * libexif/exif-loader.c: (exif_loader_get_data) Return NULL if no EXIF data has been found. |