Skip to content

Commit 8f88e3b

Browse files
committed
[DOC] update LICENSE files and INFO
1 parent e99a1a1 commit 8f88e3b

3 files changed

Lines changed: 13 additions & 12 deletions

File tree

INFO

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
Name: lambda
2-
Author: Hannes Hauswedell <hannes.hauswedell@molgen.mpg.de>
3-
Maintainer: Hannes Hauswedell <hannes.hauswedell@molgen.mpg.de>
2+
Author: Hannes Hauswedell <hannes.hauswedell@fu-berlin.de>
3+
Maintainer: Hannes Hauswedell <hannes.hauswedell@fu-berlin.de>
44
License: GPL v3
5-
Copyright: 2013-2014, FU Berlin
5+
Copyright: 2013-2017, Hannes Hauswedell; 2016-2017 Knut Reinert, FU-Berlin
66
Status: under development
7-
Description: NCBI-Blast compatible local aligner that is very fast.
8-
LAMBDA: the Local Aligner for Massive Biological DatA is a fast local
9-
aligner optimized for NGS data and protein searches, but it also works on
10-
DNA-DNA searches. It is faster than most of its competitors while still being
11-
rather sensitive.
7+
Description: Lambda is a biological sequence aligner optimized for many
8+
query sequences and searches in protein space. It is highly compatible
9+
to BLAST (bitscore and e-value statistics, tab seperated and verbose
10+
output formats), much faster than BLAST and many other comparable tools
11+
and supports many other input and output formats, including standards-
12+
conformant .sam and .bam and many compression types

LICENSE-BSD.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
BSD-License (3-clause)
22
======================
33

4-
| Copyright (c) 2006-2016, Knut Reinert, Freie Universität Berlin
4+
| Copyright (c) 2016-2017, Knut Reinert, Freie Universität Berlin
55
| All rights reserved.
66
77
Redistribution and use in source and binary forms, with or without

LICENSE.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lambda copyright
22
================
33
::
44

5-
Copyright (c) 2013-2016, Hannes Hauswedell
5+
Copyright (c) 2013-2017, Hannes Hauswedell
66
All rights reserved.
77

88
Lambda is *free software*: you can redistribute it and/or modify
@@ -21,7 +21,7 @@ rights and obligations implied.
2121
Some of the contributions to Lambda are alternatively or additionally
2222
::
2323

24-
Copyright (c) 2016, Knut Reinert and Freie Universität Berlin
24+
Copyright (c) 2016-2017, Knut Reinert and Freie Universität Berlin
2525

2626
These are covered by the three clause BSD license as can be found in
2727
the file `LICENSE-BSD.rst <./LICENSE-BSD.rst>`__. In cases of doubt
@@ -38,7 +38,7 @@ SeqAn copyright
3838
---------------
3939
::
4040

41-
Copyright (c) 2006-2016, Knut Reinert and Freie Universität Berlin
41+
Copyright (c) 2006-2017, Knut Reinert and Freie Universität Berlin
4242

4343
SeqAn is published under the terms of the three clause BSD license as can
4444
be found in the file `include/seqan/LICENSE <./include/seqan/LICENSE>`__

0 commit comments

Comments
 (0)