Skip to content

Commit c28bd1d

Browse files
committed
Copyright updates for the Spring 2025 release.
1 parent 6e3588c commit c28bd1d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

annot-tsv.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ int main(int argc, char **argv)
990990
case 1 :
991991
printf(
992992
"annot-tsv (htslib) %s\n"
993-
"Copyright (C) 2024 Genome Research Ltd.\n", hts_version());
993+
"Copyright (C) 2024-2025 Genome Research Ltd.\n", hts_version());
994994
return EXIT_SUCCESS;
995995
break;
996996
case 2 :

bgzf.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
Copyright (c) 2008 Broad Institute / Massachusetts Institute of Technology
44
2011, 2012 Attractive Chaos <[email protected]>
5-
Copyright (C) 2009, 2013-2023 Genome Research Ltd
5+
Copyright (C) 2009, 2013-2025 Genome Research Ltd
66
77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal

cram/cram_io.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2012-2024 Genome Research Ltd.
2+
Copyright (c) 2012-2025 Genome Research Ltd.
33
Author: James Bonfield <[email protected]>
44
55
Redistribution and use in source and binary forms, with or without

test/test-bcf_set_variant_type.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* test/test-bcf_set_variant_type.c -- bcf_set_variant_type test harness.
22
3-
Copyright (C) 2022 Genome Research Ltd.
3+
Copyright (C) 2022, 2024 Genome Research Ltd.
44
55
Author: Martin Pollard <[email protected]>
66

thread_pool.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* thread_pool.c -- A pool of generic worker threads
22
3-
Copyright (c) 2013-2020 Genome Research Ltd.
3+
Copyright (c) 2013-2020, 2025 Genome Research Ltd.
44
55
Author: James Bonfield <[email protected]>
66

0 commit comments

Comments
 (0)