From 57d4a45a748aa6fd50be6570562b5358297fd096 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 1 Sep 2015 15:41:23 +0200 Subject: Add header comment --- redo.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/redo.c b/redo.c index dd9cf89..412e846 100644 --- a/redo.c +++ b/redo.c @@ -1,3 +1,13 @@ +/* An implementation of the redo build system + in portable C with zero dependencies + + To the extent possible under law, + Christian Neukirchen + has waived all copyright and related or neighboring rights to this work. + + http://creativecommons.org/publicdomain/zero/1.0/ +*/ + /* ##% cc -g -Os -Wall -Wextra -Wwrite-strings -o $STEM $FILE */ @@ -7,6 +17,7 @@ current bugs: dependency-loop: unlimited recursion need locks +todo: test job server properly */ -- cgit 1.4.1