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