From 75ad568b48d07c778337eb6fe6e13bfb8bb7f20b Mon Sep 17 00:00:00 2001 From: Ivan Tham Date: Mon, 15 Jun 2020 00:40:08 +0800 Subject: [PATCH] Update LICENSE year to 2020 --- LICENSE | 2 +- spt.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 1291378..4921131 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015-2016, Ivan Tham +Copyright (c) 2015-2020, Ivan Tham Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/spt.c b/spt.c index 7dba835..9361586 100644 --- a/spt.c +++ b/spt.c @@ -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();