Skip to content

Commit 20f11cf

Browse files
committed
Copyright updates for summer 2024.
1 parent 2202fee commit 20f11cf

12 files changed

+13
-13
lines changed

Makefile

+1-1
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-2023 Genome Research Ltd.
3+
# Copyright (C) 2013-2024 Genome Research Ltd.
44
#
55
# Author: John Marshall <[email protected]>
66
#

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Configure script for htslib, a C library for high-throughput sequencing data.
22
#
3-
# Copyright (C) 2015-2023 Genome Research Ltd.
3+
# Copyright (C) 2015-2024 Genome Research Ltd.
44
#
55
# Author: John Marshall <[email protected]>
66
#
@@ -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-2023 Genome Research Ltd.
38+
AC_COPYRIGHT([Portions copyright (C) 2020-2024 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.])

faidx.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* faidx.c -- FASTA and FASTQ random access.
22
3-
Copyright (C) 2008, 2009, 2013-2020, 2022 Genome Research Ltd.
3+
Copyright (C) 2008, 2009, 2013-2020, 2022, 2024 Genome Research Ltd.
44
Portions copyright (C) 2011 Broad Institute.
55
66
Author: Heng Li <[email protected]>

hts_expr.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* hts_expr.c -- filter expression parsing and processing.
22
3-
Copyright (C) 2020-2022 Genome Research Ltd.
3+
Copyright (C) 2020-2022, 2024 Genome Research Ltd.
44
55
Author: James Bonfield <[email protected]>
66

hts_probe_cc.sh

+1-1
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-2023 Genome Research Ltd.
5+
# Copyright (C) 2022-2024 Genome Research Ltd.
66
#
77
# Author: Rob Davies <[email protected]>
88
#

htslib/bgzf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
Copyright (c) 2008 Broad Institute / Massachusetts Institute of Technology
55
2011, 2012 Attractive Chaos <[email protected]>
6-
Copyright (C) 2009, 2013, 2014, 2017, 2018-2019, 2022-2023 Genome Research Ltd
6+
Copyright (C) 2009, 2013, 2014, 2017, 2018-2019, 2022-2024 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

htslib/cram.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/// @file htslib/cram.h
22
/// CRAM format-specific API functions.
33
/*
4-
Copyright (C) 2015, 2016, 2018-2020, 2022-2023 Genome Research Ltd.
4+
Copyright (C) 2015, 2016, 2018-2020, 2022-2024 Genome Research Ltd.
55
66
Author: James Bonfield <[email protected]>
77

htslib/hts_defs.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* hts_defs.h -- Miscellaneous definitions.
22
3-
Copyright (C) 2013-2015,2017, 2019-2020 Genome Research Ltd.
3+
Copyright (C) 2013-2015,2017, 2019-2020, 2024 Genome Research Ltd.
44
55
Author: John Marshall <[email protected]>
66

htslib/kstring.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* The MIT License
22
33
Copyright (C) 2011 by Attractive Chaos <[email protected]>
4-
Copyright (C) 2013-2014, 2016, 2018-2020, 2022 Genome Research Ltd.
4+
Copyright (C) 2013-2014, 2016, 2018-2020, 2022, 2024 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

sam_internal.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* sam_internal.h -- internal functions; not part of the public API.
22
3-
Copyright (C) 2019-2020 Genome Research Ltd.
3+
Copyright (C) 2019-2020, 2023-2024 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

test/test_bgzf.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* test/test_bgzf.c -- bgzf unit tests
22
3-
Copyright (C) 2017, 2019, 2022-2023 Genome Research Ltd
3+
Copyright (C) 2017, 2019, 2022-2024 Genome Research Ltd
44
55
Author: Robert Davies <[email protected]>
66

test/test_kstring.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* test_kstring.c -- kstring unit tests
22
3-
Copyright (C) 2018, 2020 Genome Research Ltd.
3+
Copyright (C) 2018, 2020, 2024 Genome Research Ltd.
44
55
Author: Rob Davies <[email protected]>
66

0 commit comments

Comments
 (0)