Remove Chris Pinkham as active maintainer because his primary email address

bounces, the website is dead and he doesn't respond to mails to other
addresses. Marked email addresses and website as dead. Fixed AT3 misdectection
that was on the TODO list for some time.
merge-requests/1/head
Henning Geinitz 2003-04-02 14:40:48 +00:00
rodzic 27beb7d01b
commit a2e76b2942
4 zmienionych plików z 16 dodań i 6 usunięć

Wyświetl plik

@ -11,7 +11,7 @@ Backends:
abaton: David Huggins-Daines abaton: David Huggins-Daines
agfafocus: Karl Anders Øygard agfafocus: Karl Anders Øygard
apple: Milon Firikis apple: Milon Firikis
artec: Chris Pinkham (*) artec: Chris Pinkham
artec_eplus48u:Sergey Vlasov, Andreas Nowack, David Stevenson, and artec_eplus48u:Sergey Vlasov, Andreas Nowack, David Stevenson, and
Michael Herder (*) Michael Herder (*)
as6e: Eugene S. Weiss (*) as6e: Eugene S. Weiss (*)
@ -112,7 +112,7 @@ Andrew Kuchling <amk@magnet.com>
Bernd Schroeder <bernd@aquila.muc.de> Bernd Schroeder <bernd@aquila.muc.de>
Brian J. Murrell <brian@interlinx.bc.ca> Brian J. Murrell <brian@interlinx.bc.ca>
Chris Bagwell <cbagwell@users.sourceforge.net> Chris Bagwell <cbagwell@users.sourceforge.net>
Chris Pinkham <cpinkham@infi.net> Chris Pinkham <cpinkham@infi.net> (email address dead)
Christian Bucher <cbucher@vernetzt.at> Christian Bucher <cbucher@vernetzt.at>
David Etherton <etherton@netcom.com> David Etherton <etherton@netcom.com>
David F. Skoll <dskoll@iname.com> David F. Skoll <dskoll@iname.com>

Wyświetl plik

@ -9,8 +9,13 @@
* backend/sm3600-color.c backend/sm3600-gray.c backend/sm3600-homerun.c * backend/sm3600-color.c backend/sm3600-gray.c backend/sm3600-homerun.c
backend/sm3600-scanmtek.c backend/sm3600-scantool.h backend/sm3600-scanusb.c backend/sm3600-scanmtek.c backend/sm3600-scantool.h backend/sm3600-scanusb.c
backend/sm3600-scanutil.c backend/sm3600.c backend/sm3600.h: backend/sm3600-scanutil.c backend/sm3600.c backend/sm3600.h:
Fixed comment headers. They were copied verbatim from the dll backend. Fixed comment headers. They were copied verbatim from the dll backend.
* AUTHORS backend/artec.c doc/sane-artec.man: Remove Chris Pinkham
as active maintainer because his primary email address bounces,
the website is dead and he doesn't respond to mails to other
addresses. Marked email addresses and website as dead. Fixed AT3
misdectection that was on the TODO list for some time.
2003-03-31 Henning Meier-Geinitz <henning@meier-geinitz.de> 2003-03-31 Henning Meier-Geinitz <henning@meier-geinitz.de>
* frontend/saned.c: Include poll.h only if new saned code is * frontend/saned.c: Include poll.h only if new saned code is

Wyświetl plik

@ -2110,6 +2110,11 @@ attach (const char *devname, ARTEC_Device ** devp)
str[11] = '\0'; str[11] = '\0';
strncpy (product_revision, str + 12, 4); strncpy (product_revision, str + 12, 4);
} }
else if (strstr (str, "AT3") == str)
{
str[3] = '\0';
strncpy (product_revision, str + 8, 4);
}
else else
{ {
/* get the product revision from it's normal place */ /* get the product revision from it's normal place */

Wyświetl plik

@ -36,7 +36,7 @@ are available from the backend homepage:
.br .br
.br .br
.RS .RS
.B http://www4.infi.net/~cpinkham/sane/ .B http://www4.infi.net/~cpinkham/sane/ (does not exist anymore?)
.RE .RE
.SH DOCUMENTATION .SH DOCUMENTATION
@ -200,4 +200,4 @@ sane(7), sane\-scsi(5)
.SH AUTHOR .SH AUTHOR
Chris Pinkham (cpinkham@infi.net) Chris Pinkham (cpinkham@infi.net) (does not exist anymore?)