diff --git a/include/sane/sanei_lm983x.h b/include/sane/sanei_lm983x.h index 85d2d5cca..6b9d8c83a 100644 --- a/include/sane/sanei_lm983x.h +++ b/include/sane/sanei_lm983x.h @@ -1,7 +1,7 @@ /* sane - Scanner Access Now Easy. based on sources acquired from Plustek Inc. - Copyright (C) 2002 Gerhard Jaeger + Copyright (C) 2002-2003 Gerhard Jaeger This file is part of the SANE package. @@ -145,6 +145,6 @@ extern SANE_Status sanei_lm983x_read( SANE_Int fd, SANE_Byte reg, * - SANE_FALSE - reset failed */ extern SANE_Bool sanei_lm983x_reset( SANE_Int fd ); - + #endif /* sanei_lm983x_h */ diff --git a/sanei/sanei_lm983x.c b/sanei/sanei_lm983x.c index 1717ce53e..f70ef26d3 100644 --- a/sanei/sanei_lm983x.c +++ b/sanei/sanei_lm983x.c @@ -1,7 +1,7 @@ /* sane - Scanner Access Now Easy. based on sources acquired from Plustek Inc. - Copyright (C) 2002 Gerhard Jaeger + Copyright (C) 2002-2003 Gerhard Jaeger This file is part of the SANE package. @@ -268,4 +268,4 @@ SANE_Bool sanei_lm983x_reset( SANE_Int fd ) return SANE_FALSE; } -/* END sanei_lm983x.c........................................................*/ +/* END sanei_lm983x.c .......................................................*/