diff options
author | David Thompson <dthompson2@worcester.edu> | 2018-03-10 20:30:47 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2018-03-10 20:32:32 -0500 |
commit | 6566d9bf84efb9733638e2ca8f95b239ba19f4bd (patch) | |
tree | e7a2e57e87458e33d11301cfc272c3934651b786 | |
parent | 3fc32a79e3c08e3e4dca2fc7a72946273d48587c (diff) |
Update copyright for 2018.
-rw-r--r-- | haunt.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -;;; Copyright © 2015 David Thompson <davet@gnu.org> +;;; Copyright © 2018 David Thompson <davet@gnu.org> ;;; ;;; 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.") |