1Easel - a library of C functions for biological sequence analysis
2Copyright (C) 1990-2019 Sean R. Eddy
3Copyright (C) 2000-2019 Howard Hughes Medical Institute
4Copyright (C) 2015-2019 President and Fellows of Harvard College
5Copyright (C) 1995-2006 Washington University School of Medicine
6Copyright (C) 1992-1995 MRC Laboratory of Molecular Biology, UK
7-------------------------------------------------------------------
8
9Easel's code includes contributions from members of the Eddy/Rivas
10laboratory at Harvard University, the HMMER and Infernal development
11teams, and other colleagues, including:
12
13   Tyler Camp
14   Nick Carter
15   Michael Farrar
16   Graeme Mitchison
17   Eric Nawrocki
18   Elena Rivas
19   Travis Wheeler
20
21Easel also includes code we have incorporated from other sources and
22authors -- including public domain code, and licensed copyrighted
23code. Sources and licenses are noted in the appropriate places in
24individual files. Copyright holders and contributors include:
25
26   Barry W. Brown, James Lovato        esl_random:esl_rnd_Gaussian()
27   Bob Jenkins                         esl_random::esl_rnd_mix3()
28   Steven G. Johnson, and others       autoconf macros in m4/
29   Kevin Lawler                        esl_rand64::esl_rand64_Deal()
30   Stephen Moshier                     SIMD vectorized logf,expf
31   Takuji Nishimura, Makoto Matsumoto  esl_random, esl_rand64
32   Julien Pommier                      SIMD vectorized logf,expf
33   David Robert Nadeau                 esl_stopwatch
34   Henry Spencer                       esl_regexp
35   David Wheeler                       easel::esl_tmpfile()
36   Free Software Foundation, Inc.      configure
37   FreeBSD 		               easel::esl_strsep()
38   Sun Microsystems, Inc.              esl_stats::esl_erfc()
39
40Easel development is supported in part by the National Human Genome
41Research Institute of the US National Institutes of Health under grant
42number R01HG009116. The content is solely the responsibility of the
43authors and does not necessarily represent the official views of the
44National Institutes of Health.
45
46The Easel library is open source software. It is freely distributed
47under the terms of the BSD (Berkeley Software Distribution) open
48source license:
49
50   Redistribution and use in source and binary forms, with or without
51   modification, are permitted provided that the following conditions
52   are met:
53
54   1. Redistributions of source code must retain the above copyright
55      notice, this list of conditions and the following disclaimer.
56
57   2. Redistributions in binary form must reproduce the above
58      copyright notice, this list of conditions and the following
59      disclaimer in the documentation and/or other materials provided
60      with the distribution.
61
62   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
63   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
64   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
65   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
66   COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
67   INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
68   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
69   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
70   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
71   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
72   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
73   OF THE POSSIBILITY OF SUCH DAMAGE.
74
75
76