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