Update LICENSE year to 2020
This commit is contained in:
parent
de7a76f87f
commit
75ad568b48
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
||||||
Copyright (c) 2015-2016, Ivan Tham <pickfire@riseup.net>
|
Copyright (c) 2015-2020, Ivan Tham <pickfire@riseup.net>
|
||||||
|
|
||||||
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
|
||||||
|
|
2
spt.c
2
spt.c
|
@ -128,7 +128,7 @@ main(int argc, char *argv[])
|
||||||
notifycmd = EARGF(usage());
|
notifycmd = EARGF(usage());
|
||||||
break;
|
break;
|
||||||
case 'v':
|
case 'v':
|
||||||
die("spt " VERSION " © 2015-2016 spt engineers, "
|
die("spt " VERSION " © 2015-2020 spt engineers, "
|
||||||
"see LICENSE for details\n");
|
"see LICENSE for details\n");
|
||||||
default:
|
default:
|
||||||
usage();
|
usage();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user