aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index e253567..79d58de 100644
--- a/readme.md
+++ b/readme.md
@@ -110,7 +110,12 @@ bindings are easy to do when backtracking during the depth-first search.
#### Credits and Licensing
-Written by Jedidiah Barber
+The `mk.scm` and `mkdefs.scm` files in the `scheme` benchmarking comparison
+subdirectory are taken from [simple-miniKanren](https://github.com/miniKanren/simple-miniKanren).
+The `uk.scm` file is collected code snippets from the
+[2013 microKanren paper](http://webyrd.net/scheme-2013/papers/HemannMuKanren2013.pdf).
+
+Everything else written by Jedidiah Barber.
Licensed under the Sunset License v1.0. For details see `license.txt`.