chiark / gitweb /
lib.h: Delete spurious space in comment.
[runlisp] / .skelrc
diff --git a/.skelrc b/.skelrc
index 3b4e19945713f6c34e80260060e59a545c4c2101..bb13575c33a6e3321aa3546bd5f64b9c0dc78e23 100644 (file)
--- a/.skelrc
+++ b/.skelrc
@@ -3,7 +3,7 @@
 (setq skel-alist
       (append
        '((author . "Mark Wooding")
-        (full-title . "the Common Files Distribution (`common')")
-        (Program . "`Common'")
-        (program . "`common'"))
+        (full-title . "Runlisp, a tool for invoking Common Lisp scripts")
+        (program . "Runlisp")
+        (licence-text . "[[gpl-3]]"))
        skel-alist))