diff options
Diffstat (limited to 'haunt.scm')
| -rw-r--r-- | haunt.scm | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -;;; Copyright © 2018 David Thompson <davet@gnu.org> +;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> ;;; ;;; This program is free software; you can redistribute it and/or ;;; modify it under the terms of the GNU General Public License as @@ -7,11 +7,11 @@ ;;; ;;; This program is distributed in the hope that it will be useful, ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of -;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ;;; General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program. If not, see +;;; along with this program. If not, see ;;; <http://www.gnu.org/licenses/>. (use-modules (haunt asset) |