about summary refs log tree commit diff
path: root/lrep
diff options
context:
space:
mode:
Diffstat (limited to 'lrep')
-rwxr-xr-xlrep6
1 files changed, 6 insertions, 0 deletions
diff --git a/lrep b/lrep
index 399d858..dafc644 100755
--- a/lrep
+++ b/lrep
@@ -2,6 +2,12 @@
 # lrep [-z] [-t SECS] [FILES...] - literate read-eval-print
 
 # -*- ruby -*-
+#
+# 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/
+
 require 'pty'
 require 'io/console'
 require 'optparse'