From 93cd6400eaa112c5a1dddafbf5ab379bed836df1 Mon Sep 17 00:00:00 2001 From: "C. J. Howard" Date: Sat, 31 Dec 2022 15:34:17 +0800 Subject: [PATCH] Update copyright year --- src/ai/ai.hpp | 2 +- src/ai/bt/bt.hpp | 2 +- src/ai/bt/node.hpp | 2 +- src/ai/bt/status.hpp | 2 +- src/ai/steering/agent.hpp | 2 +- src/ai/steering/behavior/flee.cpp | 2 +- src/ai/steering/behavior/flee.hpp | 2 +- src/ai/steering/behavior/seek.cpp | 2 +- src/ai/steering/behavior/seek.hpp | 2 +- src/ai/steering/behavior/wander.cpp | 2 +- src/ai/steering/behavior/wander.hpp | 2 +- src/ai/steering/steering.hpp | 2 +- src/animation/animation-channel.hpp | 2 +- src/animation/animation.cpp | 2 +- src/animation/animation.hpp | 2 +- src/animation/animator.cpp | 2 +- src/animation/animator.hpp | 2 +- src/animation/bone.hpp | 2 +- src/animation/ease.hpp | 2 +- src/animation/pose.cpp | 2 +- src/animation/pose.hpp | 2 +- src/animation/screen-transition.cpp | 2 +- src/animation/screen-transition.hpp | 2 +- src/animation/skeleton.cpp | 2 +- src/animation/skeleton.hpp | 2 +- src/animation/spring.hpp | 2 +- src/animation/timeline.cpp | 2 +- src/animation/timeline.hpp | 2 +- src/animation/tween.hpp | 2 +- src/application.cpp | 2 +- src/application.hpp | 2 +- src/astro/apparent-size.hpp | 2 +- src/color/aces.hpp | 2 +- src/color/cat.hpp | 2 +- src/color/cct.hpp | 2 +- src/color/color.hpp | 2 +- src/color/illuminant.hpp | 2 +- src/color/index.hpp | 2 +- src/color/rgb.hpp | 2 +- src/color/srgb.hpp | 2 +- src/color/ucs.hpp | 2 +- src/color/xyy.hpp | 2 +- src/color/xyz.hpp | 2 +- src/config.hpp.in | 2 +- src/debug/ansi-codes.hpp | 2 +- src/debug/cli.cpp | 2 +- src/debug/cli.hpp | 2 +- src/debug/console-commands.cpp | 2 +- src/debug/console-commands.hpp | 2 +- src/debug/debug.hpp | 2 +- src/debug/logger.cpp | 2 +- src/debug/logger.hpp | 2 +- src/debug/performance-sampler.cpp | 2 +- src/debug/performance-sampler.hpp | 2 +- src/entity/archetype.cpp | 2 +- src/entity/archetype.hpp | 2 +- src/entity/clone.cpp | 2 +- src/entity/clone.hpp | 2 +- src/entity/commands.cpp | 2 +- src/entity/commands.hpp | 2 +- src/entity/ebt.cpp | 2 +- src/entity/ebt.hpp | 2 +- src/entity/ecs.hpp | 2 +- src/entity/id.hpp | 2 +- src/entity/registry.hpp | 2 +- src/event/event-dispatcher.cpp | 2 +- src/event/event-dispatcher.hpp | 2 +- src/event/event-handler.hpp | 2 +- src/event/event.hpp | 2 +- src/event/input-events.cpp | 2 +- src/event/input-events.hpp | 2 +- src/event/window-events.cpp | 2 +- src/event/window-events.hpp | 2 +- src/game/ant/caste.hpp | 2 +- src/game/ant/cladogenesis.cpp | 2 +- src/game/ant/cladogenesis.hpp | 2 +- src/game/ant/gene-frequency-table.hpp | 2 +- src/game/ant/gene-pool.hpp | 2 +- src/game/ant/gene/antennae.hpp | 2 +- src/game/ant/gene/body-size.hpp | 2 +- src/game/ant/gene/cocoon.hpp | 2 +- src/game/ant/gene/diet.hpp | 2 +- src/game/ant/gene/egg.hpp | 2 +- src/game/ant/gene/eyes.hpp | 2 +- src/game/ant/gene/foraging-time.hpp | 2 +- src/game/ant/gene/founding-mode.hpp | 2 +- src/game/ant/gene/gaster.hpp | 2 +- src/game/ant/gene/head.hpp | 2 +- src/game/ant/gene/larva.hpp | 2 +- src/game/ant/gene/legs.hpp | 2 +- src/game/ant/gene/loader/antennae-loader.cpp | 2 +- src/game/ant/gene/loader/body-size-loader.cpp | 2 +- src/game/ant/gene/loader/cocoon-loader.cpp | 2 +- src/game/ant/gene/loader/diet-loader.cpp | 2 +- src/game/ant/gene/loader/egg-loader.cpp | 2 +- src/game/ant/gene/loader/eyes-loader.cpp | 2 +- src/game/ant/gene/loader/foraging-time-loader.cpp | 2 +- src/game/ant/gene/loader/founding-mode-loader.cpp | 2 +- src/game/ant/gene/loader/gaster-loader.cpp | 2 +- src/game/ant/gene/loader/gene-loader.hpp | 2 +- src/game/ant/gene/loader/head-loader.cpp | 2 +- src/game/ant/gene/loader/larva-loader.cpp | 2 +- src/game/ant/gene/loader/legs-loader.cpp | 2 +- src/game/ant/gene/loader/mandibles-loader.cpp | 2 +- src/game/ant/gene/loader/mesosoma-loader.cpp | 2 +- src/game/ant/gene/loader/nest-site-loader.cpp | 2 +- src/game/ant/gene/loader/ocelli-loader.cpp | 2 +- src/game/ant/gene/loader/pigmentation-loader.cpp | 2 +- src/game/ant/gene/loader/pilosity-loader.cpp | 2 +- src/game/ant/gene/loader/sculpturing-loader.cpp | 2 +- src/game/ant/gene/loader/sting-loader.cpp | 2 +- src/game/ant/gene/loader/waist-loader.cpp | 2 +- src/game/ant/gene/loader/wings-loader.cpp | 2 +- src/game/ant/gene/mandibles.hpp | 2 +- src/game/ant/gene/mesosoma.hpp | 2 +- src/game/ant/gene/monophenic-gene.hpp | 2 +- src/game/ant/gene/nest-site.hpp | 2 +- src/game/ant/gene/ocelli.hpp | 2 +- src/game/ant/gene/pigmentation.hpp | 2 +- src/game/ant/gene/pilosity.hpp | 2 +- src/game/ant/gene/polyphenic-gene.hpp | 2 +- src/game/ant/gene/sculpturing.hpp | 2 +- src/game/ant/gene/sting.hpp | 2 +- src/game/ant/gene/waist.hpp | 2 +- src/game/ant/gene/wings.hpp | 2 +- src/game/ant/genome.cpp | 2 +- src/game/ant/genome.hpp | 2 +- src/game/ant/morphogenesis.cpp | 2 +- src/game/ant/morphogenesis.hpp | 2 +- src/game/ant/phene/antennae.hpp | 2 +- src/game/ant/phene/body-size.hpp | 2 +- src/game/ant/phene/cocoon.hpp | 2 +- src/game/ant/phene/diet.hpp | 2 +- src/game/ant/phene/egg.hpp | 2 +- src/game/ant/phene/eyes.hpp | 2 +- src/game/ant/phene/foraging-time.hpp | 2 +- src/game/ant/phene/founding-mode.hpp | 2 +- src/game/ant/phene/gaster.hpp | 2 +- src/game/ant/phene/head.hpp | 2 +- src/game/ant/phene/larva.hpp | 2 +- src/game/ant/phene/legs.hpp | 2 +- src/game/ant/phene/mandibles.hpp | 2 +- src/game/ant/phene/mesosoma.hpp | 2 +- src/game/ant/phene/nest-site.hpp | 2 +- src/game/ant/phene/ocelli.hpp | 2 +- src/game/ant/phene/pigmentation.hpp | 2 +- src/game/ant/phene/pilosity.hpp | 2 +- src/game/ant/phene/sculpturing.hpp | 2 +- src/game/ant/phene/sting.hpp | 2 +- src/game/ant/phene/waist.hpp | 2 +- src/game/ant/phene/wings.hpp | 2 +- src/game/ant/phenome.cpp | 2 +- src/game/ant/phenome.hpp | 2 +- src/game/ant/subcaste.hpp | 2 +- src/game/ant/swarm.cpp | 2 +- src/game/ant/swarm.hpp | 2 +- src/game/component/atmosphere.hpp | 2 +- src/game/component/behavior.hpp | 2 +- src/game/component/blackbody.hpp | 2 +- src/game/component/brush.hpp | 2 +- src/game/component/camera.hpp | 2 +- src/game/component/cavity.hpp | 2 +- src/game/component/celestial-body.hpp | 2 +- src/game/component/chamber.hpp | 2 +- src/game/component/collision.hpp | 2 +- src/game/component/constraint-stack.hpp | 2 +- src/game/component/constraint/child-of.hpp | 2 +- src/game/component/constraint/constraint.hpp | 2 +- src/game/component/constraint/copy-rotation.hpp | 2 +- src/game/component/constraint/copy-scale.hpp | 2 +- src/game/component/constraint/copy-transform.hpp | 2 +- src/game/component/constraint/copy-translation.hpp | 2 +- src/game/component/constraint/ease-to.hpp | 2 +- src/game/component/constraint/pivot.hpp | 2 +- src/game/component/constraint/spring-rotation.hpp | 2 +- src/game/component/constraint/spring-to.hpp | 2 +- src/game/component/constraint/spring-translation.hpp | 2 +- src/game/component/constraint/three-dof.hpp | 2 +- src/game/component/constraint/track-to.hpp | 2 +- src/game/component/diffuse-reflector.hpp | 2 +- src/game/component/genome.hpp | 2 +- src/game/component/light.hpp | 2 +- src/game/component/locomotion.hpp | 2 +- src/game/component/model.hpp | 2 +- src/game/component/nest.hpp | 2 +- src/game/component/observer.hpp | 2 +- src/game/component/orbit.hpp | 2 +- src/game/component/parent.hpp | 2 +- src/game/component/picking.hpp | 2 +- src/game/component/proteome.hpp | 2 +- src/game/component/select.hpp | 2 +- src/game/component/spring.hpp | 2 +- src/game/component/steering.hpp | 2 +- src/game/component/terrain.hpp | 2 +- src/game/component/tool.hpp | 2 +- src/game/component/trackable.hpp | 2 +- src/game/component/transform.hpp | 2 +- src/game/context.hpp | 2 +- src/game/controls.cpp | 2 +- src/game/controls.hpp | 2 +- src/game/ecoregion-loader.cpp | 2 +- src/game/ecoregion.hpp | 2 +- src/game/events/tool-events.cpp | 2 +- src/game/events/tool-events.hpp | 2 +- src/game/fonts.cpp | 2 +- src/game/fonts.hpp | 2 +- src/game/graphics.cpp | 2 +- src/game/graphics.hpp | 2 +- src/game/load.cpp | 2 +- src/game/load.hpp | 2 +- src/game/loop.cpp | 2 +- src/game/loop.hpp | 2 +- src/game/menu.cpp | 2 +- src/game/menu.hpp | 2 +- src/game/save.cpp | 2 +- src/game/save.hpp | 2 +- src/game/state/base.cpp | 2 +- src/game/state/base.hpp | 2 +- src/game/state/boot.cpp | 2 +- src/game/state/boot.hpp | 2 +- src/game/state/controls-menu.cpp | 2 +- src/game/state/controls-menu.hpp | 2 +- src/game/state/credits.cpp | 2 +- src/game/state/credits.hpp | 2 +- src/game/state/extras-menu.cpp | 2 +- src/game/state/extras-menu.hpp | 2 +- src/game/state/gamepad-config-menu.cpp | 2 +- src/game/state/gamepad-config-menu.hpp | 2 +- src/game/state/graphics-menu.cpp | 2 +- src/game/state/graphics-menu.hpp | 2 +- src/game/state/keyboard-config-menu.cpp | 2 +- src/game/state/keyboard-config-menu.hpp | 2 +- src/game/state/language-menu.cpp | 2 +- src/game/state/language-menu.hpp | 2 +- src/game/state/main-menu.cpp | 2 +- src/game/state/main-menu.hpp | 2 +- src/game/state/nest-selection.cpp | 2 +- src/game/state/nest-selection.hpp | 2 +- src/game/state/nuptial-flight.cpp | 2 +- src/game/state/nuptial-flight.hpp | 2 +- src/game/state/options-menu.cpp | 2 +- src/game/state/options-menu.hpp | 2 +- src/game/state/pause-menu.cpp | 2 +- src/game/state/pause-menu.hpp | 2 +- src/game/state/sound-menu.cpp | 2 +- src/game/state/sound-menu.hpp | 2 +- src/game/state/splash.cpp | 2 +- src/game/state/splash.hpp | 2 +- src/game/system/astronomy.cpp | 2 +- src/game/system/astronomy.hpp | 2 +- src/game/system/atmosphere.cpp | 2 +- src/game/system/atmosphere.hpp | 2 +- src/game/system/behavior.cpp | 2 +- src/game/system/behavior.hpp | 2 +- src/game/system/blackbody.cpp | 2 +- src/game/system/blackbody.hpp | 2 +- src/game/system/camera.cpp | 2 +- src/game/system/camera.hpp | 2 +- src/game/system/collision.cpp | 2 +- src/game/system/collision.hpp | 2 +- src/game/system/constraint.cpp | 2 +- src/game/system/constraint.hpp | 2 +- src/game/system/locomotion.cpp | 2 +- src/game/system/locomotion.hpp | 2 +- src/game/system/morphogenesis.cpp | 2 +- src/game/system/morphogenesis.hpp | 2 +- src/game/system/orbit.cpp | 2 +- src/game/system/orbit.hpp | 2 +- src/game/system/painting.cpp | 2 +- src/game/system/painting.hpp | 2 +- src/game/system/proteome.cpp | 2 +- src/game/system/proteome.hpp | 2 +- src/game/system/render.cpp | 2 +- src/game/system/render.hpp | 2 +- src/game/system/spatial.cpp | 2 +- src/game/system/spatial.hpp | 2 +- src/game/system/spring.cpp | 2 +- src/game/system/spring.hpp | 2 +- src/game/system/steering.cpp | 2 +- src/game/system/steering.hpp | 2 +- src/game/system/subterrain.cpp | 2 +- src/game/system/subterrain.hpp | 2 +- src/game/system/terrain.cpp | 2 +- src/game/system/terrain.hpp | 2 +- src/game/system/updatable.cpp | 2 +- src/game/system/updatable.hpp | 2 +- src/game/system/vegetation.cpp | 2 +- src/game/system/vegetation.hpp | 2 +- src/game/world.cpp | 2 +- src/game/world.hpp | 2 +- src/genetics/amino-acid.hpp | 2 +- src/genetics/base.cpp | 2 +- src/genetics/base.hpp | 2 +- src/genetics/codon.cpp | 2 +- src/genetics/codon.hpp | 2 +- src/genetics/genetics.hpp | 2 +- src/genetics/matrix.hpp | 2 +- src/genetics/protein.hpp | 2 +- src/genetics/sequence.hpp | 2 +- src/genetics/standard-code.hpp | 2 +- src/geom/aabb.hpp | 2 +- src/geom/bounding-volume.hpp | 2 +- src/geom/cartesian.hpp | 2 +- src/geom/convex-hull.hpp | 2 +- src/geom/csg.cpp | 2 +- src/geom/csg.hpp | 2 +- src/geom/geom.hpp | 2 +- src/geom/hyperoctree.hpp | 2 +- src/geom/intersection.cpp | 2 +- src/geom/intersection.hpp | 2 +- src/geom/marching-cubes.cpp | 2 +- src/geom/marching-cubes.hpp | 2 +- src/geom/mesh-accelerator.cpp | 2 +- src/geom/mesh-accelerator.hpp | 2 +- src/geom/mesh-functions.cpp | 2 +- src/geom/mesh-functions.hpp | 2 +- src/geom/mesh.cpp | 2 +- src/geom/mesh.hpp | 2 +- src/geom/meshes/grid.cpp | 2 +- src/geom/meshes/grid.hpp | 2 +- src/geom/morton.hpp | 2 +- src/geom/octree.hpp | 2 +- src/geom/plane.hpp | 2 +- src/geom/primitive/box.hpp | 2 +- src/geom/primitive/circle.hpp | 2 +- src/geom/primitive/hyperplane.hpp | 2 +- src/geom/primitive/hyperrectangle.hpp | 2 +- src/geom/primitive/hypersphere.hpp | 2 +- src/geom/primitive/intersection.hpp | 2 +- src/geom/primitive/line-segment.hpp | 2 +- src/geom/primitive/line.hpp | 2 +- src/geom/primitive/plane.hpp | 2 +- src/geom/primitive/ray.hpp | 2 +- src/geom/primitive/rectangle.hpp | 2 +- src/geom/primitive/sphere.hpp | 2 +- src/geom/projection.hpp | 2 +- src/geom/quadtree.hpp | 2 +- src/geom/ray.hpp | 2 +- src/geom/rect-pack.hpp | 2 +- src/geom/rect.hpp | 2 +- src/geom/sdf.hpp | 2 +- src/geom/solid-angle.hpp | 2 +- src/geom/sphere.hpp | 2 +- src/geom/spherical.hpp | 2 +- src/geom/view-frustum.hpp | 2 +- src/gl/buffer-usage.hpp | 2 +- src/gl/color-space.hpp | 2 +- src/gl/drawing-mode.hpp | 2 +- src/gl/element-array-type.hpp | 2 +- src/gl/framebuffer.cpp | 2 +- src/gl/framebuffer.hpp | 2 +- src/gl/gl.hpp | 2 +- src/gl/pixel-format.hpp | 2 +- src/gl/pixel-type.hpp | 2 +- src/gl/rasterizer.cpp | 2 +- src/gl/rasterizer.hpp | 2 +- src/gl/shader-input.cpp | 2 +- src/gl/shader-input.hpp | 2 +- src/gl/shader-object.cpp | 2 +- src/gl/shader-object.hpp | 2 +- src/gl/shader-program.cpp | 2 +- src/gl/shader-program.hpp | 2 +- src/gl/shader-stage.hpp | 2 +- src/gl/shader-variable-type.hpp | 2 +- src/gl/texture-1d.cpp | 2 +- src/gl/texture-1d.hpp | 2 +- src/gl/texture-2d.cpp | 2 +- src/gl/texture-2d.hpp | 2 +- src/gl/texture-3d.cpp | 2 +- src/gl/texture-3d.hpp | 2 +- src/gl/texture-cube.cpp | 2 +- src/gl/texture-cube.hpp | 2 +- src/gl/texture-filter.hpp | 2 +- src/gl/texture-wrapping.hpp | 2 +- src/gl/texture.cpp | 2 +- src/gl/texture.hpp | 2 +- src/gl/vertex-array.cpp | 2 +- src/gl/vertex-array.hpp | 2 +- src/gl/vertex-attribute.hpp | 2 +- src/gl/vertex-buffer.cpp | 2 +- src/gl/vertex-buffer.hpp | 2 +- src/input/control-set.cpp | 2 +- src/input/control-set.hpp | 2 +- src/input/control.cpp | 2 +- src/input/control.hpp | 2 +- src/input/device.cpp | 2 +- src/input/device.hpp | 2 +- src/input/event-router.cpp | 2 +- src/input/event-router.hpp | 2 +- src/input/gamepad.cpp | 2 +- src/input/gamepad.hpp | 2 +- src/input/input.hpp | 2 +- src/input/keyboard.cpp | 2 +- src/input/keyboard.hpp | 2 +- src/input/listener.cpp | 2 +- src/input/listener.hpp | 2 +- src/input/mapper.cpp | 2 +- src/input/mapper.hpp | 2 +- src/input/mapping.cpp | 2 +- src/input/mapping.hpp | 2 +- src/input/mouse.cpp | 2 +- src/input/mouse.hpp | 2 +- src/input/scancode.hpp | 2 +- src/input/sdl-game-controller-tables.cpp | 2 +- src/input/sdl-game-controller-tables.hpp | 2 +- src/input/sdl-scancode-table.cpp | 2 +- src/input/sdl-scancode-table.hpp | 2 +- src/main.cpp | 2 +- src/math/angles.hpp | 2 +- src/math/compile.hpp | 2 +- src/math/constants.hpp | 2 +- src/math/hash/hash.hpp | 2 +- src/math/hash/make-uint.hpp | 2 +- src/math/hash/pcg.hpp | 2 +- src/math/interpolation.hpp | 2 +- src/math/linear-algebra.hpp | 2 +- src/math/map.hpp | 2 +- src/math/math.hpp | 2 +- src/math/matrix.hpp | 2 +- src/math/noise/fbm.hpp | 2 +- src/math/noise/noise.hpp | 2 +- src/math/noise/simplex.hpp | 2 +- src/math/noise/voronoi.hpp | 2 +- src/math/operators.hpp | 2 +- src/math/polynomial.hpp | 2 +- src/math/projection.hpp | 2 +- src/math/quadrature.hpp | 2 +- src/math/quaternion.hpp | 2 +- src/math/random.hpp | 2 +- src/math/se3.hpp | 2 +- src/math/transform-functions.hpp | 2 +- src/math/transform-operators.hpp | 2 +- src/math/transform-type.hpp | 2 +- src/math/vector.hpp | 2 +- src/physics/constants.hpp | 2 +- src/physics/gas/atmosphere.hpp | 2 +- src/physics/gas/gas.hpp | 2 +- src/physics/gas/ozone.hpp | 2 +- src/physics/light/blackbody.hpp | 2 +- src/physics/light/exposure.hpp | 2 +- src/physics/light/light.hpp | 2 +- src/physics/light/luminosity.hpp | 2 +- src/physics/light/phase.hpp | 2 +- src/physics/light/photometry.hpp | 2 +- src/physics/light/refraction.hpp | 2 +- src/physics/light/vmag.hpp | 2 +- src/physics/number-density.hpp | 2 +- src/physics/orbit/anomaly.hpp | 2 +- src/physics/orbit/elements.hpp | 2 +- src/physics/orbit/ephemeris.hpp | 2 +- src/physics/orbit/frame.hpp | 2 +- src/physics/orbit/orbit.hpp | 2 +- src/physics/orbit/state.hpp | 2 +- src/physics/orbit/trajectory.hpp | 2 +- src/physics/physics.hpp | 2 +- src/physics/planck.hpp | 2 +- src/physics/time/constants.hpp | 2 +- src/physics/time/gregorian.hpp | 2 +- src/physics/time/jd.hpp | 2 +- src/physics/time/time.hpp | 2 +- src/physics/time/ut1.hpp | 2 +- src/physics/time/utc.hpp | 2 +- src/platform/windows/nvidia.cpp | 2 +- src/render/compositor.cpp | 2 +- src/render/compositor.hpp | 2 +- src/render/context.hpp | 2 +- src/render/material-flags.hpp | 2 +- src/render/material-property.cpp | 2 +- src/render/material-property.hpp | 2 +- src/render/material.cpp | 2 +- src/render/material.hpp | 2 +- src/render/model.cpp | 2 +- src/render/model.hpp | 2 +- src/render/operation.hpp | 2 +- src/render/pass.cpp | 2 +- src/render/pass.hpp | 2 +- src/render/passes/bloom-pass.cpp | 2 +- src/render/passes/bloom-pass.hpp | 2 +- src/render/passes/clear-pass.cpp | 2 +- src/render/passes/clear-pass.hpp | 2 +- src/render/passes/final-pass.cpp | 2 +- src/render/passes/final-pass.hpp | 2 +- src/render/passes/ground-pass.cpp | 2 +- src/render/passes/ground-pass.hpp | 2 +- src/render/passes/material-pass.cpp | 2 +- src/render/passes/material-pass.hpp | 2 +- src/render/passes/outline-pass.cpp | 2 +- src/render/passes/outline-pass.hpp | 2 +- src/render/passes/shadow-map-pass.cpp | 2 +- src/render/passes/shadow-map-pass.hpp | 2 +- src/render/passes/simple-pass.cpp | 2 +- src/render/passes/simple-pass.hpp | 2 +- src/render/passes/sky-pass.cpp | 2 +- src/render/passes/sky-pass.hpp | 2 +- src/render/passes/ui-pass.cpp | 2 +- src/render/passes/ui-pass.hpp | 2 +- src/render/queue.hpp | 2 +- src/render/render.hpp | 2 +- src/render/renderer.cpp | 2 +- src/render/renderer.hpp | 2 +- src/render/shader-template.cpp | 2 +- src/render/shader-template.hpp | 2 +- src/render/vertex-attribute.hpp | 2 +- src/resources/behavior-tree-loader.cpp | 2 +- src/resources/entity-archetype-loader.cpp | 2 +- src/resources/ephemeris-loader.cpp | 2 +- src/resources/file-buffer-loader.cpp | 2 +- src/resources/file-buffer.hpp | 2 +- src/resources/image-loader.cpp | 2 +- src/resources/image.cpp | 2 +- src/resources/image.hpp | 2 +- src/resources/json-loader.cpp | 2 +- src/resources/json.hpp | 2 +- src/resources/material-loader.cpp | 2 +- src/resources/mesh-loader.cpp | 2 +- src/resources/model-loader.cpp | 2 +- src/resources/resource-handle.cpp | 2 +- src/resources/resource-handle.hpp | 2 +- src/resources/resource-loader.cpp | 2 +- src/resources/resource-loader.hpp | 2 +- src/resources/resource-manager.cpp | 2 +- src/resources/resource-manager.hpp | 2 +- src/resources/shader-program-loader.cpp | 2 +- src/resources/string-table-loader.cpp | 2 +- src/resources/string-table.cpp | 2 +- src/resources/string-table.hpp | 2 +- src/resources/text-file-loader.cpp | 2 +- src/resources/text-file.hpp | 2 +- src/resources/texture-loader.cpp | 2 +- src/resources/typeface-loader.cpp | 2 +- src/scene/ambient-light.hpp | 2 +- src/scene/billboard.cpp | 2 +- src/scene/billboard.hpp | 2 +- src/scene/camera.cpp | 2 +- src/scene/camera.hpp | 2 +- src/scene/collection.cpp | 2 +- src/scene/collection.hpp | 2 +- src/scene/directional-light.cpp | 2 +- src/scene/directional-light.hpp | 2 +- src/scene/light.cpp | 2 +- src/scene/light.hpp | 2 +- src/scene/lod-group.cpp | 2 +- src/scene/lod-group.hpp | 2 +- src/scene/model-instance.cpp | 2 +- src/scene/model-instance.hpp | 2 +- src/scene/object.cpp | 2 +- src/scene/object.hpp | 2 +- src/scene/point-light.cpp | 2 +- src/scene/point-light.hpp | 2 +- src/scene/scene.hpp | 2 +- src/scene/spot-light.cpp | 2 +- src/scene/spot-light.hpp | 2 +- src/scene/text.cpp | 2 +- src/scene/text.hpp | 2 +- src/state-machine.hpp | 2 +- src/type/bitmap-font.cpp | 2 +- src/type/bitmap-font.hpp | 2 +- src/type/bitmap-glyph.hpp | 2 +- src/type/font-metrics.hpp | 2 +- src/type/font.cpp | 2 +- src/type/font.hpp | 2 +- src/type/freetype/typeface.cpp | 2 +- src/type/freetype/typeface.hpp | 2 +- src/type/glyph-metrics.hpp | 2 +- src/type/kerning-table.hpp | 2 +- src/type/text-direction.hpp | 2 +- src/type/type.hpp | 2 +- src/type/typeface.cpp | 2 +- src/type/typeface.hpp | 2 +- src/type/unicode/block.cpp | 2 +- src/type/unicode/block.hpp | 2 +- src/type/unicode/convert.cpp | 2 +- src/type/unicode/convert.hpp | 2 +- src/type/unicode/unicode.hpp | 2 +- src/ui/mouse-tracker.cpp | 2 +- src/ui/mouse-tracker.hpp | 2 +- src/ui/ui.hpp | 2 +- src/utility/bit-math.hpp | 2 +- src/utility/fundamental-types.hpp | 2 +- src/utility/paths.cpp | 2 +- src/utility/paths.hpp | 2 +- src/utility/timestamp.cpp | 2 +- src/utility/timestamp.hpp | 2 +- 583 files changed, 583 insertions(+), 583 deletions(-) diff --git a/src/ai/ai.hpp b/src/ai/ai.hpp index 7057132..c7cacb7 100644 --- a/src/ai/ai.hpp +++ b/src/ai/ai.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/ai/bt/bt.hpp b/src/ai/bt/bt.hpp index 6a4dd01..3a79b33 100644 --- a/src/ai/bt/bt.hpp +++ b/src/ai/bt/bt.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/ai/bt/node.hpp b/src/ai/bt/node.hpp index 6ada8e5..6931778 100644 --- a/src/ai/bt/node.hpp +++ b/src/ai/bt/node.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/ai/bt/status.hpp b/src/ai/bt/status.hpp index e8417af..9511ba8 100644 --- a/src/ai/bt/status.hpp +++ b/src/ai/bt/status.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/ai/steering/agent.hpp b/src/ai/steering/agent.hpp index ca3f10d..5c4242d 100644 --- a/src/ai/steering/agent.hpp +++ b/src/ai/steering/agent.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/ai/steering/behavior/flee.cpp b/src/ai/steering/behavior/flee.cpp index adf4377..d3ab6ec 100644 --- a/src/ai/steering/behavior/flee.cpp +++ b/src/ai/steering/behavior/flee.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/ai/steering/behavior/flee.hpp b/src/ai/steering/behavior/flee.hpp index a4c0343..9e3a3ba 100644 --- a/src/ai/steering/behavior/flee.hpp +++ b/src/ai/steering/behavior/flee.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/ai/steering/behavior/seek.cpp b/src/ai/steering/behavior/seek.cpp index c5064ed..7733673 100644 --- a/src/ai/steering/behavior/seek.cpp +++ b/src/ai/steering/behavior/seek.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/ai/steering/behavior/seek.hpp b/src/ai/steering/behavior/seek.hpp index 242d90e..3967c85 100644 --- a/src/ai/steering/behavior/seek.hpp +++ b/src/ai/steering/behavior/seek.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/ai/steering/behavior/wander.cpp b/src/ai/steering/behavior/wander.cpp index d73a1f2..0377ad6 100644 --- a/src/ai/steering/behavior/wander.cpp +++ b/src/ai/steering/behavior/wander.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/ai/steering/behavior/wander.hpp b/src/ai/steering/behavior/wander.hpp index 8b2b939..4eeacac 100644 --- a/src/ai/steering/behavior/wander.hpp +++ b/src/ai/steering/behavior/wander.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/ai/steering/steering.hpp b/src/ai/steering/steering.hpp index 07b0c7c..6f98526 100644 --- a/src/ai/steering/steering.hpp +++ b/src/ai/steering/steering.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/animation/animation-channel.hpp b/src/animation/animation-channel.hpp index 0c2898d..974c1cf 100644 --- a/src/animation/animation-channel.hpp +++ b/src/animation/animation-channel.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/animation/animation.cpp b/src/animation/animation.cpp index 4452a2d..b702642 100644 --- a/src/animation/animation.cpp +++ b/src/animation/animation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/animation/animation.hpp b/src/animation/animation.hpp index 6028075..3592416 100644 --- a/src/animation/animation.hpp +++ b/src/animation/animation.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/animation/animator.cpp b/src/animation/animator.cpp index bf1fa7e..b78b861 100644 --- a/src/animation/animator.cpp +++ b/src/animation/animator.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/animation/animator.hpp b/src/animation/animator.hpp index 9f7fe8b..6af830a 100644 --- a/src/animation/animator.hpp +++ b/src/animation/animator.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/animation/bone.hpp b/src/animation/bone.hpp index 28fa6dd..f3c5374 100644 --- a/src/animation/bone.hpp +++ b/src/animation/bone.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/animation/ease.hpp b/src/animation/ease.hpp index 6dfa7a8..13ecbf4 100644 --- a/src/animation/ease.hpp +++ b/src/animation/ease.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/animation/pose.cpp b/src/animation/pose.cpp index ae92ed2..c53dbf0 100644 --- a/src/animation/pose.cpp +++ b/src/animation/pose.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/animation/pose.hpp b/src/animation/pose.hpp index 2c996cd..c285e8c 100644 --- a/src/animation/pose.hpp +++ b/src/animation/pose.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 2f42b97..cd617d8 100644 --- a/src/animation/screen-transition.cpp +++ b/src/animation/screen-transition.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 c88acd0..a3fa2d8 100644 --- a/src/animation/screen-transition.hpp +++ b/src/animation/screen-transition.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/animation/skeleton.cpp b/src/animation/skeleton.cpp index cfa934a..4c1431f 100644 --- a/src/animation/skeleton.cpp +++ b/src/animation/skeleton.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/animation/skeleton.hpp b/src/animation/skeleton.hpp index ac65020..b3bf89a 100644 --- a/src/animation/skeleton.hpp +++ b/src/animation/skeleton.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/animation/spring.hpp b/src/animation/spring.hpp index 84d2fbb..d6331fc 100644 --- a/src/animation/spring.hpp +++ b/src/animation/spring.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/animation/timeline.cpp b/src/animation/timeline.cpp index 0caa59c..528a5b3 100644 --- a/src/animation/timeline.cpp +++ b/src/animation/timeline.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/animation/timeline.hpp b/src/animation/timeline.hpp index 50abac7..2b14209 100644 --- a/src/animation/timeline.hpp +++ b/src/animation/timeline.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/animation/tween.hpp b/src/animation/tween.hpp index e1a857c..75d8b91 100644 --- a/src/animation/tween.hpp +++ b/src/animation/tween.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/application.cpp b/src/application.cpp index 0a7d44a..26d24f3 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/application.hpp b/src/application.hpp index 3914e81..8b94a65 100644 --- a/src/application.hpp +++ b/src/application.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/astro/apparent-size.hpp b/src/astro/apparent-size.hpp index b0285e2..f884e56 100644 --- a/src/astro/apparent-size.hpp +++ b/src/astro/apparent-size.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/color/aces.hpp b/src/color/aces.hpp index 95eec2b..c3feb05 100644 --- a/src/color/aces.hpp +++ b/src/color/aces.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/color/cat.hpp b/src/color/cat.hpp index 2baa62f..de45f30 100644 --- a/src/color/cat.hpp +++ b/src/color/cat.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/color/cct.hpp b/src/color/cct.hpp index eb27213..16f3b34 100644 --- a/src/color/cct.hpp +++ b/src/color/cct.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/color/color.hpp b/src/color/color.hpp index 958cde1..ee55470 100644 --- a/src/color/color.hpp +++ b/src/color/color.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/color/illuminant.hpp b/src/color/illuminant.hpp index 6800c16..dfcbb12 100644 --- a/src/color/illuminant.hpp +++ b/src/color/illuminant.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/color/index.hpp b/src/color/index.hpp index 4b99a70..0c31df9 100644 --- a/src/color/index.hpp +++ b/src/color/index.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/color/rgb.hpp b/src/color/rgb.hpp index 3562127..7a69a48 100644 --- a/src/color/rgb.hpp +++ b/src/color/rgb.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/color/srgb.hpp b/src/color/srgb.hpp index 5e2d861..e2db636 100644 --- a/src/color/srgb.hpp +++ b/src/color/srgb.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/color/ucs.hpp b/src/color/ucs.hpp index f666e11..1442aea 100644 --- a/src/color/ucs.hpp +++ b/src/color/ucs.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/color/xyy.hpp b/src/color/xyy.hpp index 420cab2..6caaacc 100644 --- a/src/color/xyy.hpp +++ b/src/color/xyy.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/color/xyz.hpp b/src/color/xyz.hpp index e138b1d..c521db1 100644 --- a/src/color/xyz.hpp +++ b/src/color/xyz.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/config.hpp.in b/src/config.hpp.in index 425b4d6..3407224 100644 --- a/src/config.hpp.in +++ b/src/config.hpp.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 ec0e004..e5356b1 100644 --- a/src/debug/ansi-codes.hpp +++ b/src/debug/ansi-codes.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/debug/cli.cpp b/src/debug/cli.cpp index 8f12025..c44f82d 100644 --- a/src/debug/cli.cpp +++ b/src/debug/cli.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/debug/cli.hpp b/src/debug/cli.hpp index c0b61f8..5f517ae 100644 --- a/src/debug/cli.hpp +++ b/src/debug/cli.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/debug/console-commands.cpp b/src/debug/console-commands.cpp index 7fc0baf..bf437ab 100644 --- a/src/debug/console-commands.cpp +++ b/src/debug/console-commands.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/debug/console-commands.hpp b/src/debug/console-commands.hpp index 39cc28e..8b56e99 100644 --- a/src/debug/console-commands.hpp +++ b/src/debug/console-commands.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/debug/debug.hpp b/src/debug/debug.hpp index 6850d97..5b38f45 100644 --- a/src/debug/debug.hpp +++ b/src/debug/debug.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/debug/logger.cpp b/src/debug/logger.cpp index de5fa80..fa95106 100644 --- a/src/debug/logger.cpp +++ b/src/debug/logger.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/debug/logger.hpp b/src/debug/logger.hpp index b387de2..239d4d2 100644 --- a/src/debug/logger.hpp +++ b/src/debug/logger.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 9732028..28d908c 100644 --- a/src/debug/performance-sampler.cpp +++ b/src/debug/performance-sampler.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 ad9ef4b..3c0ff75 100644 --- a/src/debug/performance-sampler.hpp +++ b/src/debug/performance-sampler.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/entity/archetype.cpp b/src/entity/archetype.cpp index 961449c..6587688 100644 --- a/src/entity/archetype.cpp +++ b/src/entity/archetype.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/entity/archetype.hpp b/src/entity/archetype.hpp index cf86b2e..3e1a4aa 100644 --- a/src/entity/archetype.hpp +++ b/src/entity/archetype.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/entity/clone.cpp b/src/entity/clone.cpp index e6c987e..29bf842 100644 --- a/src/entity/clone.cpp +++ b/src/entity/clone.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/entity/clone.hpp b/src/entity/clone.hpp index d7fff71..ada86ea 100644 --- a/src/entity/clone.hpp +++ b/src/entity/clone.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/entity/commands.cpp b/src/entity/commands.cpp index db6d924..7c8fa0c 100644 --- a/src/entity/commands.cpp +++ b/src/entity/commands.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/entity/commands.hpp b/src/entity/commands.hpp index d18e45f..215c939 100644 --- a/src/entity/commands.hpp +++ b/src/entity/commands.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/entity/ebt.cpp b/src/entity/ebt.cpp index 3d233da..fade560 100644 --- a/src/entity/ebt.cpp +++ b/src/entity/ebt.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/entity/ebt.hpp b/src/entity/ebt.hpp index 7b79008..beb5c2e 100644 --- a/src/entity/ebt.hpp +++ b/src/entity/ebt.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/entity/ecs.hpp b/src/entity/ecs.hpp index 4becb40..229c7a1 100644 --- a/src/entity/ecs.hpp +++ b/src/entity/ecs.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/entity/id.hpp b/src/entity/id.hpp index b36c51d..539c78e 100644 --- a/src/entity/id.hpp +++ b/src/entity/id.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/entity/registry.hpp b/src/entity/registry.hpp index f586002..d8e481d 100644 --- a/src/entity/registry.hpp +++ b/src/entity/registry.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 9f221a0..c798c6c 100644 --- a/src/event/event-dispatcher.cpp +++ b/src/event/event-dispatcher.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 7a656ed..866835c 100644 --- a/src/event/event-dispatcher.hpp +++ b/src/event/event-dispatcher.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 f0761a5..5579971 100644 --- a/src/event/event-handler.hpp +++ b/src/event/event-handler.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/event/event.hpp b/src/event/event.hpp index 478a326..b6da8f9 100644 --- a/src/event/event.hpp +++ b/src/event/event.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 35d4d0d..71175de 100644 --- a/src/event/input-events.cpp +++ b/src/event/input-events.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 287120e..a9e3c41 100644 --- a/src/event/input-events.hpp +++ b/src/event/input-events.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 dff1cda..54ec151 100644 --- a/src/event/window-events.cpp +++ b/src/event/window-events.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 d4ebf67..212205c 100644 --- a/src/event/window-events.hpp +++ b/src/event/window-events.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/caste.hpp b/src/game/ant/caste.hpp index 2c91040..cf29fc0 100644 --- a/src/game/ant/caste.hpp +++ b/src/game/ant/caste.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/cladogenesis.cpp b/src/game/ant/cladogenesis.cpp index a16c4cd..49482ff 100644 --- a/src/game/ant/cladogenesis.cpp +++ b/src/game/ant/cladogenesis.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/cladogenesis.hpp b/src/game/ant/cladogenesis.hpp index 0edf9af..7f00ed5 100644 --- a/src/game/ant/cladogenesis.hpp +++ b/src/game/ant/cladogenesis.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene-frequency-table.hpp b/src/game/ant/gene-frequency-table.hpp index 7c5089a..c66a51b 100644 --- a/src/game/ant/gene-frequency-table.hpp +++ b/src/game/ant/gene-frequency-table.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene-pool.hpp b/src/game/ant/gene-pool.hpp index a2aa9da..213e124 100644 --- a/src/game/ant/gene-pool.hpp +++ b/src/game/ant/gene-pool.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/antennae.hpp b/src/game/ant/gene/antennae.hpp index a4ad033..4548c37 100644 --- a/src/game/ant/gene/antennae.hpp +++ b/src/game/ant/gene/antennae.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/body-size.hpp b/src/game/ant/gene/body-size.hpp index 12ea22c..8a66507 100644 --- a/src/game/ant/gene/body-size.hpp +++ b/src/game/ant/gene/body-size.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/cocoon.hpp b/src/game/ant/gene/cocoon.hpp index 469b4bc..ec18920 100644 --- a/src/game/ant/gene/cocoon.hpp +++ b/src/game/ant/gene/cocoon.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/diet.hpp b/src/game/ant/gene/diet.hpp index 03856a5..f2f0a60 100644 --- a/src/game/ant/gene/diet.hpp +++ b/src/game/ant/gene/diet.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/egg.hpp b/src/game/ant/gene/egg.hpp index f3ffbd4..0b0ca6a 100644 --- a/src/game/ant/gene/egg.hpp +++ b/src/game/ant/gene/egg.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/eyes.hpp b/src/game/ant/gene/eyes.hpp index 394b8c9..b5d7e60 100644 --- a/src/game/ant/gene/eyes.hpp +++ b/src/game/ant/gene/eyes.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/foraging-time.hpp b/src/game/ant/gene/foraging-time.hpp index a5be3ff..1c281ca 100644 --- a/src/game/ant/gene/foraging-time.hpp +++ b/src/game/ant/gene/foraging-time.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/founding-mode.hpp b/src/game/ant/gene/founding-mode.hpp index 1e11c90..77eacba 100644 --- a/src/game/ant/gene/founding-mode.hpp +++ b/src/game/ant/gene/founding-mode.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/gaster.hpp b/src/game/ant/gene/gaster.hpp index 1b49d93..64fda97 100644 --- a/src/game/ant/gene/gaster.hpp +++ b/src/game/ant/gene/gaster.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/head.hpp b/src/game/ant/gene/head.hpp index db041b4..e42a973 100644 --- a/src/game/ant/gene/head.hpp +++ b/src/game/ant/gene/head.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/larva.hpp b/src/game/ant/gene/larva.hpp index fa3c669..e7340df 100644 --- a/src/game/ant/gene/larva.hpp +++ b/src/game/ant/gene/larva.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/legs.hpp b/src/game/ant/gene/legs.hpp index 5a1a66a..2ec62d2 100644 --- a/src/game/ant/gene/legs.hpp +++ b/src/game/ant/gene/legs.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/loader/antennae-loader.cpp b/src/game/ant/gene/loader/antennae-loader.cpp index 520d5d5..85a8c06 100644 --- a/src/game/ant/gene/loader/antennae-loader.cpp +++ b/src/game/ant/gene/loader/antennae-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/loader/body-size-loader.cpp b/src/game/ant/gene/loader/body-size-loader.cpp index 1529692..73903d2 100644 --- a/src/game/ant/gene/loader/body-size-loader.cpp +++ b/src/game/ant/gene/loader/body-size-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/loader/cocoon-loader.cpp b/src/game/ant/gene/loader/cocoon-loader.cpp index f0e6641..f86925a 100644 --- a/src/game/ant/gene/loader/cocoon-loader.cpp +++ b/src/game/ant/gene/loader/cocoon-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/loader/diet-loader.cpp b/src/game/ant/gene/loader/diet-loader.cpp index 14c2cab..dd5c606 100644 --- a/src/game/ant/gene/loader/diet-loader.cpp +++ b/src/game/ant/gene/loader/diet-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/loader/egg-loader.cpp b/src/game/ant/gene/loader/egg-loader.cpp index 58fcd71..2727608 100644 --- a/src/game/ant/gene/loader/egg-loader.cpp +++ b/src/game/ant/gene/loader/egg-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/loader/eyes-loader.cpp b/src/game/ant/gene/loader/eyes-loader.cpp index 9315e07..6682435 100644 --- a/src/game/ant/gene/loader/eyes-loader.cpp +++ b/src/game/ant/gene/loader/eyes-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/loader/foraging-time-loader.cpp b/src/game/ant/gene/loader/foraging-time-loader.cpp index fdae7bf..6d143b9 100644 --- a/src/game/ant/gene/loader/foraging-time-loader.cpp +++ b/src/game/ant/gene/loader/foraging-time-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/loader/founding-mode-loader.cpp b/src/game/ant/gene/loader/founding-mode-loader.cpp index 9defaa6..6dffaa5 100644 --- a/src/game/ant/gene/loader/founding-mode-loader.cpp +++ b/src/game/ant/gene/loader/founding-mode-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/loader/gaster-loader.cpp b/src/game/ant/gene/loader/gaster-loader.cpp index 1c783f9..5d2878e 100644 --- a/src/game/ant/gene/loader/gaster-loader.cpp +++ b/src/game/ant/gene/loader/gaster-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/loader/gene-loader.hpp b/src/game/ant/gene/loader/gene-loader.hpp index 829640a..e9c377d 100644 --- a/src/game/ant/gene/loader/gene-loader.hpp +++ b/src/game/ant/gene/loader/gene-loader.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/loader/head-loader.cpp b/src/game/ant/gene/loader/head-loader.cpp index 1a88677..f52cdb5 100644 --- a/src/game/ant/gene/loader/head-loader.cpp +++ b/src/game/ant/gene/loader/head-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/loader/larva-loader.cpp b/src/game/ant/gene/loader/larva-loader.cpp index 467acd3..996ac32 100644 --- a/src/game/ant/gene/loader/larva-loader.cpp +++ b/src/game/ant/gene/loader/larva-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/loader/legs-loader.cpp b/src/game/ant/gene/loader/legs-loader.cpp index 9572921..4637cde 100644 --- a/src/game/ant/gene/loader/legs-loader.cpp +++ b/src/game/ant/gene/loader/legs-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/loader/mandibles-loader.cpp b/src/game/ant/gene/loader/mandibles-loader.cpp index 744fa9c..e5fd28e 100644 --- a/src/game/ant/gene/loader/mandibles-loader.cpp +++ b/src/game/ant/gene/loader/mandibles-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/loader/mesosoma-loader.cpp b/src/game/ant/gene/loader/mesosoma-loader.cpp index 9db624e..a9dd4d3 100644 --- a/src/game/ant/gene/loader/mesosoma-loader.cpp +++ b/src/game/ant/gene/loader/mesosoma-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/loader/nest-site-loader.cpp b/src/game/ant/gene/loader/nest-site-loader.cpp index e9ff16b..5e04068 100644 --- a/src/game/ant/gene/loader/nest-site-loader.cpp +++ b/src/game/ant/gene/loader/nest-site-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/loader/ocelli-loader.cpp b/src/game/ant/gene/loader/ocelli-loader.cpp index 90f05b5..147e9f6 100644 --- a/src/game/ant/gene/loader/ocelli-loader.cpp +++ b/src/game/ant/gene/loader/ocelli-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/loader/pigmentation-loader.cpp b/src/game/ant/gene/loader/pigmentation-loader.cpp index 88c810d..fcc6d44 100644 --- a/src/game/ant/gene/loader/pigmentation-loader.cpp +++ b/src/game/ant/gene/loader/pigmentation-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/loader/pilosity-loader.cpp b/src/game/ant/gene/loader/pilosity-loader.cpp index 5b1aea8..9eb343b 100644 --- a/src/game/ant/gene/loader/pilosity-loader.cpp +++ b/src/game/ant/gene/loader/pilosity-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/loader/sculpturing-loader.cpp b/src/game/ant/gene/loader/sculpturing-loader.cpp index f611981..272a841 100644 --- a/src/game/ant/gene/loader/sculpturing-loader.cpp +++ b/src/game/ant/gene/loader/sculpturing-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/loader/sting-loader.cpp b/src/game/ant/gene/loader/sting-loader.cpp index f83d83b..7a40a41 100644 --- a/src/game/ant/gene/loader/sting-loader.cpp +++ b/src/game/ant/gene/loader/sting-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/loader/waist-loader.cpp b/src/game/ant/gene/loader/waist-loader.cpp index ca678cb..e1bd683 100644 --- a/src/game/ant/gene/loader/waist-loader.cpp +++ b/src/game/ant/gene/loader/waist-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/loader/wings-loader.cpp b/src/game/ant/gene/loader/wings-loader.cpp index 3e227a8..26a85ac 100644 --- a/src/game/ant/gene/loader/wings-loader.cpp +++ b/src/game/ant/gene/loader/wings-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/mandibles.hpp b/src/game/ant/gene/mandibles.hpp index 514e435..054fcf6 100644 --- a/src/game/ant/gene/mandibles.hpp +++ b/src/game/ant/gene/mandibles.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/mesosoma.hpp b/src/game/ant/gene/mesosoma.hpp index ad0164c..02763ff 100644 --- a/src/game/ant/gene/mesosoma.hpp +++ b/src/game/ant/gene/mesosoma.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/monophenic-gene.hpp b/src/game/ant/gene/monophenic-gene.hpp index 78f5789..5884c79 100644 --- a/src/game/ant/gene/monophenic-gene.hpp +++ b/src/game/ant/gene/monophenic-gene.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/nest-site.hpp b/src/game/ant/gene/nest-site.hpp index 5827279..951a3e5 100644 --- a/src/game/ant/gene/nest-site.hpp +++ b/src/game/ant/gene/nest-site.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/ocelli.hpp b/src/game/ant/gene/ocelli.hpp index 5cf0ed2..40aa95a 100644 --- a/src/game/ant/gene/ocelli.hpp +++ b/src/game/ant/gene/ocelli.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/pigmentation.hpp b/src/game/ant/gene/pigmentation.hpp index 2f6bff7..9b195a9 100644 --- a/src/game/ant/gene/pigmentation.hpp +++ b/src/game/ant/gene/pigmentation.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/pilosity.hpp b/src/game/ant/gene/pilosity.hpp index 10fb130..afb561c 100644 --- a/src/game/ant/gene/pilosity.hpp +++ b/src/game/ant/gene/pilosity.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/polyphenic-gene.hpp b/src/game/ant/gene/polyphenic-gene.hpp index ed97881..d759580 100644 --- a/src/game/ant/gene/polyphenic-gene.hpp +++ b/src/game/ant/gene/polyphenic-gene.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/sculpturing.hpp b/src/game/ant/gene/sculpturing.hpp index dc65112..e19bc15 100644 --- a/src/game/ant/gene/sculpturing.hpp +++ b/src/game/ant/gene/sculpturing.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/sting.hpp b/src/game/ant/gene/sting.hpp index b8b879f..bf9df58 100644 --- a/src/game/ant/gene/sting.hpp +++ b/src/game/ant/gene/sting.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/waist.hpp b/src/game/ant/gene/waist.hpp index ebdf1ed..3b04c34 100644 --- a/src/game/ant/gene/waist.hpp +++ b/src/game/ant/gene/waist.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/gene/wings.hpp b/src/game/ant/gene/wings.hpp index ddb1739..4f87c17 100644 --- a/src/game/ant/gene/wings.hpp +++ b/src/game/ant/gene/wings.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/genome.cpp b/src/game/ant/genome.cpp index b1bedae..1dd421a 100644 --- a/src/game/ant/genome.cpp +++ b/src/game/ant/genome.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/genome.hpp b/src/game/ant/genome.hpp index 6946177..f1d4224 100644 --- a/src/game/ant/genome.hpp +++ b/src/game/ant/genome.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/morphogenesis.cpp b/src/game/ant/morphogenesis.cpp index 88253b9..1ee644f 100644 --- a/src/game/ant/morphogenesis.cpp +++ b/src/game/ant/morphogenesis.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/morphogenesis.hpp b/src/game/ant/morphogenesis.hpp index ee35591..3171ad0 100644 --- a/src/game/ant/morphogenesis.hpp +++ b/src/game/ant/morphogenesis.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/phene/antennae.hpp b/src/game/ant/phene/antennae.hpp index c6e39ed..2bd29ea 100644 --- a/src/game/ant/phene/antennae.hpp +++ b/src/game/ant/phene/antennae.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/phene/body-size.hpp b/src/game/ant/phene/body-size.hpp index b7b7ecf..d369dee 100644 --- a/src/game/ant/phene/body-size.hpp +++ b/src/game/ant/phene/body-size.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/phene/cocoon.hpp b/src/game/ant/phene/cocoon.hpp index da471b1..7c4f1d2 100644 --- a/src/game/ant/phene/cocoon.hpp +++ b/src/game/ant/phene/cocoon.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/phene/diet.hpp b/src/game/ant/phene/diet.hpp index 6a7d8cb..ecf0a1a 100644 --- a/src/game/ant/phene/diet.hpp +++ b/src/game/ant/phene/diet.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/phene/egg.hpp b/src/game/ant/phene/egg.hpp index 857b64e..6fa82a3 100644 --- a/src/game/ant/phene/egg.hpp +++ b/src/game/ant/phene/egg.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/phene/eyes.hpp b/src/game/ant/phene/eyes.hpp index 85bf675..544c56e 100644 --- a/src/game/ant/phene/eyes.hpp +++ b/src/game/ant/phene/eyes.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/phene/foraging-time.hpp b/src/game/ant/phene/foraging-time.hpp index 6cc8b13..21192ae 100644 --- a/src/game/ant/phene/foraging-time.hpp +++ b/src/game/ant/phene/foraging-time.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/phene/founding-mode.hpp b/src/game/ant/phene/founding-mode.hpp index 66faf56..e22de82 100644 --- a/src/game/ant/phene/founding-mode.hpp +++ b/src/game/ant/phene/founding-mode.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/phene/gaster.hpp b/src/game/ant/phene/gaster.hpp index ff5580c..170794b 100644 --- a/src/game/ant/phene/gaster.hpp +++ b/src/game/ant/phene/gaster.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/phene/head.hpp b/src/game/ant/phene/head.hpp index fe09e43..79f24b3 100644 --- a/src/game/ant/phene/head.hpp +++ b/src/game/ant/phene/head.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/phene/larva.hpp b/src/game/ant/phene/larva.hpp index 090dd59..3839525 100644 --- a/src/game/ant/phene/larva.hpp +++ b/src/game/ant/phene/larva.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/phene/legs.hpp b/src/game/ant/phene/legs.hpp index b94aa34..7bbaabd 100644 --- a/src/game/ant/phene/legs.hpp +++ b/src/game/ant/phene/legs.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/phene/mandibles.hpp b/src/game/ant/phene/mandibles.hpp index c60aadb..2e46387 100644 --- a/src/game/ant/phene/mandibles.hpp +++ b/src/game/ant/phene/mandibles.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/phene/mesosoma.hpp b/src/game/ant/phene/mesosoma.hpp index 7d4dc3f..c394d71 100644 --- a/src/game/ant/phene/mesosoma.hpp +++ b/src/game/ant/phene/mesosoma.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/phene/nest-site.hpp b/src/game/ant/phene/nest-site.hpp index f1cd1b6..7fba179 100644 --- a/src/game/ant/phene/nest-site.hpp +++ b/src/game/ant/phene/nest-site.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/phene/ocelli.hpp b/src/game/ant/phene/ocelli.hpp index ff13ec2..e8f265b 100644 --- a/src/game/ant/phene/ocelli.hpp +++ b/src/game/ant/phene/ocelli.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/phene/pigmentation.hpp b/src/game/ant/phene/pigmentation.hpp index f95dd4a..86ea1c6 100644 --- a/src/game/ant/phene/pigmentation.hpp +++ b/src/game/ant/phene/pigmentation.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/phene/pilosity.hpp b/src/game/ant/phene/pilosity.hpp index 7aac5e6..457dfb3 100644 --- a/src/game/ant/phene/pilosity.hpp +++ b/src/game/ant/phene/pilosity.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/phene/sculpturing.hpp b/src/game/ant/phene/sculpturing.hpp index 66fee71..482094c 100644 --- a/src/game/ant/phene/sculpturing.hpp +++ b/src/game/ant/phene/sculpturing.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/phene/sting.hpp b/src/game/ant/phene/sting.hpp index cae720c..a7cc144 100644 --- a/src/game/ant/phene/sting.hpp +++ b/src/game/ant/phene/sting.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/phene/waist.hpp b/src/game/ant/phene/waist.hpp index 389c14d..e0082e8 100644 --- a/src/game/ant/phene/waist.hpp +++ b/src/game/ant/phene/waist.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/phene/wings.hpp b/src/game/ant/phene/wings.hpp index c32e20a..5c2c62c 100644 --- a/src/game/ant/phene/wings.hpp +++ b/src/game/ant/phene/wings.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/phenome.cpp b/src/game/ant/phenome.cpp index 94386e9..69cdecd 100644 --- a/src/game/ant/phenome.cpp +++ b/src/game/ant/phenome.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/phenome.hpp b/src/game/ant/phenome.hpp index 27700a3..dfc1420 100644 --- a/src/game/ant/phenome.hpp +++ b/src/game/ant/phenome.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/subcaste.hpp b/src/game/ant/subcaste.hpp index 6a74765..3c02fbf 100644 --- a/src/game/ant/subcaste.hpp +++ b/src/game/ant/subcaste.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/swarm.cpp b/src/game/ant/swarm.cpp index 300cc1f..a6a169f 100644 --- a/src/game/ant/swarm.cpp +++ b/src/game/ant/swarm.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ant/swarm.hpp b/src/game/ant/swarm.hpp index dc1e1e3..796edff 100644 --- a/src/game/ant/swarm.hpp +++ b/src/game/ant/swarm.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/atmosphere.hpp b/src/game/component/atmosphere.hpp index ef83827..51ee796 100644 --- a/src/game/component/atmosphere.hpp +++ b/src/game/component/atmosphere.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/behavior.hpp b/src/game/component/behavior.hpp index 86b8b66..5e29edf 100644 --- a/src/game/component/behavior.hpp +++ b/src/game/component/behavior.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/blackbody.hpp b/src/game/component/blackbody.hpp index b497839..d048469 100644 --- a/src/game/component/blackbody.hpp +++ b/src/game/component/blackbody.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/brush.hpp b/src/game/component/brush.hpp index 1db0077..3fd5676 100644 --- a/src/game/component/brush.hpp +++ b/src/game/component/brush.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/camera.hpp b/src/game/component/camera.hpp index c0b9360..40352bf 100644 --- a/src/game/component/camera.hpp +++ b/src/game/component/camera.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/cavity.hpp b/src/game/component/cavity.hpp index 51043de..3a1f92b 100644 --- a/src/game/component/cavity.hpp +++ b/src/game/component/cavity.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/celestial-body.hpp b/src/game/component/celestial-body.hpp index 0ad4a7e..6b14691 100644 --- a/src/game/component/celestial-body.hpp +++ b/src/game/component/celestial-body.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/chamber.hpp b/src/game/component/chamber.hpp index 3495444..c2a871d 100644 --- a/src/game/component/chamber.hpp +++ b/src/game/component/chamber.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/collision.hpp b/src/game/component/collision.hpp index 4caf050..30f9cc6 100644 --- a/src/game/component/collision.hpp +++ b/src/game/component/collision.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/constraint-stack.hpp b/src/game/component/constraint-stack.hpp index 1f6b686..6383e19 100644 --- a/src/game/component/constraint-stack.hpp +++ b/src/game/component/constraint-stack.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/constraint/child-of.hpp b/src/game/component/constraint/child-of.hpp index 1d33c1b..b617534 100644 --- a/src/game/component/constraint/child-of.hpp +++ b/src/game/component/constraint/child-of.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/constraint/constraint.hpp b/src/game/component/constraint/constraint.hpp index 15e167d..e7879d6 100644 --- a/src/game/component/constraint/constraint.hpp +++ b/src/game/component/constraint/constraint.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/constraint/copy-rotation.hpp b/src/game/component/constraint/copy-rotation.hpp index 339042a..3967220 100644 --- a/src/game/component/constraint/copy-rotation.hpp +++ b/src/game/component/constraint/copy-rotation.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/constraint/copy-scale.hpp b/src/game/component/constraint/copy-scale.hpp index da49be4..f794f82 100644 --- a/src/game/component/constraint/copy-scale.hpp +++ b/src/game/component/constraint/copy-scale.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/constraint/copy-transform.hpp b/src/game/component/constraint/copy-transform.hpp index dd242d9..c871a3f 100644 --- a/src/game/component/constraint/copy-transform.hpp +++ b/src/game/component/constraint/copy-transform.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/constraint/copy-translation.hpp b/src/game/component/constraint/copy-translation.hpp index e49d7af..18c1ff2 100644 --- a/src/game/component/constraint/copy-translation.hpp +++ b/src/game/component/constraint/copy-translation.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/constraint/ease-to.hpp b/src/game/component/constraint/ease-to.hpp index c27519d..7ca8c0b 100644 --- a/src/game/component/constraint/ease-to.hpp +++ b/src/game/component/constraint/ease-to.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/constraint/pivot.hpp b/src/game/component/constraint/pivot.hpp index e7867d2..f57550c 100644 --- a/src/game/component/constraint/pivot.hpp +++ b/src/game/component/constraint/pivot.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/constraint/spring-rotation.hpp b/src/game/component/constraint/spring-rotation.hpp index 7bd4f14..3964d4b 100644 --- a/src/game/component/constraint/spring-rotation.hpp +++ b/src/game/component/constraint/spring-rotation.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/constraint/spring-to.hpp b/src/game/component/constraint/spring-to.hpp index 348e70f..74b4ba4 100644 --- a/src/game/component/constraint/spring-to.hpp +++ b/src/game/component/constraint/spring-to.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/constraint/spring-translation.hpp b/src/game/component/constraint/spring-translation.hpp index 52327d4..fd2e396 100644 --- a/src/game/component/constraint/spring-translation.hpp +++ b/src/game/component/constraint/spring-translation.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/constraint/three-dof.hpp b/src/game/component/constraint/three-dof.hpp index e085bb2..1d1b952 100644 --- a/src/game/component/constraint/three-dof.hpp +++ b/src/game/component/constraint/three-dof.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/constraint/track-to.hpp b/src/game/component/constraint/track-to.hpp index 44a21c9..749e925 100644 --- a/src/game/component/constraint/track-to.hpp +++ b/src/game/component/constraint/track-to.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/diffuse-reflector.hpp b/src/game/component/diffuse-reflector.hpp index 2a3a465..d698ca3 100644 --- a/src/game/component/diffuse-reflector.hpp +++ b/src/game/component/diffuse-reflector.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/genome.hpp b/src/game/component/genome.hpp index 1848927..d92d4b1 100644 --- a/src/game/component/genome.hpp +++ b/src/game/component/genome.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/light.hpp b/src/game/component/light.hpp index 087044b..30093e0 100644 --- a/src/game/component/light.hpp +++ b/src/game/component/light.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/locomotion.hpp b/src/game/component/locomotion.hpp index 1ff3daf..82dafdc 100644 --- a/src/game/component/locomotion.hpp +++ b/src/game/component/locomotion.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/model.hpp b/src/game/component/model.hpp index 8b5288e..fa4ce88 100644 --- a/src/game/component/model.hpp +++ b/src/game/component/model.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/nest.hpp b/src/game/component/nest.hpp index f4dcd83..c585962 100644 --- a/src/game/component/nest.hpp +++ b/src/game/component/nest.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/observer.hpp b/src/game/component/observer.hpp index fdf5e87..24c1b3f 100644 --- a/src/game/component/observer.hpp +++ b/src/game/component/observer.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/orbit.hpp b/src/game/component/orbit.hpp index 1fd9fe5..35856ef 100644 --- a/src/game/component/orbit.hpp +++ b/src/game/component/orbit.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/parent.hpp b/src/game/component/parent.hpp index f847975..542eabf 100644 --- a/src/game/component/parent.hpp +++ b/src/game/component/parent.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/picking.hpp b/src/game/component/picking.hpp index e1bdecf..c23f1ee 100644 --- a/src/game/component/picking.hpp +++ b/src/game/component/picking.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/proteome.hpp b/src/game/component/proteome.hpp index cf5e0e9..771532c 100644 --- a/src/game/component/proteome.hpp +++ b/src/game/component/proteome.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/select.hpp b/src/game/component/select.hpp index a3b1094..4f4a3bf 100644 --- a/src/game/component/select.hpp +++ b/src/game/component/select.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/spring.hpp b/src/game/component/spring.hpp index be225e1..8dd2d5a 100644 --- a/src/game/component/spring.hpp +++ b/src/game/component/spring.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/steering.hpp b/src/game/component/steering.hpp index 2af17cc..bd11d3a 100644 --- a/src/game/component/steering.hpp +++ b/src/game/component/steering.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/terrain.hpp b/src/game/component/terrain.hpp index c39e813..7b071b2 100644 --- a/src/game/component/terrain.hpp +++ b/src/game/component/terrain.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/tool.hpp b/src/game/component/tool.hpp index ecc8139..757aceb 100644 --- a/src/game/component/tool.hpp +++ b/src/game/component/tool.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/trackable.hpp b/src/game/component/trackable.hpp index 7514f30..cb8c45a 100644 --- a/src/game/component/trackable.hpp +++ b/src/game/component/trackable.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/component/transform.hpp b/src/game/component/transform.hpp index eb93f7a..46d79e2 100644 --- a/src/game/component/transform.hpp +++ b/src/game/component/transform.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/context.hpp b/src/game/context.hpp index 8eaccea..539d8a2 100644 --- a/src/game/context.hpp +++ b/src/game/context.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/controls.cpp b/src/game/controls.cpp index b30a0cc..6d3b5ec 100644 --- a/src/game/controls.cpp +++ b/src/game/controls.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/controls.hpp b/src/game/controls.hpp index 37f817c..15b70ca 100644 --- a/src/game/controls.hpp +++ b/src/game/controls.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ecoregion-loader.cpp b/src/game/ecoregion-loader.cpp index 17f8b32..1b55b70 100644 --- a/src/game/ecoregion-loader.cpp +++ b/src/game/ecoregion-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/ecoregion.hpp b/src/game/ecoregion.hpp index 9ca0cec..dfb3ad1 100644 --- a/src/game/ecoregion.hpp +++ b/src/game/ecoregion.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 f69df31..5a15388 100644 --- a/src/game/events/tool-events.cpp +++ b/src/game/events/tool-events.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 29c04a5..fc0ed69 100644 --- a/src/game/events/tool-events.hpp +++ b/src/game/events/tool-events.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/fonts.cpp b/src/game/fonts.cpp index 3c979d2..e71de10 100644 --- a/src/game/fonts.cpp +++ b/src/game/fonts.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/fonts.hpp b/src/game/fonts.hpp index 723f0f2..ab2ca6f 100644 --- a/src/game/fonts.hpp +++ b/src/game/fonts.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/graphics.cpp b/src/game/graphics.cpp index 3a8457f..d80c06f 100644 --- a/src/game/graphics.cpp +++ b/src/game/graphics.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/graphics.hpp b/src/game/graphics.hpp index 563be3b..ac91ce5 100644 --- a/src/game/graphics.hpp +++ b/src/game/graphics.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/load.cpp b/src/game/load.cpp index aabe1cc..ce839fb 100644 --- a/src/game/load.cpp +++ b/src/game/load.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/load.hpp b/src/game/load.hpp index a538962..154bdb0 100644 --- a/src/game/load.hpp +++ b/src/game/load.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/loop.cpp b/src/game/loop.cpp index 77071e7..c27efe8 100644 --- a/src/game/loop.cpp +++ b/src/game/loop.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/loop.hpp b/src/game/loop.hpp index 6f8eccc..56cd0ff 100644 --- a/src/game/loop.hpp +++ b/src/game/loop.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/menu.cpp b/src/game/menu.cpp index 1352939..7712710 100644 --- a/src/game/menu.cpp +++ b/src/game/menu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/menu.hpp b/src/game/menu.hpp index 44e1329..183efd3 100644 --- a/src/game/menu.hpp +++ b/src/game/menu.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/save.cpp b/src/game/save.cpp index 3752a36..27be1f9 100644 --- a/src/game/save.cpp +++ b/src/game/save.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/save.hpp b/src/game/save.hpp index e25fa9c..c96cf36 100644 --- a/src/game/save.hpp +++ b/src/game/save.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/state/base.cpp b/src/game/state/base.cpp index d389493..35d6a22 100644 --- a/src/game/state/base.cpp +++ b/src/game/state/base.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/state/base.hpp b/src/game/state/base.hpp index 346b3ec..6327d3e 100644 --- a/src/game/state/base.hpp +++ b/src/game/state/base.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/state/boot.cpp b/src/game/state/boot.cpp index 6286551..45671f5 100644 --- a/src/game/state/boot.cpp +++ b/src/game/state/boot.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/state/boot.hpp b/src/game/state/boot.hpp index 7160317..419a62c 100644 --- a/src/game/state/boot.hpp +++ b/src/game/state/boot.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/state/controls-menu.cpp b/src/game/state/controls-menu.cpp index c9d739b..19be0cc 100644 --- a/src/game/state/controls-menu.cpp +++ b/src/game/state/controls-menu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/state/controls-menu.hpp b/src/game/state/controls-menu.hpp index b47367e..9f5a280 100644 --- a/src/game/state/controls-menu.hpp +++ b/src/game/state/controls-menu.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/state/credits.cpp b/src/game/state/credits.cpp index a98508d..f8f5688 100644 --- a/src/game/state/credits.cpp +++ b/src/game/state/credits.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/state/credits.hpp b/src/game/state/credits.hpp index a51378a..2156f3e 100644 --- a/src/game/state/credits.hpp +++ b/src/game/state/credits.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/state/extras-menu.cpp b/src/game/state/extras-menu.cpp index b51e3f0..c5ed8cb 100644 --- a/src/game/state/extras-menu.cpp +++ b/src/game/state/extras-menu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/state/extras-menu.hpp b/src/game/state/extras-menu.hpp index 322fb4a..46983f0 100644 --- a/src/game/state/extras-menu.hpp +++ b/src/game/state/extras-menu.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/state/gamepad-config-menu.cpp b/src/game/state/gamepad-config-menu.cpp index 2a8ff2e..18f2048 100644 --- a/src/game/state/gamepad-config-menu.cpp +++ b/src/game/state/gamepad-config-menu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/state/gamepad-config-menu.hpp b/src/game/state/gamepad-config-menu.hpp index 0c4d632..865776d 100644 --- a/src/game/state/gamepad-config-menu.hpp +++ b/src/game/state/gamepad-config-menu.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/state/graphics-menu.cpp b/src/game/state/graphics-menu.cpp index 66b43f5..177ec98 100644 --- a/src/game/state/graphics-menu.cpp +++ b/src/game/state/graphics-menu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/state/graphics-menu.hpp b/src/game/state/graphics-menu.hpp index 02db3f4..a1b5d06 100644 --- a/src/game/state/graphics-menu.hpp +++ b/src/game/state/graphics-menu.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/state/keyboard-config-menu.cpp b/src/game/state/keyboard-config-menu.cpp index d01b1f0..a88ce9f 100644 --- a/src/game/state/keyboard-config-menu.cpp +++ b/src/game/state/keyboard-config-menu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/state/keyboard-config-menu.hpp b/src/game/state/keyboard-config-menu.hpp index c823930..3c1f602 100644 --- a/src/game/state/keyboard-config-menu.hpp +++ b/src/game/state/keyboard-config-menu.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/state/language-menu.cpp b/src/game/state/language-menu.cpp index 2a3799f..8698b59 100644 --- a/src/game/state/language-menu.cpp +++ b/src/game/state/language-menu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/state/language-menu.hpp b/src/game/state/language-menu.hpp index cec610a..6190425 100644 --- a/src/game/state/language-menu.hpp +++ b/src/game/state/language-menu.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/state/main-menu.cpp b/src/game/state/main-menu.cpp index 31234b3..81573ed 100644 --- a/src/game/state/main-menu.cpp +++ b/src/game/state/main-menu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/state/main-menu.hpp b/src/game/state/main-menu.hpp index 96ea9c5..b41a5b2 100644 --- a/src/game/state/main-menu.hpp +++ b/src/game/state/main-menu.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/state/nest-selection.cpp b/src/game/state/nest-selection.cpp index cc6b46f..46591bd 100644 --- a/src/game/state/nest-selection.cpp +++ b/src/game/state/nest-selection.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/state/nest-selection.hpp b/src/game/state/nest-selection.hpp index 50b2f3f..d63c814 100644 --- a/src/game/state/nest-selection.hpp +++ b/src/game/state/nest-selection.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/state/nuptial-flight.cpp b/src/game/state/nuptial-flight.cpp index 234e94e..907b4a9 100644 --- a/src/game/state/nuptial-flight.cpp +++ b/src/game/state/nuptial-flight.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/state/nuptial-flight.hpp b/src/game/state/nuptial-flight.hpp index c858226..5f7f14e 100644 --- a/src/game/state/nuptial-flight.hpp +++ b/src/game/state/nuptial-flight.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/state/options-menu.cpp b/src/game/state/options-menu.cpp index 019e810..4ca2895 100644 --- a/src/game/state/options-menu.cpp +++ b/src/game/state/options-menu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/state/options-menu.hpp b/src/game/state/options-menu.hpp index 603085b..9f4a736 100644 --- a/src/game/state/options-menu.hpp +++ b/src/game/state/options-menu.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/state/pause-menu.cpp b/src/game/state/pause-menu.cpp index 00621ee..3581cef 100644 --- a/src/game/state/pause-menu.cpp +++ b/src/game/state/pause-menu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/state/pause-menu.hpp b/src/game/state/pause-menu.hpp index fe1b350..67c66d0 100644 --- a/src/game/state/pause-menu.hpp +++ b/src/game/state/pause-menu.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/state/sound-menu.cpp b/src/game/state/sound-menu.cpp index 80761f2..35146de 100644 --- a/src/game/state/sound-menu.cpp +++ b/src/game/state/sound-menu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/state/sound-menu.hpp b/src/game/state/sound-menu.hpp index c3b4de0..c5b81e2 100644 --- a/src/game/state/sound-menu.hpp +++ b/src/game/state/sound-menu.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/state/splash.cpp b/src/game/state/splash.cpp index ba1bc8f..0ea4e7c 100644 --- a/src/game/state/splash.cpp +++ b/src/game/state/splash.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/state/splash.hpp b/src/game/state/splash.hpp index 72aeada..30e07f9 100644 --- a/src/game/state/splash.hpp +++ b/src/game/state/splash.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/astronomy.cpp b/src/game/system/astronomy.cpp index e50fdc7..9f52d83 100644 --- a/src/game/system/astronomy.cpp +++ b/src/game/system/astronomy.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/astronomy.hpp b/src/game/system/astronomy.hpp index 858cd03..30ac0a0 100644 --- a/src/game/system/astronomy.hpp +++ b/src/game/system/astronomy.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/atmosphere.cpp b/src/game/system/atmosphere.cpp index 22874e3..8bea475 100644 --- a/src/game/system/atmosphere.cpp +++ b/src/game/system/atmosphere.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/atmosphere.hpp b/src/game/system/atmosphere.hpp index 46c4254..f7004d4 100644 --- a/src/game/system/atmosphere.hpp +++ b/src/game/system/atmosphere.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/behavior.cpp b/src/game/system/behavior.cpp index b133353..fdf862a 100644 --- a/src/game/system/behavior.cpp +++ b/src/game/system/behavior.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/behavior.hpp b/src/game/system/behavior.hpp index 741ca78..69a914e 100644 --- a/src/game/system/behavior.hpp +++ b/src/game/system/behavior.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/blackbody.cpp b/src/game/system/blackbody.cpp index 9983821..8e0c621 100644 --- a/src/game/system/blackbody.cpp +++ b/src/game/system/blackbody.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/blackbody.hpp b/src/game/system/blackbody.hpp index 3606a80..222d04e 100644 --- a/src/game/system/blackbody.hpp +++ b/src/game/system/blackbody.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/camera.cpp b/src/game/system/camera.cpp index ffa2da0..72b76d0 100644 --- a/src/game/system/camera.cpp +++ b/src/game/system/camera.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/camera.hpp b/src/game/system/camera.hpp index dacbd25..e5b122d 100644 --- a/src/game/system/camera.hpp +++ b/src/game/system/camera.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/collision.cpp b/src/game/system/collision.cpp index ad82a27..3ae3b9a 100644 --- a/src/game/system/collision.cpp +++ b/src/game/system/collision.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/collision.hpp b/src/game/system/collision.hpp index 35e5ca0..ef37ae9 100644 --- a/src/game/system/collision.hpp +++ b/src/game/system/collision.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/constraint.cpp b/src/game/system/constraint.cpp index c135081..de7c865 100644 --- a/src/game/system/constraint.cpp +++ b/src/game/system/constraint.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/constraint.hpp b/src/game/system/constraint.hpp index 045bf32..75b62b3 100644 --- a/src/game/system/constraint.hpp +++ b/src/game/system/constraint.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/locomotion.cpp b/src/game/system/locomotion.cpp index fd78d09..7d2e5b8 100644 --- a/src/game/system/locomotion.cpp +++ b/src/game/system/locomotion.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/locomotion.hpp b/src/game/system/locomotion.hpp index 82bb1e3..4dedcee 100644 --- a/src/game/system/locomotion.hpp +++ b/src/game/system/locomotion.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/morphogenesis.cpp b/src/game/system/morphogenesis.cpp index 41c076c..c14e2a4 100644 --- a/src/game/system/morphogenesis.cpp +++ b/src/game/system/morphogenesis.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/morphogenesis.hpp b/src/game/system/morphogenesis.hpp index be52236..2980e2e 100644 --- a/src/game/system/morphogenesis.hpp +++ b/src/game/system/morphogenesis.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/orbit.cpp b/src/game/system/orbit.cpp index deaf36c..1867cd2 100644 --- a/src/game/system/orbit.cpp +++ b/src/game/system/orbit.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/orbit.hpp b/src/game/system/orbit.hpp index b450cc9..73cf64a 100644 --- a/src/game/system/orbit.hpp +++ b/src/game/system/orbit.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/painting.cpp b/src/game/system/painting.cpp index d65f1c5..33aff0c 100644 --- a/src/game/system/painting.cpp +++ b/src/game/system/painting.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/painting.hpp b/src/game/system/painting.hpp index a0e4bd8..65f27e4 100644 --- a/src/game/system/painting.hpp +++ b/src/game/system/painting.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/proteome.cpp b/src/game/system/proteome.cpp index 2aae9a4..93685a6 100644 --- a/src/game/system/proteome.cpp +++ b/src/game/system/proteome.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/proteome.hpp b/src/game/system/proteome.hpp index 75d32d9..cbcc326 100644 --- a/src/game/system/proteome.hpp +++ b/src/game/system/proteome.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/render.cpp b/src/game/system/render.cpp index c75aeb7..3e44cfc 100644 --- a/src/game/system/render.cpp +++ b/src/game/system/render.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/render.hpp b/src/game/system/render.hpp index ecff8a9..d122810 100644 --- a/src/game/system/render.hpp +++ b/src/game/system/render.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/spatial.cpp b/src/game/system/spatial.cpp index 3f9ed18..edf9ffe 100644 --- a/src/game/system/spatial.cpp +++ b/src/game/system/spatial.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/spatial.hpp b/src/game/system/spatial.hpp index f73bbea..87c673f 100644 --- a/src/game/system/spatial.hpp +++ b/src/game/system/spatial.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/spring.cpp b/src/game/system/spring.cpp index 381d158..01c5ebc 100644 --- a/src/game/system/spring.cpp +++ b/src/game/system/spring.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/spring.hpp b/src/game/system/spring.hpp index 60ecdd5..42f7a7b 100644 --- a/src/game/system/spring.hpp +++ b/src/game/system/spring.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/steering.cpp b/src/game/system/steering.cpp index 569fa73..6ed1af1 100644 --- a/src/game/system/steering.cpp +++ b/src/game/system/steering.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/steering.hpp b/src/game/system/steering.hpp index 3ad13b1..d391338 100644 --- a/src/game/system/steering.hpp +++ b/src/game/system/steering.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/subterrain.cpp b/src/game/system/subterrain.cpp index d4567b7..f820d59 100644 --- a/src/game/system/subterrain.cpp +++ b/src/game/system/subterrain.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/subterrain.hpp b/src/game/system/subterrain.hpp index 4e1c066..8b842a1 100644 --- a/src/game/system/subterrain.hpp +++ b/src/game/system/subterrain.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/terrain.cpp b/src/game/system/terrain.cpp index 82d5934..3eddef3 100644 --- a/src/game/system/terrain.cpp +++ b/src/game/system/terrain.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/terrain.hpp b/src/game/system/terrain.hpp index 01314fc..5e199a8 100644 --- a/src/game/system/terrain.hpp +++ b/src/game/system/terrain.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/updatable.cpp b/src/game/system/updatable.cpp index 01fa519..e71b8d6 100644 --- a/src/game/system/updatable.cpp +++ b/src/game/system/updatable.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/updatable.hpp b/src/game/system/updatable.hpp index ede0aa8..05adf6c 100644 --- a/src/game/system/updatable.hpp +++ b/src/game/system/updatable.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/vegetation.cpp b/src/game/system/vegetation.cpp index 55c4185..5aad557 100644 --- a/src/game/system/vegetation.cpp +++ b/src/game/system/vegetation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/system/vegetation.hpp b/src/game/system/vegetation.hpp index a16a572..6b24ddc 100644 --- a/src/game/system/vegetation.hpp +++ b/src/game/system/vegetation.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/world.cpp b/src/game/world.cpp index 3453416..71f3cdb 100644 --- a/src/game/world.cpp +++ b/src/game/world.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/game/world.hpp b/src/game/world.hpp index b1f32e1..8fbb033 100644 --- a/src/game/world.hpp +++ b/src/game/world.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/genetics/amino-acid.hpp b/src/genetics/amino-acid.hpp index 58fe68d..00618b1 100644 --- a/src/genetics/amino-acid.hpp +++ b/src/genetics/amino-acid.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/genetics/base.cpp b/src/genetics/base.cpp index 6565a8c..883b20c 100644 --- a/src/genetics/base.cpp +++ b/src/genetics/base.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/genetics/base.hpp b/src/genetics/base.hpp index 95789cc..3529cd6 100644 --- a/src/genetics/base.hpp +++ b/src/genetics/base.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/genetics/codon.cpp b/src/genetics/codon.cpp index 054f53e..40ad09d 100644 --- a/src/genetics/codon.cpp +++ b/src/genetics/codon.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/genetics/codon.hpp b/src/genetics/codon.hpp index 18d9539..fdbf059 100644 --- a/src/genetics/codon.hpp +++ b/src/genetics/codon.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/genetics/genetics.hpp b/src/genetics/genetics.hpp index ae38006..0ac323f 100644 --- a/src/genetics/genetics.hpp +++ b/src/genetics/genetics.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/genetics/matrix.hpp b/src/genetics/matrix.hpp index 098bb13..b464d3c 100644 --- a/src/genetics/matrix.hpp +++ b/src/genetics/matrix.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/genetics/protein.hpp b/src/genetics/protein.hpp index c016671..4f8e25f 100644 --- a/src/genetics/protein.hpp +++ b/src/genetics/protein.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/genetics/sequence.hpp b/src/genetics/sequence.hpp index 9608643..b8c7db5 100644 --- a/src/genetics/sequence.hpp +++ b/src/genetics/sequence.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/genetics/standard-code.hpp b/src/genetics/standard-code.hpp index 3e66b20..9c53f84 100644 --- a/src/genetics/standard-code.hpp +++ b/src/genetics/standard-code.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/aabb.hpp b/src/geom/aabb.hpp index 2ba2315..ae6b255 100644 --- a/src/geom/aabb.hpp +++ b/src/geom/aabb.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/bounding-volume.hpp b/src/geom/bounding-volume.hpp index ffb835c..66a8498 100644 --- a/src/geom/bounding-volume.hpp +++ b/src/geom/bounding-volume.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/cartesian.hpp b/src/geom/cartesian.hpp index b7632a0..76dea9e 100644 --- a/src/geom/cartesian.hpp +++ b/src/geom/cartesian.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/convex-hull.hpp b/src/geom/convex-hull.hpp index d0779cf..9f3c53a 100644 --- a/src/geom/convex-hull.hpp +++ b/src/geom/convex-hull.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/csg.cpp b/src/geom/csg.cpp index 603ba77..8272d67 100644 --- a/src/geom/csg.cpp +++ b/src/geom/csg.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/csg.hpp b/src/geom/csg.hpp index 060a564..26dc29e 100644 --- a/src/geom/csg.hpp +++ b/src/geom/csg.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/geom.hpp b/src/geom/geom.hpp index 8c7c731..ef3fec5 100644 --- a/src/geom/geom.hpp +++ b/src/geom/geom.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/hyperoctree.hpp b/src/geom/hyperoctree.hpp index ff02f8f..9b04638 100644 --- a/src/geom/hyperoctree.hpp +++ b/src/geom/hyperoctree.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/intersection.cpp b/src/geom/intersection.cpp index cf22bf9..8cd7ef8 100644 --- a/src/geom/intersection.cpp +++ b/src/geom/intersection.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/intersection.hpp b/src/geom/intersection.hpp index 71f7ee6..deffeeb 100644 --- a/src/geom/intersection.hpp +++ b/src/geom/intersection.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/marching-cubes.cpp b/src/geom/marching-cubes.cpp index 3220139..4956f26 100644 --- a/src/geom/marching-cubes.cpp +++ b/src/geom/marching-cubes.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/marching-cubes.hpp b/src/geom/marching-cubes.hpp index 7d7adf1..44bcea3 100644 --- a/src/geom/marching-cubes.hpp +++ b/src/geom/marching-cubes.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/mesh-accelerator.cpp b/src/geom/mesh-accelerator.cpp index de31d09..919583f 100644 --- a/src/geom/mesh-accelerator.cpp +++ b/src/geom/mesh-accelerator.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/mesh-accelerator.hpp b/src/geom/mesh-accelerator.hpp index e2c8b32..8c8c1b9 100644 --- a/src/geom/mesh-accelerator.hpp +++ b/src/geom/mesh-accelerator.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/mesh-functions.cpp b/src/geom/mesh-functions.cpp index 5d57c5b..60389b5 100644 --- a/src/geom/mesh-functions.cpp +++ b/src/geom/mesh-functions.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/mesh-functions.hpp b/src/geom/mesh-functions.hpp index b1a81fc..fdad24c 100644 --- a/src/geom/mesh-functions.hpp +++ b/src/geom/mesh-functions.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/mesh.cpp b/src/geom/mesh.cpp index 22403ea..b335c0e 100644 --- a/src/geom/mesh.cpp +++ b/src/geom/mesh.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/mesh.hpp b/src/geom/mesh.hpp index 2eb578b..b9d2b6d 100644 --- a/src/geom/mesh.hpp +++ b/src/geom/mesh.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/meshes/grid.cpp b/src/geom/meshes/grid.cpp index 4e18426..e2b27bd 100644 --- a/src/geom/meshes/grid.cpp +++ b/src/geom/meshes/grid.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/meshes/grid.hpp b/src/geom/meshes/grid.hpp index f85b199..358f6c9 100644 --- a/src/geom/meshes/grid.hpp +++ b/src/geom/meshes/grid.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/morton.hpp b/src/geom/morton.hpp index d3c87bc..c4a04f3 100644 --- a/src/geom/morton.hpp +++ b/src/geom/morton.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/octree.hpp b/src/geom/octree.hpp index 041babb..c2c4d05 100644 --- a/src/geom/octree.hpp +++ b/src/geom/octree.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/plane.hpp b/src/geom/plane.hpp index 4fa408e..5f07c7c 100644 --- a/src/geom/plane.hpp +++ b/src/geom/plane.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/primitive/box.hpp b/src/geom/primitive/box.hpp index e3f503e..2200fc2 100644 --- a/src/geom/primitive/box.hpp +++ b/src/geom/primitive/box.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/primitive/circle.hpp b/src/geom/primitive/circle.hpp index f065eb1..2b90016 100644 --- a/src/geom/primitive/circle.hpp +++ b/src/geom/primitive/circle.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/primitive/hyperplane.hpp b/src/geom/primitive/hyperplane.hpp index 02328fc..9bd8c81 100644 --- a/src/geom/primitive/hyperplane.hpp +++ b/src/geom/primitive/hyperplane.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/primitive/hyperrectangle.hpp b/src/geom/primitive/hyperrectangle.hpp index fd9ec10..bc18592 100644 --- a/src/geom/primitive/hyperrectangle.hpp +++ b/src/geom/primitive/hyperrectangle.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/primitive/hypersphere.hpp b/src/geom/primitive/hypersphere.hpp index 19056bd..b7cf640 100644 --- a/src/geom/primitive/hypersphere.hpp +++ b/src/geom/primitive/hypersphere.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/primitive/intersection.hpp b/src/geom/primitive/intersection.hpp index 5d18dc8..d3a3332 100644 --- a/src/geom/primitive/intersection.hpp +++ b/src/geom/primitive/intersection.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/primitive/line-segment.hpp b/src/geom/primitive/line-segment.hpp index e923581..2cb2ef6 100644 --- a/src/geom/primitive/line-segment.hpp +++ b/src/geom/primitive/line-segment.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/primitive/line.hpp b/src/geom/primitive/line.hpp index 4748a14..1b467b6 100644 --- a/src/geom/primitive/line.hpp +++ b/src/geom/primitive/line.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/primitive/plane.hpp b/src/geom/primitive/plane.hpp index b1c5d3c..b973696 100644 --- a/src/geom/primitive/plane.hpp +++ b/src/geom/primitive/plane.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/primitive/ray.hpp b/src/geom/primitive/ray.hpp index 47c6595..56bbcc7 100644 --- a/src/geom/primitive/ray.hpp +++ b/src/geom/primitive/ray.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/primitive/rectangle.hpp b/src/geom/primitive/rectangle.hpp index bb86412..46980f0 100644 --- a/src/geom/primitive/rectangle.hpp +++ b/src/geom/primitive/rectangle.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/primitive/sphere.hpp b/src/geom/primitive/sphere.hpp index 9e80adb..0a606cc 100644 --- a/src/geom/primitive/sphere.hpp +++ b/src/geom/primitive/sphere.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/projection.hpp b/src/geom/projection.hpp index 2b6bea7..e1abf45 100644 --- a/src/geom/projection.hpp +++ b/src/geom/projection.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/quadtree.hpp b/src/geom/quadtree.hpp index f23bade..75e30a7 100644 --- a/src/geom/quadtree.hpp +++ b/src/geom/quadtree.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/ray.hpp b/src/geom/ray.hpp index f15e54c..4d3d573 100644 --- a/src/geom/ray.hpp +++ b/src/geom/ray.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/rect-pack.hpp b/src/geom/rect-pack.hpp index 112092b..d44ec38 100644 --- a/src/geom/rect-pack.hpp +++ b/src/geom/rect-pack.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/rect.hpp b/src/geom/rect.hpp index 69f3a2a..85aacca 100644 --- a/src/geom/rect.hpp +++ b/src/geom/rect.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/sdf.hpp b/src/geom/sdf.hpp index ee0e9ee..815764d 100644 --- a/src/geom/sdf.hpp +++ b/src/geom/sdf.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/solid-angle.hpp b/src/geom/solid-angle.hpp index ac7cf3b..4ba8755 100644 --- a/src/geom/solid-angle.hpp +++ b/src/geom/solid-angle.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/sphere.hpp b/src/geom/sphere.hpp index 93fff28..9056ef7 100644 --- a/src/geom/sphere.hpp +++ b/src/geom/sphere.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/spherical.hpp b/src/geom/spherical.hpp index 2d82fee..6164be8 100644 --- a/src/geom/spherical.hpp +++ b/src/geom/spherical.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/geom/view-frustum.hpp b/src/geom/view-frustum.hpp index 7304066..23b1039 100644 --- a/src/geom/view-frustum.hpp +++ b/src/geom/view-frustum.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/buffer-usage.hpp b/src/gl/buffer-usage.hpp index 577f81e..1bb0ac2 100644 --- a/src/gl/buffer-usage.hpp +++ b/src/gl/buffer-usage.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/color-space.hpp b/src/gl/color-space.hpp index b6aa806..1be6569 100644 --- a/src/gl/color-space.hpp +++ b/src/gl/color-space.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/drawing-mode.hpp b/src/gl/drawing-mode.hpp index 5be33bc..699810f 100644 --- a/src/gl/drawing-mode.hpp +++ b/src/gl/drawing-mode.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/element-array-type.hpp b/src/gl/element-array-type.hpp index a086826..9ed2137 100644 --- a/src/gl/element-array-type.hpp +++ b/src/gl/element-array-type.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/framebuffer.cpp b/src/gl/framebuffer.cpp index 6265795..0438b8b 100644 --- a/src/gl/framebuffer.cpp +++ b/src/gl/framebuffer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/framebuffer.hpp b/src/gl/framebuffer.hpp index f404928..b9f486b 100644 --- a/src/gl/framebuffer.hpp +++ b/src/gl/framebuffer.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/gl.hpp b/src/gl/gl.hpp index 88db4e8..fcb64e8 100644 --- a/src/gl/gl.hpp +++ b/src/gl/gl.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/pixel-format.hpp b/src/gl/pixel-format.hpp index b9d38aa..2bee239 100644 --- a/src/gl/pixel-format.hpp +++ b/src/gl/pixel-format.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/pixel-type.hpp b/src/gl/pixel-type.hpp index 727c8ad..9a4f7ba 100644 --- a/src/gl/pixel-type.hpp +++ b/src/gl/pixel-type.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/rasterizer.cpp b/src/gl/rasterizer.cpp index b1cb71f..a45dcd4 100644 --- a/src/gl/rasterizer.cpp +++ b/src/gl/rasterizer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/rasterizer.hpp b/src/gl/rasterizer.hpp index 63d5525..2f43e3c 100644 --- a/src/gl/rasterizer.hpp +++ b/src/gl/rasterizer.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/shader-input.cpp b/src/gl/shader-input.cpp index 930ee0a..73448db 100644 --- a/src/gl/shader-input.cpp +++ b/src/gl/shader-input.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/shader-input.hpp b/src/gl/shader-input.hpp index 56c5951..a5159da 100644 --- a/src/gl/shader-input.hpp +++ b/src/gl/shader-input.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/shader-object.cpp b/src/gl/shader-object.cpp index 378a3f0..7424dc3 100644 --- a/src/gl/shader-object.cpp +++ b/src/gl/shader-object.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/shader-object.hpp b/src/gl/shader-object.hpp index b99c5e7..1ce0e5f 100644 --- a/src/gl/shader-object.hpp +++ b/src/gl/shader-object.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/shader-program.cpp b/src/gl/shader-program.cpp index 02acb9f..74c2378 100644 --- a/src/gl/shader-program.cpp +++ b/src/gl/shader-program.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/shader-program.hpp b/src/gl/shader-program.hpp index d2d0cc0..4ebaf91 100644 --- a/src/gl/shader-program.hpp +++ b/src/gl/shader-program.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/shader-stage.hpp b/src/gl/shader-stage.hpp index 669a854..5024fbb 100644 --- a/src/gl/shader-stage.hpp +++ b/src/gl/shader-stage.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/shader-variable-type.hpp b/src/gl/shader-variable-type.hpp index 43233dd..004a204 100644 --- a/src/gl/shader-variable-type.hpp +++ b/src/gl/shader-variable-type.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/texture-1d.cpp b/src/gl/texture-1d.cpp index 993fec3..a3272c9 100644 --- a/src/gl/texture-1d.cpp +++ b/src/gl/texture-1d.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/texture-1d.hpp b/src/gl/texture-1d.hpp index e9c3863..17548fe 100644 --- a/src/gl/texture-1d.hpp +++ b/src/gl/texture-1d.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/texture-2d.cpp b/src/gl/texture-2d.cpp index 8f286f3..440d8d9 100644 --- a/src/gl/texture-2d.cpp +++ b/src/gl/texture-2d.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/texture-2d.hpp b/src/gl/texture-2d.hpp index 4fa76a9..d4bdf5a 100644 --- a/src/gl/texture-2d.hpp +++ b/src/gl/texture-2d.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/texture-3d.cpp b/src/gl/texture-3d.cpp index a380954..543053a 100644 --- a/src/gl/texture-3d.cpp +++ b/src/gl/texture-3d.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/texture-3d.hpp b/src/gl/texture-3d.hpp index 14dd380..e12db6a 100644 --- a/src/gl/texture-3d.hpp +++ b/src/gl/texture-3d.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/texture-cube.cpp b/src/gl/texture-cube.cpp index e6656fe..85215ff 100644 --- a/src/gl/texture-cube.cpp +++ b/src/gl/texture-cube.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/texture-cube.hpp b/src/gl/texture-cube.hpp index 895889b..af41823 100644 --- a/src/gl/texture-cube.hpp +++ b/src/gl/texture-cube.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/texture-filter.hpp b/src/gl/texture-filter.hpp index 7357b54..5aee9c0 100644 --- a/src/gl/texture-filter.hpp +++ b/src/gl/texture-filter.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/texture-wrapping.hpp b/src/gl/texture-wrapping.hpp index 2190a25..cc3e166 100644 --- a/src/gl/texture-wrapping.hpp +++ b/src/gl/texture-wrapping.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/texture.cpp b/src/gl/texture.cpp index a316cb3..dbbbe7c 100644 --- a/src/gl/texture.cpp +++ b/src/gl/texture.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/texture.hpp b/src/gl/texture.hpp index 22ec830..4f990cb 100644 --- a/src/gl/texture.hpp +++ b/src/gl/texture.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/vertex-array.cpp b/src/gl/vertex-array.cpp index 15b31e6..a1ed873 100644 --- a/src/gl/vertex-array.cpp +++ b/src/gl/vertex-array.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/vertex-array.hpp b/src/gl/vertex-array.hpp index aab69a2..46b20ad 100644 --- a/src/gl/vertex-array.hpp +++ b/src/gl/vertex-array.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/vertex-attribute.hpp b/src/gl/vertex-attribute.hpp index 356f823..2af66cf 100644 --- a/src/gl/vertex-attribute.hpp +++ b/src/gl/vertex-attribute.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/vertex-buffer.cpp b/src/gl/vertex-buffer.cpp index 1c5f31e..719b681 100644 --- a/src/gl/vertex-buffer.cpp +++ b/src/gl/vertex-buffer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/gl/vertex-buffer.hpp b/src/gl/vertex-buffer.hpp index 4598fd7..cd23e46 100644 --- a/src/gl/vertex-buffer.hpp +++ b/src/gl/vertex-buffer.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 3048fcb..6af98d7 100644 --- a/src/input/control-set.cpp +++ b/src/input/control-set.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 0e03b5c..831c370 100644 --- a/src/input/control-set.hpp +++ b/src/input/control-set.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/control.cpp b/src/input/control.cpp index 20fbaa2..3c9fc0c 100644 --- a/src/input/control.cpp +++ b/src/input/control.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/control.hpp b/src/input/control.hpp index 7b2c7f3..b2ce711 100644 --- a/src/input/control.hpp +++ b/src/input/control.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/device.cpp b/src/input/device.cpp index 09bb955..17753be 100644 --- a/src/input/device.cpp +++ b/src/input/device.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/device.hpp b/src/input/device.hpp index 883c2ed..20099df 100644 --- a/src/input/device.hpp +++ b/src/input/device.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/event-router.cpp b/src/input/event-router.cpp index 157f65b..5da99ab 100644 --- a/src/input/event-router.cpp +++ b/src/input/event-router.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/event-router.hpp b/src/input/event-router.hpp index 22f5dc6..a34d126 100644 --- a/src/input/event-router.hpp +++ b/src/input/event-router.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/gamepad.cpp b/src/input/gamepad.cpp index 191a99b..f47868b 100644 --- a/src/input/gamepad.cpp +++ b/src/input/gamepad.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/gamepad.hpp b/src/input/gamepad.hpp index bcbf453..008297a 100644 --- a/src/input/gamepad.hpp +++ b/src/input/gamepad.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/input.hpp b/src/input/input.hpp index f9755d9..59956f0 100644 --- a/src/input/input.hpp +++ b/src/input/input.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/keyboard.cpp b/src/input/keyboard.cpp index b8bd314..2a486e2 100644 --- a/src/input/keyboard.cpp +++ b/src/input/keyboard.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/keyboard.hpp b/src/input/keyboard.hpp index c6b0067..a161347 100644 --- a/src/input/keyboard.hpp +++ b/src/input/keyboard.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/listener.cpp b/src/input/listener.cpp index c1f10ee..6d57814 100644 --- a/src/input/listener.cpp +++ b/src/input/listener.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/listener.hpp b/src/input/listener.hpp index a6418ec..94a4ab5 100644 --- a/src/input/listener.hpp +++ b/src/input/listener.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/mapper.cpp b/src/input/mapper.cpp index 90a1fc5..5973362 100644 --- a/src/input/mapper.cpp +++ b/src/input/mapper.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/mapper.hpp b/src/input/mapper.hpp index 216d28e..bd1c1c3 100644 --- a/src/input/mapper.hpp +++ b/src/input/mapper.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/mapping.cpp b/src/input/mapping.cpp index e8e58dc..daea28b 100644 --- a/src/input/mapping.cpp +++ b/src/input/mapping.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/mapping.hpp b/src/input/mapping.hpp index ae5f7cb..15dea9c 100644 --- a/src/input/mapping.hpp +++ b/src/input/mapping.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/mouse.cpp b/src/input/mouse.cpp index af0737c..60433ca 100644 --- a/src/input/mouse.cpp +++ b/src/input/mouse.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/mouse.hpp b/src/input/mouse.hpp index b961172..b4ef78f 100644 --- a/src/input/mouse.hpp +++ b/src/input/mouse.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/input/scancode.hpp b/src/input/scancode.hpp index 6eead6d..aa83f61 100644 --- a/src/input/scancode.hpp +++ b/src/input/scancode.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 8c84226..118c421 100644 --- a/src/input/sdl-game-controller-tables.cpp +++ b/src/input/sdl-game-controller-tables.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 77f64e5..94d779d 100644 --- a/src/input/sdl-game-controller-tables.hpp +++ b/src/input/sdl-game-controller-tables.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 4f62520..88c5a3b 100644 --- a/src/input/sdl-scancode-table.cpp +++ b/src/input/sdl-scancode-table.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 5927315..93f420a 100644 --- a/src/input/sdl-scancode-table.hpp +++ b/src/input/sdl-scancode-table.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/main.cpp b/src/main.cpp index 828184f..cb44012 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/angles.hpp b/src/math/angles.hpp index 4a05e93..d304172 100644 --- a/src/math/angles.hpp +++ b/src/math/angles.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/compile.hpp b/src/math/compile.hpp index be82d65..8723016 100644 --- a/src/math/compile.hpp +++ b/src/math/compile.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/constants.hpp b/src/math/constants.hpp index 83ce01b..a6926e6 100644 --- a/src/math/constants.hpp +++ b/src/math/constants.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/hash/hash.hpp b/src/math/hash/hash.hpp index 813364d..dba2550 100644 --- a/src/math/hash/hash.hpp +++ b/src/math/hash/hash.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/hash/make-uint.hpp b/src/math/hash/make-uint.hpp index 46a7fa0..9b57b07 100644 --- a/src/math/hash/make-uint.hpp +++ b/src/math/hash/make-uint.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/hash/pcg.hpp b/src/math/hash/pcg.hpp index d9a307b..2e395db 100644 --- a/src/math/hash/pcg.hpp +++ b/src/math/hash/pcg.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/interpolation.hpp b/src/math/interpolation.hpp index 5d29f82..e475c65 100644 --- a/src/math/interpolation.hpp +++ b/src/math/interpolation.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/linear-algebra.hpp b/src/math/linear-algebra.hpp index 271c485..f7e2962 100644 --- a/src/math/linear-algebra.hpp +++ b/src/math/linear-algebra.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/map.hpp b/src/math/map.hpp index 94a9c1d..a84255f 100644 --- a/src/math/map.hpp +++ b/src/math/map.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/math.hpp b/src/math/math.hpp index 0494374..f10c76b 100644 --- a/src/math/math.hpp +++ b/src/math/math.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/matrix.hpp b/src/math/matrix.hpp index 67e2e04..43220eb 100644 --- a/src/math/matrix.hpp +++ b/src/math/matrix.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/noise/fbm.hpp b/src/math/noise/fbm.hpp index 850bbff..ab93bae 100644 --- a/src/math/noise/fbm.hpp +++ b/src/math/noise/fbm.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/noise/noise.hpp b/src/math/noise/noise.hpp index 7f54eb4..3763475 100644 --- a/src/math/noise/noise.hpp +++ b/src/math/noise/noise.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/noise/simplex.hpp b/src/math/noise/simplex.hpp index 5d79dd4..65b3fca 100644 --- a/src/math/noise/simplex.hpp +++ b/src/math/noise/simplex.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/noise/voronoi.hpp b/src/math/noise/voronoi.hpp index 79a7b5f..71ed0b5 100644 --- a/src/math/noise/voronoi.hpp +++ b/src/math/noise/voronoi.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/operators.hpp b/src/math/operators.hpp index fcc46a3..78e1bc9 100644 --- a/src/math/operators.hpp +++ b/src/math/operators.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/polynomial.hpp b/src/math/polynomial.hpp index 82579ea..aa33fa0 100644 --- a/src/math/polynomial.hpp +++ b/src/math/polynomial.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/projection.hpp b/src/math/projection.hpp index 5e9446b..c136edb 100644 --- a/src/math/projection.hpp +++ b/src/math/projection.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/quadrature.hpp b/src/math/quadrature.hpp index 35a3372..69abc98 100644 --- a/src/math/quadrature.hpp +++ b/src/math/quadrature.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/quaternion.hpp b/src/math/quaternion.hpp index e1460b7..e4108f4 100644 --- a/src/math/quaternion.hpp +++ b/src/math/quaternion.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/random.hpp b/src/math/random.hpp index de9acdf..b89629e 100644 --- a/src/math/random.hpp +++ b/src/math/random.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/se3.hpp b/src/math/se3.hpp index e573d48..807c344 100644 --- a/src/math/se3.hpp +++ b/src/math/se3.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 9eec8ce..046ff87 100644 --- a/src/math/transform-functions.hpp +++ b/src/math/transform-functions.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 caacf7f..d818402 100644 --- a/src/math/transform-operators.hpp +++ b/src/math/transform-operators.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 22a7f7f..feaee52 100644 --- a/src/math/transform-type.hpp +++ b/src/math/transform-type.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/math/vector.hpp b/src/math/vector.hpp index d107948..7444672 100644 --- a/src/math/vector.hpp +++ b/src/math/vector.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/physics/constants.hpp b/src/physics/constants.hpp index ccf68d8..5004628 100644 --- a/src/physics/constants.hpp +++ b/src/physics/constants.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/physics/gas/atmosphere.hpp b/src/physics/gas/atmosphere.hpp index cd92348..878aea6 100644 --- a/src/physics/gas/atmosphere.hpp +++ b/src/physics/gas/atmosphere.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/physics/gas/gas.hpp b/src/physics/gas/gas.hpp index 44e8dd4..c2a642b 100644 --- a/src/physics/gas/gas.hpp +++ b/src/physics/gas/gas.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/physics/gas/ozone.hpp b/src/physics/gas/ozone.hpp index f3a2459..172c4f0 100644 --- a/src/physics/gas/ozone.hpp +++ b/src/physics/gas/ozone.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/physics/light/blackbody.hpp b/src/physics/light/blackbody.hpp index 4864973..afa2162 100644 --- a/src/physics/light/blackbody.hpp +++ b/src/physics/light/blackbody.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/physics/light/exposure.hpp b/src/physics/light/exposure.hpp index fa93e87..d0590cc 100644 --- a/src/physics/light/exposure.hpp +++ b/src/physics/light/exposure.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/physics/light/light.hpp b/src/physics/light/light.hpp index a9a7e35..75e612f 100644 --- a/src/physics/light/light.hpp +++ b/src/physics/light/light.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/physics/light/luminosity.hpp b/src/physics/light/luminosity.hpp index 0a1492c..d8f5c15 100644 --- a/src/physics/light/luminosity.hpp +++ b/src/physics/light/luminosity.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/physics/light/phase.hpp b/src/physics/light/phase.hpp index 42e28de..917b797 100644 --- a/src/physics/light/phase.hpp +++ b/src/physics/light/phase.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/physics/light/photometry.hpp b/src/physics/light/photometry.hpp index 61f312d..258b627 100644 --- a/src/physics/light/photometry.hpp +++ b/src/physics/light/photometry.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/physics/light/refraction.hpp b/src/physics/light/refraction.hpp index 00e115b..eab24dd 100644 --- a/src/physics/light/refraction.hpp +++ b/src/physics/light/refraction.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/physics/light/vmag.hpp b/src/physics/light/vmag.hpp index 4558a7c..d683288 100644 --- a/src/physics/light/vmag.hpp +++ b/src/physics/light/vmag.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/physics/number-density.hpp b/src/physics/number-density.hpp index 3eea24b..feb95a0 100644 --- a/src/physics/number-density.hpp +++ b/src/physics/number-density.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/physics/orbit/anomaly.hpp b/src/physics/orbit/anomaly.hpp index 9533232..b00ef9c 100644 --- a/src/physics/orbit/anomaly.hpp +++ b/src/physics/orbit/anomaly.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/physics/orbit/elements.hpp b/src/physics/orbit/elements.hpp index a16f37b..6f2f976 100644 --- a/src/physics/orbit/elements.hpp +++ b/src/physics/orbit/elements.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/physics/orbit/ephemeris.hpp b/src/physics/orbit/ephemeris.hpp index cf2860a..d5dfd44 100644 --- a/src/physics/orbit/ephemeris.hpp +++ b/src/physics/orbit/ephemeris.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/physics/orbit/frame.hpp b/src/physics/orbit/frame.hpp index 0a35ae2..84ce71a 100644 --- a/src/physics/orbit/frame.hpp +++ b/src/physics/orbit/frame.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/physics/orbit/orbit.hpp b/src/physics/orbit/orbit.hpp index c926c0c..ce2c9e5 100644 --- a/src/physics/orbit/orbit.hpp +++ b/src/physics/orbit/orbit.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/physics/orbit/state.hpp b/src/physics/orbit/state.hpp index 2e514c1..0b751af 100644 --- a/src/physics/orbit/state.hpp +++ b/src/physics/orbit/state.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/physics/orbit/trajectory.hpp b/src/physics/orbit/trajectory.hpp index 8de6b44..f1b17cd 100644 --- a/src/physics/orbit/trajectory.hpp +++ b/src/physics/orbit/trajectory.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/physics/physics.hpp b/src/physics/physics.hpp index 5d31e3c..fad5094 100644 --- a/src/physics/physics.hpp +++ b/src/physics/physics.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/physics/planck.hpp b/src/physics/planck.hpp index facc549..232ae2c 100644 --- a/src/physics/planck.hpp +++ b/src/physics/planck.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/physics/time/constants.hpp b/src/physics/time/constants.hpp index bf6238b..c8433fb 100644 --- a/src/physics/time/constants.hpp +++ b/src/physics/time/constants.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/physics/time/gregorian.hpp b/src/physics/time/gregorian.hpp index f4ff2a7..309908e 100644 --- a/src/physics/time/gregorian.hpp +++ b/src/physics/time/gregorian.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/physics/time/jd.hpp b/src/physics/time/jd.hpp index 258877b..5513397 100644 --- a/src/physics/time/jd.hpp +++ b/src/physics/time/jd.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/physics/time/time.hpp b/src/physics/time/time.hpp index 852aed1..76b1122 100644 --- a/src/physics/time/time.hpp +++ b/src/physics/time/time.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/physics/time/ut1.hpp b/src/physics/time/ut1.hpp index 8ead755..c85e952 100644 --- a/src/physics/time/ut1.hpp +++ b/src/physics/time/ut1.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/physics/time/utc.hpp b/src/physics/time/utc.hpp index 5b55e8e..59275e1 100644 --- a/src/physics/time/utc.hpp +++ b/src/physics/time/utc.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 213c7e8..900b3a5 100644 --- a/src/platform/windows/nvidia.cpp +++ b/src/platform/windows/nvidia.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/compositor.cpp b/src/render/compositor.cpp index ae1ea3e..547d7fd 100644 --- a/src/render/compositor.cpp +++ b/src/render/compositor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/compositor.hpp b/src/render/compositor.hpp index 3d8c8c7..8ea66b5 100644 --- a/src/render/compositor.hpp +++ b/src/render/compositor.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/context.hpp b/src/render/context.hpp index 882f548..36b98d6 100644 --- a/src/render/context.hpp +++ b/src/render/context.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/material-flags.hpp b/src/render/material-flags.hpp index acda08a..0c12260 100644 --- a/src/render/material-flags.hpp +++ b/src/render/material-flags.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/material-property.cpp b/src/render/material-property.cpp index 372eb79..14efdb4 100644 --- a/src/render/material-property.cpp +++ b/src/render/material-property.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/material-property.hpp b/src/render/material-property.hpp index f217b32..0d2a5cf 100644 --- a/src/render/material-property.hpp +++ b/src/render/material-property.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/material.cpp b/src/render/material.cpp index 31b88bc..362cc3b 100644 --- a/src/render/material.cpp +++ b/src/render/material.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/material.hpp b/src/render/material.hpp index 0bdbe27..7881b82 100644 --- a/src/render/material.hpp +++ b/src/render/material.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/model.cpp b/src/render/model.cpp index aa9f047..f821356 100644 --- a/src/render/model.cpp +++ b/src/render/model.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/model.hpp b/src/render/model.hpp index 2701525..046118b 100644 --- a/src/render/model.hpp +++ b/src/render/model.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/operation.hpp b/src/render/operation.hpp index f371ece..230b2d0 100644 --- a/src/render/operation.hpp +++ b/src/render/operation.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/pass.cpp b/src/render/pass.cpp index b47d0b2..d98fa18 100644 --- a/src/render/pass.cpp +++ b/src/render/pass.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/pass.hpp b/src/render/pass.hpp index 3458a52..0997227 100644 --- a/src/render/pass.hpp +++ b/src/render/pass.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/passes/bloom-pass.cpp b/src/render/passes/bloom-pass.cpp index b79a76f..cc45638 100644 --- a/src/render/passes/bloom-pass.cpp +++ b/src/render/passes/bloom-pass.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/passes/bloom-pass.hpp b/src/render/passes/bloom-pass.hpp index 2d6a684..4c1bab4 100644 --- a/src/render/passes/bloom-pass.hpp +++ b/src/render/passes/bloom-pass.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/passes/clear-pass.cpp b/src/render/passes/clear-pass.cpp index 00a3b8b..9f27e15 100644 --- a/src/render/passes/clear-pass.cpp +++ b/src/render/passes/clear-pass.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/passes/clear-pass.hpp b/src/render/passes/clear-pass.hpp index 0b4758d..058d997 100644 --- a/src/render/passes/clear-pass.hpp +++ b/src/render/passes/clear-pass.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/passes/final-pass.cpp b/src/render/passes/final-pass.cpp index 15d2062..73f4e7d 100644 --- a/src/render/passes/final-pass.cpp +++ b/src/render/passes/final-pass.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/passes/final-pass.hpp b/src/render/passes/final-pass.hpp index 14f93d5..04fe846 100644 --- a/src/render/passes/final-pass.hpp +++ b/src/render/passes/final-pass.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/passes/ground-pass.cpp b/src/render/passes/ground-pass.cpp index f74e996..6eddb7b 100644 --- a/src/render/passes/ground-pass.cpp +++ b/src/render/passes/ground-pass.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/passes/ground-pass.hpp b/src/render/passes/ground-pass.hpp index 82c1d09..5876d4f 100644 --- a/src/render/passes/ground-pass.hpp +++ b/src/render/passes/ground-pass.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/passes/material-pass.cpp b/src/render/passes/material-pass.cpp index b3b20a5..5bc1969 100644 --- a/src/render/passes/material-pass.cpp +++ b/src/render/passes/material-pass.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/passes/material-pass.hpp b/src/render/passes/material-pass.hpp index 9fbf8a7..42c11e3 100644 --- a/src/render/passes/material-pass.hpp +++ b/src/render/passes/material-pass.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/passes/outline-pass.cpp b/src/render/passes/outline-pass.cpp index cd28702..76d38bd 100644 --- a/src/render/passes/outline-pass.cpp +++ b/src/render/passes/outline-pass.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/passes/outline-pass.hpp b/src/render/passes/outline-pass.hpp index 08dbc05..754afed 100644 --- a/src/render/passes/outline-pass.hpp +++ b/src/render/passes/outline-pass.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/passes/shadow-map-pass.cpp b/src/render/passes/shadow-map-pass.cpp index 2797687..8cb9169 100644 --- a/src/render/passes/shadow-map-pass.cpp +++ b/src/render/passes/shadow-map-pass.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/passes/shadow-map-pass.hpp b/src/render/passes/shadow-map-pass.hpp index 1f5dbe6..a9d63f8 100644 --- a/src/render/passes/shadow-map-pass.hpp +++ b/src/render/passes/shadow-map-pass.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/passes/simple-pass.cpp b/src/render/passes/simple-pass.cpp index 441d664..bef8e03 100644 --- a/src/render/passes/simple-pass.cpp +++ b/src/render/passes/simple-pass.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/passes/simple-pass.hpp b/src/render/passes/simple-pass.hpp index fb22e90..33e026c 100644 --- a/src/render/passes/simple-pass.hpp +++ b/src/render/passes/simple-pass.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/passes/sky-pass.cpp b/src/render/passes/sky-pass.cpp index 2c4f1a2..dca08d8 100644 --- a/src/render/passes/sky-pass.cpp +++ b/src/render/passes/sky-pass.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/passes/sky-pass.hpp b/src/render/passes/sky-pass.hpp index dfc4f45..d91ac3a 100644 --- a/src/render/passes/sky-pass.hpp +++ b/src/render/passes/sky-pass.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/passes/ui-pass.cpp b/src/render/passes/ui-pass.cpp index 690d273..d55ce9b 100644 --- a/src/render/passes/ui-pass.cpp +++ b/src/render/passes/ui-pass.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/passes/ui-pass.hpp b/src/render/passes/ui-pass.hpp index a02e7c5..378d9c6 100644 --- a/src/render/passes/ui-pass.hpp +++ b/src/render/passes/ui-pass.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/queue.hpp b/src/render/queue.hpp index b5a1296..a06c77b 100644 --- a/src/render/queue.hpp +++ b/src/render/queue.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/render.hpp b/src/render/render.hpp index 976c7f0..b607918 100644 --- a/src/render/render.hpp +++ b/src/render/render.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/renderer.cpp b/src/render/renderer.cpp index 79ceb31..84a58e8 100644 --- a/src/render/renderer.cpp +++ b/src/render/renderer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/renderer.hpp b/src/render/renderer.hpp index 79cf1db..6a611a6 100644 --- a/src/render/renderer.hpp +++ b/src/render/renderer.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/shader-template.cpp b/src/render/shader-template.cpp index e5d0da2..bb6eed0 100644 --- a/src/render/shader-template.cpp +++ b/src/render/shader-template.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/shader-template.hpp b/src/render/shader-template.hpp index 6f6aa40..bec0f84 100644 --- a/src/render/shader-template.hpp +++ b/src/render/shader-template.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/render/vertex-attribute.hpp b/src/render/vertex-attribute.hpp index dbd69be..f91aa94 100644 --- a/src/render/vertex-attribute.hpp +++ b/src/render/vertex-attribute.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 bcc75e7..20656b3 100644 --- a/src/resources/behavior-tree-loader.cpp +++ b/src/resources/behavior-tree-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 4c20269..031985a 100644 --- a/src/resources/entity-archetype-loader.cpp +++ b/src/resources/entity-archetype-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/resources/ephemeris-loader.cpp b/src/resources/ephemeris-loader.cpp index b19710e..2d4ddc7 100644 --- a/src/resources/ephemeris-loader.cpp +++ b/src/resources/ephemeris-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/resources/file-buffer-loader.cpp b/src/resources/file-buffer-loader.cpp index d75f114..3852657 100644 --- a/src/resources/file-buffer-loader.cpp +++ b/src/resources/file-buffer-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/resources/file-buffer.hpp b/src/resources/file-buffer.hpp index c19a9c7..752a8a4 100644 --- a/src/resources/file-buffer.hpp +++ b/src/resources/file-buffer.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 8c04bbc..1865268 100644 --- a/src/resources/image-loader.cpp +++ b/src/resources/image-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/resources/image.cpp b/src/resources/image.cpp index 0fd828a..b93fcc7 100644 --- a/src/resources/image.cpp +++ b/src/resources/image.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/resources/image.hpp b/src/resources/image.hpp index 2c3af27..139e267 100644 --- a/src/resources/image.hpp +++ b/src/resources/image.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/resources/json-loader.cpp b/src/resources/json-loader.cpp index ec2767d..d72dd5f 100644 --- a/src/resources/json-loader.cpp +++ b/src/resources/json-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/resources/json.hpp b/src/resources/json.hpp index 5c9abf0..75b2474 100644 --- a/src/resources/json.hpp +++ b/src/resources/json.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 82ff427..895f422 100644 --- a/src/resources/material-loader.cpp +++ b/src/resources/material-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 96291d7..cf6539e 100644 --- a/src/resources/mesh-loader.cpp +++ b/src/resources/mesh-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 26d8d3c..9600cdb 100644 --- a/src/resources/model-loader.cpp +++ b/src/resources/model-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 a4ea099..cac53a4 100644 --- a/src/resources/resource-handle.cpp +++ b/src/resources/resource-handle.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 238a3e3..1619171 100644 --- a/src/resources/resource-handle.hpp +++ b/src/resources/resource-handle.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 e70682f..de9890f 100644 --- a/src/resources/resource-loader.cpp +++ b/src/resources/resource-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 87d199c..b71c609 100644 --- a/src/resources/resource-loader.hpp +++ b/src/resources/resource-loader.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 e9d73b9..7f85253 100644 --- a/src/resources/resource-manager.cpp +++ b/src/resources/resource-manager.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 1e8a460..9e59a19 100644 --- a/src/resources/resource-manager.hpp +++ b/src/resources/resource-manager.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 1b887d3..d471ca4 100644 --- a/src/resources/shader-program-loader.cpp +++ b/src/resources/shader-program-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 a8828de..36ce5f5 100644 --- a/src/resources/string-table-loader.cpp +++ b/src/resources/string-table-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 575a765..24acf2e 100644 --- a/src/resources/string-table.cpp +++ b/src/resources/string-table.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 8afe7fe..91c1429 100644 --- a/src/resources/string-table.hpp +++ b/src/resources/string-table.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 c0a526d..2ad852b 100644 --- a/src/resources/text-file-loader.cpp +++ b/src/resources/text-file-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 477fd51..c9179ac 100644 --- a/src/resources/text-file.hpp +++ b/src/resources/text-file.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/resources/texture-loader.cpp b/src/resources/texture-loader.cpp index 746964d..97cc6be 100644 --- a/src/resources/texture-loader.cpp +++ b/src/resources/texture-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/resources/typeface-loader.cpp b/src/resources/typeface-loader.cpp index c73d635..875da27 100644 --- a/src/resources/typeface-loader.cpp +++ b/src/resources/typeface-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 3f7dc9c..c2a7f5e 100644 --- a/src/scene/ambient-light.hpp +++ b/src/scene/ambient-light.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/billboard.cpp b/src/scene/billboard.cpp index 02151c0..4b18ffb 100644 --- a/src/scene/billboard.cpp +++ b/src/scene/billboard.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/billboard.hpp b/src/scene/billboard.hpp index 325063d..82fed10 100644 --- a/src/scene/billboard.hpp +++ b/src/scene/billboard.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/camera.cpp b/src/scene/camera.cpp index 6545825..b2e5a2e 100644 --- a/src/scene/camera.cpp +++ b/src/scene/camera.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/camera.hpp b/src/scene/camera.hpp index f26c1a0..53b083b 100644 --- a/src/scene/camera.hpp +++ b/src/scene/camera.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/collection.cpp b/src/scene/collection.cpp index 69a193b..b42e225 100644 --- a/src/scene/collection.cpp +++ b/src/scene/collection.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/collection.hpp b/src/scene/collection.hpp index e0fb596..de07fa2 100644 --- a/src/scene/collection.hpp +++ b/src/scene/collection.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 24f180f..5cd8f51 100644 --- a/src/scene/directional-light.cpp +++ b/src/scene/directional-light.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 b1a59da..2a70468 100644 --- a/src/scene/directional-light.hpp +++ b/src/scene/directional-light.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/light.cpp b/src/scene/light.cpp index 0e0bbfa..caf77b0 100644 --- a/src/scene/light.cpp +++ b/src/scene/light.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/light.hpp b/src/scene/light.hpp index adb439d..31dccbe 100644 --- a/src/scene/light.hpp +++ b/src/scene/light.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 0cd9903..b64c7fb 100644 --- a/src/scene/lod-group.cpp +++ b/src/scene/lod-group.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 04984eb..7f29cfe 100644 --- a/src/scene/lod-group.hpp +++ b/src/scene/lod-group.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 54602e6..5ba9fc0 100644 --- a/src/scene/model-instance.cpp +++ b/src/scene/model-instance.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 4fd290a..30a2c0d 100644 --- a/src/scene/model-instance.hpp +++ b/src/scene/model-instance.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/object.cpp b/src/scene/object.cpp index 723c7c2..79dc25d 100644 --- a/src/scene/object.cpp +++ b/src/scene/object.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/object.hpp b/src/scene/object.hpp index 4bcbfbc..84dac1c 100644 --- a/src/scene/object.hpp +++ b/src/scene/object.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 1211320..3d7744d 100644 --- a/src/scene/point-light.cpp +++ b/src/scene/point-light.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 485925f..b9edc8b 100644 --- a/src/scene/point-light.hpp +++ b/src/scene/point-light.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/scene.hpp b/src/scene/scene.hpp index c37261e..be5114d 100644 --- a/src/scene/scene.hpp +++ b/src/scene/scene.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/spot-light.cpp b/src/scene/spot-light.cpp index c36c50f..3a51d84 100644 --- a/src/scene/spot-light.cpp +++ b/src/scene/spot-light.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/spot-light.hpp b/src/scene/spot-light.hpp index 4550ab3..bed3dd1 100644 --- a/src/scene/spot-light.hpp +++ b/src/scene/spot-light.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/text.cpp b/src/scene/text.cpp index 92839df..1250116 100644 --- a/src/scene/text.cpp +++ b/src/scene/text.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/scene/text.hpp b/src/scene/text.hpp index 0951db7..4f0594b 100644 --- a/src/scene/text.hpp +++ b/src/scene/text.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/state-machine.hpp b/src/state-machine.hpp index 9b7cc53..9f749c4 100644 --- a/src/state-machine.hpp +++ b/src/state-machine.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/type/bitmap-font.cpp b/src/type/bitmap-font.cpp index 2c81382..4e3a31b 100644 --- a/src/type/bitmap-font.cpp +++ b/src/type/bitmap-font.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/type/bitmap-font.hpp b/src/type/bitmap-font.hpp index 3b875ad..73086e4 100644 --- a/src/type/bitmap-font.hpp +++ b/src/type/bitmap-font.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/type/bitmap-glyph.hpp b/src/type/bitmap-glyph.hpp index 4bba4c3..2964fe1 100644 --- a/src/type/bitmap-glyph.hpp +++ b/src/type/bitmap-glyph.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/type/font-metrics.hpp b/src/type/font-metrics.hpp index 21f8fac..6ce16e1 100644 --- a/src/type/font-metrics.hpp +++ b/src/type/font-metrics.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/type/font.cpp b/src/type/font.cpp index 48935f7..5488b39 100644 --- a/src/type/font.cpp +++ b/src/type/font.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/type/font.hpp b/src/type/font.hpp index f3cbf66..25bd73a 100644 --- a/src/type/font.hpp +++ b/src/type/font.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/type/freetype/typeface.cpp b/src/type/freetype/typeface.cpp index 046cc12..958078a 100644 --- a/src/type/freetype/typeface.cpp +++ b/src/type/freetype/typeface.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/type/freetype/typeface.hpp b/src/type/freetype/typeface.hpp index f7e9d91..9fb4d87 100644 --- a/src/type/freetype/typeface.hpp +++ b/src/type/freetype/typeface.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/type/glyph-metrics.hpp b/src/type/glyph-metrics.hpp index e94502d..53e131b 100644 --- a/src/type/glyph-metrics.hpp +++ b/src/type/glyph-metrics.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/type/kerning-table.hpp b/src/type/kerning-table.hpp index 6235b0f..5cf8c48 100644 --- a/src/type/kerning-table.hpp +++ b/src/type/kerning-table.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/type/text-direction.hpp b/src/type/text-direction.hpp index 19c7733..b4ff0e2 100644 --- a/src/type/text-direction.hpp +++ b/src/type/text-direction.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/type/type.hpp b/src/type/type.hpp index 42995da..c37d9fe 100644 --- a/src/type/type.hpp +++ b/src/type/type.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/type/typeface.cpp b/src/type/typeface.cpp index fc06640..38b95d9 100644 --- a/src/type/typeface.cpp +++ b/src/type/typeface.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/type/typeface.hpp b/src/type/typeface.hpp index 1d9bda7..4974f3d 100644 --- a/src/type/typeface.hpp +++ b/src/type/typeface.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/type/unicode/block.cpp b/src/type/unicode/block.cpp index 2fa21a8..41e4477 100644 --- a/src/type/unicode/block.cpp +++ b/src/type/unicode/block.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/type/unicode/block.hpp b/src/type/unicode/block.hpp index 0e0dfc5..def8d2a 100644 --- a/src/type/unicode/block.hpp +++ b/src/type/unicode/block.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/type/unicode/convert.cpp b/src/type/unicode/convert.cpp index c434d7c..8e7dedf 100644 --- a/src/type/unicode/convert.cpp +++ b/src/type/unicode/convert.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/type/unicode/convert.hpp b/src/type/unicode/convert.hpp index 874b9f2..d089f7b 100644 --- a/src/type/unicode/convert.hpp +++ b/src/type/unicode/convert.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/type/unicode/unicode.hpp b/src/type/unicode/unicode.hpp index 11de428..ebbacf8 100644 --- a/src/type/unicode/unicode.hpp +++ b/src/type/unicode/unicode.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/ui/mouse-tracker.cpp b/src/ui/mouse-tracker.cpp index 8b10cbe..2c0f3f6 100644 --- a/src/ui/mouse-tracker.cpp +++ b/src/ui/mouse-tracker.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/ui/mouse-tracker.hpp b/src/ui/mouse-tracker.hpp index 1e2a8bc..4c523f7 100644 --- a/src/ui/mouse-tracker.hpp +++ b/src/ui/mouse-tracker.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/ui/ui.hpp b/src/ui/ui.hpp index d278825..f0c9419 100644 --- a/src/ui/ui.hpp +++ b/src/ui/ui.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 008beba..0e9aa3d 100644 --- a/src/utility/bit-math.hpp +++ b/src/utility/bit-math.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 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 3dbe648..bb35902 100644 --- a/src/utility/fundamental-types.hpp +++ b/src/utility/fundamental-types.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/utility/paths.cpp b/src/utility/paths.cpp index 8360384..3cab130 100644 --- a/src/utility/paths.cpp +++ b/src/utility/paths.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/utility/paths.hpp b/src/utility/paths.hpp index b0678dc..2e0784c 100644 --- a/src/utility/paths.hpp +++ b/src/utility/paths.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/utility/timestamp.cpp b/src/utility/timestamp.cpp index cc885cd..faf6af8 100644 --- a/src/utility/timestamp.cpp +++ b/src/utility/timestamp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. * diff --git a/src/utility/timestamp.hpp b/src/utility/timestamp.hpp index 98841d6..06fca93 100644 --- a/src/utility/timestamp.hpp +++ b/src/utility/timestamp.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Christopher J. Howard + * Copyright (C) 2023 Christopher J. Howard * * This file is part of Antkeeper source code. *