scron

simple cron daemon
git clone git://git.2f30.org/scron
Log | Files | Refs | README | LICENSE

commit cf37a7108e6127cbb712821c960393de89c4dcfd
parent eeb1743684dd145356b2c7a49ca2ca7ad886f915
Author: sin <sin@2f30.org>
Date:   Wed,  2 Jul 2014 14:00:07 +0100

Add LICENSE header

Diffstat:
Mcrond.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/crond.c b/crond.c @@ -1,3 +1,4 @@ +/* See LICENSE file for copyright and license details. */ #define _GNU_SOURCE #include <sys/types.h>