diff options
author | David Thompson <dthompson2@worcester.edu> | 2024-12-13 07:37:33 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2024-12-13 07:38:07 -0500 |
commit | c3d6ca12f531bac465a46f9fbc18ee1801406005 (patch) | |
tree | 3dec890087b23e030230f7eb5d08c1b245702437 | |
parent | 1893313bd6b69c6a9543aefdca6861578b10a99f (diff) |
-rw-r--r-- | haunt/builder/atom.scm | 2 | ||||
-rw-r--r-- | haunt/builder/blog.scm | 2 | ||||
-rw-r--r-- | haunt/builder/flat-pages.scm | 2 | ||||
-rw-r--r-- | haunt/post.scm | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/haunt/builder/atom.scm b/haunt/builder/atom.scm index c580aaf..7c07d05 100644 --- a/haunt/builder/atom.scm +++ b/haunt/builder/atom.scm @@ -1,6 +1,6 @@ ;;; Haunt --- Static site generator for GNU Guile ;;; Copyright © 2015 David Thompson <davet@gnu.org> -;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org> +;;; Copyright © 2016 Christine Lemmer-Webber <cwebber@dustycloud.org> ;;; ;;; This file is part of Haunt. ;;; diff --git a/haunt/builder/blog.scm b/haunt/builder/blog.scm index 6ebcd8f..f5f4288 100644 --- a/haunt/builder/blog.scm +++ b/haunt/builder/blog.scm @@ -1,6 +1,6 @@ ;;; Haunt --- Static site generator for GNU Guile ;;; Copyright © 2015 David Thompson <davet@gnu.org> -;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org> +;;; Copyright © 2016 Christine Lemmer-Webber <cwebber@dustycloud.org> ;;; ;;; This file is part of Haunt. ;;; diff --git a/haunt/builder/flat-pages.scm b/haunt/builder/flat-pages.scm index 3058c9a..3191b18 100644 --- a/haunt/builder/flat-pages.scm +++ b/haunt/builder/flat-pages.scm @@ -1,6 +1,6 @@ ;;; Haunt --- Static site generator for GNU Guile ;;; Copyright © 2015-2024 David Thompson <davet@gnu.org> -;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org> +;;; Copyright © 2016 Christine Lemmer-Webber <cwebber@dustycloud.org> ;;; ;;; This file is part of Haunt. ;;; diff --git a/haunt/post.scm b/haunt/post.scm index fb8eaea..a3112bd 100644 --- a/haunt/post.scm +++ b/haunt/post.scm @@ -1,6 +1,6 @@ ;;; Haunt --- Static site generator for GNU Guile ;;; Copyright © 2015 David Thompson <davet@gnu.org> -;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org> +;;; Copyright © 2016 Christine Lemmer-Webber <cwebber@dustycloud.org> ;;; ;;; This file is part of Haunt. ;;; |