-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathLICENSE
More file actions
22 lines (17 loc) · 892 Bytes
/
Copy pathLICENSE
File metadata and controls
22 lines (17 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Seqminer is licensed under GPL.
Some components have separate license and listed below:
1. tabix
Heng Li <lh3@live.co.uk> (MIT license). We removed standard IO related
functions, e.g. printf, fprintf ; also changed its un-safe
pointer arithmetics.
2. samtools/bcftools
Heng Li <lh3@live.co.uk> (MIT license). We removed standard IO related
functions, e.g. printf, fprintf ; also changed its un-safe
pointer arithmetics.
3. SQLite
SQLite is public domain, as stated in sqlite.org on February 3, 20202.
We included D. Richard Hipp as a cph author as suggested by Prof. Brian Ripley.
4. Zstandard
Zstandard is BSD license. Its LICENSE file states "Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved."
Its source directory also contains a COPYING file that states GPLv2.
We keep the COPYING file as it is part of the zstd source codes.