aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0000ddd..fe5abb3 100644
--- a/README.md
+++ b/README.md
@@ -18,3 +18,7 @@ Running:
./ExecBrainfuck < program.bf
The example program expects the brainfuck program to be the first line on stdin. Any further lines are seen as input to the brainfuck program.
+
+## License
+
+This program and the example are distributed under the MIT license. For more details, see the LICENSE file.