diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-12-14 23:05:50 -0600 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-02-15 19:33:28 -0500 |
commit | 8b1adf1dcda1575a8c25710e8fbad1958785813b (patch) | |
tree | a506756ab6c979c553240d6660b83a5b11e44453 | |
parent | 5b09c3c3feaf00a39f2faee2a4f8f833e07df919 (diff) |
skribe: Add copyright information for Ludovic Courtès.
Trace origin back to Skribilo.
* haunt/skribe.scm: Added comments and copyright headers.
-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: |