--- a/AUTHORS Sat Jun 19 16:01:19 2010 +0200
+++ b/AUTHORS Sat Jun 19 16:01:28 2010 +0200
@@ -1,4 +1,4 @@ img2eps was written by Dieter Baron <dil
-img2eps was written by Dieter Baron <dillo@giga.or.at>.
+img2eps was written by Dieter Baron <dillo@nih.at>.
The manual page was written with the help of Thomas Klausner <tk@giga.or.at>.
--- a/README Sat Jun 19 16:01:19 2010 +0200
+++ b/README Sat Jun 19 16:01:28 2010 +0200
@@ -16,11 +16,8 @@ distribution site:
distribution site:
http://nih.at/img2eps/
ftp.nih.at /pub/nih/img2eps
-The latest version can always be found there and on the backup site:
- ftp.giga.or.at /pub/nih/img2eps
- http://ftp.giga.or.at/pub/nih/img2eps
- Mail suggestions and bug reports to <dillo@giga.or.at>.
+ Mail suggestions and bug reports to <img2eps@nih.at>.
REQUIREMENTS:
--- a/configure.in Sat Jun 19 16:01:19 2010 +0200
+++ b/configure.in Sat Jun 19 16:01:28 2010 +0200
@@ -100,8 +100,9 @@ dnl check whether support for WHAT can a
dnl check whether support for WHAT can and should be compiled in
AC_DEFUN([NIH_CHECK_SUPPORT], [
AC_MSG_CHECKING([for $1 support])
- eval "support=\$have_`echo -n $1 | tr A-Z a-z`"
- eval "enabled=\$with_`echo -n $1 | tr A-Z a-z`"
+ lc=`echo $1 | tr A-Z a-z`
+ eval "support=\$have_$lc"
+ eval "enabled=\$with_$lc"
if test "$enabled" = "yes"
then
if test "$support" = "yes"
--- a/doc/image.mdoc Sat Jun 19 16:01:19 2010 +0200
+++ b/doc/image.mdoc Sat Jun 19 16:01:28 2010 +0200
@@ -4,7 +4,7 @@
.\" Copyright (C) 2002 Dieter Baron
.\"
.\" This file is part of img2eps, an image to EPS file converter.
-.\" The author can be contacted at <dillo@giga.or.at>
+.\" The authors can be contacted at <img2eps@nih.at>
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
@@ -19,10 +19,10 @@
.\" products derived from this software without specific prior
.\" written permission.
.\"
-.\" THIS SOFTWARE IS PROVIDED BY DIETER BARON ``AS IS'' AND ANY EXPRESS
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-.\" ARE DISCLAIMED. IN NO EVENT SHALL DIETER BARON BE LIABLE FOR ANY
+.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
--- a/doc/img2eps.man Sat Jun 19 16:01:19 2010 +0200
+++ b/doc/img2eps.man Sat Jun 19 16:01:28 2010 +0200
@@ -6,8 +6,7 @@
.\" Copyright (C) 2002, 2005 Dieter Baron and Thomas Klausner
.\"
.\" This file is part of img2eps, an image to EPS file converter.
-.\" The authors can be contacted at <dillo@giga.or.at> and
-.\" <tk@giga.or.at> respectively
+.\" The authors can be contacted at <img2eps@nih.at>
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
@@ -22,10 +21,10 @@
.\" products derived from this software without specific prior
.\" written permission.
.\"
-.\" THIS SOFTWARE IS PROVIDED BY DIETER BARON ``AS IS'' AND ANY EXPRESS
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-.\" ARE DISCLAIMED. IN NO EVENT SHALL DIETER BARON BE LIABLE FOR ANY
+.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
@@ -406,7 +405,7 @@ gs(1)
-nosplit
.B img2eps
was written by
-Dieter Baron <dillo@giga.or.at.>
+Dieter Baron <dillo@nih.at.>
.PP
The manual page was written with the help of
Thomas Klausner <tk@giga.or.at.>
--- a/doc/img2eps.mdoc Sat Jun 19 16:01:19 2010 +0200
+++ b/doc/img2eps.mdoc Sat Jun 19 16:01:28 2010 +0200
@@ -4,8 +4,7 @@
.\" Copyright (C) 2002, 2005 Dieter Baron and Thomas Klausner
.\"
.\" This file is part of img2eps, an image to EPS file converter.
-.\" The authors can be contacted at <dillo@giga.or.at> and
-.\" <tk@giga.or.at> respectively
+.\" The authors can be contacted at <img2eps@nih.at>
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
@@ -20,10 +19,10 @@
.\" products derived from this software without specific prior
.\" written permission.
.\"
-.\" THIS SOFTWARE IS PROVIDED BY DIETER BARON ``AS IS'' AND ANY EXPRESS
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-.\" ARE DISCLAIMED. IN NO EVENT SHALL DIETER BARON BE LIABLE FOR ANY
+.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
@@ -361,7 +360,7 @@ utility exits 0 on success, and \*[Gt]0
.An -nosplit
.Nm
was written by
-.An Dieter Baron Aq dillo@giga.or.at .
+.An Dieter Baron Aq dillo@nih.at .
.Pp
The manual page was written with the help of
.An Thomas Klausner Aq tk@giga.or.at .
--- a/doc/stream.mdoc Sat Jun 19 16:01:19 2010 +0200
+++ b/doc/stream.mdoc Sat Jun 19 16:01:28 2010 +0200
@@ -4,7 +4,7 @@
.\" Copyright (C) 2002 Dieter Baron
.\"
.\" This file is part of img2eps, an image to EPS file converter.
-.\" The author can be contacted at <dillo@giga.or.at>
+.\" The author can be contacted at <img2eps@nih.at>
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
@@ -19,10 +19,10 @@
.\" products derived from this software without specific prior
.\" written permission.
.\"
-.\" THIS SOFTWARE IS PROVIDED BY DIETER BARON ``AS IS'' AND ANY EXPRESS
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-.\" ARE DISCLAIMED. IN NO EVENT SHALL DIETER BARON BE LIABLE FOR ANY
+.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
--- a/regress/runtest Sat Jun 19 16:01:19 2010 +0200
+++ b/regress/runtest Sat Jun 19 16:01:28 2010 +0200
@@ -6,21 +6,32 @@
# Copyright (C) 2002 Dieter Baron and Thomas Klausner
#
# This file is part of img2eps, an image to EPS file converter.
-# The authors can be contacted at <nih@giga.or.at>
-#
-# 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
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# The authors can be contacted at <img2eps@nih.at>
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+# notice, this list of conditions and the following disclaimer in
+# the documentation and/or other materials provided with the
+# distribution.
+# 3. The names of the authors may not be used to endorse or promote
+# products derived from this software without specific prior
+# written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
+# OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
+# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+# GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
+# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# runtest TESTNAME
#
--- a/src/epsf.c Sat Jun 19 16:01:19 2010 +0200
+++ b/src/epsf.c Sat Jun 19 16:01:28 2010 +0200
@@ -5,7 +5,7 @@
Copyright (C) 2002, 2005 Dieter Baron
This file is part of img2eps, an image to EPS file converter.
- The author can be contacted at <dillo@giga.or.at>
+ The author can be contacted at <img2eps@nih.at>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -20,10 +20,10 @@
products derived from this software without specific prior
written permission.
- THIS SOFTWARE IS PROVIDED BY DIETER BARON ``AS IS'' AND ANY EXPRESS
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL DIETER BARON BE LIABLE FOR ANY
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
--- a/src/epsf.h Sat Jun 19 16:01:19 2010 +0200
+++ b/src/epsf.h Sat Jun 19 16:01:28 2010 +0200
@@ -8,7 +8,7 @@
Copyright (C) 2002, 2005 Dieter Baron
This file is part of img2eps, an image to EPS file converter.
- The author can be contacted at <dillo@giga.or.at>
+ The author can be contacted at <img2eps@nih.at>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -23,10 +23,10 @@
products derived from this software without specific prior
written permission.
- THIS SOFTWARE IS PROVIDED BY DIETER BARON ``AS IS'' AND ANY EXPRESS
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL DIETER BARON BE LIABLE FOR ANY
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
--- a/src/exceptions.c Sat Jun 19 16:01:19 2010 +0200
+++ b/src/exceptions.c Sat Jun 19 16:01:28 2010 +0200
@@ -5,7 +5,7 @@
Copyright (C) 2002 Dieter Baron
This file is part of img2eps, an image to EPS file converter.
- The author can be contacted at <dillo@giga.or.at>
+ The author can be contacted at <img2eps@nih.at>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -20,10 +20,10 @@
products derived from this software without specific prior
written permission.
- THIS SOFTWARE IS PROVIDED BY DIETER BARON ``AS IS'' AND ANY EXPRESS
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL DIETER BARON BE LIABLE FOR ANY
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
--- a/src/exceptions.h Sat Jun 19 16:01:19 2010 +0200
+++ b/src/exceptions.h Sat Jun 19 16:01:28 2010 +0200
@@ -8,7 +8,7 @@
Copyright (C) 2002 Dieter Baron
This file is part of img2eps, an image to EPS file converter.
- The author can be contacted at <dillo@giga.or.at>
+ The author can be contacted at <img2eps@nih.at>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -23,10 +23,10 @@
products derived from this software without specific prior
written permission.
- THIS SOFTWARE IS PROVIDED BY DIETER BARON ``AS IS'' AND ANY EXPRESS
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL DIETER BARON BE LIABLE FOR ANY
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
--- a/src/im_convert.c Sat Jun 19 16:01:19 2010 +0200
+++ b/src/im_convert.c Sat Jun 19 16:01:28 2010 +0200
@@ -5,7 +5,7 @@
Copyright (C) 2002 Dieter Baron
This file is part of img2eps, an image to EPS file converter.
- The author can be contacted at <dillo@giga.or.at>
+ The author can be contacted at <img2eps@nih.at>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -20,10 +20,10 @@
products derived from this software without specific prior
written permission.
- THIS SOFTWARE IS PROVIDED BY DIETER BARON ``AS IS'' AND ANY EXPRESS
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL DIETER BARON BE LIABLE FOR ANY
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
--- a/src/im_gif.c Sat Jun 19 16:01:19 2010 +0200
+++ b/src/im_gif.c Sat Jun 19 16:01:28 2010 +0200
@@ -5,7 +5,7 @@
Copyright (C) 2002, 2005 Dieter Baron
This file is part of img2eps, an image to EPS file converter.
- The author can be contacted at <dillo@giga.or.at>
+ The author can be contacted at <img2eps@nih.at>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -20,10 +20,10 @@
products derived from this software without specific prior
written permission.
- THIS SOFTWARE IS PROVIDED BY DIETER BARON ``AS IS'' AND ANY EXPRESS
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL DIETER BARON BE LIABLE FOR ANY
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
--- a/src/im_jpeg.c Sat Jun 19 16:01:19 2010 +0200
+++ b/src/im_jpeg.c Sat Jun 19 16:01:28 2010 +0200
@@ -5,7 +5,7 @@
Copyright (C) 2002 Dieter Baron
This file is part of img2eps, an image to EPS file converter.
- The author can be contacted at <dillo@giga.or.at>
+ The author can be contacted at <img2eps@nih.at>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -20,10 +20,10 @@
products derived from this software without specific prior
written permission.
- THIS SOFTWARE IS PROVIDED BY DIETER BARON ``AS IS'' AND ANY EXPRESS
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL DIETER BARON BE LIABLE FOR ANY
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
--- a/src/im_jpeg2000.c Sat Jun 19 16:01:19 2010 +0200
+++ b/src/im_jpeg2000.c Sat Jun 19 16:01:28 2010 +0200
@@ -5,7 +5,7 @@
Copyright (C) 2002 Dieter Baron
This file is part of img2eps, an image to EPS file converter.
- The author can be contacted at <dillo@giga.or.at>
+ The author can be contacted at <img2eps@nih.at>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -20,10 +20,10 @@
products derived from this software without specific prior
written permission.
- THIS SOFTWARE IS PROVIDED BY DIETER BARON ``AS IS'' AND ANY EXPRESS
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL DIETER BARON BE LIABLE FOR ANY
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
--- a/src/im_png.c Sat Jun 19 16:01:19 2010 +0200
+++ b/src/im_png.c Sat Jun 19 16:01:28 2010 +0200
@@ -5,7 +5,7 @@
Copyright (C) 2002 Dieter Baron
This file is part of img2eps, an image to EPS file converter.
- The author can be contacted at <dillo@giga.or.at>
+ The author can be contacted at <img2eps@nih.at>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -20,10 +20,10 @@
products derived from this software without specific prior
written permission.
- THIS SOFTWARE IS PROVIDED BY DIETER BARON ``AS IS'' AND ANY EXPRESS
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL DIETER BARON BE LIABLE FOR ANY
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
--- a/src/im_tiff.c Sat Jun 19 16:01:19 2010 +0200
+++ b/src/im_tiff.c Sat Jun 19 16:01:28 2010 +0200
@@ -5,7 +5,7 @@
Copyright (C) 2002 Dieter Baron
This file is part of img2eps, an image to EPS file converter.
- The author can be contacted at <dillo@giga.or.at>
+ The author can be contacted at <img2eps@nih.at>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -20,10 +20,10 @@
products derived from this software without specific prior
written permission.
- THIS SOFTWARE IS PROVIDED BY DIETER BARON ``AS IS'' AND ANY EXPRESS
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL DIETER BARON BE LIABLE FOR ANY
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
--- a/src/im_xbm.c Sat Jun 19 16:01:19 2010 +0200
+++ b/src/im_xbm.c Sat Jun 19 16:01:28 2010 +0200
@@ -5,7 +5,7 @@
Copyright (C) 2002, 2005 Dieter Baron
This file is part of img2eps, an image to EPS file converter.
- The author can be contacted at <dillo@giga.or.at>
+ The author can be contacted at <img2eps@nih.at>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -20,10 +20,10 @@
products derived from this software without specific prior
written permission.
- THIS SOFTWARE IS PROVIDED BY DIETER BARON ``AS IS'' AND ANY EXPRESS
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL DIETER BARON BE LIABLE FOR ANY
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
--- a/src/im_xpm.c Sat Jun 19 16:01:19 2010 +0200
+++ b/src/im_xpm.c Sat Jun 19 16:01:28 2010 +0200
@@ -5,7 +5,7 @@
Copyright (C) 2002 Dieter Baron
This file is part of img2eps, an image to EPS file converter.
- The author can be contacted at <dillo@giga.or.at>
+ The author can be contacted at <img2eps@nih.at>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -20,10 +20,10 @@
products derived from this software without specific prior
written permission.
- THIS SOFTWARE IS PROVIDED BY DIETER BARON ``AS IS'' AND ANY EXPRESS
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL DIETER BARON BE LIABLE FOR ANY
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
--- a/src/image.c Sat Jun 19 16:01:19 2010 +0200
+++ b/src/image.c Sat Jun 19 16:01:28 2010 +0200
@@ -5,7 +5,7 @@
Copyright (C) 2002 Dieter Baron
This file is part of img2eps, an image to EPS file converter.
- The author can be contacted at <dillo@giga.or.at>
+ The author can be contacted at <img2eps@nih.at>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -20,10 +20,10 @@
products derived from this software without specific prior
written permission.
- THIS SOFTWARE IS PROVIDED BY DIETER BARON ``AS IS'' AND ANY EXPRESS
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL DIETER BARON BE LIABLE FOR ANY
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
--- a/src/image.h Sat Jun 19 16:01:19 2010 +0200
+++ b/src/image.h Sat Jun 19 16:01:28 2010 +0200
@@ -8,7 +8,7 @@
Copyright (C) 2002 Dieter Baron
This file is part of img2eps, an image to EPS file converter.
- The author can be contacted at <dillo@giga.or.at>
+ The author can be contacted at <img2eps@nih.at>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -23,10 +23,10 @@
products derived from this software without specific prior
written permission.
- THIS SOFTWARE IS PROVIDED BY DIETER BARON ``AS IS'' AND ANY EXPRESS
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL DIETER BARON BE LIABLE FOR ANY
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
--- a/src/img2eps.c Sat Jun 19 16:01:19 2010 +0200
+++ b/src/img2eps.c Sat Jun 19 16:01:28 2010 +0200
@@ -5,7 +5,7 @@
Copyright (C) 2002, 2005 Dieter Baron
This file is part of img2eps, an image to EPS file converter.
- The author can be contacted at <dillo@giga.or.at>
+ The author can be contacted at <img2eps@nih.at>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -20,10 +20,10 @@
products derived from this software without specific prior
written permission.
- THIS SOFTWARE IS PROVIDED BY DIETER BARON ``AS IS'' AND ANY EXPRESS
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL DIETER BARON BE LIABLE FOR ANY
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
@@ -56,11 +56,11 @@ char *prg;
char *prg;
static char const help_version[] = PACKAGE " " VERSION "\n\
-Copyright (C) 2002 Dieter Baron\n\
+Copyright (C) 2005 Dieter Baron\n\
img2eps comes with ABSOLUTELY NO WARRANTY, to the extent permitted by law.\n";
static const char help_head[] =
-PACKAGE " " VERSION " by Dieter Baron <dillo@giga.or.at>\n\n";
+PACKAGE " " VERSION "\n\n";
static const char help_tail[] = "\
-h, --help display this help message\n\
@@ -115,7 +115,7 @@ static const char help_tail[] = "\
"\n"
#endif /* any optional feature */
"\n\
-Report bugs to <dillo@giga.or.at>.\n";
+Report bugs to <img2eps@nih.at>.\n";
static const char usage[] =
"usage: %s [-hV] [-123cgnv] [-a asc] [-C comp] [-G grav] [-m marg] [-O ori] [-o file] [-P paper] [-S size] file [...]\n";
--- a/src/st_ascii85.c Sat Jun 19 16:01:19 2010 +0200
+++ b/src/st_ascii85.c Sat Jun 19 16:01:28 2010 +0200
@@ -5,7 +5,7 @@
Copyright (C) 2002 Dieter Baron
This file is part of img2eps, an image to EPS file converter.
- The author can be contacted at <dillo@giga.or.at>
+ The author can be contacted at <img2eps@nih.at>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -20,10 +20,10 @@
products derived from this software without specific prior
written permission.
- THIS SOFTWARE IS PROVIDED BY DIETER BARON ``AS IS'' AND ANY EXPRESS
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL DIETER BARON BE LIABLE FOR ANY
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
--- a/src/st_asciihex.c Sat Jun 19 16:01:19 2010 +0200
+++ b/src/st_asciihex.c Sat Jun 19 16:01:28 2010 +0200
@@ -5,7 +5,7 @@
Copyright (C) 2002 Dieter Baron
This file is part of img2eps, an image to EPS file converter.
- The author can be contacted at <dillo@giga.or.at>
+ The author can be contacted at <img2eps@nih.at>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -20,10 +20,10 @@
products derived from this software without specific prior
written permission.
- THIS SOFTWARE IS PROVIDED BY DIETER BARON ``AS IS'' AND ANY EXPRESS
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL DIETER BARON BE LIABLE FOR ANY
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
--- a/src/st_ccitt.c Sat Jun 19 16:01:19 2010 +0200
+++ b/src/st_ccitt.c Sat Jun 19 16:01:28 2010 +0200
@@ -5,7 +5,7 @@
Copyright (C) 2005 Dieter Baron
This file is part of img2eps, an image to EPS file converter.
- The author can be contacted at <dillo@giga.or.at>
+ The author can be contacted at <img2eps@nih.at>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -20,10 +20,10 @@
products derived from this software without specific prior
written permission.
- THIS SOFTWARE IS PROVIDED BY DIETER BARON ``AS IS'' AND ANY EXPRESS
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL DIETER BARON BE LIABLE FOR ANY
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
--- a/src/st_dct.c Sat Jun 19 16:01:19 2010 +0200
+++ b/src/st_dct.c Sat Jun 19 16:01:28 2010 +0200
@@ -5,7 +5,7 @@
Copyright (C) 2002 Dieter Baron
This file is part of img2eps, an image to EPS file converter.
- The author can be contacted at <dillo@giga.or.at>
+ The author can be contacted at <img2eps@nih.at>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -20,10 +20,10 @@
products derived from this software without specific prior
written permission.
- THIS SOFTWARE IS PROVIDED BY DIETER BARON ``AS IS'' AND ANY EXPRESS
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL DIETER BARON BE LIABLE FOR ANY
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
--- a/src/st_file.c Sat Jun 19 16:01:19 2010 +0200
+++ b/src/st_file.c Sat Jun 19 16:01:28 2010 +0200
@@ -5,7 +5,7 @@
Copyright (C) 2002 Dieter Baron
This file is part of img2eps, an image to EPS file converter.
- The author can be contacted at <dillo@giga.or.at>
+ The author can be contacted at <img2eps@nih.at>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -20,10 +20,10 @@
products derived from this software without specific prior
written permission.
- THIS SOFTWARE IS PROVIDED BY DIETER BARON ``AS IS'' AND ANY EXPRESS
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL DIETER BARON BE LIABLE FOR ANY
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
--- a/src/st_flate.c Sat Jun 19 16:01:19 2010 +0200
+++ b/src/st_flate.c Sat Jun 19 16:01:28 2010 +0200
@@ -5,7 +5,7 @@
Copyright (C) 2002, 2005 Dieter Baron
This file is part of img2eps, an image to EPS file converter.
- The author can be contacted at <dillo@giga.or.at>
+ The author can be contacted at <img2eps@nih.at>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -20,10 +20,10 @@
products derived from this software without specific prior
written permission.
- THIS SOFTWARE IS PROVIDED BY DIETER BARON ``AS IS'' AND ANY EXPRESS
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL DIETER BARON BE LIABLE FOR ANY
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
--- a/src/st_line.c Sat Jun 19 16:01:19 2010 +0200
+++ b/src/st_line.c Sat Jun 19 16:01:28 2010 +0200
@@ -5,7 +5,7 @@
Copyright (C) 2002 Dieter Baron
This file is part of img2eps, an image to EPS file converter.
- The author can be contacted at <dillo@giga.or.at>
+ The author can be contacted at <img2eps@nih.at>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -20,10 +20,10 @@
products derived from this software without specific prior
written permission.
- THIS SOFTWARE IS PROVIDED BY DIETER BARON ``AS IS'' AND ANY EXPRESS
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL DIETER BARON BE LIABLE FOR ANY
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
--- a/src/st_lzw.c Sat Jun 19 16:01:19 2010 +0200
+++ b/src/st_lzw.c Sat Jun 19 16:01:28 2010 +0200
@@ -4,7 +4,7 @@
st_lzw.c -- LZWEncode filter
This file is part of img2eps, an image to EPS file converter.
- The author can be contacted at <dillo@giga.or.at>
+ The author can be contacted at <img2eps@nih.at>
*/
/* $NetBSD: zopen.c,v 1.7 2002/05/26 22:25:38 wiz Exp $ */
@@ -61,13 +61,14 @@
* Diomidis Spinellis <dds@doc.ic.ac.uk>.
*
* Adapted to PostScript variant and img2eps stream framework by
- * Dieter Baron <dillo@giga.or.at>.
+ * Dieter Baron <img2eps@nih.at>.
*/
#include <errno.h>
#include <stddef.h>
+#include <sys/types.h>
#include "config.h"
#include "exceptions.h"
@@ -115,7 +116,7 @@ struct stream_lzw {
code_int zs_maxcode; /* Maximum code, given n_bits. */
code_int zs_maxmaxcode; /* Should NEVER generate this code. */
count_int zs_htab [HSIZE];
- u_short zs_codetab [HSIZE];
+ unsigned short zs_codetab [HSIZE];
code_int zs_hsize; /* For dynamic table sizing. */
code_int zs_free_ent; /* First unused entry. */
/*
@@ -267,14 +268,14 @@ lzw_write(stream_lzw *zs, const char *wb
{
code_int i;
int c, disp;
- const u_char *bp;
+ const unsigned char *bp;
int count;
if (num == 0)
return (0);
count = num;
- bp = (u_char *)wbp;
+ bp = (unsigned char *)wbp;
if (state == S_MIDDLE)
goto middle;
state = S_MIDDLE;
--- a/src/st_runlength.c Sat Jun 19 16:01:19 2010 +0200
+++ b/src/st_runlength.c Sat Jun 19 16:01:28 2010 +0200
@@ -5,7 +5,7 @@
Copyright (C) 2002 Dieter Baron
This file is part of img2eps, an image to EPS file converter.
- The author can be contacted at <dillo@giga.or.at>
+ The author can be contacted at <img2eps@nih.at>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -20,10 +20,10 @@
products derived from this software without specific prior
written permission.
- THIS SOFTWARE IS PROVIDED BY DIETER BARON ``AS IS'' AND ANY EXPRESS
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL DIETER BARON BE LIABLE FOR ANY
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
--- a/src/stream.c Sat Jun 19 16:01:19 2010 +0200
+++ b/src/stream.c Sat Jun 19 16:01:28 2010 +0200
@@ -5,7 +5,7 @@
Copyright (C) 2002 Dieter Baron
This file is part of img2eps, an image to EPS file converter.
- The author can be contacted at <dillo@giga.or.at>
+ The author can be contacted at <img2eps@nih.at>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -20,10 +20,10 @@
products derived from this software without specific prior
written permission.
- THIS SOFTWARE IS PROVIDED BY DIETER BARON ``AS IS'' AND ANY EXPRESS
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL DIETER BARON BE LIABLE FOR ANY
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
--- a/src/stream.h Sat Jun 19 16:01:19 2010 +0200
+++ b/src/stream.h Sat Jun 19 16:01:28 2010 +0200
@@ -8,7 +8,7 @@
Copyright (C) 2002 Dieter Baron
This file is part of img2eps, an image to EPS file converter.
- The author can be contacted at <dillo@giga.or.at>
+ The author can be contacted at <img2eps@nih.at>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -23,10 +23,10 @@
products derived from this software without specific prior
written permission.
- THIS SOFTWARE IS PROVIDED BY DIETER BARON ``AS IS'' AND ANY EXPRESS
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL DIETER BARON BE LIABLE FOR ANY
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
--- a/src/stream_types.h Sat Jun 19 16:01:19 2010 +0200
+++ b/src/stream_types.h Sat Jun 19 16:01:28 2010 +0200
@@ -8,7 +8,7 @@
Copyright (C) 2002 Dieter Baron
This file is part of img2eps, an image to EPS file converter.
- The author can be contacted at <dillo@giga.or.at>
+ The author can be contacted at <img2eps@nih.at>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -23,10 +23,10 @@
products derived from this software without specific prior
written permission.
- THIS SOFTWARE IS PROVIDED BY DIETER BARON ``AS IS'' AND ANY EXPRESS
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL DIETER BARON BE LIABLE FOR ANY
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
--- a/src/util.c Sat Jun 19 16:01:19 2010 +0200
+++ b/src/util.c Sat Jun 19 16:01:28 2010 +0200
@@ -5,7 +5,7 @@
Copyright (C) 2002 Dieter Baron
This file is part of img2eps, an image to EPS file converter.
- The author can be contacted at <dillo@giga.or.at>
+ The author can be contacted at <img2eps@nih.at>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -20,10 +20,10 @@
products derived from this software without specific prior
written permission.
- THIS SOFTWARE IS PROVIDED BY DIETER BARON ``AS IS'' AND ANY EXPRESS
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL DIETER BARON BE LIABLE FOR ANY
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
--- a/src/util.h Sat Jun 19 16:01:19 2010 +0200
+++ b/src/util.h Sat Jun 19 16:01:28 2010 +0200
@@ -8,7 +8,7 @@
Copyright (C) 2002 Dieter Baron
This file is part of img2eps, an image to EPS file converter.
- The author can be contacted at <dillo@giga.or.at>
+ The author can be contacted at <img2eps@nih.at>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -23,10 +23,10 @@
products derived from this software without specific prior
written permission.
- THIS SOFTWARE IS PROVIDED BY DIETER BARON ``AS IS'' AND ANY EXPRESS
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL DIETER BARON BE LIABLE FOR ANY
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
--- a/src/xmalloc.c Sat Jun 19 16:01:19 2010 +0200
+++ b/src/xmalloc.c Sat Jun 19 16:01:28 2010 +0200
@@ -5,7 +5,7 @@
Copyright (C) 2002 Dieter Baron
This file is part of img2eps, an image to EPS file converter.
- The author can be contacted at <dillo@giga.or.at>
+ The author can be contacted at <img2eps@nih.at>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -20,10 +20,10 @@
products derived from this software without specific prior
written permission.
- THIS SOFTWARE IS PROVIDED BY DIETER BARON ``AS IS'' AND ANY EXPRESS
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL DIETER BARON BE LIABLE FOR ANY
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
--- a/src/xmalloc.h Sat Jun 19 16:01:19 2010 +0200
+++ b/src/xmalloc.h Sat Jun 19 16:01:28 2010 +0200
@@ -8,7 +8,7 @@
Copyright (C) 2002 Dieter Baron
This file is part of img2eps, an image to EPS file converter.
- The author can be contacted at <dillo@giga.or.at>
+ The author can be contacted at <img2eps@nih.at>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -23,10 +23,10 @@
products derived from this software without specific prior
written permission.
- THIS SOFTWARE IS PROVIDED BY DIETER BARON ``AS IS'' AND ANY EXPRESS
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL DIETER BARON BE LIABLE FOR ANY
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS