Changed licence to GPL + SANE exception for snapscan-usb.[ch]

merge-requests/1/head
Oliver Schwartz 2003-07-26 17:16:55 +00:00
rodzic 6ac9009e66
commit c56a0ac8e9
3 zmienionych plików z 53 dodań i 0 usunięć

Wyświetl plik

@ -1,3 +1,8 @@
2003-07-26 Oliver Schwartz <Oliver.Schwartz@gmx.de>
* backend/snapscan-usb.c backend/snapscan-usb.h:
Changed license to GPL + SANE exception.
2003-07-26 Peter Fales <peter@fales-lorenz.net>
* sanei/Makefile.in, backend/cderror.h, backend/jinclude.h,
backend/dc210.c, backend/dc240.c, backend/ gphoto2.c,

Wyświetl plik

@ -20,6 +20,27 @@
Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA.
As a special exception, the authors of SANE give permission for
additional uses of the libraries contained in this release of SANE.
The exception is that, if you link a SANE library with other files
to produce an executable, this does not by itself cause the
resulting executable to be covered by the GNU General Public
License. Your use of that executable is in no way restricted on
account of linking the SANE library code into it.
This exception does not, however, invalidate any other reasons why
the executable file might be covered by the GNU General Public
License.
If you submit changes to SANE to the maintainers to be included in
a subsequent release, you agree by submitting the changes that
those changes may be distributed with this exception intact.
If you write modifications of your own for SANE, it is your choice
whether to permit this exception to apply to your modifications.
If you do not wish that, delete this exception notice.
This file implements USB equivalents to the SCSI routines used by the Snapscan
backend.
@ -435,6 +456,9 @@ static SANE_Status usb_request_sense(SnapScan_Scanner *pss) {
/*
* $Log$
* Revision 1.12 2003/07/26 17:16:55 oliverschwartz
* Changed licence to GPL + SANE exception for snapscan-usb.[ch]
*
* Revision 1.11 2002/07/12 23:29:06 oliverschwartz
* SnapScan backend 1.4.15
*

Wyświetl plik

@ -20,6 +20,27 @@
Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA.
As a special exception, the authors of SANE give permission for
additional uses of the libraries contained in this release of SANE.
The exception is that, if you link a SANE library with other files
to produce an executable, this does not by itself cause the
resulting executable to be covered by the GNU General Public
License. Your use of that executable is in no way restricted on
account of linking the SANE library code into it.
This exception does not, however, invalidate any other reasons why
the executable file might be covered by the GNU General Public
License.
If you submit changes to SANE to the maintainers to be included in
a subsequent release, you agree by submitting the changes that
those changes may be distributed with this exception intact.
If you write modifications of your own for SANE, it is your choice
whether to permit this exception to apply to your modifications.
If you do not wish that, delete this exception notice.
This file implements USB equivalents to the SCSI routines used by the Snapscan
backend.
*/
@ -84,6 +105,9 @@ static SANE_Status usb_cmd(int fd, const void *src, size_t src_size,
/*
* $Log$
* Revision 1.6 2003/07/26 17:16:55 oliverschwartz
* Changed licence to GPL + SANE exception for snapscan-usb.[ch]
*
* Revision 1.5 2002/04/10 21:45:53 oliverschwartz
* Removed illegal character / removed declaration of bqelements
*