summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2014-06-27 05:43:38 +0000
committerMarcus Meissner <marcus@jet.franken.de>2014-06-27 05:43:38 +0000
commitcfbae9bb8dcb240c12d18eac7185c7a78672f7bd (patch)
treef0f13e7d7defac0f2cac0e904b01d04a23e3ae33
parent830ff5b038872314f2dcdd91220b59d4882b7743 (diff)
downloadlibgphoto2-cfbae9bb8dcb240c12d18eac7185c7a78672f7bd.tar.gz
more umlauts
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@15030 67ed7778-7388-44ab-90cf-0a291f65f57c
-rw-r--r--camlibs/fuji/fuji.c4
-rw-r--r--camlibs/polaroid/pdc320.c2
-rw-r--r--camlibs/polaroid/pdc640.c2
-rw-r--r--camlibs/ricoh/crctab.h4
4 files changed, 6 insertions, 6 deletions
diff --git a/camlibs/fuji/fuji.c b/camlibs/fuji/fuji.c
index 317520b82..21dc7cf6f 100644
--- a/camlibs/fuji/fuji.c
+++ b/camlibs/fuji/fuji.c
@@ -20,10 +20,10 @@
*
* Portions of this code were adapted from
* GDS7 v0.1 interactive digital image transfer software for DS-7 camera
- * Copyright © 1998 Matthew G. Martin
+ * Copyright 1998 Matthew G. Martin
* Some of which was derived from get_ds7 , a Perl Language library
- * Copyright © 1997 Mamoru Ohno
+ * Copyright 1997 Mamoru Ohno
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/camlibs/polaroid/pdc320.c b/camlibs/polaroid/pdc320.c
index 02a25bf8a..6f11cd027 100644
--- a/camlibs/polaroid/pdc320.c
+++ b/camlibs/polaroid/pdc320.c
@@ -21,7 +21,7 @@
/* Originally written by Peter Desnoyers <pjd@fred.cambridge.ma.us>,
* and adapted for gphoto2 by
* Nathan Stenzel <nathanstenzel@users.sourceforge.net> and
- * Lutz Müller <lutz@users.sourceforge.net>
+ * Lutz Mueller <lutz@users.sourceforge.net>
*
* Maintained by Nathan Stenzel <nathanstenzel@users.sourceforge.net>
*
diff --git a/camlibs/polaroid/pdc640.c b/camlibs/polaroid/pdc640.c
index 736e83706..cd71781d6 100644
--- a/camlibs/polaroid/pdc640.c
+++ b/camlibs/polaroid/pdc640.c
@@ -1,6 +1,6 @@
/* pdc640.c
*
- * Copyright 2001 Lutz Müller <lutz@users.sourceforge.net>
+ * Copyright 2001 Lutz Mueller <lutz@users.sourceforge.net>
* Copyright 2002 Marcus Meissner <marcus@jet.franken.de>
*
* This library is free software; you can redistribute it and/or
diff --git a/camlibs/ricoh/crctab.h b/camlibs/ricoh/crctab.h
index c19ba5a3d..4b6f58284 100644
--- a/camlibs/ricoh/crctab.h
+++ b/camlibs/ricoh/crctab.h
@@ -39,7 +39,7 @@ static unsigned short crctab[256] = {
};
/*
- * updcrc macro derived from article Copyright © 1986 Stephen Satchell.
+ * updcrc macro derived from article Copyright 1986 Stephen Satchell.
* NOTE: First srgument must be in range 0 to 255.
* Second argument is referenced twice.
*
@@ -53,7 +53,7 @@ static unsigned short crctab[256] = {
#define updcrc(cp, crc) ( crctab[((crc >> 8) & 255)] ^ (crc << 8) ^ cp)
/*
- * Copyright © 1986 Gary S. Brown. You may use this program, or
+ * Copyright 1986 Gary S. Brown. You may use this program, or
* code or tables extracted from it, as desired without restriction.
*/