summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/array-list.scm2
-rw-r--r--tests/heap.scm2
-rw-r--r--tests/quadtree.scm2
-rw-r--r--tests/queue.scm2
-rw-r--r--tests/utils.scm2
-rw-r--r--tests/vector.scm2
6 files changed, 6 insertions, 6 deletions
diff --git a/tests/array-list.scm b/tests/array-list.scm
index 3907b02..a260c9b 100644
--- a/tests/array-list.scm
+++ b/tests/array-list.scm
@@ -1,5 +1,5 @@
;;; Chickadee Game Toolkit
-;;; Copyright © 2021 David Thompson <davet@gnu.org>
+;;; Copyright © 2021 David Thompson <dthompson2@worcester.edu>
;;;
;;; Chickadee is free software: you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published
diff --git a/tests/heap.scm b/tests/heap.scm
index 9c87384..5b179c5 100644
--- a/tests/heap.scm
+++ b/tests/heap.scm
@@ -1,5 +1,5 @@
;;; Chickadee Game Toolkit
-;;; Copyright © 2021 David Thompson <davet@gnu.org>
+;;; Copyright © 2021 David Thompson <dthompson2@worcester.edu>
;;;
;;; Chickadee is free software: you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published
diff --git a/tests/quadtree.scm b/tests/quadtree.scm
index fa578cd..b3772e2 100644
--- a/tests/quadtree.scm
+++ b/tests/quadtree.scm
@@ -1,5 +1,5 @@
;;; Chickadee Game Toolkit
-;;; Copyright © 2021 David Thompson <davet@gnu.org>
+;;; Copyright © 2021 David Thompson <dthompson2@worcester.edu>
;;;
;;; Chickadee is free software: you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published
diff --git a/tests/queue.scm b/tests/queue.scm
index 03eaa01..fac2df4 100644
--- a/tests/queue.scm
+++ b/tests/queue.scm
@@ -1,5 +1,5 @@
;;; Chickadee Game Toolkit
-;;; Copyright © 2021 David Thompson <davet@gnu.org>
+;;; Copyright © 2021 David Thompson <dthompson2@worcester.edu>
;;;
;;; Chickadee is free software: you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published
diff --git a/tests/utils.scm b/tests/utils.scm
index 3eb89aa..684fcd4 100644
--- a/tests/utils.scm
+++ b/tests/utils.scm
@@ -1,5 +1,5 @@
;;; Chickadee Game Toolkit
-;;; Copyright © 2021 David Thompson <davet@gnu.org>
+;;; Copyright © 2021 David Thompson <dthompson2@worcester.edu>
;;;
;;; Chickadee is free software: you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published
diff --git a/tests/vector.scm b/tests/vector.scm
index aba5fd1..1a578d4 100644
--- a/tests/vector.scm
+++ b/tests/vector.scm
@@ -1,5 +1,5 @@
;;; Chickadee Game Toolkit
-;;; Copyright © 2021 David Thompson <davet@gnu.org>
+;;; Copyright © 2021 David Thompson <dthompson2@worcester.edu>
;;;
;;; Chickadee is free software: you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published