forked from github/abduco
Update year numbers
This commit is contained in:
parent
650f2ec348
commit
315338a572
2
LICENSE
2
LICENSE
|
|
@ -1,6 +1,6 @@
|
|||
ISC License
|
||||
|
||||
Copyright (c) 2013-2017 Marc André Tanner <mat at brain-dump.org>
|
||||
Copyright (c) 2013-2018 Marc André Tanner <mat at brain-dump.org>
|
||||
|
||||
Permission to use, copy, modify, and/or distribute this software for any
|
||||
purpose with or without fee is hereby granted, provided that the above
|
||||
|
|
|
|||
4
abduco.c
4
abduco.c
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2013-2017 Marc André Tanner <mat at brain-dump.org>
|
||||
* Copyright (c) 2013-2018 Marc André Tanner <mat at brain-dump.org>
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
|
|
@ -613,7 +613,7 @@ int main(int argc, char *argv[]) {
|
|||
client.flags |= CLIENT_LOWPRIORITY;
|
||||
break;
|
||||
case 'v':
|
||||
puts("abduco-"VERSION" © 2013-2016 Marc André Tanner");
|
||||
puts("abduco-"VERSION" © 2013-2018 Marc André Tanner");
|
||||
exit(EXIT_SUCCESS);
|
||||
default:
|
||||
usage();
|
||||
|
|
|
|||
Loading…
Reference in New Issue