diff options
-rw-r--r-- | redo.c | 11 |
1 files changed, 11 insertions, 0 deletions
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 <chneukirchen@gmail.com> + 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 */ |