From 6566d9bf84efb9733638e2ca8f95b239ba19f4bd Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 10 Mar 2018 20:30:47 -0500 Subject: Update copyright for 2018. --- haunt.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haunt.scm b/haunt.scm index f7cfcd0..5e17276 100644 --- a/haunt.scm +++ b/haunt.scm @@ -1,4 +1,4 @@ -;;; Copyright © 2015 David Thompson +;;; Copyright © 2018 David Thompson ;;; ;;; This program is free software; you can redistribute it and/or ;;; modify it under the terms of the GNU General Public License as @@ -117,7 +117,7 @@ ,body (footer (@ (class "text-center")) (p (@ (class "copyright")) - "© 2016 David Thompson" + "© 2018 David Thompson" ,%cc-by-sa-button) (p "The text and images on this site are free culture works available under the " ,%cc-by-sa-link " license.") -- cgit v1.2.3