File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ according to the terms of the following MIT/Expat license.]
33
44The MIT/Expat License
55
6- Copyright (C) 2012-2021 Genome Research Ltd.
6+ Copyright (C) 2012-2022 Genome Research Ltd.
77
88Permission is hereby granted, free of charge, to any person obtaining a copy
99of 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
3030The Modified-BSD License
3131
32- Copyright (C) 2012-2020 Genome Research Ltd.
32+ Copyright (C) 2012-2022 Genome Research Ltd.
3333
3434Redistribution and use in source and binary forms, with or without
3535modification, are permitted provided that the following conditions are met:
Original file line number Diff line number Diff 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 );
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments