From ab121f379a3cff458c90e6f480ba4bb68c8733dd Mon Sep 17 00:00:00 2001 From: Javier Martinez Canillas Date: Sat, 27 Nov 2010 07:49:17 +0100 Subject: Linux Device Drivers 3 examples --- LICENSE | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 LICENSE (limited to 'LICENSE') diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..c1ff8b6 --- /dev/null +++ b/LICENSE @@ -0,0 +1,27 @@ + + +Unless otherwise stated, the source code distributed with this book +can be redistributed in source or binary form so long as an +acknowledgment appears in derived source files. The citation should +list that the code comes from BOOK by AUTHOR, published by O'Reilly & +Associates. This code is under copyright and cannot be included in +any other book, publication, or educational product without permission +from O'Reilly & Associates. No warranty is attached; we cannot take +responsibility for errors or fitness for use. + + +There are a few exception to this licence, however: a few sources +herein are distributed according to the GNU General Public License, +version 2. You'll find a copy of the license in +/usr/src/linux/COPYING, and in other places in your filesystem. The +affected source files are: + + pci/pci_skel.c + tty/tiny_serial.c + tty/tiny_tty.c + usb/usb-skeleton.c + +The files in ./pci ./tty and ./usb inherit the GPL from the kernel +sources, as most of their code comes straight from the kernel +(usb-skeleton.c being part of the kernel source tree directly.) + -- cgit v1.2.1-18-gbd029