Skip to content

Commit

Permalink
Update copyright.
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriuo committed Sep 18, 2020
1 parent 39a0204 commit 37dcee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* main.c -- main bcftools command front-end.
Copyright (C) 2012-2018 Genome Research Ltd.
Copyright (C) 2012-2020 Genome Research Ltd.
Author: Petr Danecek <pd3@sanger.ac.uk>
Expand Down Expand Up @@ -251,7 +251,7 @@ int main(int argc, char *argv[])
if (argc < 2) { usage(stderr); return 1; }

if (strcmp(argv[1], "version") == 0 || strcmp(argv[1], "--version") == 0 || strcmp(argv[1], "-v") == 0) {
printf("bcftools %s\nUsing htslib %s\nCopyright (C) 2019 Genome Research Ltd.\n", bcftools_version(), hts_version());
printf("bcftools %s\nUsing htslib %s\nCopyright (C) 2020 Genome Research Ltd.\n", bcftools_version(), hts_version());
#if USE_GPL
printf("License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n");
#else
Expand Down

0 comments on commit 37dcee9

Please sign in to comment.