Skip to content

Commit 3ead9bf

Browse files
vasudeva8jkbonfield
authored andcommitted
Copyright year update and build cleanup
1 parent 21b17b5 commit 3ead9bf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ int main(int argc, char *argv[])
265265
if (argc < 2) { usage(stderr); return 1; }
266266

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

plugins/vcf2table.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
#include <unistd.h> // for isatty
3939

4040
#include "../bcftools.h"
41-
#include "hts_internal.h"
4241

4342
#define ASSERT_NOT_NULL(a) \
4443
do { \

0 commit comments

Comments
 (0)