Skip to content

Commit a4dde3f

Browse files
authored
Copyright updates for the Spring 2025 release. (PR #1906)
* Copyright updates for the Spring 2025 release. * New Year changes (slightly late).
1 parent 1b058b1 commit a4dde3f

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ according to the terms of the following MIT/Expat license.]
33

44
The MIT/Expat License
55

6-
Copyright (C) 2012-2024 Genome Research Ltd.
6+
Copyright (C) 2012-2025 Genome Research Ltd.
77

88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal
@@ -29,7 +29,7 @@ according to the terms of the following Modified 3-Clause BSD license.]
2929

3030
The Modified-BSD License
3131

32-
Copyright (C) 2012-2024 Genome Research Ltd.
32+
Copyright (C) 2012-2025 Genome Research Ltd.
3333

3434
Redistribution and use in source and binary forms, with or without
3535
modification, are permitted provided that the following conditions are met:

annot-tsv.c

Lines changed: 1 addition & 1 deletion
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) 2025 Genome Research Ltd.\n", hts_version());
994994
return EXIT_SUCCESS;
995995
break;
996996
case 2 :

bgzf.c

Lines changed: 1 addition & 1 deletion
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

bgzip.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ int main(int argc, char **argv)
267267
case 1:
268268
printf(
269269
"bgzip (htslib) %s\n"
270-
"Copyright (C) 2024 Genome Research Ltd.\n", hts_version());
270+
"Copyright (C) 2025 Genome Research Ltd.\n", hts_version());
271271
return EXIT_SUCCESS;
272272
case 2: binary = 1; break;
273273
case 'h': return bgzip_main_usage(stdout, EXIT_SUCCESS);

cram/cram_io.c

Lines changed: 1 addition & 1 deletion
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

htsfile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ int main(int argc, char **argv)
250250
case 1:
251251
printf(
252252
"htsfile (htslib) %s\n"
253-
"Copyright (C) 2024 Genome Research Ltd.\n",
253+
"Copyright (C) 2025 Genome Research Ltd.\n",
254254
hts_version());
255255
exit(EXIT_SUCCESS);
256256
break;

tabix.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ int main(int argc, char *argv[])
705705
case 1:
706706
printf(
707707
"tabix (htslib) %s\n"
708-
"Copyright (C) 2024 Genome Research Ltd.\n", hts_version());
708+
"Copyright (C) 2025 Genome Research Ltd.\n", hts_version());
709709
return EXIT_SUCCESS;
710710
case 2:
711711
return usage(stdout, EXIT_SUCCESS);

test/test-bcf_set_variant_type.c

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)