pomo

A simple pomodoro timer
Log | Files | Refs | README | LICENSE

commit 75ad568b48d07c778337eb6fe6e13bfb8bb7f20b
parent de7a76f87f90b07925f27cb27a74bc8bd5476c31
Author: Ivan Tham <pickfire@riseup.net>
Date:   Mon, 15 Jun 2020 00:40:08 +0800

Update LICENSE year to 2020

Diffstat:
MLICENSE | 2+-
Mspt.c | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/LICENSE b/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 purpose with or without fee is hereby granted, provided that the above diff --git 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();