summaryrefslogtreecommitdiff
path: root/licenses
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-08-13 03:13:12 +0000
committerbrook <brook@pkgsrc.org>2019-08-13 03:13:12 +0000
commit2393fe49a878629616adb4e15eece7ff3fc25f52 (patch)
tree6177b2e3cfda60a5ab08eaa244984eac4ca997ed /licenses
parent8f8f765d8b2720ec0fb98d7c499f6503299e2ee8 (diff)
downloadpkgsrc-2393fe49a878629616adb4e15eece7ff3fc25f52.tar.gz
py-biopython: initial commit of the biopython license
The Biopython package contains high-quality, reusable modules and scripts written in Python to make it as easy as possible to use Python for bioinformatics. The Biopython includes the follwing: the ability to parse bioinformatics files into python utilizable data structures, including support for the formats such as Blast output, Clustalw, FASTA, GenBank, PubMed and Medicine, various Expasy files, SCOP, Rebase, UniGene, and SwissProt.
Diffstat (limited to 'licenses')
-rw-r--r--licenses/biopython-license20
1 files changed, 20 insertions, 0 deletions
diff --git a/licenses/biopython-license b/licenses/biopython-license
new file mode 100644
index 00000000000..7b89c476f26
--- /dev/null
+++ b/licenses/biopython-license
@@ -0,0 +1,20 @@
+Biopython License Agreement
+---------------------------
+
+Permission to use, copy, modify, and distribute this software and its
+documentation with or without modifications and for any purpose and
+without fee is hereby granted, provided that any copyright notices
+appear in all copies and that both those copyright notices and this
+permission notice appear in supporting documentation, and that the
+names of the contributors or copyright holders not be used in
+advertising or publicity pertaining to distribution of the software
+without specific prior permission.
+
+THE CONTRIBUTORS AND COPYRIGHT HOLDERS OF THIS SOFTWARE DISCLAIM ALL
+WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE
+CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT
+OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
+OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
+OR PERFORMANCE OF THIS SOFTWARE.