diff options
-rw-r--r-- | haunt/skribe.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/haunt/skribe.scm b/haunt/skribe.scm index 7ce5457..95315e9 100644 --- a/haunt/skribe.scm +++ b/haunt/skribe.scm @@ -1,5 +1,6 @@ ;;; Haunt --- Static site generator for GNU Guile ;;; Copyright © 2015 David Thompson <davet@gnu.org> +;;; Copyright 2005, 2006 Ludovic Courtès <ludovic.courtes@laas.fr> ;;; ;;; This file is part of Haunt. ;;; @@ -19,6 +20,7 @@ ;;; Commentary: ;; ;; Skribe reader. +;; Much code taken from the excellent Skribilo project. ;; ;;; Code: |