1
2
3 Unless otherwise stated, the source code distributed with this book
4 can be redistributed in source or binary form so long as an
5 acknowledgment appears in derived source files. The citation should
6 list that the code comes from BOOK by AUTHOR, published by O'Reilly &
7 Associates. This code is under copyright and cannot be included in
8 any other book, publication, or educational product without permission
9 from O'Reilly & Associates. No warranty is attached; we cannot take
10 responsibility for errors or fitness for use.
11
12
13 There are a few exception to this licence, however: a few sources
14 herein are distributed according to the GNU General Public License,
15 version 2. You'll find a copy of the license in
16 /usr/src/linux/COPYING, and in other places in your filesystem. The
17 affected source files are:
18
19 pci/pci_skel.c
20 tty/tiny_serial.c
21 tty/tiny_tty.c
22 usb/usb-skeleton.c
23
24 The files in ./pci ./tty and ./usb inherit the GPL from the kernel
25 sources, as most of their code comes straight from the kernel
26 (usb-skeleton.c being part of the kernel source tree directly.)
27
|
This page was automatically generated by the
LXR engine.
|