Skip to content

Commit ac22d4d

Browse files
daviesrobwhitwham
authored andcommitted
Happy New Year
1 parent 965a90c commit ac22d4d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
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-2021 Genome Research Ltd.
6+
Copyright (C) 2012-2022 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
@@ -29,7 +29,7 @@ according to the terms of the following Modified 3-Clause BSD license.]
2929

3030
The Modified-BSD License
3131

32-
Copyright (C) 2012-2020 Genome Research Ltd.
32+
Copyright (C) 2012-2022 Genome Research Ltd.
3333

3434
Redistribution and use in source and binary forms, with or without
3535
modification, are permitted provided that the following conditions are met:

bgzip.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ int main(int argc, char **argv)
173173
case 1:
174174
printf(
175175
"bgzip (htslib) %s\n"
176-
"Copyright (C) 2021 Genome Research Ltd.\n", hts_version());
176+
"Copyright (C) 2022 Genome Research Ltd.\n", hts_version());
177177
return EXIT_SUCCESS;
178178
case 'h': return bgzip_main_usage(stdout, EXIT_SUCCESS);
179179
case '?': return bgzip_main_usage(stderr, EXIT_FAILURE);

htsfile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ int main(int argc, char **argv)
258258
case 1:
259259
printf(
260260
"htsfile (htslib) %s\n"
261-
"Copyright (C) 2021 Genome Research Ltd.\n",
261+
"Copyright (C) 2022 Genome Research Ltd.\n",
262262
hts_version());
263263
exit(EXIT_SUCCESS);
264264
break;

tabix.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ int main(int argc, char *argv[])
581581
case 1:
582582
printf(
583583
"tabix (htslib) %s\n"
584-
"Copyright (C) 2021 Genome Research Ltd.\n", hts_version());
584+
"Copyright (C) 2022 Genome Research Ltd.\n", hts_version());
585585
return EXIT_SUCCESS;
586586
case 2:
587587
return usage(stdout, EXIT_SUCCESS);

0 commit comments

Comments
 (0)