copyright 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
  2. Upstream-Name: b43-fwcutter
  3. Source: http://linuxwireless.org/en/users/Drivers/b43
  4. Files: *
  5. Copyright: 2005-2011 Martin Langer <martin-langer@gmx.de>
  6. 2005-2014 Michael Buesch <m@bues.ch>
  7. 2005-2011 Alex Beregszaszi <alex@fsn.hu>
  8. License: BSD-2-Clause
  9. Files: debian/*
  10. Copyright: 2006 Rene Engelhard <rene@debian.org>
  11. 2011 Fabrizio Regalli <fabreg@fabreg.it>
  12. 2013 Daniel Echeverry <epsilon77@gmail.com>
  13. License: BSD-2-Clause
  14. License: BSD-2-Clause
  15. Redistribution and use in source and binary forms, with or without
  16. modification, are permitted provided that the following conditions
  17. are met:
  18. 1. Redistributions of source code must retain the above copyright
  19. notice, this list of conditions and the following disclaimer.
  20. 2. Redistributions in binary form must reproduce the above
  21. copyright notice, this list of conditions and the following
  22. disclaimer in the documentation and/or other materials provided
  23. with the distribution.
  24. .
  25. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
  26. WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  27. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  28. DISCLAIMED. IN NO EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY
  29. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  30. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
  31. GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  32. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  33. WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
  34. OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
  35. EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  36. Files: md5.c md5.h
  37. Copyright: 1993 Colin Plumb
  38. License: public-domain
  39. This code implements the MD5 message-digest algorithm.
  40. The algorithm is due to Ron Rivest. This code was
  41. written by Colin Plumb in 1993, no copyright is claimed.
  42. This code is in the public domain; do with it what you wish.