diff --git a/src/animation/animation.cpp b/src/animation/animation.cpp index dc65711..4452a2d 100644 --- a/src/animation/animation.cpp +++ b/src/animation/animation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/animation/animation.hpp b/src/animation/animation.hpp index d28bb8f..343c7d4 100644 --- a/src/animation/animation.hpp +++ b/src/animation/animation.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/animation/animator.cpp b/src/animation/animator.cpp index eca8de3..33d81e1 100644 --- a/src/animation/animator.cpp +++ b/src/animation/animator.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/animation/animator.hpp b/src/animation/animator.hpp index f611a95..eb18587 100644 --- a/src/animation/animator.hpp +++ b/src/animation/animator.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/animation/camera-rig.cpp b/src/animation/camera-rig.cpp index e22cb8c..3c8f86a 100644 --- a/src/animation/camera-rig.cpp +++ b/src/animation/camera-rig.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/animation/camera-rig.hpp b/src/animation/camera-rig.hpp index 820e19d..8836a6a 100644 --- a/src/animation/camera-rig.hpp +++ b/src/animation/camera-rig.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/animation/ease.hpp b/src/animation/ease.hpp index 06d61e1..674900a 100644 --- a/src/animation/ease.hpp +++ b/src/animation/ease.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/animation/frame-scheduler.cpp b/src/animation/frame-scheduler.cpp index b991d7f..291eab0 100644 --- a/src/animation/frame-scheduler.cpp +++ b/src/animation/frame-scheduler.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/animation/frame-scheduler.hpp b/src/animation/frame-scheduler.hpp index 90bad4e..82d679b 100644 --- a/src/animation/frame-scheduler.hpp +++ b/src/animation/frame-scheduler.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/animation/orbit-cam.cpp b/src/animation/orbit-cam.cpp index 8ca3ee6..898371c 100644 --- a/src/animation/orbit-cam.cpp +++ b/src/animation/orbit-cam.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/animation/orbit-cam.hpp b/src/animation/orbit-cam.hpp index 6c767b0..5e5b876 100644 --- a/src/animation/orbit-cam.hpp +++ b/src/animation/orbit-cam.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/animation/screen-transition.cpp b/src/animation/screen-transition.cpp index c5bb975..6d0c774 100644 --- a/src/animation/screen-transition.cpp +++ b/src/animation/screen-transition.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/animation/screen-transition.hpp b/src/animation/screen-transition.hpp index 9c4fcff..f9b2d4b 100644 --- a/src/animation/screen-transition.hpp +++ b/src/animation/screen-transition.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/animation/spring.hpp b/src/animation/spring.hpp index 1b55b94..497b35a 100644 --- a/src/animation/spring.hpp +++ b/src/animation/spring.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/animation/timeline.cpp b/src/animation/timeline.cpp index 96083a7..0caa59c 100644 --- a/src/animation/timeline.cpp +++ b/src/animation/timeline.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/animation/timeline.hpp b/src/animation/timeline.hpp index 97a6a3c..50abac7 100644 --- a/src/animation/timeline.hpp +++ b/src/animation/timeline.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/animation/tween.hpp b/src/animation/tween.hpp index 445179b..a9cb260 100644 --- a/src/animation/tween.hpp +++ b/src/animation/tween.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/application.cpp b/src/application.cpp index 653abb1..ffa567f 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/application.hpp b/src/application.hpp index a7c518c..8bc08bb 100644 --- a/src/application.hpp +++ b/src/application.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/configuration.hpp.in b/src/configuration.hpp.in index a9217c6..6465742 100644 --- a/src/configuration.hpp.in +++ b/src/configuration.hpp.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/debug/ansi-codes.hpp b/src/debug/ansi-codes.hpp index c3eba85..a2295f5 100644 --- a/src/debug/ansi-codes.hpp +++ b/src/debug/ansi-codes.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/debug/cli.cpp b/src/debug/cli.cpp index 260f059..f2cf52f 100644 --- a/src/debug/cli.cpp +++ b/src/debug/cli.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/debug/cli.hpp b/src/debug/cli.hpp index 8e712be..d326c31 100644 --- a/src/debug/cli.hpp +++ b/src/debug/cli.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/debug/logger.cpp b/src/debug/logger.cpp index 2317353..0213f62 100644 --- a/src/debug/logger.cpp +++ b/src/debug/logger.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/debug/logger.hpp b/src/debug/logger.hpp index ad632a5..26a5ce3 100644 --- a/src/debug/logger.hpp +++ b/src/debug/logger.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/debug/performance-sampler.cpp b/src/debug/performance-sampler.cpp index a139c93..bba246b 100644 --- a/src/debug/performance-sampler.cpp +++ b/src/debug/performance-sampler.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/debug/performance-sampler.hpp b/src/debug/performance-sampler.hpp index 89efa8e..f4eed06 100644 --- a/src/debug/performance-sampler.hpp +++ b/src/debug/performance-sampler.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/entity/archetype.hpp b/src/entity/archetype.hpp index dd25dff..ff336dd 100644 --- a/src/entity/archetype.hpp +++ b/src/entity/archetype.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/event/event-dispatcher.cpp b/src/event/event-dispatcher.cpp index b2b230f..1b0a9bc 100644 --- a/src/event/event-dispatcher.cpp +++ b/src/event/event-dispatcher.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/event/event-dispatcher.hpp b/src/event/event-dispatcher.hpp index e4f1c07..7f5fecd 100644 --- a/src/event/event-dispatcher.hpp +++ b/src/event/event-dispatcher.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/event/event-handler.hpp b/src/event/event-handler.hpp index 4f27bd7..f0761a5 100644 --- a/src/event/event-handler.hpp +++ b/src/event/event-handler.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/event/event.hpp b/src/event/event.hpp index 48c6850..7f94039 100644 --- a/src/event/event.hpp +++ b/src/event/event.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/event/input-events.cpp b/src/event/input-events.cpp index 53ef7c0..410c3c4 100644 --- a/src/event/input-events.cpp +++ b/src/event/input-events.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/event/input-events.hpp b/src/event/input-events.hpp index 145c650..fa91836 100644 --- a/src/event/input-events.hpp +++ b/src/event/input-events.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/event/window-events.cpp b/src/event/window-events.cpp index c834604..dff1cda 100644 --- a/src/event/window-events.cpp +++ b/src/event/window-events.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/event/window-events.hpp b/src/event/window-events.hpp index 6399729..d4ebf67 100644 --- a/src/event/window-events.hpp +++ b/src/event/window-events.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/astronomy/apparent-size.cpp b/src/game/astronomy/apparent-size.cpp index 9d60fc5..e704783 100644 --- a/src/game/astronomy/apparent-size.cpp +++ b/src/game/astronomy/apparent-size.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/astronomy/apparent-size.hpp b/src/game/astronomy/apparent-size.hpp index dfce155..f43c615 100644 --- a/src/game/astronomy/apparent-size.hpp +++ b/src/game/astronomy/apparent-size.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/astronomy/astronomical-constants.hpp b/src/game/astronomy/astronomical-constants.hpp index d4e0a25..cafe491 100644 --- a/src/game/astronomy/astronomical-constants.hpp +++ b/src/game/astronomy/astronomical-constants.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/astronomy/blackbody.cpp b/src/game/astronomy/blackbody.cpp index 8f863dc..7542fd4 100644 --- a/src/game/astronomy/blackbody.cpp +++ b/src/game/astronomy/blackbody.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/astronomy/blackbody.hpp b/src/game/astronomy/blackbody.hpp index f10e517..bf5450e 100644 --- a/src/game/astronomy/blackbody.hpp +++ b/src/game/astronomy/blackbody.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/astronomy/celestial-coordinates.cpp b/src/game/astronomy/celestial-coordinates.cpp index 194b798..9d17252 100644 --- a/src/game/astronomy/celestial-coordinates.cpp +++ b/src/game/astronomy/celestial-coordinates.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/astronomy/celestial-coordinates.hpp b/src/game/astronomy/celestial-coordinates.hpp index b2e4cb5..9b3c0ff 100644 --- a/src/game/astronomy/celestial-coordinates.hpp +++ b/src/game/astronomy/celestial-coordinates.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/astronomy/celestial-mechanics.cpp b/src/game/astronomy/celestial-mechanics.cpp index 3ac4574..618967d 100644 --- a/src/game/astronomy/celestial-mechanics.cpp +++ b/src/game/astronomy/celestial-mechanics.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/astronomy/celestial-mechanics.hpp b/src/game/astronomy/celestial-mechanics.hpp index 0422f4b..5cf181b 100644 --- a/src/game/astronomy/celestial-mechanics.hpp +++ b/src/game/astronomy/celestial-mechanics.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/astronomy/color-index.cpp b/src/game/astronomy/color-index.cpp index 90c54f7..b76ebc2 100644 --- a/src/game/astronomy/color-index.cpp +++ b/src/game/astronomy/color-index.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/astronomy/color-index.hpp b/src/game/astronomy/color-index.hpp index 91c0202..1a698dc 100644 --- a/src/game/astronomy/color-index.hpp +++ b/src/game/astronomy/color-index.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/behavior/behavior-tree.hpp b/src/game/behavior/behavior-tree.hpp index 5990ebf..88d34b0 100644 --- a/src/game/behavior/behavior-tree.hpp +++ b/src/game/behavior/behavior-tree.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/behavior/ebt.cpp b/src/game/behavior/ebt.cpp index 61d0baf..06975de 100644 --- a/src/game/behavior/ebt.cpp +++ b/src/game/behavior/ebt.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/behavior/ebt.hpp b/src/game/behavior/ebt.hpp index 61421d8..5b89edd 100644 --- a/src/game/behavior/ebt.hpp +++ b/src/game/behavior/ebt.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/biome.hpp b/src/game/biome.hpp index 198cd7f..7a272c1 100644 --- a/src/game/biome.hpp +++ b/src/game/biome.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/bootloader.cpp b/src/game/bootloader.cpp index 00c9f63..847399a 100644 --- a/src/game/bootloader.cpp +++ b/src/game/bootloader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/bootloader.hpp b/src/game/bootloader.hpp index 2958d01..ebfb6c1 100644 --- a/src/game/bootloader.hpp +++ b/src/game/bootloader.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/cartography/relief-map.cpp b/src/game/cartography/relief-map.cpp index 9e830ad..82caa3f 100644 --- a/src/game/cartography/relief-map.cpp +++ b/src/game/cartography/relief-map.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/cartography/relief-map.hpp b/src/game/cartography/relief-map.hpp index 2426f98..1379504 100644 --- a/src/game/cartography/relief-map.hpp +++ b/src/game/cartography/relief-map.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/components/behavior-component.hpp b/src/game/components/behavior-component.hpp index a595ac0..2463357 100644 --- a/src/game/components/behavior-component.hpp +++ b/src/game/components/behavior-component.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/components/brush-component.hpp b/src/game/components/brush-component.hpp index c54f91d..0f5a196 100644 --- a/src/game/components/brush-component.hpp +++ b/src/game/components/brush-component.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/components/camera-follow-component.hpp b/src/game/components/camera-follow-component.hpp index 047cd3b..6883140 100644 --- a/src/game/components/camera-follow-component.hpp +++ b/src/game/components/camera-follow-component.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/components/cavity-component.hpp b/src/game/components/cavity-component.hpp index dee3751..241e9ab 100644 --- a/src/game/components/cavity-component.hpp +++ b/src/game/components/cavity-component.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/components/celestial-body-component.hpp b/src/game/components/celestial-body-component.hpp index 0fc112c..0faddce 100644 --- a/src/game/components/celestial-body-component.hpp +++ b/src/game/components/celestial-body-component.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/components/chamber-component.hpp b/src/game/components/chamber-component.hpp index 8b539ef..f1869a9 100644 --- a/src/game/components/chamber-component.hpp +++ b/src/game/components/chamber-component.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/components/collision-component.hpp b/src/game/components/collision-component.hpp index 092602c..bafb8e1 100644 --- a/src/game/components/collision-component.hpp +++ b/src/game/components/collision-component.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/components/copy-rotation-component.hpp b/src/game/components/copy-rotation-component.hpp index 1c46c12..302b527 100644 --- a/src/game/components/copy-rotation-component.hpp +++ b/src/game/components/copy-rotation-component.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/components/copy-scale-component.hpp b/src/game/components/copy-scale-component.hpp index 69ff652..f520bff 100644 --- a/src/game/components/copy-scale-component.hpp +++ b/src/game/components/copy-scale-component.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/components/copy-transform-component.hpp b/src/game/components/copy-transform-component.hpp index 14c9bd0..874b320 100644 --- a/src/game/components/copy-transform-component.hpp +++ b/src/game/components/copy-transform-component.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/components/copy-translation-component.hpp b/src/game/components/copy-translation-component.hpp index 020e1ca..fe24567 100644 --- a/src/game/components/copy-translation-component.hpp +++ b/src/game/components/copy-translation-component.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/components/locomotion-component.hpp b/src/game/components/locomotion-component.hpp index 783d6ac..354caee 100644 --- a/src/game/components/locomotion-component.hpp +++ b/src/game/components/locomotion-component.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/components/marker-component.hpp b/src/game/components/marker-component.hpp index c90cbf0..b28c292 100644 --- a/src/game/components/marker-component.hpp +++ b/src/game/components/marker-component.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/components/model-component.hpp b/src/game/components/model-component.hpp index ec9a253..36f436a 100644 --- a/src/game/components/model-component.hpp +++ b/src/game/components/model-component.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/components/nest-component.hpp b/src/game/components/nest-component.hpp index d997e93..3218131 100644 --- a/src/game/components/nest-component.hpp +++ b/src/game/components/nest-component.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/components/orbit-component.hpp b/src/game/components/orbit-component.hpp index 812d848..7e6089a 100644 --- a/src/game/components/orbit-component.hpp +++ b/src/game/components/orbit-component.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/components/parent-component.hpp b/src/game/components/parent-component.hpp index 023ff11..bdead6f 100644 --- a/src/game/components/parent-component.hpp +++ b/src/game/components/parent-component.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/components/render-component.hpp b/src/game/components/render-component.hpp index ed42f24..d64d2b6 100644 --- a/src/game/components/render-component.hpp +++ b/src/game/components/render-component.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/components/samara-component.hpp b/src/game/components/samara-component.hpp index 57be90e..691d45b 100644 --- a/src/game/components/samara-component.hpp +++ b/src/game/components/samara-component.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/components/snap-component.hpp b/src/game/components/snap-component.hpp index aa57dbd..0a0ee3d 100644 --- a/src/game/components/snap-component.hpp +++ b/src/game/components/snap-component.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/components/terrain-component.hpp b/src/game/components/terrain-component.hpp index aef93ab..31ac207 100644 --- a/src/game/components/terrain-component.hpp +++ b/src/game/components/terrain-component.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/components/tool-component.hpp b/src/game/components/tool-component.hpp index cc1654c..29c6343 100644 --- a/src/game/components/tool-component.hpp +++ b/src/game/components/tool-component.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/components/trackable-component.hpp b/src/game/components/trackable-component.hpp index 7aa3844..a84b372 100644 --- a/src/game/components/trackable-component.hpp +++ b/src/game/components/trackable-component.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/components/transform-component.hpp b/src/game/components/transform-component.hpp index 03cc08b..46dc96e 100644 --- a/src/game/components/transform-component.hpp +++ b/src/game/components/transform-component.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/console-commands.cpp b/src/game/console-commands.cpp index 9af0ed4..5acfb16 100644 --- a/src/game/console-commands.cpp +++ b/src/game/console-commands.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/console-commands.hpp b/src/game/console-commands.hpp index bb9e502..aabb827 100644 --- a/src/game/console-commands.hpp +++ b/src/game/console-commands.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/entity-commands.cpp b/src/game/entity-commands.cpp index eb7774c..34a319a 100644 --- a/src/game/entity-commands.cpp +++ b/src/game/entity-commands.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/entity-commands.hpp b/src/game/entity-commands.hpp index 122b920..13b3363 100644 --- a/src/game/entity-commands.hpp +++ b/src/game/entity-commands.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/events/tool-events.cpp b/src/game/events/tool-events.cpp index 4985f28..adbf350 100644 --- a/src/game/events/tool-events.cpp +++ b/src/game/events/tool-events.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/events/tool-events.hpp b/src/game/events/tool-events.hpp index 556dca9..bd0d79c 100644 --- a/src/game/events/tool-events.hpp +++ b/src/game/events/tool-events.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/game-context.hpp b/src/game/game-context.hpp index affca5f..8e7a765 100644 --- a/src/game/game-context.hpp +++ b/src/game/game-context.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/genetics/amino-acid.hpp b/src/game/genetics/amino-acid.hpp index 123e321..3a5b86f 100644 --- a/src/game/genetics/amino-acid.hpp +++ b/src/game/genetics/amino-acid.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/genetics/base.cpp b/src/game/genetics/base.cpp index b51e3f4..003c51d 100644 --- a/src/game/genetics/base.cpp +++ b/src/game/genetics/base.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/genetics/base.hpp b/src/game/genetics/base.hpp index b0dfd51..c4c491e 100644 --- a/src/game/genetics/base.hpp +++ b/src/game/genetics/base.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/genetics/codon.cpp b/src/game/genetics/codon.cpp index f938dad..054f53e 100644 --- a/src/game/genetics/codon.cpp +++ b/src/game/genetics/codon.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/genetics/codon.hpp b/src/game/genetics/codon.hpp index 9de1016..55ee538 100644 --- a/src/game/genetics/codon.hpp +++ b/src/game/genetics/codon.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/genetics/genetics.hpp b/src/game/genetics/genetics.hpp index 3f84fea..7c567c3 100644 --- a/src/game/genetics/genetics.hpp +++ b/src/game/genetics/genetics.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/genetics/matrix.hpp b/src/game/genetics/matrix.hpp index 933cdcf..5235f0f 100644 --- a/src/game/genetics/matrix.hpp +++ b/src/game/genetics/matrix.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/genetics/protein.hpp b/src/game/genetics/protein.hpp index c95f6b5..ca34cf8 100644 --- a/src/game/genetics/protein.hpp +++ b/src/game/genetics/protein.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/genetics/sequence.hpp b/src/game/genetics/sequence.hpp index 5c6900f..c74f1b1 100644 --- a/src/game/genetics/sequence.hpp +++ b/src/game/genetics/sequence.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/genetics/translation-table.hpp b/src/game/genetics/translation-table.hpp index 7045ed0..b646402 100644 --- a/src/game/genetics/translation-table.hpp +++ b/src/game/genetics/translation-table.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/states/game-states.hpp b/src/game/states/game-states.hpp index f111e73..d7d4530 100644 --- a/src/game/states/game-states.hpp +++ b/src/game/states/game-states.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/states/language-select-state.cpp b/src/game/states/language-select-state.cpp index 4aa8ef2..1205e4f 100644 --- a/src/game/states/language-select-state.cpp +++ b/src/game/states/language-select-state.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/states/loading-state.cpp b/src/game/states/loading-state.cpp index 73fa76a..1953728 100644 --- a/src/game/states/loading-state.cpp +++ b/src/game/states/loading-state.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/states/map-state.cpp b/src/game/states/map-state.cpp index da3af23..acc7f9b 100644 --- a/src/game/states/map-state.cpp +++ b/src/game/states/map-state.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/states/pause-state.cpp b/src/game/states/pause-state.cpp index 9f91a21..0e134fa 100644 --- a/src/game/states/pause-state.cpp +++ b/src/game/states/pause-state.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/states/play-state.cpp b/src/game/states/play-state.cpp index b5c3c65..b428f29 100644 --- a/src/game/states/play-state.cpp +++ b/src/game/states/play-state.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/states/splash-state.cpp b/src/game/states/splash-state.cpp index b1a2980..5c923d6 100644 --- a/src/game/states/splash-state.cpp +++ b/src/game/states/splash-state.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/states/title-state.cpp b/src/game/states/title-state.cpp index 1f1d4c8..1c90dd1 100644 --- a/src/game/states/title-state.cpp +++ b/src/game/states/title-state.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/astronomy-system.cpp b/src/game/systems/astronomy-system.cpp index 7587724..010ddd6 100644 --- a/src/game/systems/astronomy-system.cpp +++ b/src/game/systems/astronomy-system.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/astronomy-system.hpp b/src/game/systems/astronomy-system.hpp index 5f1f53d..7d817a5 100644 --- a/src/game/systems/astronomy-system.hpp +++ b/src/game/systems/astronomy-system.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/behavior-system.cpp b/src/game/systems/behavior-system.cpp index 1eaf187..02c0e65 100644 --- a/src/game/systems/behavior-system.cpp +++ b/src/game/systems/behavior-system.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/behavior-system.hpp b/src/game/systems/behavior-system.hpp index b2924bb..a7b76bf 100644 --- a/src/game/systems/behavior-system.hpp +++ b/src/game/systems/behavior-system.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/camera-system.cpp b/src/game/systems/camera-system.cpp index d3e126c..93ba2f7 100644 --- a/src/game/systems/camera-system.cpp +++ b/src/game/systems/camera-system.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/camera-system.hpp b/src/game/systems/camera-system.hpp index 0e8c075..e0a1374 100644 --- a/src/game/systems/camera-system.hpp +++ b/src/game/systems/camera-system.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/collision-system.cpp b/src/game/systems/collision-system.cpp index 85c3ccb..1d8def7 100644 --- a/src/game/systems/collision-system.cpp +++ b/src/game/systems/collision-system.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/collision-system.hpp b/src/game/systems/collision-system.hpp index e17dbd2..9db7ea6 100644 --- a/src/game/systems/collision-system.hpp +++ b/src/game/systems/collision-system.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/constraint-system.cpp b/src/game/systems/constraint-system.cpp index 457a5f7..fe14d46 100644 --- a/src/game/systems/constraint-system.cpp +++ b/src/game/systems/constraint-system.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/constraint-system.hpp b/src/game/systems/constraint-system.hpp index a09dfbc..f6b3693 100644 --- a/src/game/systems/constraint-system.hpp +++ b/src/game/systems/constraint-system.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/control-system.cpp b/src/game/systems/control-system.cpp index 7f8cd6d..7f23f1e 100644 --- a/src/game/systems/control-system.cpp +++ b/src/game/systems/control-system.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/control-system.hpp b/src/game/systems/control-system.hpp index 51ec5f3..2208423 100644 --- a/src/game/systems/control-system.hpp +++ b/src/game/systems/control-system.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/entity-system.cpp b/src/game/systems/entity-system.cpp index a29e31a..8a21113 100644 --- a/src/game/systems/entity-system.cpp +++ b/src/game/systems/entity-system.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/entity-system.hpp b/src/game/systems/entity-system.hpp index 6604eff..c7890e0 100644 --- a/src/game/systems/entity-system.hpp +++ b/src/game/systems/entity-system.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/locomotion-system.cpp b/src/game/systems/locomotion-system.cpp index 85e1038..b0b7321 100644 --- a/src/game/systems/locomotion-system.cpp +++ b/src/game/systems/locomotion-system.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/locomotion-system.hpp b/src/game/systems/locomotion-system.hpp index 2cba1b0..3bd15bb 100644 --- a/src/game/systems/locomotion-system.hpp +++ b/src/game/systems/locomotion-system.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/nest-system.cpp b/src/game/systems/nest-system.cpp index 5ab5c95..5341114 100644 --- a/src/game/systems/nest-system.cpp +++ b/src/game/systems/nest-system.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/nest-system.hpp b/src/game/systems/nest-system.hpp index 0497169..4f19d63 100644 --- a/src/game/systems/nest-system.hpp +++ b/src/game/systems/nest-system.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/painting-system.cpp b/src/game/systems/painting-system.cpp index de64691..f4e3d5b 100644 --- a/src/game/systems/painting-system.cpp +++ b/src/game/systems/painting-system.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/painting-system.hpp b/src/game/systems/painting-system.hpp index 708a6de..00feeee 100644 --- a/src/game/systems/painting-system.hpp +++ b/src/game/systems/painting-system.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/render-system.cpp b/src/game/systems/render-system.cpp index 34fffbe..8d73264 100644 --- a/src/game/systems/render-system.cpp +++ b/src/game/systems/render-system.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/render-system.hpp b/src/game/systems/render-system.hpp index 2cd9ecb..5c39d07 100644 --- a/src/game/systems/render-system.hpp +++ b/src/game/systems/render-system.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/samara-system.cpp b/src/game/systems/samara-system.cpp index f8e3e16..f95ac80 100644 --- a/src/game/systems/samara-system.cpp +++ b/src/game/systems/samara-system.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/samara-system.hpp b/src/game/systems/samara-system.hpp index 6497888..726bbe3 100644 --- a/src/game/systems/samara-system.hpp +++ b/src/game/systems/samara-system.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/snapping-system.cpp b/src/game/systems/snapping-system.cpp index 66d3ad2..7900da3 100644 --- a/src/game/systems/snapping-system.cpp +++ b/src/game/systems/snapping-system.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/snapping-system.hpp b/src/game/systems/snapping-system.hpp index 28e351c..f6152d6 100644 --- a/src/game/systems/snapping-system.hpp +++ b/src/game/systems/snapping-system.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/solar-system.cpp b/src/game/systems/solar-system.cpp index 0aef294..ffbca49 100644 --- a/src/game/systems/solar-system.cpp +++ b/src/game/systems/solar-system.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/solar-system.hpp b/src/game/systems/solar-system.hpp index 4afb7c9..df9e522 100644 --- a/src/game/systems/solar-system.hpp +++ b/src/game/systems/solar-system.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/spatial-system.cpp b/src/game/systems/spatial-system.cpp index a5fb561..cf4e200 100644 --- a/src/game/systems/spatial-system.cpp +++ b/src/game/systems/spatial-system.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/spatial-system.hpp b/src/game/systems/spatial-system.hpp index d797be7..b703037 100644 --- a/src/game/systems/spatial-system.hpp +++ b/src/game/systems/spatial-system.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/subterrain-system.cpp b/src/game/systems/subterrain-system.cpp index 50f7d62..b8e1384 100644 --- a/src/game/systems/subterrain-system.cpp +++ b/src/game/systems/subterrain-system.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/subterrain-system.hpp b/src/game/systems/subterrain-system.hpp index 7b9d42b..3a8b16c 100644 --- a/src/game/systems/subterrain-system.hpp +++ b/src/game/systems/subterrain-system.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/terrain-system.cpp b/src/game/systems/terrain-system.cpp index 831f1cb..3f72170 100644 --- a/src/game/systems/terrain-system.cpp +++ b/src/game/systems/terrain-system.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/terrain-system.hpp b/src/game/systems/terrain-system.hpp index 59f28ab..12b0292 100644 --- a/src/game/systems/terrain-system.hpp +++ b/src/game/systems/terrain-system.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/tool-system.cpp b/src/game/systems/tool-system.cpp index 3b19da5..3ca93f3 100644 --- a/src/game/systems/tool-system.cpp +++ b/src/game/systems/tool-system.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/tool-system.hpp b/src/game/systems/tool-system.hpp index e386013..974b78f 100644 --- a/src/game/systems/tool-system.hpp +++ b/src/game/systems/tool-system.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/tracking-system.cpp b/src/game/systems/tracking-system.cpp index 9c999fc..9d68561 100644 --- a/src/game/systems/tracking-system.cpp +++ b/src/game/systems/tracking-system.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/tracking-system.hpp b/src/game/systems/tracking-system.hpp index b14e1f5..e1edfc3 100644 --- a/src/game/systems/tracking-system.hpp +++ b/src/game/systems/tracking-system.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/ui-system.cpp b/src/game/systems/ui-system.cpp index a30aef1..10a7721 100644 --- a/src/game/systems/ui-system.cpp +++ b/src/game/systems/ui-system.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/ui-system.hpp b/src/game/systems/ui-system.hpp index a7f151b..df57177 100644 --- a/src/game/systems/ui-system.hpp +++ b/src/game/systems/ui-system.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/updatable-system.cpp b/src/game/systems/updatable-system.cpp index 6e06c89..53f869b 100644 --- a/src/game/systems/updatable-system.cpp +++ b/src/game/systems/updatable-system.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/updatable-system.hpp b/src/game/systems/updatable-system.hpp index efcf045..8f87266 100644 --- a/src/game/systems/updatable-system.hpp +++ b/src/game/systems/updatable-system.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/vegetation-system.cpp b/src/game/systems/vegetation-system.cpp index 7b2ea5c..1449aac 100644 --- a/src/game/systems/vegetation-system.cpp +++ b/src/game/systems/vegetation-system.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/vegetation-system.hpp b/src/game/systems/vegetation-system.hpp index ab2c3a0..107e294 100644 --- a/src/game/systems/vegetation-system.hpp +++ b/src/game/systems/vegetation-system.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/weather-system.cpp b/src/game/systems/weather-system.cpp index 6386cd3..58b581d 100644 --- a/src/game/systems/weather-system.cpp +++ b/src/game/systems/weather-system.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/systems/weather-system.hpp b/src/game/systems/weather-system.hpp index b5dc06a..30e76a6 100644 --- a/src/game/systems/weather-system.hpp +++ b/src/game/systems/weather-system.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geometry/aabb.hpp b/src/geometry/aabb.hpp index 95ae731..417dca4 100644 --- a/src/geometry/aabb.hpp +++ b/src/geometry/aabb.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geometry/bounding-volume.hpp b/src/geometry/bounding-volume.hpp index 71200ce..2a02c9c 100644 --- a/src/geometry/bounding-volume.hpp +++ b/src/geometry/bounding-volume.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geometry/convex-hull.hpp b/src/geometry/convex-hull.hpp index cfc2f91..756a999 100644 --- a/src/geometry/convex-hull.hpp +++ b/src/geometry/convex-hull.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geometry/csg.cpp b/src/geometry/csg.cpp index 4fef882..f06619a 100644 --- a/src/geometry/csg.cpp +++ b/src/geometry/csg.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geometry/csg.hpp b/src/geometry/csg.hpp index 8237890..d240eba 100644 --- a/src/geometry/csg.hpp +++ b/src/geometry/csg.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geometry/intersection.cpp b/src/geometry/intersection.cpp index fd3776f..a0739b0 100644 --- a/src/geometry/intersection.cpp +++ b/src/geometry/intersection.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geometry/intersection.hpp b/src/geometry/intersection.hpp index 4ca459f..c6fcd76 100644 --- a/src/geometry/intersection.hpp +++ b/src/geometry/intersection.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geometry/marching-cubes.cpp b/src/geometry/marching-cubes.cpp index 95d0599..6f55c76 100644 --- a/src/geometry/marching-cubes.cpp +++ b/src/geometry/marching-cubes.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geometry/marching-cubes.hpp b/src/geometry/marching-cubes.hpp index 3b00421..ca5f663 100644 --- a/src/geometry/marching-cubes.hpp +++ b/src/geometry/marching-cubes.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geometry/mesh-accelerator.cpp b/src/geometry/mesh-accelerator.cpp index 24fee2b..7dfd384 100644 --- a/src/geometry/mesh-accelerator.cpp +++ b/src/geometry/mesh-accelerator.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geometry/mesh-accelerator.hpp b/src/geometry/mesh-accelerator.hpp index 5aa11e6..6601399 100644 --- a/src/geometry/mesh-accelerator.hpp +++ b/src/geometry/mesh-accelerator.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geometry/mesh-functions.cpp b/src/geometry/mesh-functions.cpp index 969863d..2c3a55f 100644 --- a/src/geometry/mesh-functions.cpp +++ b/src/geometry/mesh-functions.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geometry/mesh-functions.hpp b/src/geometry/mesh-functions.hpp index 6f9d3dc..c92b89d 100644 --- a/src/geometry/mesh-functions.hpp +++ b/src/geometry/mesh-functions.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geometry/mesh.cpp b/src/geometry/mesh.cpp index 31c7eb9..e4841a9 100644 --- a/src/geometry/mesh.cpp +++ b/src/geometry/mesh.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geometry/mesh.hpp b/src/geometry/mesh.hpp index be8983c..b03cdd3 100644 --- a/src/geometry/mesh.hpp +++ b/src/geometry/mesh.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geometry/morton.cpp b/src/geometry/morton.cpp index 73a1b13..cf26f84 100644 --- a/src/geometry/morton.cpp +++ b/src/geometry/morton.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geometry/morton.hpp b/src/geometry/morton.hpp index de55acf..e2df8b1 100644 --- a/src/geometry/morton.hpp +++ b/src/geometry/morton.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geometry/octree.hpp b/src/geometry/octree.hpp index 9b15d52..5c0019e 100644 --- a/src/geometry/octree.hpp +++ b/src/geometry/octree.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geometry/plane.hpp b/src/geometry/plane.hpp index 0dd70c6..a12356d 100644 --- a/src/geometry/plane.hpp +++ b/src/geometry/plane.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geometry/projection.hpp b/src/geometry/projection.hpp index d9dc9bc..1af1b22 100644 --- a/src/geometry/projection.hpp +++ b/src/geometry/projection.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geometry/ray.hpp b/src/geometry/ray.hpp index bfb04ef..5780593 100644 --- a/src/geometry/ray.hpp +++ b/src/geometry/ray.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geometry/sdf.hpp b/src/geometry/sdf.hpp index b117ec1..f9895df 100644 --- a/src/geometry/sdf.hpp +++ b/src/geometry/sdf.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geometry/sphere.hpp b/src/geometry/sphere.hpp index 0cd8427..17efa21 100644 --- a/src/geometry/sphere.hpp +++ b/src/geometry/sphere.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geometry/view-frustum.hpp b/src/geometry/view-frustum.hpp index a71b820..0021ea5 100644 --- a/src/geometry/view-frustum.hpp +++ b/src/geometry/view-frustum.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/control-set.cpp b/src/input/control-set.cpp index fcb36a7..738809c 100644 --- a/src/input/control-set.cpp +++ b/src/input/control-set.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/control-set.hpp b/src/input/control-set.hpp index f8625d0..e0a8b9b 100644 --- a/src/input/control-set.hpp +++ b/src/input/control-set.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/control.cpp b/src/input/control.cpp index 8d82967..4d81630 100644 --- a/src/input/control.cpp +++ b/src/input/control.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/control.hpp b/src/input/control.hpp index 2a10f3d..132fb11 100644 --- a/src/input/control.hpp +++ b/src/input/control.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/game-controller.cpp b/src/input/game-controller.cpp index 2b12d36..20c0576 100644 --- a/src/input/game-controller.cpp +++ b/src/input/game-controller.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/game-controller.hpp b/src/input/game-controller.hpp index fcc61e2..43fe108 100644 --- a/src/input/game-controller.hpp +++ b/src/input/game-controller.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/input-device.cpp b/src/input/input-device.cpp index 209f89b..6d1e254 100644 --- a/src/input/input-device.cpp +++ b/src/input/input-device.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/input-device.hpp b/src/input/input-device.hpp index 3184ef7..fc3cd82 100644 --- a/src/input/input-device.hpp +++ b/src/input/input-device.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/input-event-router.cpp b/src/input/input-event-router.cpp index f531cba..f345804 100644 --- a/src/input/input-event-router.cpp +++ b/src/input/input-event-router.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/input-event-router.hpp b/src/input/input-event-router.hpp index ae306ae..63c3033 100644 --- a/src/input/input-event-router.hpp +++ b/src/input/input-event-router.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/input-listener.cpp b/src/input/input-listener.cpp index 372de62..5381368 100644 --- a/src/input/input-listener.cpp +++ b/src/input/input-listener.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/input-listener.hpp b/src/input/input-listener.hpp index 3332acf..24aadcf 100644 --- a/src/input/input-listener.hpp +++ b/src/input/input-listener.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/input-mapper.cpp b/src/input/input-mapper.cpp index 17e7b90..b182ccd 100644 --- a/src/input/input-mapper.cpp +++ b/src/input/input-mapper.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/input-mapper.hpp b/src/input/input-mapper.hpp index d71bb7d..30e4307 100644 --- a/src/input/input-mapper.hpp +++ b/src/input/input-mapper.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/input-mapping.cpp b/src/input/input-mapping.cpp index 569e09d..4d05a67 100644 --- a/src/input/input-mapping.cpp +++ b/src/input/input-mapping.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/input-mapping.hpp b/src/input/input-mapping.hpp index b0f81d5..c040fe4 100644 --- a/src/input/input-mapping.hpp +++ b/src/input/input-mapping.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/keyboard.cpp b/src/input/keyboard.cpp index ef0595e..d3bce08 100644 --- a/src/input/keyboard.cpp +++ b/src/input/keyboard.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/keyboard.hpp b/src/input/keyboard.hpp index 04540ba..42e20db 100644 --- a/src/input/keyboard.hpp +++ b/src/input/keyboard.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/mouse.cpp b/src/input/mouse.cpp index 3fe49b0..741e9c7 100644 --- a/src/input/mouse.cpp +++ b/src/input/mouse.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/mouse.hpp b/src/input/mouse.hpp index 2297361..dac058f 100644 --- a/src/input/mouse.hpp +++ b/src/input/mouse.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/scancode.hpp b/src/input/scancode.hpp index e7e7cc6..d0b286b 100644 --- a/src/input/scancode.hpp +++ b/src/input/scancode.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/sdl-game-controller-tables.cpp b/src/input/sdl-game-controller-tables.cpp index e47912f..ec771db 100644 --- a/src/input/sdl-game-controller-tables.cpp +++ b/src/input/sdl-game-controller-tables.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/sdl-game-controller-tables.hpp b/src/input/sdl-game-controller-tables.hpp index bbadd82..764f28a 100644 --- a/src/input/sdl-game-controller-tables.hpp +++ b/src/input/sdl-game-controller-tables.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/sdl-scancode-table.cpp b/src/input/sdl-scancode-table.cpp index 46dd862..26a9605 100644 --- a/src/input/sdl-scancode-table.cpp +++ b/src/input/sdl-scancode-table.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/sdl-scancode-table.hpp b/src/input/sdl-scancode-table.hpp index c50dcfc..c238fba 100644 --- a/src/input/sdl-scancode-table.hpp +++ b/src/input/sdl-scancode-table.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/main.cpp b/src/main.cpp index a55da8d..65d0c15 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/angles.hpp b/src/math/angles.hpp index 1aed27f..f8fe51c 100644 --- a/src/math/angles.hpp +++ b/src/math/angles.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/constants.hpp b/src/math/constants.hpp index eddade9..52bca44 100644 --- a/src/math/constants.hpp +++ b/src/math/constants.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/interpolation.hpp b/src/math/interpolation.hpp index 76c6fbc..833093b 100644 --- a/src/math/interpolation.hpp +++ b/src/math/interpolation.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/math.hpp b/src/math/math.hpp index a8bcc1f..d994225 100644 --- a/src/math/math.hpp +++ b/src/math/math.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/matrix-functions.hpp b/src/math/matrix-functions.hpp index 31ed26e..25f7552 100644 --- a/src/math/matrix-functions.hpp +++ b/src/math/matrix-functions.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/matrix-operators.hpp b/src/math/matrix-operators.hpp index 78b2467..33b34dd 100644 --- a/src/math/matrix-operators.hpp +++ b/src/math/matrix-operators.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/matrix-type.hpp b/src/math/matrix-type.hpp index 1de3af2..ff6d923 100644 --- a/src/math/matrix-type.hpp +++ b/src/math/matrix-type.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/operators.hpp b/src/math/operators.hpp index b943bee..0c35750 100644 --- a/src/math/operators.hpp +++ b/src/math/operators.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/quaternion-functions.hpp b/src/math/quaternion-functions.hpp index e87f19c..f75ffaa 100644 --- a/src/math/quaternion-functions.hpp +++ b/src/math/quaternion-functions.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/quaternion-operators.hpp b/src/math/quaternion-operators.hpp index 1b32ec5..9ecf1da 100644 --- a/src/math/quaternion-operators.hpp +++ b/src/math/quaternion-operators.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/quaternion-type.hpp b/src/math/quaternion-type.hpp index 0cf2445..d7fa768 100644 --- a/src/math/quaternion-type.hpp +++ b/src/math/quaternion-type.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/random.hpp b/src/math/random.hpp index 8cd3e23..630eac4 100644 --- a/src/math/random.hpp +++ b/src/math/random.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/stream-operators.hpp b/src/math/stream-operators.hpp index 3547bd1..60e1d4b 100644 --- a/src/math/stream-operators.hpp +++ b/src/math/stream-operators.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/transform-functions.hpp b/src/math/transform-functions.hpp index a937f64..88224ea 100644 --- a/src/math/transform-functions.hpp +++ b/src/math/transform-functions.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/transform-operators.hpp b/src/math/transform-operators.hpp index fbf4e72..1f27034 100644 --- a/src/math/transform-operators.hpp +++ b/src/math/transform-operators.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/transform-type.hpp b/src/math/transform-type.hpp index 5637a19..4304826 100644 --- a/src/math/transform-type.hpp +++ b/src/math/transform-type.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/vector-functions.hpp b/src/math/vector-functions.hpp index cea9f1f..279b96a 100644 --- a/src/math/vector-functions.hpp +++ b/src/math/vector-functions.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/vector-operators.hpp b/src/math/vector-operators.hpp index dc5424e..f40fb97 100644 --- a/src/math/vector-operators.hpp +++ b/src/math/vector-operators.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/vector-type.hpp b/src/math/vector-type.hpp index 3d2eebd..422ab47 100644 --- a/src/math/vector-type.hpp +++ b/src/math/vector-type.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/nest.cpp b/src/nest.cpp index c87351f..47e1e7b 100644 --- a/src/nest.cpp +++ b/src/nest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/nest.hpp b/src/nest.hpp index a19b1c6..f4701f4 100644 --- a/src/nest.hpp +++ b/src/nest.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/pheromone-matrix.cpp b/src/pheromone-matrix.cpp index aec6395..dab4b9f 100644 --- a/src/pheromone-matrix.cpp +++ b/src/pheromone-matrix.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/pheromone-matrix.hpp b/src/pheromone-matrix.hpp index e96e99b..ed90504 100644 --- a/src/pheromone-matrix.hpp +++ b/src/pheromone-matrix.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/platform/windows/nvidia.cpp b/src/platform/windows/nvidia.cpp index c4b7004..e03ee26 100644 --- a/src/platform/windows/nvidia.cpp +++ b/src/platform/windows/nvidia.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/rasterizer/buffer-usage.cpp b/src/rasterizer/buffer-usage.cpp index bbabfd5..5d86ff7 100644 --- a/src/rasterizer/buffer-usage.cpp +++ b/src/rasterizer/buffer-usage.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/rasterizer/buffer-usage.hpp b/src/rasterizer/buffer-usage.hpp index bbabfd5..5d86ff7 100644 --- a/src/rasterizer/buffer-usage.hpp +++ b/src/rasterizer/buffer-usage.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/rasterizer/color-space.hpp b/src/rasterizer/color-space.hpp index df1a4f4..c6f14de 100644 --- a/src/rasterizer/color-space.hpp +++ b/src/rasterizer/color-space.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/rasterizer/drawing-mode.hpp b/src/rasterizer/drawing-mode.hpp index 4b56839..ca7f358 100644 --- a/src/rasterizer/drawing-mode.hpp +++ b/src/rasterizer/drawing-mode.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/rasterizer/element-array-type.hpp b/src/rasterizer/element-array-type.hpp index 5a2e175..dbe5c2e 100644 --- a/src/rasterizer/element-array-type.hpp +++ b/src/rasterizer/element-array-type.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/rasterizer/framebuffer.cpp b/src/rasterizer/framebuffer.cpp index a43b259..56cb4a2 100644 --- a/src/rasterizer/framebuffer.cpp +++ b/src/rasterizer/framebuffer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/rasterizer/framebuffer.hpp b/src/rasterizer/framebuffer.hpp index 6f87174..f983dd3 100644 --- a/src/rasterizer/framebuffer.hpp +++ b/src/rasterizer/framebuffer.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/rasterizer/pixel-format.hpp b/src/rasterizer/pixel-format.hpp index 5600b93..2b6de2e 100644 --- a/src/rasterizer/pixel-format.hpp +++ b/src/rasterizer/pixel-format.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/rasterizer/pixel-type.hpp b/src/rasterizer/pixel-type.hpp index b74083c..f85d82c 100644 --- a/src/rasterizer/pixel-type.hpp +++ b/src/rasterizer/pixel-type.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/rasterizer/rasterizer.cpp b/src/rasterizer/rasterizer.cpp index e2b7ceb..378de2b 100644 --- a/src/rasterizer/rasterizer.cpp +++ b/src/rasterizer/rasterizer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/rasterizer/rasterizer.hpp b/src/rasterizer/rasterizer.hpp index 2946cd4..1383adf 100644 --- a/src/rasterizer/rasterizer.hpp +++ b/src/rasterizer/rasterizer.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/rasterizer/shader-input.cpp b/src/rasterizer/shader-input.cpp index 425d285..9127704 100644 --- a/src/rasterizer/shader-input.cpp +++ b/src/rasterizer/shader-input.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/rasterizer/shader-input.hpp b/src/rasterizer/shader-input.hpp index 82956d0..d60ccdd 100644 --- a/src/rasterizer/shader-input.hpp +++ b/src/rasterizer/shader-input.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/rasterizer/shader-program.cpp b/src/rasterizer/shader-program.cpp index ae78a5f..cbd75ce 100644 --- a/src/rasterizer/shader-program.cpp +++ b/src/rasterizer/shader-program.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/rasterizer/shader-program.hpp b/src/rasterizer/shader-program.hpp index 880ca02..ba770c8 100644 --- a/src/rasterizer/shader-program.hpp +++ b/src/rasterizer/shader-program.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/rasterizer/shader-type.hpp b/src/rasterizer/shader-type.hpp index 49261a8..7441594 100644 --- a/src/rasterizer/shader-type.hpp +++ b/src/rasterizer/shader-type.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/rasterizer/shader-variable-type.hpp b/src/rasterizer/shader-variable-type.hpp index 4e0b8c3..654ecf6 100644 --- a/src/rasterizer/shader-variable-type.hpp +++ b/src/rasterizer/shader-variable-type.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/rasterizer/shader.cpp b/src/rasterizer/shader.cpp index 2b26cbc..ae4d111 100644 --- a/src/rasterizer/shader.cpp +++ b/src/rasterizer/shader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/rasterizer/shader.hpp b/src/rasterizer/shader.hpp index 3418446..7281463 100644 --- a/src/rasterizer/shader.hpp +++ b/src/rasterizer/shader.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/rasterizer/texture-2d.cpp b/src/rasterizer/texture-2d.cpp index 6f9184b..e287d01 100644 --- a/src/rasterizer/texture-2d.cpp +++ b/src/rasterizer/texture-2d.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/rasterizer/texture-2d.hpp b/src/rasterizer/texture-2d.hpp index 710345e..01a06e7 100644 --- a/src/rasterizer/texture-2d.hpp +++ b/src/rasterizer/texture-2d.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/rasterizer/texture-cube.cpp b/src/rasterizer/texture-cube.cpp index 323b452..e32e3bd 100644 --- a/src/rasterizer/texture-cube.cpp +++ b/src/rasterizer/texture-cube.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/rasterizer/texture-cube.hpp b/src/rasterizer/texture-cube.hpp index 0c8eed4..ccf288f 100644 --- a/src/rasterizer/texture-cube.hpp +++ b/src/rasterizer/texture-cube.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/rasterizer/texture-filter.hpp b/src/rasterizer/texture-filter.hpp index 47534eb..e5e611b 100644 --- a/src/rasterizer/texture-filter.hpp +++ b/src/rasterizer/texture-filter.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/rasterizer/texture-wrapping.hpp b/src/rasterizer/texture-wrapping.hpp index 07fc474..bd20716 100644 --- a/src/rasterizer/texture-wrapping.hpp +++ b/src/rasterizer/texture-wrapping.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/rasterizer/vertex-array.cpp b/src/rasterizer/vertex-array.cpp index de275f0..0cccf9a 100644 --- a/src/rasterizer/vertex-array.cpp +++ b/src/rasterizer/vertex-array.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/rasterizer/vertex-array.hpp b/src/rasterizer/vertex-array.hpp index 0224262..e1adecd 100644 --- a/src/rasterizer/vertex-array.hpp +++ b/src/rasterizer/vertex-array.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/rasterizer/vertex-attribute-type.hpp b/src/rasterizer/vertex-attribute-type.hpp index 8cb7b9b..8785545 100644 --- a/src/rasterizer/vertex-attribute-type.hpp +++ b/src/rasterizer/vertex-attribute-type.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/rasterizer/vertex-buffer.cpp b/src/rasterizer/vertex-buffer.cpp index e44d722..d4dec4a 100644 --- a/src/rasterizer/vertex-buffer.cpp +++ b/src/rasterizer/vertex-buffer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/rasterizer/vertex-buffer.hpp b/src/rasterizer/vertex-buffer.hpp index 5eda254..987e706 100644 --- a/src/rasterizer/vertex-buffer.hpp +++ b/src/rasterizer/vertex-buffer.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/renderer/compositor.cpp b/src/renderer/compositor.cpp index 98ef822..38aabce 100644 --- a/src/renderer/compositor.cpp +++ b/src/renderer/compositor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/renderer/compositor.hpp b/src/renderer/compositor.hpp index a246950..eed4249 100644 --- a/src/renderer/compositor.hpp +++ b/src/renderer/compositor.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/renderer/material-flags.hpp b/src/renderer/material-flags.hpp index 0c464ae..acda08a 100644 --- a/src/renderer/material-flags.hpp +++ b/src/renderer/material-flags.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/renderer/material-property.cpp b/src/renderer/material-property.cpp index 816e31c..1b28d44 100644 --- a/src/renderer/material-property.cpp +++ b/src/renderer/material-property.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/renderer/material-property.hpp b/src/renderer/material-property.hpp index a16dfce..da9b815 100644 --- a/src/renderer/material-property.hpp +++ b/src/renderer/material-property.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/renderer/material.cpp b/src/renderer/material.cpp index 05c5a01..f4fb398 100644 --- a/src/renderer/material.cpp +++ b/src/renderer/material.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/renderer/material.hpp b/src/renderer/material.hpp index de6c9d0..30f7b9f 100644 --- a/src/renderer/material.hpp +++ b/src/renderer/material.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/renderer/model.cpp b/src/renderer/model.cpp index cef7d27..23a907a 100644 --- a/src/renderer/model.cpp +++ b/src/renderer/model.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/renderer/model.hpp b/src/renderer/model.hpp index 286deaa..abf6abd 100644 --- a/src/renderer/model.hpp +++ b/src/renderer/model.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/renderer/passes/bloom-pass.cpp b/src/renderer/passes/bloom-pass.cpp index 99170d8..ae0f867 100644 --- a/src/renderer/passes/bloom-pass.cpp +++ b/src/renderer/passes/bloom-pass.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/renderer/passes/bloom-pass.hpp b/src/renderer/passes/bloom-pass.hpp index 30c1019..50a06a7 100644 --- a/src/renderer/passes/bloom-pass.hpp +++ b/src/renderer/passes/bloom-pass.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/renderer/passes/clear-pass.cpp b/src/renderer/passes/clear-pass.cpp index c145854..62eb447 100644 --- a/src/renderer/passes/clear-pass.cpp +++ b/src/renderer/passes/clear-pass.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/renderer/passes/clear-pass.hpp b/src/renderer/passes/clear-pass.hpp index 257e234..223f6fb 100644 --- a/src/renderer/passes/clear-pass.hpp +++ b/src/renderer/passes/clear-pass.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/renderer/passes/final-pass.cpp b/src/renderer/passes/final-pass.cpp index fcbafa1..320ae4d 100644 --- a/src/renderer/passes/final-pass.cpp +++ b/src/renderer/passes/final-pass.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/renderer/passes/final-pass.hpp b/src/renderer/passes/final-pass.hpp index 61ae249..1f2e58a 100644 --- a/src/renderer/passes/final-pass.hpp +++ b/src/renderer/passes/final-pass.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/renderer/passes/material-pass.cpp b/src/renderer/passes/material-pass.cpp index 83eb04d..4643511 100644 --- a/src/renderer/passes/material-pass.cpp +++ b/src/renderer/passes/material-pass.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/renderer/passes/material-pass.hpp b/src/renderer/passes/material-pass.hpp index c193f1f..a3f5e07 100644 --- a/src/renderer/passes/material-pass.hpp +++ b/src/renderer/passes/material-pass.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/renderer/passes/outline-pass.cpp b/src/renderer/passes/outline-pass.cpp index 8550b8e..997a14d 100644 --- a/src/renderer/passes/outline-pass.cpp +++ b/src/renderer/passes/outline-pass.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/renderer/passes/outline-pass.hpp b/src/renderer/passes/outline-pass.hpp index 9f81b04..67f4d39 100644 --- a/src/renderer/passes/outline-pass.hpp +++ b/src/renderer/passes/outline-pass.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/renderer/passes/shadow-map-pass.cpp b/src/renderer/passes/shadow-map-pass.cpp index e523181..d87a331 100644 --- a/src/renderer/passes/shadow-map-pass.cpp +++ b/src/renderer/passes/shadow-map-pass.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/renderer/passes/shadow-map-pass.hpp b/src/renderer/passes/shadow-map-pass.hpp index 3768b51..1547f28 100644 --- a/src/renderer/passes/shadow-map-pass.hpp +++ b/src/renderer/passes/shadow-map-pass.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/renderer/passes/sky-pass.cpp b/src/renderer/passes/sky-pass.cpp index 2f55ca4..6df8357 100644 --- a/src/renderer/passes/sky-pass.cpp +++ b/src/renderer/passes/sky-pass.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/renderer/passes/sky-pass.hpp b/src/renderer/passes/sky-pass.hpp index f7d7f41..16e02df 100644 --- a/src/renderer/passes/sky-pass.hpp +++ b/src/renderer/passes/sky-pass.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/renderer/passes/ui-pass.cpp b/src/renderer/passes/ui-pass.cpp index a008da0..8048aa8 100644 --- a/src/renderer/passes/ui-pass.cpp +++ b/src/renderer/passes/ui-pass.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/renderer/passes/ui-pass.hpp b/src/renderer/passes/ui-pass.hpp index 1a65993..081fc15 100644 --- a/src/renderer/passes/ui-pass.hpp +++ b/src/renderer/passes/ui-pass.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/renderer/render-context.hpp b/src/renderer/render-context.hpp index fcd4bb5..2e21b1f 100644 --- a/src/renderer/render-context.hpp +++ b/src/renderer/render-context.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/renderer/render-operation.hpp b/src/renderer/render-operation.hpp index cb139b2..4893c64 100644 --- a/src/renderer/render-operation.hpp +++ b/src/renderer/render-operation.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/renderer/render-pass.cpp b/src/renderer/render-pass.cpp index dd92528..7b0f267 100644 --- a/src/renderer/render-pass.cpp +++ b/src/renderer/render-pass.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/renderer/render-pass.hpp b/src/renderer/render-pass.hpp index 61d9d9e..a41fafc 100644 --- a/src/renderer/render-pass.hpp +++ b/src/renderer/render-pass.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/renderer/renderer.cpp b/src/renderer/renderer.cpp index 04ed5eb..66d55d7 100644 --- a/src/renderer/renderer.cpp +++ b/src/renderer/renderer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/renderer/renderer.hpp b/src/renderer/renderer.hpp index a281de1..f8988ea 100644 --- a/src/renderer/renderer.hpp +++ b/src/renderer/renderer.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/renderer/simple-render-pass.cpp b/src/renderer/simple-render-pass.cpp index d479ea8..919f2ee 100644 --- a/src/renderer/simple-render-pass.cpp +++ b/src/renderer/simple-render-pass.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/renderer/simple-render-pass.hpp b/src/renderer/simple-render-pass.hpp index 6e22314..0f56e09 100644 --- a/src/renderer/simple-render-pass.hpp +++ b/src/renderer/simple-render-pass.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/renderer/vertex-attributes.hpp b/src/renderer/vertex-attributes.hpp index 124b61c..9ca920e 100644 --- a/src/renderer/vertex-attributes.hpp +++ b/src/renderer/vertex-attributes.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/resources/behavior-tree-loader.cpp b/src/resources/behavior-tree-loader.cpp index 832fa7d..2cff377 100644 --- a/src/resources/behavior-tree-loader.cpp +++ b/src/resources/behavior-tree-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/resources/biome-loader.cpp b/src/resources/biome-loader.cpp index 2ff4722..b8d6a1f 100644 --- a/src/resources/biome-loader.cpp +++ b/src/resources/biome-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/resources/config-file-loader.cpp b/src/resources/config-file-loader.cpp index 43e3f31..6c5b8e5 100644 --- a/src/resources/config-file-loader.cpp +++ b/src/resources/config-file-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/resources/config-file.hpp b/src/resources/config-file.hpp index e5bcf1d..fa59a04 100644 --- a/src/resources/config-file.hpp +++ b/src/resources/config-file.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/resources/entity-archetype-loader.cpp b/src/resources/entity-archetype-loader.cpp index d3dcfb1..383be85 100644 --- a/src/resources/entity-archetype-loader.cpp +++ b/src/resources/entity-archetype-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/resources/image-loader.cpp b/src/resources/image-loader.cpp index aa85fd6..810bbaa 100644 --- a/src/resources/image-loader.cpp +++ b/src/resources/image-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/resources/image.cpp b/src/resources/image.cpp index 90c4b34..f3cb648 100644 --- a/src/resources/image.cpp +++ b/src/resources/image.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/resources/image.hpp b/src/resources/image.hpp index 6bedb4e..ba2fa1f 100644 --- a/src/resources/image.hpp +++ b/src/resources/image.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/resources/material-loader.cpp b/src/resources/material-loader.cpp index b1ed21b..63c5641 100644 --- a/src/resources/material-loader.cpp +++ b/src/resources/material-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/resources/mesh-loader.cpp b/src/resources/mesh-loader.cpp index 10e395c..8a7282b 100644 --- a/src/resources/mesh-loader.cpp +++ b/src/resources/mesh-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/resources/model-loader.cpp b/src/resources/model-loader.cpp index d3427a2..608767b 100644 --- a/src/resources/model-loader.cpp +++ b/src/resources/model-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/resources/resource-handle.cpp b/src/resources/resource-handle.cpp index 46f9bf1..a4ea099 100644 --- a/src/resources/resource-handle.cpp +++ b/src/resources/resource-handle.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/resources/resource-handle.hpp b/src/resources/resource-handle.hpp index 162f761..a0eb0ed 100644 --- a/src/resources/resource-handle.hpp +++ b/src/resources/resource-handle.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/resources/resource-loader.cpp b/src/resources/resource-loader.cpp index 9e36845..e70682f 100644 --- a/src/resources/resource-loader.cpp +++ b/src/resources/resource-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/resources/resource-loader.hpp b/src/resources/resource-loader.hpp index 2cac121..60e2d95 100644 --- a/src/resources/resource-loader.hpp +++ b/src/resources/resource-loader.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/resources/resource-manager.cpp b/src/resources/resource-manager.cpp index 91bde77..a7f2a2e 100644 --- a/src/resources/resource-manager.cpp +++ b/src/resources/resource-manager.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/resources/resource-manager.hpp b/src/resources/resource-manager.hpp index 0022b22..b225afe 100644 --- a/src/resources/resource-manager.hpp +++ b/src/resources/resource-manager.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/resources/shader-program-loader.cpp b/src/resources/shader-program-loader.cpp index b2fbd51..59c2e96 100644 --- a/src/resources/shader-program-loader.cpp +++ b/src/resources/shader-program-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/resources/string-table-loader.cpp b/src/resources/string-table-loader.cpp index c00e5e3..d810261 100644 --- a/src/resources/string-table-loader.cpp +++ b/src/resources/string-table-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/resources/string-table.cpp b/src/resources/string-table.cpp index 97a6c96..575a765 100644 --- a/src/resources/string-table.cpp +++ b/src/resources/string-table.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/resources/string-table.hpp b/src/resources/string-table.hpp index 747c912..8afe7fe 100644 --- a/src/resources/string-table.hpp +++ b/src/resources/string-table.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/resources/text-file-loader.cpp b/src/resources/text-file-loader.cpp index 775f283..2332870 100644 --- a/src/resources/text-file-loader.cpp +++ b/src/resources/text-file-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/resources/text-file.hpp b/src/resources/text-file.hpp index 6341574..477fd51 100644 --- a/src/resources/text-file.hpp +++ b/src/resources/text-file.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/resources/texture-2d-loader.cpp b/src/resources/texture-2d-loader.cpp index 0f1ae3a..cdbc130 100644 --- a/src/resources/texture-2d-loader.cpp +++ b/src/resources/texture-2d-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/ambient-light.hpp b/src/scene/ambient-light.hpp index c297bac..587a910 100644 --- a/src/scene/ambient-light.hpp +++ b/src/scene/ambient-light.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/billboard.cpp b/src/scene/billboard.cpp index 5b8c59a..426e60c 100644 --- a/src/scene/billboard.cpp +++ b/src/scene/billboard.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/billboard.hpp b/src/scene/billboard.hpp index fba38dc..ffd8eaf 100644 --- a/src/scene/billboard.hpp +++ b/src/scene/billboard.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/camera.cpp b/src/scene/camera.cpp index 3226e8c..cd06eba 100644 --- a/src/scene/camera.cpp +++ b/src/scene/camera.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/camera.hpp b/src/scene/camera.hpp index 168316b..cf0051b 100644 --- a/src/scene/camera.hpp +++ b/src/scene/camera.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/directional-light.cpp b/src/scene/directional-light.cpp index 79801e9..f9e84c5 100644 --- a/src/scene/directional-light.cpp +++ b/src/scene/directional-light.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/directional-light.hpp b/src/scene/directional-light.hpp index e014d80..8440802 100644 --- a/src/scene/directional-light.hpp +++ b/src/scene/directional-light.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/light.cpp b/src/scene/light.cpp index 8402373..3d2f757 100644 --- a/src/scene/light.cpp +++ b/src/scene/light.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/light.hpp b/src/scene/light.hpp index c729fb5..7771c54 100644 --- a/src/scene/light.hpp +++ b/src/scene/light.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/lod-group.cpp b/src/scene/lod-group.cpp index 465bd53..670bef9 100644 --- a/src/scene/lod-group.cpp +++ b/src/scene/lod-group.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/lod-group.hpp b/src/scene/lod-group.hpp index d9a5008..9f0cf82 100644 --- a/src/scene/lod-group.hpp +++ b/src/scene/lod-group.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/model-instance.cpp b/src/scene/model-instance.cpp index 7b3d010..e14f301 100644 --- a/src/scene/model-instance.cpp +++ b/src/scene/model-instance.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/model-instance.hpp b/src/scene/model-instance.hpp index 926f33c..5e01392 100644 --- a/src/scene/model-instance.hpp +++ b/src/scene/model-instance.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/point-light.cpp b/src/scene/point-light.cpp index ff17f42..3ed28c2 100644 --- a/src/scene/point-light.cpp +++ b/src/scene/point-light.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/point-light.hpp b/src/scene/point-light.hpp index b64639e..c71e9c1 100644 --- a/src/scene/point-light.hpp +++ b/src/scene/point-light.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/scene-object.cpp b/src/scene/scene-object.cpp index 66fc847..91fbb3f 100644 --- a/src/scene/scene-object.cpp +++ b/src/scene/scene-object.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/scene-object.hpp b/src/scene/scene-object.hpp index 805797c..d4c3eb2 100644 --- a/src/scene/scene-object.hpp +++ b/src/scene/scene-object.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/scene.cpp b/src/scene/scene.cpp index 82d8873..6b0586d 100644 --- a/src/scene/scene.cpp +++ b/src/scene/scene.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/scene.hpp b/src/scene/scene.hpp index 6db7384..94e6a71 100644 --- a/src/scene/scene.hpp +++ b/src/scene/scene.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/spotlight.cpp b/src/scene/spotlight.cpp index 8ff4c4f..15facb9 100644 --- a/src/scene/spotlight.cpp +++ b/src/scene/spotlight.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/spotlight.hpp b/src/scene/spotlight.hpp index e812037..d7f8162 100644 --- a/src/scene/spotlight.hpp +++ b/src/scene/spotlight.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/utility/bit-math.hpp b/src/utility/bit-math.hpp index a5a4785..29f1f8b 100644 --- a/src/utility/bit-math.hpp +++ b/src/utility/bit-math.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/utility/fundamental-types.hpp b/src/utility/fundamental-types.hpp index 24ae3ed..d8a57b0 100644 --- a/src/utility/fundamental-types.hpp +++ b/src/utility/fundamental-types.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/utility/gamma.hpp b/src/utility/gamma.hpp index ad51bb2..a42e512 100644 --- a/src/utility/gamma.hpp +++ b/src/utility/gamma.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/utility/paths.cpp b/src/utility/paths.cpp index bbb34af..0e005ba 100644 --- a/src/utility/paths.cpp +++ b/src/utility/paths.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/utility/paths.hpp b/src/utility/paths.hpp index c0e80d3..afc9e35 100644 --- a/src/utility/paths.hpp +++ b/src/utility/paths.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/utility/timestamp.cpp b/src/utility/timestamp.cpp index 7222dcc..cc885cd 100644 --- a/src/utility/timestamp.cpp +++ b/src/utility/timestamp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/utility/timestamp.hpp b/src/utility/timestamp.hpp index 55c49c9..98841d6 100644 --- a/src/utility/timestamp.hpp +++ b/src/utility/timestamp.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Christopher J. Howard + * Copyright (C) 2021 Christopher J. Howard * * This file is part of Antkeeper source code. *