Browse Source

Update copyright year

master
C. J. Howard 1 year ago
parent
commit
93cd6400ea
583 changed files with 583 additions and 583 deletions
  1. +1
    -1
      src/ai/ai.hpp
  2. +1
    -1
      src/ai/bt/bt.hpp
  3. +1
    -1
      src/ai/bt/node.hpp
  4. +1
    -1
      src/ai/bt/status.hpp
  5. +1
    -1
      src/ai/steering/agent.hpp
  6. +1
    -1
      src/ai/steering/behavior/flee.cpp
  7. +1
    -1
      src/ai/steering/behavior/flee.hpp
  8. +1
    -1
      src/ai/steering/behavior/seek.cpp
  9. +1
    -1
      src/ai/steering/behavior/seek.hpp
  10. +1
    -1
      src/ai/steering/behavior/wander.cpp
  11. +1
    -1
      src/ai/steering/behavior/wander.hpp
  12. +1
    -1
      src/ai/steering/steering.hpp
  13. +1
    -1
      src/animation/animation-channel.hpp
  14. +1
    -1
      src/animation/animation.cpp
  15. +1
    -1
      src/animation/animation.hpp
  16. +1
    -1
      src/animation/animator.cpp
  17. +1
    -1
      src/animation/animator.hpp
  18. +1
    -1
      src/animation/bone.hpp
  19. +1
    -1
      src/animation/ease.hpp
  20. +1
    -1
      src/animation/pose.cpp
  21. +1
    -1
      src/animation/pose.hpp
  22. +1
    -1
      src/animation/screen-transition.cpp
  23. +1
    -1
      src/animation/screen-transition.hpp
  24. +1
    -1
      src/animation/skeleton.cpp
  25. +1
    -1
      src/animation/skeleton.hpp
  26. +1
    -1
      src/animation/spring.hpp
  27. +1
    -1
      src/animation/timeline.cpp
  28. +1
    -1
      src/animation/timeline.hpp
  29. +1
    -1
      src/animation/tween.hpp
  30. +1
    -1
      src/application.cpp
  31. +1
    -1
      src/application.hpp
  32. +1
    -1
      src/astro/apparent-size.hpp
  33. +1
    -1
      src/color/aces.hpp
  34. +1
    -1
      src/color/cat.hpp
  35. +1
    -1
      src/color/cct.hpp
  36. +1
    -1
      src/color/color.hpp
  37. +1
    -1
      src/color/illuminant.hpp
  38. +1
    -1
      src/color/index.hpp
  39. +1
    -1
      src/color/rgb.hpp
  40. +1
    -1
      src/color/srgb.hpp
  41. +1
    -1
      src/color/ucs.hpp
  42. +1
    -1
      src/color/xyy.hpp
  43. +1
    -1
      src/color/xyz.hpp
  44. +1
    -1
      src/config.hpp.in
  45. +1
    -1
      src/debug/ansi-codes.hpp
  46. +1
    -1
      src/debug/cli.cpp
  47. +1
    -1
      src/debug/cli.hpp
  48. +1
    -1
      src/debug/console-commands.cpp
  49. +1
    -1
      src/debug/console-commands.hpp
  50. +1
    -1
      src/debug/debug.hpp
  51. +1
    -1
      src/debug/logger.cpp
  52. +1
    -1
      src/debug/logger.hpp
  53. +1
    -1
      src/debug/performance-sampler.cpp
  54. +1
    -1
      src/debug/performance-sampler.hpp
  55. +1
    -1
      src/entity/archetype.cpp
  56. +1
    -1
      src/entity/archetype.hpp
  57. +1
    -1
      src/entity/clone.cpp
  58. +1
    -1
      src/entity/clone.hpp
  59. +1
    -1
      src/entity/commands.cpp
  60. +1
    -1
      src/entity/commands.hpp
  61. +1
    -1
      src/entity/ebt.cpp
  62. +1
    -1
      src/entity/ebt.hpp
  63. +1
    -1
      src/entity/ecs.hpp
  64. +1
    -1
      src/entity/id.hpp
  65. +1
    -1
      src/entity/registry.hpp
  66. +1
    -1
      src/event/event-dispatcher.cpp
  67. +1
    -1
      src/event/event-dispatcher.hpp
  68. +1
    -1
      src/event/event-handler.hpp
  69. +1
    -1
      src/event/event.hpp
  70. +1
    -1
      src/event/input-events.cpp
  71. +1
    -1
      src/event/input-events.hpp
  72. +1
    -1
      src/event/window-events.cpp
  73. +1
    -1
      src/event/window-events.hpp
  74. +1
    -1
      src/game/ant/caste.hpp
  75. +1
    -1
      src/game/ant/cladogenesis.cpp
  76. +1
    -1
      src/game/ant/cladogenesis.hpp
  77. +1
    -1
      src/game/ant/gene-frequency-table.hpp
  78. +1
    -1
      src/game/ant/gene-pool.hpp
  79. +1
    -1
      src/game/ant/gene/antennae.hpp
  80. +1
    -1
      src/game/ant/gene/body-size.hpp
  81. +1
    -1
      src/game/ant/gene/cocoon.hpp
  82. +1
    -1
      src/game/ant/gene/diet.hpp
  83. +1
    -1
      src/game/ant/gene/egg.hpp
  84. +1
    -1
      src/game/ant/gene/eyes.hpp
  85. +1
    -1
      src/game/ant/gene/foraging-time.hpp
  86. +1
    -1
      src/game/ant/gene/founding-mode.hpp
  87. +1
    -1
      src/game/ant/gene/gaster.hpp
  88. +1
    -1
      src/game/ant/gene/head.hpp
  89. +1
    -1
      src/game/ant/gene/larva.hpp
  90. +1
    -1
      src/game/ant/gene/legs.hpp
  91. +1
    -1
      src/game/ant/gene/loader/antennae-loader.cpp
  92. +1
    -1
      src/game/ant/gene/loader/body-size-loader.cpp
  93. +1
    -1
      src/game/ant/gene/loader/cocoon-loader.cpp
  94. +1
    -1
      src/game/ant/gene/loader/diet-loader.cpp
  95. +1
    -1
      src/game/ant/gene/loader/egg-loader.cpp
  96. +1
    -1
      src/game/ant/gene/loader/eyes-loader.cpp
  97. +1
    -1
      src/game/ant/gene/loader/foraging-time-loader.cpp
  98. +1
    -1
      src/game/ant/gene/loader/founding-mode-loader.cpp
  99. +1
    -1
      src/game/ant/gene/loader/gaster-loader.cpp
  100. +1
    -1
      src/game/ant/gene/loader/gene-loader.hpp

+ 1
- 1
src/ai/ai.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/ai/bt/bt.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/ai/bt/node.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/ai/bt/status.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/ai/steering/agent.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/ai/steering/behavior/flee.cpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/ai/steering/behavior/flee.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/ai/steering/behavior/seek.cpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/ai/steering/behavior/seek.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/ai/steering/behavior/wander.cpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/ai/steering/behavior/wander.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/ai/steering/steering.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/animation/animation-channel.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/animation/animation.cpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/animation/animation.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/animation/animator.cpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/animation/animator.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/animation/bone.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/animation/ease.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/animation/pose.cpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/animation/pose.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/animation/screen-transition.cpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/animation/screen-transition.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/animation/skeleton.cpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/animation/skeleton.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/animation/spring.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/animation/timeline.cpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/animation/timeline.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/animation/tween.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/application.cpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/application.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/astro/apparent-size.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/color/aces.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/color/cat.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/color/cct.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/color/color.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/color/illuminant.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/color/index.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/color/rgb.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/color/srgb.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/color/ucs.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/color/xyy.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/color/xyz.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/config.hpp.in View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/debug/ansi-codes.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/debug/cli.cpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/debug/cli.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/debug/console-commands.cpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/debug/console-commands.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/debug/debug.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/debug/logger.cpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/debug/logger.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/debug/performance-sampler.cpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/debug/performance-sampler.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/entity/archetype.cpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/entity/archetype.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/entity/clone.cpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/entity/clone.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/entity/commands.cpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/entity/commands.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/entity/ebt.cpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/entity/ebt.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/entity/ecs.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/entity/id.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/entity/registry.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/event/event-dispatcher.cpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/event/event-dispatcher.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/event/event-handler.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/event/event.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/event/input-events.cpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/event/input-events.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/event/window-events.cpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/event/window-events.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/game/ant/caste.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/game/ant/cladogenesis.cpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/game/ant/cladogenesis.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/game/ant/gene-frequency-table.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/game/ant/gene-pool.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/game/ant/gene/antennae.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/game/ant/gene/body-size.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/game/ant/gene/cocoon.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/game/ant/gene/diet.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/game/ant/gene/egg.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/game/ant/gene/eyes.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/game/ant/gene/foraging-time.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/game/ant/gene/founding-mode.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/game/ant/gene/gaster.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/game/ant/gene/head.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/game/ant/gene/larva.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/game/ant/gene/legs.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/game/ant/gene/loader/antennae-loader.cpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/game/ant/gene/loader/body-size-loader.cpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/game/ant/gene/loader/cocoon-loader.cpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/game/ant/gene/loader/diet-loader.cpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/game/ant/gene/loader/egg-loader.cpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/game/ant/gene/loader/eyes-loader.cpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/game/ant/gene/loader/foraging-time-loader.cpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/game/ant/gene/loader/founding-mode-loader.cpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/game/ant/gene/loader/gaster-loader.cpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/game/ant/gene/loader/gene-loader.hpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Christopher J. Howard
* Copyright (C) 2023 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save