Skip to content

Commit 4bfd102

Browse files
whitwhamdaviesrob
authored andcommitted
Late 2025 Copyright Update
1 parent 1f82cb9 commit 4bfd102

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Makefile for htslib, a C library for high-throughput sequencing data formats.
22
#
3-
# Copyright (C) 2013-2024 Genome Research Ltd.
3+
# Copyright (C) 2013-2025 Genome Research Ltd.
44
#
55
# Author: John Marshall <[email protected]>
66
#

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ m4_include([m4/hts_hide_dynamic_syms.m4])
3535
m4_include([m4/pkg.m4])
3636

3737
dnl Copyright notice to be copied into the generated configure script
38-
AC_COPYRIGHT([Portions copyright (C) 2020-2024 Genome Research Ltd.
38+
AC_COPYRIGHT([Portions copyright (C) 2020-2025 Genome Research Ltd.
3939
4040
This configure script is free software: you are free to change and
4141
redistribute it. There is NO WARRANTY, to the extent permitted by law.])

cram/cram_codecs.c

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

cram/cram_decode.c

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

cram/cram_encode.c

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

cram/open_trace_file.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3232
*/
3333

3434
/*
35-
Copyright (c) 2008, 2009, 2013, 2014-2015, 2018-2020 Genome Research Ltd.
35+
Copyright (c) 2008, 2009, 2013, 2014-2015, 2018-2020, 2025 Genome Research Ltd.
3636
Author: James Bonfield <[email protected]>
3737
3838
Redistribution and use in source and binary forms, with or without

hts.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* hts.c -- format-neutral I/O, indexing, and iterator API functions.
22
3-
Copyright (C) 2008, 2009, 2012-2024 Genome Research Ltd.
3+
Copyright (C) 2008, 2009, 2012-2025 Genome Research Ltd.
44
Copyright (C) 2012, 2013 Broad Institute.
55
66
Author: Heng Li <[email protected]>

hts_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* hts_internal.h -- internal functions; not part of the public API.
22
3-
Copyright (C) 2015-2016, 2018-2020 Genome Research Ltd.
3+
Copyright (C) 2015-2016, 2018-2020, 2025 Genome Research Ltd.
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

hts_probe_cc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Check compiler options for non-configure builds and create Makefile fragment
44
#
5-
# Copyright (C) 2022-2024 Genome Research Ltd.
5+
# Copyright (C) 2022-2025 Genome Research Ltd.
66
#
77
# Author: Rob Davies <[email protected]>
88
#

htslib/khash.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* The MIT License
22
33
Copyright (c) 2008, 2009, 2011 by Attractive Chaos <[email protected]>
4-
Copyright (C) 2014-2015, 2018, 2024 Genome Research Ltd.
4+
Copyright (C) 2014-2015, 2018, 2024-2025 Genome Research Ltd.
55
66
Permission is hereby granted, free of charge, to any person obtaining
77
a copy of this software and associated documentation files (the

0 commit comments

Comments
 (0)