Skip to content

Commit f7975f1

Browse files
whitwhamdaviesrob
authored andcommitted
Summer 2021 release copyright updates.
1 parent ba109a4 commit f7975f1

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
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-2020 Genome Research Ltd.
6+
Copyright (C) 2012-2021 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

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 <attractor@live.co.uk>
5-
Copyright (C) 2009, 2013-2020 Genome Research Ltd
5+
Copyright (C) 2009, 2013-2021 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

hfile_gcs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* hfile_gcs.c -- Google Cloud Storage backend for low-level file streams.
22
3-
Copyright (C) 2016 Genome Research Ltd.
3+
Copyright (C) 2016, 2021 Genome Research Ltd.
44
55
Author: John Marshall <jm18@sanger.ac.uk>
66

hfile_s3.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* hfile_s3.c -- Amazon S3 backend for low-level file streams.
22
3-
Copyright (C) 2015-2017, 2019-2020 Genome Research Ltd.
3+
Copyright (C) 2015-2017, 2019-2021 Genome Research Ltd.
44
55
Author: John Marshall <jm18@sanger.ac.uk>
66

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-2020 Genome Research Ltd.
3+
Copyright (C) 2008, 2009, 2012-2021 Genome Research Ltd.
44
Copyright (C) 2012, 2013 Broad Institute.
55
66
Author: Heng Li <lh3@sanger.ac.uk>

htslib.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Makefile rules useful for third-party code using htslib's public API.
22
#
3-
# Copyright (C) 2013-2017, 2019 Genome Research Ltd.
3+
# Copyright (C) 2013-2017, 2019, 2021 Genome Research Ltd.
44
#
55
# Author: John Marshall <jm18@sanger.ac.uk>
66
#

htslib/hfile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/// @file htslib/hfile.h
22
/// Buffered low-level input/output streams.
33
/*
4-
Copyright (C) 2013-2020 Genome Research Ltd.
4+
Copyright (C) 2013-2021 Genome Research Ltd.
55
66
Author: John Marshall <jm18@sanger.ac.uk>
77

htslib/hts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/// @file htslib/hts.h
22
/// Format-neutral I/O, indexing, and iterator API functions.
33
/*
4-
Copyright (C) 2012-2020 Genome Research Ltd.
4+
Copyright (C) 2012-2021 Genome Research Ltd.
55
Copyright (C) 2010, 2012 Broad Institute.
66
Portions copyright (C) 2003-2006, 2008-2010 by Heng Li <lh3@live.co.uk>
77

htslib/sam.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/// @file htslib/sam.h
22
/// High-level SAM/BAM/CRAM sequence file operations.
33
/*
4-
Copyright (C) 2008, 2009, 2013-2020 Genome Research Ltd.
4+
Copyright (C) 2008, 2009, 2013-2021 Genome Research Ltd.
55
Copyright (C) 2010, 2012, 2013 Broad Institute.
66
77
Author: Heng Li <lh3@sanger.ac.uk>

realn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* realn.c -- BAQ calculation and realignment.
22
3-
Copyright (C) 2009-2011, 2014-2016, 2018 Genome Research Ltd.
3+
Copyright (C) 2009-2011, 2014-2016, 2018, 2021 Genome Research Ltd.
44
Portions copyright (C) 2009-2011 Broad Institute.
55
66
Author: Heng Li <lh3@sanger.ac.uk>

0 commit comments

Comments
 (0)