Hi, On 2006-02-23 20:35, Alessandro Zummo wrote: > this patch adds support for sanei_tcp, a TCP > based interface.
Thanks. I haven't looked at the actual code yet, just some formal things: > +++ sane-backends/include/sane/sanei_tcp.h 2006-02-23 20:32:41.000000000 > +0100 > @@ -0,0 +1,33 @@ [...] > + This file declares SANE application interface. See the SANE > + standard for a detailed explanation of the interface. No, sanei files aren't part of the SANE API. SANE uses the public domain license for sane.h only, the other header files use GPL+SANE exception. But this is up to you. > +++ sane-backends/sanei/sanei_tcp.c 2006-02-23 20:23:27.000000000 +0100 > +/* sane - Scanner Access Now Easy. > + Copyright (c) 2006 Tower Technologies > + Author: Alessandro Zummo <[email protected]> > + This file is part of the SANE package. > + > + This program is free software; you can redistribute it and/or > + modify it under the terms of the GNU General Public License, > + version 2, published by the Free Software Foundation. > +*/ This should be GPL+SANE exception. Otherwise the SANE exception for all backends may be void. At least for all backends that link to this code. See the other sanei_*.c files for examples. Bye, Henning
