Update year to 2016

This commit is contained in:
Marc André Tanner 2016-03-24 14:48:09 +01:00
parent c6b2e7da31
commit a0d8e45cfe
1 changed files with 1 additions and 1 deletions

View File

@ -608,7 +608,7 @@ int main(int argc, char *argv[]) {
client.flags |= CLIENT_LOWPRIORITY; client.flags |= CLIENT_LOWPRIORITY;
break; break;
case 'v': case 'v':
puts("abduco-"VERSION" © 2013-2015 Marc André Tanner"); puts("abduco-"VERSION" © 2013-2016 Marc André Tanner");
exit(EXIT_SUCCESS); exit(EXIT_SUCCESS);
default: default:
usage(); usage();