diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-04-30 20:33:30 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-04-30 20:33:30 -0400 |
| commit | b8c50306889ed1432988099542ec2071dd122214 (patch) | |
| tree | 85ac498ac120f94d6f58a17d0ad24976e7bdcef5 | |
| parent | 2f7ecb6da870dc0aabcdd396e0ec540c0e729277 (diff) | |
Fix copyright information in 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) |