Update LICENSE year to 2020

This commit is contained in:
Ivan Tham 2020-06-15 00:40:08 +08:00
parent de7a76f87f
commit 75ad568b48
2 changed files with 2 additions and 2 deletions

View File

@ -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
purpose with or without fee is hereby granted, provided that the above

2
spt.c
View File

@ -128,7 +128,7 @@ main(int argc, char *argv[])
notifycmd = EARGF(usage());
break;
case 'v':
die("spt " VERSION " © 2015-2016 spt engineers, "
die("spt " VERSION " © 2015-2020 spt engineers, "
"see LICENSE for details\n");
default:
usage();