Initial debian build bits
[fw/stlink] / debian / copyright
1 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2 Upstream-Name: stlink
3 Source: <url://example.com>
4
5 Files: *
6 Copyright: <years> <put author's name and email here>
7            <years> <likewise for another author>
8 License: BSD-3-Clause
9
10 Files: debian/*
11 Copyright: 2013 Keith Packard <keithp@keithp.com>
12 License: BSD-3-Clause
13
14 License: BSD-3-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 copyright
21     notice, this list of conditions and the following disclaimer in the
22     documentation and/or other materials provided with the distribution.
23  3. Neither the name of the University nor the names of its contributors
24     may be used to endorse or promote products derived from this software
25     without specific prior written permission.
26  .
27  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
28  ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 
29  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 
30  A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE HOLDERS OR
31  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 
32  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
33  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 
34  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 
35  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 
36  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
37  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38
39 # Please also look if there are files or directories which have a
40 # different copyright/license attached and list them here.
41 # Please avoid to pick license terms that are more restrictive than the
42 # packaged work, as it may make Debian's contributions unacceptable upstream.