about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2015-09-01 16:09:47 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2015-09-01 16:09:47 +0200
commita595b3b3f74f966a421a0ca9510404645d9c3452 (patch)
treeeb7a654738b3661ed1015913da1334dff7ec682d
parent6af54f5ebd69b52e2e1c5286f8fad436f8bb93c2 (diff)
downloadredo-c-a595b3b3f74f966a421a0ca9510404645d9c3452.tar.gz
redo-c-a595b3b3f74f966a421a0ca9510404645d9c3452.tar.xz
redo-c-a595b3b3f74f966a421a0ca9510404645d9c3452.zip
Mention prior art
-rw-r--r--redo.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/redo.c b/redo.c
index 4351479..7631a82 100644
--- a/redo.c
+++ b/redo.c
@@ -1,6 +1,10 @@
 /* An implementation of the redo build system
    in portable C with zero dependencies
 
+   http://cr.yp.to/redo.html
+   http://homepage.ntlworld.com/jonathan.deboynepollard/FGA/introduction-to-redo.html
+   https://github.com/apenwarr/redo/blob/master/README.md
+
    To the extent possible under law,
    Christian Neukirchen <chneukirchen@gmail.com>
    has waived all copyright and related or neighboring rights to this work.