snore

sleep with feedback
git clone git://git.bitsmanent.org/snore
Log | Files | Refs | README | LICENSE

commit b076890e222e4b0697b252a75ce455e62fd5e2d1
parent dd881471beb18a40f39a6fbe3bd59d398dceec32
Author: Claudio Alessi <smoppy@gmail.com>
Date:   Tue,  2 May 2017 23:42:36 +0200

Switch to 2017.

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

diff --git a/LICENSE b/LICENSE @@ -1,6 +1,6 @@ MIT/X Consortium License -© 2016 Claudio Alessi <smoppy at gmail dot com> +© 2017 Claudio Alessi <smoppy at gmail dot com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/snore.c b/snore.c @@ -106,7 +106,7 @@ main(int argc, char *argv[]) { int i; if(argc == 2 && !strcmp("-v", argv[1])) - die("snore-"VERSION", © 2016 Claudio Alessi, see LICENSE for details\n"); + die("snore-"VERSION", © 2017 Claudio Alessi, see LICENSE for details\n"); for(i = 1; i < argc; ++i) { tm = time_to_sec(argv[i]); if(tm < 0)