mirror of https://github.com/martanne/abduco
Change some year numbers to 2015
This commit is contained in:
parent
81d934ea78
commit
ad05af340a
2
LICENSE
2
LICENSE
|
|
@ -1,4 +1,4 @@
|
||||||
Copyright (c) 2013-2014 Marc André Tanner <mat at brain-dump.org>
|
Copyright (c) 2013-2015 Marc André Tanner <mat at brain-dump.org>
|
||||||
|
|
||||||
Permission to use, copy, modify, and/or distribute this software for any
|
Permission to use, copy, modify, and/or distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
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-2014 Marc André Tanner <mat at brain-dump.org>
|
* Copyright (c) 2013-2015 Marc André Tanner <mat at brain-dump.org>
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|
@ -514,7 +514,7 @@ int main(int argc, char *argv[]) {
|
||||||
client.readonly = true;
|
client.readonly = true;
|
||||||
break;
|
break;
|
||||||
case 'v':
|
case 'v':
|
||||||
puts("abduco-"VERSION" © 2013-2014 Marc André Tanner");
|
puts("abduco-"VERSION" © 2013-2015 Marc André Tanner");
|
||||||
exit(EXIT_SUCCESS);
|
exit(EXIT_SUCCESS);
|
||||||
default:
|
default:
|
||||||
usage();
|
usage();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue