Skip to content

Commit

Permalink
Updated coyright messages prior to release.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitwham committed Feb 3, 2021
1 parent 6ad5626 commit 2d1e954
Show file tree
Hide file tree
Showing 22 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion bgzip.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ int main(int argc, char **argv)
case 1:
printf(
"bgzip (htslib) %s\n"
"Copyright (C) 2020 Genome Research Ltd.\n", hts_version());
"Copyright (C) 2021 Genome Research Ltd.\n", hts_version());
return EXIT_SUCCESS;
case 'h': return bgzip_main_usage(stdout, EXIT_SUCCESS);
case '?': return bgzip_main_usage(stderr, EXIT_FAILURE);
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Configure script for htslib, a C library for high-throughput sequencing data.
#
# Copyright (C) 2015-2020 Genome Research Ltd.
# Copyright (C) 2015-2021 Genome Research Ltd.
#
# Author: John Marshall <[email protected]>
#
Expand Down Expand Up @@ -34,7 +34,7 @@ m4_include([m4/hts_hide_dynamic_syms.m4])
m4_include([m4/pkg.m4])

dnl Copyright notice to be copied into the generated configure script
AC_COPYRIGHT([Portions copyright (C) 2020 Genome Research Ltd.
AC_COPYRIGHT([Portions copyright (C) 2020-2021 Genome Research Ltd.
This configure script is free software: you are free to change and
redistribute it. There is NO WARRANTY, to the extent permitted by law.])
Expand Down
2 changes: 1 addition & 1 deletion cram/cram_codecs.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2012-2020 Genome Research Ltd.
Copyright (c) 2012-2021 Genome Research Ltd.
Author: James Bonfield <[email protected]>
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion cram/cram_external.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2015, 2018-2019 Genome Research Ltd.
Copyright (c) 2015, 2018-2020 Genome Research Ltd.
Author: James Bonfield <[email protected]>
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion cram/cram_io.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2012-2020 Genome Research Ltd.
Copyright (c) 2012-2021 Genome Research Ltd.
Author: James Bonfield <[email protected]>
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion cram/cram_samtools.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2010-2013, 2018 Genome Research Ltd.
Copyright (c) 2010-2013, 2018, 2020 Genome Research Ltd.
Author: James Bonfield <[email protected]>
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion hfile.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* hfile.c -- buffered low-level input/output streams.
Copyright (C) 2013-2020 Genome Research Ltd.
Copyright (C) 2013-2021 Genome Research Ltd.
Author: John Marshall <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion hts_os.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// @file hts_os.c
/// Operating System specific tweaks, for compatibility with POSIX.
/*
Copyright (C) 2017, 2019 Genome Research Ltd.
Copyright (C) 2017, 2019-2020 Genome Research Ltd.
Author: James Bonfield <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion htsfile.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ int main(int argc, char **argv)
case 1:
printf(
"htsfile (htslib) %s\n"
"Copyright (C) 2020 Genome Research Ltd.\n",
"Copyright (C) 2021 Genome Research Ltd.\n",
hts_version());
exit(EXIT_SUCCESS);
break;
Expand Down
2 changes: 1 addition & 1 deletion htslib/cram.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// @file htslib/cram.h
/// CRAM format-specific API functions.
/*
Copyright (C) 2015, 2016, 2018-2019 Genome Research Ltd.
Copyright (C) 2015, 2016, 2018-2020 Genome Research Ltd.
Author: James Bonfield <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion htslib/hfile.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// @file htslib/hfile.h
/// Buffered low-level input/output streams.
/*
Copyright (C) 2013-2019 Genome Research Ltd.
Copyright (C) 2013-2020 Genome Research Ltd.
Author: John Marshall <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion htslib/hts_os.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// @file hts_os.h
/// Operating System specific tweaks, for compatibility with POSIX.
/*
Copyright (C) 2017, 2019 Genome Research Ltd.
Copyright (C) 2017, 2019-2020 Genome Research Ltd.
Author: James Bonfield <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion htslib/knetfile.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* The MIT License
Copyright (c) 2008, 2012, 2014 Genome Research Ltd (GRL).
Copyright (c) 2008, 2012, 2014, 2021 Genome Research Ltd (GRL).
2010 by Attractive Chaos <[email protected]>
Permission is hereby granted, free of charge, to any person obtaining
Expand Down
2 changes: 1 addition & 1 deletion htslib/synced_bcf_reader.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// @file htslib/synced_bcf_reader.h
/// Stream through multiple VCF files.
/*
Copyright (C) 2012-2017, 2019 Genome Research Ltd.
Copyright (C) 2012-2017, 2019-2020 Genome Research Ltd.
Author: Petr Danecek <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion htslib_vars.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Makefile variables useful for third-party code using htslib's public API.
#
# Copyright (C) 2013-2017, 2019 Genome Research Ltd.
# Copyright (C) 2013-2017, 2019-2020 Genome Research Ltd.
#
# Author: John Marshall <[email protected]>
#
Expand Down
2 changes: 1 addition & 1 deletion kfunc.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* The MIT License
Copyright (C) 2010, 2013-2014 Genome Research Ltd.
Copyright (C) 2010, 2013-2014, 2020 Genome Research Ltd.
Copyright (C) 2011 Attractive Chaos <[email protected]>
Permission is hereby granted, free of charge, to any person obtaining
Expand Down
2 changes: 1 addition & 1 deletion probaln.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* The MIT License
Copyright (C) 2003-2006, 2008-2010 by Heng Li <[email protected]>
Copyright (C) 2016-2017 Genome Research Ltd.
Copyright (C) 2016-2017, 2020 Genome Research Ltd.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion sam.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* sam.c -- SAM and BAM file I/O and manipulation.
Copyright (C) 2008-2010, 2012-2020 Genome Research Ltd.
Copyright (C) 2008-2010, 2012-2021 Genome Research Ltd.
Copyright (C) 2010, 2012, 2013 Broad Institute.
Author: Heng Li <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion tabix.c
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ int main(int argc, char *argv[])
case 1:
printf(
"tabix (htslib) %s\n"
"Copyright (C) 2020 Genome Research Ltd.\n", hts_version());
"Copyright (C) 2021 Genome Research Ltd.\n", hts_version());
return EXIT_SUCCESS;
case 2:
return usage(stdout, EXIT_SUCCESS);
Expand Down
2 changes: 1 addition & 1 deletion test/fuzz/hts_open_fuzzer.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* test/fuzz/hts_open_fuzzer.c -- Fuzz driver for hts_open.
Copyright (C) 2018 Google LLC.
Copyright (C) 2019 Genome Research Ltd.
Copyright (C) 2019-2020 Genome Research Ltd.
Author: Markus Kusano <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion test/test.pl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
#
# Copyright (C) 2012-2019 Genome Research Ltd.
# Copyright (C) 2012-2020 Genome Research Ltd.
#
# Author: Petr Danecek <[email protected]>
#
Expand Down
2 changes: 1 addition & 1 deletion test/test_view.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* test/test_view.c -- simple view tool, purely for use in a test harness.
Copyright (C) 2012 Broad Institute.
Copyright (C) 2013-2019 Genome Research Ltd.
Copyright (C) 2013-2020 Genome Research Ltd.
Author: Heng Li <[email protected]>
Expand Down

0 comments on commit 2d1e954

Please sign in to comment.