Skip to content

Commit 0cc34b3

Browse files
committed
Spring 2024 copyright update.
1 parent c1247f9 commit 0cc34b3

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

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-2022 Genome Research Ltd
5+
Copyright (C) 2009, 2013-2023 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

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

hfile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* hfile.c -- buffered low-level input/output streams.
22
3-
Copyright (C) 2013-2021 Genome Research Ltd.
3+
Copyright (C) 2013-2021, 2023-2024 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-2023 Genome Research Ltd.
3+
Copyright (C) 2015-2017, 2019-2024 Genome Research Ltd.
44
55
Author: John Marshall <jm18@sanger.ac.uk>
66

kstring.c

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) 2011 by Attractive Chaos <attractor@live.co.uk>
4-
Copyright (C) 2013-2018, 2020-2021 Genome Research Ltd.
4+
Copyright (C) 2013-2018, 2020-2021, 2023 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.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* sam.c -- SAM and BAM file I/O and manipulation.
22
3-
Copyright (C) 2008-2010, 2012-2023 Genome Research Ltd.
3+
Copyright (C) 2008-2010, 2012-2024 Genome Research Ltd.
44
Copyright (C) 2010, 2012, 2013 Broad Institute.
55
66
Author: Heng Li <lh3@sanger.ac.uk>

sam_mods.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* sam_mods.c -- Base modification handling in SAM and BAM.
22
3-
Copyright (C) 2020-2023 Genome Research Ltd.
3+
Copyright (C) 2020-2024 Genome Research Ltd.
44
55
Author: James Bonfield <jkb@sanger.ac.uk>
66

test/pileup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* test/pileup.c -- simple pileup tester
22
3-
Copyright (C) 2014,2018-2019 Genome Research Ltd.
3+
Copyright (C) 2014,2018-2019, 2024 Genome Research Ltd.
44
55
Author: James Bonfield <jkb@sanger.ac.uk>
66

test/sam.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* test/sam.c -- SAM/BAM/CRAM API test cases.
22
3-
Copyright (C) 2014-2020, 2022 Genome Research Ltd.
3+
Copyright (C) 2014-2020, 2022-2023 Genome Research Ltd.
44
55
Author: John Marshall <jm18@sanger.ac.uk>
66

textutils_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* textutils_internal.h -- non-bioinformatics utility routines for text etc.
22
3-
Copyright (C) 2016,2018-2020 Genome Research Ltd.
3+
Copyright (C) 2016,2018-2020, 2024 Genome Research Ltd.
44
55
Author: John Marshall <jm18@sanger.ac.uk>
66

0 commit comments

Comments
 (0)