LICENSE
上传用户:wudi5211
上传日期:2010-01-21
资源大小:607k
文件大小:2k
源码类别:

嵌入式Linux

开发平台:

C/C++

  1. Unless  otherwise stated, the  source code distributed  with this book
  2. can   be  redistributed in source    or  binary form   so  long  as an
  3. acknowledgment  appears in derived source   files. The citation should
  4. list that the code comes from BOOK  by AUTHOR, published by O'Reilly &
  5. Associates.  This  code is under copyright and  cannot be  included in
  6. any other book, publication, or educational product without permission
  7. from O'Reilly &  Associates. No warranty  is attached; we  cannot take
  8. responsibility for errors or fitness for use.
  9. There are  a  few exception to  this  licence, however:  a few sources
  10. herein    are  distributed  according   to   the  GNU   General Public
  11. License. You'll find a copy  of the license in /usr/src/linux/COPYING,
  12. and in other places in your filesystem. The affected source files are:
  13.   pci/pcidata.c
  14.   pci/pciregions.c
  15. misc-modules/allocator.c
  16. The  files in ./pci inherit the   GPL from the kernel
  17. sources, as  some of their code comes  straight from the kernel; their
  18. being GPL'd doesn't  prevent you from writing  binary modules,  as the
  19. code in the pci* modules isn't meant to be included in custom drivers,
  20. the modules are just standalone probing tools.
  21. The allocator,  on the other hand,  is completely mine, but I'd better
  22. not allow hiding code dealing  with memory management.  If you want to
  23. use  the  allocator  in a  binary-only module,   just compile it  as a
  24. standalone module and distribute its source.
  25. Note  that   although everything here  is  designed  to allow building
  26. binary modules, I'm strongly against this practice. All software in my
  27. opinion should be  free (in the  sense  of freedom). Every Linux  user
  28. should acknowledge the importance of the GPL and should use it for any
  29. new software.
  30. Enjoy
  31. /alessandro