comparison ezBAMQC/src/htslib/LICENSE @ 0:dfa3745e5fd8

Uploaded
author youngkim
date Thu, 24 Mar 2016 17:12:52 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:dfa3745e5fd8
1 [Files in this distribution outwith the cram/ subdirectory are distributed
2 according to the terms of the following MIT/Expat license.]
3
4 The MIT/Expat License
5
6 Copyright (C) 2012-2014 Genome Research Ltd.
7
8 Permission is hereby granted, free of charge, to any person obtaining a copy
9 of this software and associated documentation files (the "Software"), to deal
10 in the Software without restriction, including without limitation the rights
11 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12 copies of the Software, and to permit persons to whom the Software is
13 furnished to do so, subject to the following conditions:
14
15 The above copyright notice and this permission notice shall be included in
16 all copies or substantial portions of the Software.
17
18 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
21 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
23 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
24 DEALINGS IN THE SOFTWARE.
25
26
27 [Files within the cram/ subdirectory in this distribution are distributed
28 according to the terms of the following Modified 3-Clause BSD license.]
29
30 The Modified-BSD License
31
32 Copyright (C) 2012-2014 Genome Research Ltd.
33
34 Redistribution and use in source and binary forms, with or without
35 modification, are permitted provided that the following conditions are met:
36
37 1. Redistributions of source code must retain the above copyright notice,
38 this list of conditions and the following disclaimer.
39
40 2. Redistributions in binary form must reproduce the above copyright notice,
41 this list of conditions and the following disclaimer in the documentation
42 and/or other materials provided with the distribution.
43
44 3. Neither the names Genome Research Ltd and Wellcome Trust Sanger Institute
45 nor the names of its contributors may be used to endorse or promote products
46 derived from this software without specific prior written permission.
47
48 THIS SOFTWARE IS PROVIDED BY GENOME RESEARCH LTD AND CONTRIBUTORS "AS IS"
49 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
50 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
51 DISCLAIMED. IN NO EVENT SHALL GENOME RESEARCH LTD OR ITS CONTRIBUTORS BE LIABLE
52 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
53 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
54 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
55 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
56 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
57 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
58
59
60 [The use of a range of years within a copyright notice in this distribution
61 should be interpreted as being equivalent to a list of years including the
62 first and last year specified and all consecutive years between them.
63
64 For example, a copyright notice that reads "Copyright (C) 2005, 2007-2009,
65 2011-2012" should be interpreted as being identical to a notice that reads
66 "Copyright (C) 2005, 2007, 2008, 2009, 2011, 2012" and a copyright notice
67 that reads "Copyright (C) 2005-2012" should be interpreted as being identical
68 to a notice that reads "Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010,
69 2011, 2012".]