@@ -321,13 +321,13 @@ sharedSetup(ArgumentParser & parser)
321321 std::string (SEQAN_REVISION) + " )" ;
322322 setVersion (parser, versionString);
323323 setDate (parser, __DATE__);
324- setShortCopyright (parser, " 2013-2016 Hannes Hauswedell, released under the GNU GPL v3 (or later); "
325- " 2016 Knut Reinert and Freie Universität Berlin, released under the 3-clause-BSDL" );
324+ setShortCopyright (parser, " 2013-2017 Hannes Hauswedell, released under the GNU GPL v3 (or later); "
325+ " 2016-2017 Knut Reinert and Freie Universität Berlin, released under the 3-clause-BSDL" );
326326
327327 setCitation (parser, " Hauswedell et al (2014); doi: 10.1093/bioinformatics/btu439" );
328328
329329 setLongCopyright (parser,
330- " Copyright (c) 2013-2016 , Hannes Hauswedell\n "
330+ " Copyright (c) 2013-2017 , Hannes Hauswedell\n "
331331 " All rights reserved.\n "
332332 " \n "
333333 " Lambda is free software: you can redistribute it and/or modify\n "
@@ -343,7 +343,7 @@ sharedSetup(ArgumentParser & parser)
343343 " You should have received a copy of the GNU General Public License\n "
344344 " along with Lambda. If not, see <http://www.gnu.org/licenses/>.\n "
345345 " \n "
346- " Copyright (c) 2016 Knut Reinert and Freie Universität Berlin\n "
346+ " Copyright (c) 2016-2017 Knut Reinert and Freie Universität Berlin\n "
347347 " All rights reserved.\n "
348348 " \n "
349349 " Redistribution and use in source and binary forms, with or without\n "
0 commit comments