You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

cs89x0.txt 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /**
  2. Per an email message from Russ Nelson <nelson@crynwr.com> on
  3. 18 March 2008 the files cs89x0.[ch] are now licensed under GPL
  4. Version 2.
  5. From: Russ Nelson <nelson@crynwr.com>
  6. Date: Tue, 18 Mar 2008 12:42:00 -0400
  7. Subject: Re: [Etherboot-developers] cs89x0 driver in etherboot
  8. -- quote from email
  9. As copyright holder, if I say it doesn't conflict with the GPL,
  10. then it doesn't conflict with the GPL.
  11. However, there's no point in causing people's brains to overheat,
  12. so yes, I grant permission for the code to be relicensed under the
  13. GPLv2. Please make sure that this change in licensing makes its
  14. way upstream. -russ
  15. -- quote from email
  16. **/
  17. Permission is granted to distribute the enclosed cs89x0.[ch] driver
  18. only in conjunction with the Etherboot package. The code is
  19. ordinarily distributed under the GPL.
  20. Russ Nelson, January 2000
  21. CREDITS
  22. I want to thank
  23. Mike Cruse <mcruse@cti-ltd.com>
  24. for providing an evaluation NIC and for sponsoring the
  25. development of this driver.
  26. Randall Sears <sears@crystal.cirrus.com>
  27. Deva Bodas <bodas@crystal.cirrus.com>
  28. Andreas Kraemer <akraemer@crystal.cirrus.com>
  29. Wolfgang Krause <100303.2673@compuserve.com>
  30. for excellent technical support and for providing the required
  31. programming information. I appreciate Crystal Semiconductor's
  32. commitment towards free software.
  33. Russell Nelson <nelson@crynwr.com>
  34. for writing the Linux device driver for the CS89x0
  35. chipset. Russel's code is very well designed and simplified my
  36. job a lot.