From 8609765a58887f57ffa0301afeb7ced354fb695b Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 25 Apr 2023 18:59:36 -0400 Subject: Update my email address. --- Makefile.am | 2 +- chickadee.scm | 2 +- chickadee/async-repl.scm | 2 +- chickadee/audio.scm | 2 +- chickadee/audio/openal.scm | 2 +- chickadee/audio/vorbis.scm | 2 +- chickadee/audio/wav.scm | 2 +- chickadee/cli/bundle.scm | 2 +- chickadee/cli/play.scm | 2 +- chickadee/config.scm.in | 2 +- chickadee/data/array-list.scm | 2 +- chickadee/data/grid.scm | 2 +- chickadee/data/heap.scm | 2 +- chickadee/data/path-finding.scm | 2 +- chickadee/data/quadtree.scm | 2 +- chickadee/data/queue.scm | 2 +- chickadee/freetype.scm | 2 +- chickadee/game-loop.scm | 2 +- chickadee/graphics/blend.scm | 2 +- chickadee/graphics/buffer.scm | 2 +- chickadee/graphics/color.scm | 2 +- chickadee/graphics/depth.scm | 2 +- chickadee/graphics/framebuffer.scm | 2 +- chickadee/graphics/gl.scm | 2 +- chickadee/graphics/model.scm | 2 +- chickadee/graphics/multisample.scm | 2 +- chickadee/graphics/particles.scm | 2 +- chickadee/graphics/path.scm | 2 +- chickadee/graphics/pbr.scm | 2 +- chickadee/graphics/phong.scm | 2 +- chickadee/graphics/polygon.scm | 2 +- chickadee/graphics/shader.scm | 2 +- chickadee/graphics/sprite.scm | 2 +- chickadee/graphics/stencil.scm | 2 +- chickadee/graphics/text.scm | 2 +- chickadee/graphics/texture.scm | 2 +- chickadee/graphics/viewport.scm | 2 +- chickadee/json.scm | 2 +- chickadee/math.scm | 2 +- chickadee/math/bezier.scm | 2 +- chickadee/math/easings.scm | 2 +- chickadee/math/matrix.scm | 2 +- chickadee/math/quaternion.scm | 2 +- chickadee/math/rect.scm | 2 +- chickadee/math/vector.scm | 2 +- chickadee/scripting.scm | 2 +- chickadee/scripting/agenda.scm | 2 +- chickadee/scripting/channel.scm | 2 +- chickadee/scripting/script.scm | 2 +- chickadee/utils.scm | 2 +- doc/chickadee.texi | 2 +- guix.scm | 2 +- pre-inst-env.in | 2 +- tests/array-list.scm | 2 +- tests/heap.scm | 2 +- tests/quadtree.scm | 2 +- tests/queue.scm | 2 +- tests/utils.scm | 2 +- tests/vector.scm | 2 +- 59 files changed, 59 insertions(+), 59 deletions(-) diff --git a/Makefile.am b/Makefile.am index b593603..b79ff77 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ## Chickadee Game Toolkit -## Copyright © 2016 David Thompson +## Copyright © 2016 David Thompson ## ## 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/chickadee.scm b/chickadee.scm index 7175f50..476d3aa 100644 --- a/chickadee.scm +++ b/chickadee.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2018, 2021 David Thompson +;;; Copyright © 2018, 2021 David Thompson ;;; Copyright © 2020 Peter Elliott ;;; ;;; Chickadee is free software: you can redistribute it and/or modify diff --git a/chickadee/async-repl.scm b/chickadee/async-repl.scm index 87f186d..693b922 100644 --- a/chickadee/async-repl.scm +++ b/chickadee/async-repl.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2021 David Thompson +;;; Copyright © 2021 David Thompson ;;; ;;; 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/chickadee/audio.scm b/chickadee/audio.scm index 93feb09..d40d0c0 100644 --- a/chickadee/audio.scm +++ b/chickadee/audio.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2020, 2019 David Thompson +;;; Copyright © 2020, 2019 David Thompson ;;; ;;; 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/chickadee/audio/openal.scm b/chickadee/audio/openal.scm index 0f0c947..10c2bac 100644 --- a/chickadee/audio/openal.scm +++ b/chickadee/audio/openal.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2019 David Thompson +;;; Copyright © 2019 David Thompson ;;; ;;; 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/chickadee/audio/vorbis.scm b/chickadee/audio/vorbis.scm index 92574c8..a18fbf2 100644 --- a/chickadee/audio/vorbis.scm +++ b/chickadee/audio/vorbis.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2019 David Thompson +;;; Copyright © 2019 David Thompson ;;; ;;; 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/chickadee/audio/wav.scm b/chickadee/audio/wav.scm index 9b39ad4..b9b7c73 100644 --- a/chickadee/audio/wav.scm +++ b/chickadee/audio/wav.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2019 David Thompson +;;; Copyright © 2019 David Thompson ;;; ;;; 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/chickadee/cli/bundle.scm b/chickadee/cli/bundle.scm index 8f60095..34b9915 100644 --- a/chickadee/cli/bundle.scm +++ b/chickadee/cli/bundle.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2021 David Thompson +;;; Copyright © 2021 David Thompson ;;; ;;; 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/chickadee/cli/play.scm b/chickadee/cli/play.scm index f7c03b5..e66d063 100644 --- a/chickadee/cli/play.scm +++ b/chickadee/cli/play.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2021 David Thompson +;;; Copyright © 2021 David Thompson ;;; ;;; 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/chickadee/config.scm.in b/chickadee/config.scm.in index 13516dd..15ac1b9 100644 --- a/chickadee/config.scm.in +++ b/chickadee/config.scm.in @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2016 David Thompson +;;; Copyright © 2016 David Thompson ;;; ;;; Chickadee is free software: you can redistribute it and/or modify it ;;; under the terms of the GNU Lesser General Public License as diff --git a/chickadee/data/array-list.scm b/chickadee/data/array-list.scm index eb3e32a..65fb902 100644 --- a/chickadee/data/array-list.scm +++ b/chickadee/data/array-list.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2017 David Thompson +;;; Copyright © 2017 David Thompson ;;; ;;; 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/chickadee/data/grid.scm b/chickadee/data/grid.scm index 085fbcb..9f488c5 100644 --- a/chickadee/data/grid.scm +++ b/chickadee/data/grid.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2018 David Thompson +;;; Copyright © 2018 David Thompson ;;; ;;; 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/chickadee/data/heap.scm b/chickadee/data/heap.scm index 2dd4027..08e473f 100644 --- a/chickadee/data/heap.scm +++ b/chickadee/data/heap.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2017 David Thompson +;;; Copyright © 2017 David Thompson ;;; ;;; 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/chickadee/data/path-finding.scm b/chickadee/data/path-finding.scm index c9cadf9..cf7cc6b 100644 --- a/chickadee/data/path-finding.scm +++ b/chickadee/data/path-finding.scm @@ -1,4 +1,4 @@ -;;; Copyright © 2017 David Thompson +;;; Copyright © 2017 David Thompson ;;; ;;; 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/chickadee/data/quadtree.scm b/chickadee/data/quadtree.scm index 763294f..64e9b86 100644 --- a/chickadee/data/quadtree.scm +++ b/chickadee/data/quadtree.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2021 David Thompson +;;; Copyright © 2021 David Thompson ;;; ;;; 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/chickadee/data/queue.scm b/chickadee/data/queue.scm index 157001c..af13ebb 100644 --- a/chickadee/data/queue.scm +++ b/chickadee/data/queue.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2017, 2018 David Thompson +;;; Copyright © 2017, 2018 David Thompson ;;; ;;; 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/chickadee/freetype.scm b/chickadee/freetype.scm index de93d00..df8769a 100644 --- a/chickadee/freetype.scm +++ b/chickadee/freetype.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2020 David Thompson +;;; Copyright © 2020 David Thompson ;;; ;;; 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/chickadee/game-loop.scm b/chickadee/game-loop.scm index d0bd287..8dceb24 100644 --- a/chickadee/game-loop.scm +++ b/chickadee/game-loop.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2016, 2018 David Thompson +;;; Copyright © 2016, 2018 David Thompson ;;; ;;; 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/chickadee/graphics/blend.scm b/chickadee/graphics/blend.scm index d13d541..2e7883f 100644 --- a/chickadee/graphics/blend.scm +++ b/chickadee/graphics/blend.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2016, 2021 David Thompson +;;; Copyright © 2016, 2021 David Thompson ;;; ;;; 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/chickadee/graphics/buffer.scm b/chickadee/graphics/buffer.scm index 5ee12da..f7c8337 100644 --- a/chickadee/graphics/buffer.scm +++ b/chickadee/graphics/buffer.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2016-2021 David Thompson +;;; Copyright © 2016-2021 David Thompson ;;; ;;; 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/chickadee/graphics/color.scm b/chickadee/graphics/color.scm index cadd63d..8f11a26 100644 --- a/chickadee/graphics/color.scm +++ b/chickadee/graphics/color.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2016, 2018, 2021 David Thompson +;;; Copyright © 2016, 2018, 2021 David Thompson ;;; ;;; 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/chickadee/graphics/depth.scm b/chickadee/graphics/depth.scm index 7778cb2..6663b06 100644 --- a/chickadee/graphics/depth.scm +++ b/chickadee/graphics/depth.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2020, 2021 David Thompson +;;; Copyright © 2020, 2021 David Thompson ;;; ;;; 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/chickadee/graphics/framebuffer.scm b/chickadee/graphics/framebuffer.scm index bf043da..b8af9e5 100644 --- a/chickadee/graphics/framebuffer.scm +++ b/chickadee/graphics/framebuffer.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2017, 2021 David Thompson +;;; Copyright © 2017, 2021 David Thompson ;;; ;;; 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/chickadee/graphics/gl.scm b/chickadee/graphics/gl.scm index 5c78740..04305f3 100644 --- a/chickadee/graphics/gl.scm +++ b/chickadee/graphics/gl.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2016, 2021 David Thompson +;;; Copyright © 2016, 2021 David Thompson ;;; ;;; 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/chickadee/graphics/model.scm b/chickadee/graphics/model.scm index 9de562b..7abe460 100644 --- a/chickadee/graphics/model.scm +++ b/chickadee/graphics/model.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2019, 2021 David Thompson +;;; Copyright © 2019, 2021 David Thompson ;;; ;;; 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/chickadee/graphics/multisample.scm b/chickadee/graphics/multisample.scm index 50c00dd..d9b9dea 100644 --- a/chickadee/graphics/multisample.scm +++ b/chickadee/graphics/multisample.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2021 David Thompson +;;; Copyright © 2021 David Thompson ;;; ;;; 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/chickadee/graphics/particles.scm b/chickadee/graphics/particles.scm index 08e5957..b089154 100644 --- a/chickadee/graphics/particles.scm +++ b/chickadee/graphics/particles.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2018, 2021 David Thompson +;;; Copyright © 2018, 2021 David Thompson ;;; ;;; 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/chickadee/graphics/path.scm b/chickadee/graphics/path.scm index 7e2d351..90f5034 100644 --- a/chickadee/graphics/path.scm +++ b/chickadee/graphics/path.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2020, 2021 David Thompson +;;; Copyright © 2020, 2021 David Thompson ;;; ;;; 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/chickadee/graphics/pbr.scm b/chickadee/graphics/pbr.scm index d73b6d9..22aded9 100644 --- a/chickadee/graphics/pbr.scm +++ b/chickadee/graphics/pbr.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2019, 2021 David Thompson +;;; Copyright © 2019, 2021 David Thompson ;;; ;;; 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/chickadee/graphics/phong.scm b/chickadee/graphics/phong.scm index d460671..4297d24 100644 --- a/chickadee/graphics/phong.scm +++ b/chickadee/graphics/phong.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2019, 2021 David Thompson +;;; Copyright © 2019, 2021 David Thompson ;;; ;;; 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/chickadee/graphics/polygon.scm b/chickadee/graphics/polygon.scm index 7e384c6..6017c40 100644 --- a/chickadee/graphics/polygon.scm +++ b/chickadee/graphics/polygon.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2020, 2021 David Thompson +;;; Copyright © 2020, 2021 David Thompson ;;; ;;; 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/chickadee/graphics/shader.scm b/chickadee/graphics/shader.scm index 7def1f2..401ff7e 100644 --- a/chickadee/graphics/shader.scm +++ b/chickadee/graphics/shader.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2016, 2019, 2021 David Thompson +;;; Copyright © 2016, 2019, 2021 David Thompson ;;; ;;; 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/chickadee/graphics/sprite.scm b/chickadee/graphics/sprite.scm index 3bb9cc1..35357dc 100644 --- a/chickadee/graphics/sprite.scm +++ b/chickadee/graphics/sprite.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2016, 2019, 2020, 2021 David Thompson +;;; Copyright © 2016, 2019, 2020, 2021 David Thompson ;;; ;;; 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/chickadee/graphics/stencil.scm b/chickadee/graphics/stencil.scm index 6003f93..8de4465 100644 --- a/chickadee/graphics/stencil.scm +++ b/chickadee/graphics/stencil.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2020, 2021 David Thompson +;;; Copyright © 2020, 2021 David Thompson ;;; ;;; 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/chickadee/graphics/text.scm b/chickadee/graphics/text.scm index f1d4359..d3df09a 100644 --- a/chickadee/graphics/text.scm +++ b/chickadee/graphics/text.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2017, 2020, 2021, 2022 David Thompson +;;; Copyright © 2017, 2020, 2021, 2022 David Thompson ;;; ;;; 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/chickadee/graphics/texture.scm b/chickadee/graphics/texture.scm index dc002b9..6843120 100644 --- a/chickadee/graphics/texture.scm +++ b/chickadee/graphics/texture.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2016, 2021 David Thompson +;;; Copyright © 2016, 2021 David Thompson ;;; ;;; 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/chickadee/graphics/viewport.scm b/chickadee/graphics/viewport.scm index ba3b1e9..4ea44bb 100644 --- a/chickadee/graphics/viewport.scm +++ b/chickadee/graphics/viewport.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2017, 2021 David Thompson +;;; Copyright © 2017, 2021 David Thompson ;;; ;;; 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/chickadee/json.scm b/chickadee/json.scm index 7440f3b..9168db0 100644 --- a/chickadee/json.scm +++ b/chickadee/json.scm @@ -1,5 +1,5 @@ ;;;; json.scm --- JSON reader/writer -;;;; Copyright © 2015, 2017 David Thompson +;;;; Copyright © 2015, 2017 David Thompson ;;;; Copyright © 2017 Christopher Allan Webber ;;;; ;;;; This library is free software; you can redistribute it and/or diff --git a/chickadee/math.scm b/chickadee/math.scm index 70c2474..64ac1f3 100644 --- a/chickadee/math.scm +++ b/chickadee/math.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2016 David Thompson +;;; Copyright © 2016 David Thompson ;;; ;;; 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/chickadee/math/bezier.scm b/chickadee/math/bezier.scm index fa41b40..f2a0d5a 100644 --- a/chickadee/math/bezier.scm +++ b/chickadee/math/bezier.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2018 David Thompson +;;; Copyright © 2018 David Thompson ;;; ;;; 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/chickadee/math/easings.scm b/chickadee/math/easings.scm index 115c2bb..1a24dc5 100644 --- a/chickadee/math/easings.scm +++ b/chickadee/math/easings.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2017 David Thompson +;;; Copyright © 2017 David Thompson ;;; ;;; 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/chickadee/math/matrix.scm b/chickadee/math/matrix.scm index e80eab6..d8294b0 100644 --- a/chickadee/math/matrix.scm +++ b/chickadee/math/matrix.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2016 David Thompson +;;; Copyright © 2016 David Thompson ;;; ;;; 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/chickadee/math/quaternion.scm b/chickadee/math/quaternion.scm index a55894a..1f7c27b 100644 --- a/chickadee/math/quaternion.scm +++ b/chickadee/math/quaternion.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2017 David Thompson +;;; Copyright © 2017 David Thompson ;;; ;;; 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/chickadee/math/rect.scm b/chickadee/math/rect.scm index 9e605d8..2fb925b 100644 --- a/chickadee/math/rect.scm +++ b/chickadee/math/rect.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2016 David Thompson +;;; Copyright © 2016 David Thompson ;;; ;;; 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/chickadee/math/vector.scm b/chickadee/math/vector.scm index 6266a47..49bea5a 100644 --- a/chickadee/math/vector.scm +++ b/chickadee/math/vector.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2016 David Thompson +;;; Copyright © 2016 David Thompson ;;; ;;; 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/chickadee/scripting.scm b/chickadee/scripting.scm index 9f5ec4c..30a2d04 100644 --- a/chickadee/scripting.scm +++ b/chickadee/scripting.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2017, 2020 David Thompson +;;; Copyright © 2017, 2020 David Thompson ;;; ;;; 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/chickadee/scripting/agenda.scm b/chickadee/scripting/agenda.scm index 5500dd4..c69a7a9 100644 --- a/chickadee/scripting/agenda.scm +++ b/chickadee/scripting/agenda.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2017, 2020 David Thompson +;;; Copyright © 2017, 2020 David Thompson ;;; ;;; 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/chickadee/scripting/channel.scm b/chickadee/scripting/channel.scm index c12ab9e..6b3901a 100644 --- a/chickadee/scripting/channel.scm +++ b/chickadee/scripting/channel.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2017, 2018 David Thompson +;;; Copyright © 2017, 2018 David Thompson ;;; ;;; 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/chickadee/scripting/script.scm b/chickadee/scripting/script.scm index 7ba660c..1e07278 100644 --- a/chickadee/scripting/script.scm +++ b/chickadee/scripting/script.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2017 David Thompson +;;; Copyright © 2017 David Thompson ;;; ;;; 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/chickadee/utils.scm b/chickadee/utils.scm index 2d218c4..f833b08 100644 --- a/chickadee/utils.scm +++ b/chickadee/utils.scm @@ -1,6 +1,6 @@ ;;; Chickadee Game Toolkit ;;; Copyright (C) 2014 Ludovic Courtès -;;; Copyright © 2016 David Thompson +;;; Copyright © 2016 David Thompson ;;; ;;; 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/doc/chickadee.texi b/doc/chickadee.texi index 84d7a92..f246cfb 100644 --- a/doc/chickadee.texi +++ b/doc/chickadee.texi @@ -4,7 +4,7 @@ @settitle The Chickadee Game Toolkit @c %**end of header @copying -Copyright @copyright{} 2017-2021 David Thompson @email{davet@@gnu.org} +Copyright @copyright{} 2017-2021 David Thompson @email{dthompson2@@worcester.edu} @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/guix.scm b/guix.scm index e38c644..5d3e529 100644 --- a/guix.scm +++ b/guix.scm @@ -1,5 +1,5 @@ ;;; Chickadee Game Toolkit -;;; Copyright © 2016 David Thompson +;;; Copyright © 2016 David Thompson ;;; ;;; Chickadee is free software: you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by diff --git a/pre-inst-env.in b/pre-inst-env.in index 140fa89..ff815aa 100644 --- a/pre-inst-env.in +++ b/pre-inst-env.in @@ -1,7 +1,7 @@ #!/bin/sh # Chickadee Game Toolkit -# Copyright © 2016 David Thompson +# Copyright © 2016 David Thompson # # Chickadee is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by 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 +;;; Copyright © 2021 David Thompson ;;; ;;; 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 +;;; Copyright © 2021 David Thompson ;;; ;;; 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 +;;; Copyright © 2021 David Thompson ;;; ;;; 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 +;;; Copyright © 2021 David Thompson ;;; ;;; 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 +;;; Copyright © 2021 David Thompson ;;; ;;; 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 +;;; Copyright © 2021 David Thompson ;;; ;;; Chickadee is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License as published -- cgit v1.2.3