snore

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

commit 71d12c5947c0d4116dd038cbbccea458c2181497
parent dae99ce6986d51a4329dd6b6a3ed4c8878a6b589
Author: Claudio Alessi <smoppy@gmail.com>
Date:   Fri,  9 Mar 2018 22:10:08 +0100

Switch to 2018.

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-2017 Claudio Alessi <smoppy at gmail dot com> +© 2016-2018 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 @@ -1,8 +1,8 @@ /* See LICENSE for license details. */ #include <errno.h> #include <limits.h> -#include <stdio.h> #include <stdarg.h> +#include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h>