New upstream release (no new copyright notices).
[samtools.git] / debian / copyright
1 Format: http://dep.debian.net/deps/dep5/
2 Source: http://qa.debian.org/watch/sf.php/samtools/samtools-0.1.15.tar.bz2
3
4 Files: *
5 Copyright:  © 2008–2010, Genome Research Ltd. (GRL)
6 License: MIT
7
8 License: MIT
9  Permission is hereby granted, free of charge, to any person obtaining a copy
10  of this software and associated documentation files (the "Software"), to deal
11  in the Software without restriction, including without limitation the rights
12  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13  copies of the Software, and to permit persons to whom the Software is
14  furnished to do so, subject to the following conditions:
15  . 
16  The above copyright notice and this permission notice shall be included in
17  all copies or substantial portions of the Software.
18  .
19  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
25  THE SOFTWARE.
26
27 Files: kprobaln.h, kprobaln.c
28 Copyright: © 2003-2006, 2008-2010, by Heng Li <lh3lh3@live.co.uk>
29 License: MIT
30
31 Files: bcftools/bcf.h
32 Copyright: © 2010 Broad Institute
33 License: MIT
34
35 Files: misc/export2sam.pl, bam_cat.c
36 Copyright: © 2008–2009, Genome Research Ltd.
37 Copyright: © 2010 Illumina, Inc.
38 License: MIT
39
40 Files: bgzf.*, bgzip.c
41 Copyright: © 2008 Broad Institute / Massachusetts Institute of Technology
42 License: MIT
43
44 Files: khash.h
45 Copyright: © 2008, 2009, 2011 by Attractive Chaos <attractor@live.co.uk>
46 License: MIT
47
48 Files: knetfile.c
49 Copyright: © 2008 by Genome Research Ltd (GRL).
50              2010 by Attractive Chaos <attractor@live.co.uk>
51 License: MIT
52
53 Files: razf.*
54 Name: RAZF : Random Access compressed(Z) File
55 Copyright: 2008, Jue Ruan <ruanjue@gmail.com>, Heng Li <lh3@sanger.ac.uk>
56 License: NetBSD-similar
57  Redistribution and use in source and binary forms, with or without
58  modification, are permitted provided that the following conditions
59  are met:
60   1. Redistributions of source code must retain the above copyright
61      notice, this list of conditions and the following disclaimer.
62   2. Redistributions in binary form must reproduce the above copyright
63      notice, this list of conditions and the following disclaimer in the
64      documentation and/or other materials provided with the distribution.
65  .        
66  THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
67  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
68  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
69  ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
70  FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
71  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
72  OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
73  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
74  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
75  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
76  SUCH DAMAGE.
77
78 Files: misc/md5.*
79 Copyright: no copyright is claimed
80 License: MD5-fourmilab
81  This code implements the MD5 message-digest algorithm.
82  The algorithm is due to Ron Rivest. This code was
83  written by Colin Plumb in 1993, no copyright is claimed.
84  This code is in the public domain; do with it what you wish.
85  . 
86  Equivalent code is available from RSA Data Security, Inc.
87  This code has been tested against that, and is equivalent,
88  except that you don't need to include two pages of legalese
89  with every copy.
90  .
91  To compute the message digest of a chunk of bytes, declare an
92  MD5Context structure, pass it to MD5Init, call MD5Update as
93  needed on buffers full of bytes, and then call MD5Final, which
94  will fill a supplied 16-byte array with the digest.
95
96 Files: win32/xcurses.h
97 Copyright: Public Domain
98 License: public-domain
99  This file is part of PDCurses (http://pdcurses.sourceforge.net/),
100  which is in the public domain.
101
102 Files: win32/z*.h 
103 Copyright: © 1995-2005 Jean-loup Gailly and Mark Adler
104 License: zlib
105  This software is provided 'as-is', without any express or implied
106  warranty.  In no event will the authors be held liable for any damages
107  arising from the use of this software.
108  .
109  Permission is granted to anyone to use this software for any purpose,
110  including commercial applications, and to alter it and redistribute it
111  freely, subject to the following restrictions:
112  .
113   1. The origin of this software must not be misrepresented; you must not
114      claim that you wrote the original software. If you use this software
115      in a product, an acknowledgment in the product documentation would be
116      appreciated but is not required.
117   2. Altered source versions must be plainly marked as such, and must not be
118      misrepresented as being the original software.
119   3. This notice may not be removed or altered from any source distribution.
120  .
121   Jean-loup Gailly        Mark Adler
122   jloup@gzip.org          madler@alumni.caltech.edu