chiark / gitweb /
Add GPL3 notices and a copy of the GPL3.
[zx-fizzbuzz] / .skelrc
diff --git a/.skelrc b/.skelrc
new file mode 100644 (file)
index 0000000..e24dab2
--- /dev/null
+++ b/.skelrc
@@ -0,0 +1,9 @@
+;;; -*-emacs-lisp-*-
+
+(setq skel-alist
+      (append
+       '((author . "Mark Wooding")
+        (licence-text . "[[lgpl-3]]")
+        (full-title . "ZX Fizzbuzz")
+        (program . "ZX Fizzbuzz"))
+       skel-alist))