Update of /cvsroot/libexif/libexif/libexif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv32107/libexif Modified Files: exif-byte-order.c exif-byte-order.h exif-content.c exif-content.h exif-data-type.h exif-data.c exif-data.h exif-entry.c exif-entry.h exif-format.c exif-format.h exif-ifd.c exif-ifd.h exif-loader.c exif-loader.h exif-log.c exif-log.h exif-mem.h exif-mnote-data-priv.h exif-mnote-data.c exif-mnote-data.h exif-tag.c exif-tag.h exif-utils.c exif-utils.h Log Message: 2008-02-17 Lutz Mueller <lu...@us...> Fix #1865046: * COPYING: * libexif/...: Use 'ue' instead of some strange German character. Index: exif-mem.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-mem.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -d -r1.5 -r1.6 --- exif-mem.h 21 May 2007 13:53:34 -0000 1.5 +++ exif-mem.h 17 Feb 2008 18:31:56 -0000 1.6 @@ -5,7 +5,7 @@ /* exif-mem.h * - * Copyright © 2003 Lutz Müller <lu...@us...> + * Copyright (c) 2003 Lutz Mueller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: exif-byte-order.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-byte-order.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -d -r1.4 -r1.5 --- exif-byte-order.h 15 Dec 2002 11:41:11 -0000 1.4 +++ exif-byte-order.h 17 Feb 2008 18:31:55 -0000 1.5 @@ -1,6 +1,6 @@ /* exif-byte-order.h * - * Copyright © 2002 Lutz Müller <lu...@us...> + * Copyright (c) 2002 Lutz Mueller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: exif-loader.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-loader.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -d -r1.6 -r1.7 --- exif-loader.h 27 Jun 2007 12:30:24 -0000 1.6 +++ exif-loader.h 17 Feb 2008 18:31:56 -0000 1.7 @@ -2,7 +2,7 @@ * \brief Defines the ExifLoader type */ /* - * Copyright © 2003 Lutz Müller <lu...@us...> + * Copyright (c) 2003 Lutz Mueller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: exif-byte-order.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-byte-order.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -d -r1.5 -r1.6 --- exif-byte-order.c 10 Nov 2004 18:53:39 -0000 1.5 +++ exif-byte-order.c 17 Feb 2008 18:31:55 -0000 1.6 @@ -1,6 +1,6 @@ /* exif-byte-order.c * - * Copyright © 2002 Lutz Müller <lu...@us...> + * Copyright (c) 2002 Lutz Mueller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: exif-loader.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-loader.c,v retrieving revision 1.28 retrieving revision 1.29 diff -u -p -d -r1.28 -r1.29 --- exif-loader.c 17 Feb 2008 18:08:00 -0000 1.28 +++ exif-loader.c 17 Feb 2008 18:31:55 -0000 1.29 @@ -1,6 +1,6 @@ /* exif-loader.c * - * Copyright © 2002 Lutz Müller <lu...@us...> + * Copyright (c) 2002 Lutz Mueller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: exif-utils.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-utils.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -d -r1.13 -r1.14 --- exif-utils.c 21 May 2007 13:48:25 -0000 1.13 +++ exif-utils.c 17 Feb 2008 18:31:56 -0000 1.14 @@ -1,6 +1,6 @@ /* exif-utils.c * - * Copyright © 2001 Lutz Müller <lu...@us...> + * Copyright (c) 2001 Lutz Mueller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: exif-content.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-content.c,v retrieving revision 1.24 retrieving revision 1.25 diff -u -p -d -r1.24 -r1.25 --- exif-content.c 16 Feb 2008 19:11:40 -0000 1.24 +++ exif-content.c 17 Feb 2008 18:31:55 -0000 1.25 @@ -1,6 +1,6 @@ /* exif-content.c * - * Copyright © 2001 Lutz Müller <lu...@us...> + * Copyright (c) 2001 Lutz Mueller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: exif-utils.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-utils.h,v retrieving revision 1.17 retrieving revision 1.18 diff -u -p -d -r1.17 -r1.18 --- exif-utils.h 26 Jun 2007 02:06:00 -0000 1.17 +++ exif-utils.h 17 Feb 2008 18:31:56 -0000 1.18 @@ -1,6 +1,6 @@ /* exif-utils.h * - * Copyright © 2001 Lutz Müller <lu...@us...> + * Copyright (c) 2001 Lutz Mueller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: exif-content.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-content.h,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -d -r1.13 -r1.14 --- exif-content.h 30 Apr 2005 00:55:28 -0000 1.13 +++ exif-content.h 17 Feb 2008 18:31:55 -0000 1.14 @@ -1,6 +1,6 @@ /* exif-content.h * - * Copyright © 2001 Lutz Müller <lu...@us...> + * Copyright (c) 2001 Lutz Mueller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: exif-data.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-data.h,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -d -r1.14 -r1.15 --- exif-data.h 26 Jun 2007 02:06:00 -0000 1.14 +++ exif-data.h 17 Feb 2008 18:31:55 -0000 1.15 @@ -1,7 +1,7 @@ /*! \file exif-data.h * \brief FIXME foo bar blah * - * \author Lutz Müller <lu...@us...> + * \author Lutz Mueller <lu...@us...> * \date 2001-2005 * * This library is free software; you can redistribute it and/or Index: exif-log.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-log.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -d -r1.7 -r1.8 --- exif-log.c 30 Oct 2007 05:03:05 -0000 1.7 +++ exif-log.c 17 Feb 2008 18:31:56 -0000 1.8 @@ -1,6 +1,6 @@ /* exif-log.c * - * Copyright © 2004 Lutz Müller <lu...@us...> + * Copyright (c) 2004 Lutz Mueller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: exif-format.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-format.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -d -r1.6 -r1.7 --- exif-format.h 1 Dec 2003 18:09:28 -0000 1.6 +++ exif-format.h 17 Feb 2008 18:31:55 -0000 1.7 @@ -1,6 +1,6 @@ /* exif-format.h * - * Copyright © 2001 Lutz Müller <lu...@us...> + * Copyright (c) 2001 Lutz Mueller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: exif-log.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-log.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -d -r1.8 -r1.9 --- exif-log.h 30 Oct 2007 05:03:05 -0000 1.8 +++ exif-log.h 17 Feb 2008 18:31:56 -0000 1.9 @@ -1,7 +1,7 @@ /*! \file exif-log.h * \brief log message infrastructure * - * Copyright © 2004 Lutz Müller <lu...@us...> + * Copyright (c) 2004 Lutz Mueller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: exif-format.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-format.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -d -r1.15 -r1.16 --- exif-format.c 30 Oct 2007 03:23:28 -0000 1.15 +++ exif-format.c 17 Feb 2008 18:31:55 -0000 1.16 @@ -1,6 +1,6 @@ /* exif-format.c * - * Copyright © 2001 Lutz Müller <lu...@us...> + * Copyright (c) 2001 Lutz Mueller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: exif-mnote-data.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-mnote-data.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -d -r1.11 -r1.12 --- exif-mnote-data.c 14 Nov 2004 21:56:00 -0000 1.11 +++ exif-mnote-data.c 17 Feb 2008 18:31:56 -0000 1.12 @@ -1,6 +1,6 @@ /* exif-mnote-data.c * - * Copyright (C) 2003 Lutz Müller <lu...@us...> + * Copyright (C) 2003 Lutz Mueller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: exif-tag.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-tag.c,v retrieving revision 1.39 retrieving revision 1.40 diff -u -p -d -r1.39 -r1.40 --- exif-tag.c 31 Jan 2008 08:25:33 -0000 1.39 +++ exif-tag.c 17 Feb 2008 18:31:56 -0000 1.40 @@ -1,6 +1,6 @@ /* exif-tag.c * - * Copyright © 2001 Lutz Müller <lu...@us...> + * Copyright (c) 2001 Lutz Mueller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: exif-mnote-data-priv.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-mnote-data-priv.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -d -r1.7 -r1.8 --- exif-mnote-data-priv.h 4 Oct 2004 06:26:59 -0000 1.7 +++ exif-mnote-data-priv.h 17 Feb 2008 18:31:56 -0000 1.8 @@ -1,6 +1,6 @@ /* exif-mnote-data-priv.h * - * Copyright © 2003 Lutz Müller <lu...@us...> + * Copyright (c) 2003 Lutz Mueller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: exif-tag.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-tag.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -d -r1.16 -r1.17 --- exif-tag.h 7 Nov 2007 06:53:20 -0000 1.16 +++ exif-tag.h 17 Feb 2008 18:31:56 -0000 1.17 @@ -1,6 +1,6 @@ /* exif-tag.h * - * Copyright © 2001 Lutz Müller <lu...@us...> + * Copyright (c) 2001 Lutz Mueller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: exif-mnote-data.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-mnote-data.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -d -r1.4 -r1.5 --- exif-mnote-data.h 13 Jul 2004 15:16:37 -0000 1.4 +++ exif-mnote-data.h 17 Feb 2008 18:31:56 -0000 1.5 @@ -1,6 +1,6 @@ /* exif-mnote-data.h * - * Copyright © 2003 Lutz Müller <lu...@us...> + * Copyright (c) 2003 Lutz Mueller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: exif-data-type.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-data-type.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -d -r1.1 -r1.2 --- exif-data-type.h 30 Apr 2005 00:55:28 -0000 1.1 +++ exif-data-type.h 17 Feb 2008 18:31:55 -0000 1.2 @@ -1,6 +1,6 @@ /* exif-data-tag.h * - * Copyright © 2005 Lutz Müller <lu...@us...> + * Copyright (c) 2005 Lutz Mueller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: exif-ifd.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-ifd.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -d -r1.6 -r1.7 --- exif-ifd.c 30 Oct 2007 03:23:28 -0000 1.6 +++ exif-ifd.c 17 Feb 2008 18:31:55 -0000 1.7 @@ -1,6 +1,6 @@ /* exif-ifd.c * - * Copyright © 2002 Lutz Müller <lu...@us...> + * Copyright (c) 2002 Lutz Mueller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: exif-entry.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-entry.h,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -d -r1.15 -r1.16 --- exif-entry.h 26 Jun 2007 02:06:00 -0000 1.15 +++ exif-entry.h 17 Feb 2008 18:31:55 -0000 1.16 @@ -1,7 +1,7 @@ /*! \file exif-entry.h * \brief Handling EXIF entries * - * Copyright © 2001 Lutz Müller <lu...@us...> + * Copyright (c) 2001 Lutz Mueller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: exif-entry.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-entry.c,v retrieving revision 1.117 retrieving revision 1.118 diff -u -p -d -r1.117 -r1.118 --- exif-entry.c 14 Feb 2008 18:52:29 -0000 1.117 +++ exif-entry.c 17 Feb 2008 18:31:55 -0000 1.118 @@ -1,6 +1,6 @@ /* exif-entry.c * - * Copyright © 2001 Lutz Müller <lu...@us...> + * Copyright (c) 2001 Lutz Mueller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: exif-ifd.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-ifd.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -d -r1.3 -r1.4 --- exif-ifd.h 27 Jun 2007 11:14:35 -0000 1.3 +++ exif-ifd.h 17 Feb 2008 18:31:55 -0000 1.4 @@ -1,6 +1,6 @@ /* exif-ifd.h * - * Copyright © 2002 Lutz Müller <lu...@us...> + * Copyright (c) 2002 Lutz Mueller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: exif-data.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-data.c,v retrieving revision 1.109 retrieving revision 1.110 diff -u -p -d -r1.109 -r1.110 --- exif-data.c 16 Feb 2008 19:11:40 -0000 1.109 +++ exif-data.c 17 Feb 2008 18:31:55 -0000 1.110 @@ -1,6 +1,6 @@ /* exif-data.c * - * Copyright © 2001 Lutz Müller <lu...@us...> + * Copyright (c) 2001 Lutz Mueller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public |