Browse Source

Update copyright date

master
C. J. Howard 3 years ago
parent
commit
2c4e237276
340 changed files with 340 additions and 340 deletions
  1. +1
    -1
      src/animation/animation.cpp
  2. +1
    -1
      src/animation/animation.hpp
  3. +1
    -1
      src/animation/animator.cpp
  4. +1
    -1
      src/animation/animator.hpp
  5. +1
    -1
      src/animation/camera-rig.cpp
  6. +1
    -1
      src/animation/camera-rig.hpp
  7. +1
    -1
      src/animation/ease.hpp
  8. +1
    -1
      src/animation/frame-scheduler.cpp
  9. +1
    -1
      src/animation/frame-scheduler.hpp
  10. +1
    -1
      src/animation/orbit-cam.cpp
  11. +1
    -1
      src/animation/orbit-cam.hpp
  12. +1
    -1
      src/animation/screen-transition.cpp
  13. +1
    -1
      src/animation/screen-transition.hpp
  14. +1
    -1
      src/animation/spring.hpp
  15. +1
    -1
      src/animation/timeline.cpp
  16. +1
    -1
      src/animation/timeline.hpp
  17. +1
    -1
      src/animation/tween.hpp
  18. +1
    -1
      src/application.cpp
  19. +1
    -1
      src/application.hpp
  20. +1
    -1
      src/configuration.hpp.in
  21. +1
    -1
      src/debug/ansi-codes.hpp
  22. +1
    -1
      src/debug/cli.cpp
  23. +1
    -1
      src/debug/cli.hpp
  24. +1
    -1
      src/debug/logger.cpp
  25. +1
    -1
      src/debug/logger.hpp
  26. +1
    -1
      src/debug/performance-sampler.cpp
  27. +1
    -1
      src/debug/performance-sampler.hpp
  28. +1
    -1
      src/entity/archetype.hpp
  29. +1
    -1
      src/event/event-dispatcher.cpp
  30. +1
    -1
      src/event/event-dispatcher.hpp
  31. +1
    -1
      src/event/event-handler.hpp
  32. +1
    -1
      src/event/event.hpp
  33. +1
    -1
      src/event/input-events.cpp
  34. +1
    -1
      src/event/input-events.hpp
  35. +1
    -1
      src/event/window-events.cpp
  36. +1
    -1
      src/event/window-events.hpp
  37. +1
    -1
      src/game/astronomy/apparent-size.cpp
  38. +1
    -1
      src/game/astronomy/apparent-size.hpp
  39. +1
    -1
      src/game/astronomy/astronomical-constants.hpp
  40. +1
    -1
      src/game/astronomy/blackbody.cpp
  41. +1
    -1
      src/game/astronomy/blackbody.hpp
  42. +1
    -1
      src/game/astronomy/celestial-coordinates.cpp
  43. +1
    -1
      src/game/astronomy/celestial-coordinates.hpp
  44. +1
    -1
      src/game/astronomy/celestial-mechanics.cpp
  45. +1
    -1
      src/game/astronomy/celestial-mechanics.hpp
  46. +1
    -1
      src/game/astronomy/color-index.cpp
  47. +1
    -1
      src/game/astronomy/color-index.hpp
  48. +1
    -1
      src/game/behavior/behavior-tree.hpp
  49. +1
    -1
      src/game/behavior/ebt.cpp
  50. +1
    -1
      src/game/behavior/ebt.hpp
  51. +1
    -1
      src/game/biome.hpp
  52. +1
    -1
      src/game/bootloader.cpp
  53. +1
    -1
      src/game/bootloader.hpp
  54. +1
    -1
      src/game/cartography/relief-map.cpp
  55. +1
    -1
      src/game/cartography/relief-map.hpp
  56. +1
    -1
      src/game/components/behavior-component.hpp
  57. +1
    -1
      src/game/components/brush-component.hpp
  58. +1
    -1
      src/game/components/camera-follow-component.hpp
  59. +1
    -1
      src/game/components/cavity-component.hpp
  60. +1
    -1
      src/game/components/celestial-body-component.hpp
  61. +1
    -1
      src/game/components/chamber-component.hpp
  62. +1
    -1
      src/game/components/collision-component.hpp
  63. +1
    -1
      src/game/components/copy-rotation-component.hpp
  64. +1
    -1
      src/game/components/copy-scale-component.hpp
  65. +1
    -1
      src/game/components/copy-transform-component.hpp
  66. +1
    -1
      src/game/components/copy-translation-component.hpp
  67. +1
    -1
      src/game/components/locomotion-component.hpp
  68. +1
    -1
      src/game/components/marker-component.hpp
  69. +1
    -1
      src/game/components/model-component.hpp
  70. +1
    -1
      src/game/components/nest-component.hpp
  71. +1
    -1
      src/game/components/orbit-component.hpp
  72. +1
    -1
      src/game/components/parent-component.hpp
  73. +1
    -1
      src/game/components/render-component.hpp
  74. +1
    -1
      src/game/components/samara-component.hpp
  75. +1
    -1
      src/game/components/snap-component.hpp
  76. +1
    -1
      src/game/components/terrain-component.hpp
  77. +1
    -1
      src/game/components/tool-component.hpp
  78. +1
    -1
      src/game/components/trackable-component.hpp
  79. +1
    -1
      src/game/components/transform-component.hpp
  80. +1
    -1
      src/game/console-commands.cpp
  81. +1
    -1
      src/game/console-commands.hpp
  82. +1
    -1
      src/game/entity-commands.cpp
  83. +1
    -1
      src/game/entity-commands.hpp
  84. +1
    -1
      src/game/events/tool-events.cpp
  85. +1
    -1
      src/game/events/tool-events.hpp
  86. +1
    -1
      src/game/game-context.hpp
  87. +1
    -1
      src/game/genetics/amino-acid.hpp
  88. +1
    -1
      src/game/genetics/base.cpp
  89. +1
    -1
      src/game/genetics/base.hpp
  90. +1
    -1
      src/game/genetics/codon.cpp
  91. +1
    -1
      src/game/genetics/codon.hpp
  92. +1
    -1
      src/game/genetics/genetics.hpp
  93. +1
    -1
      src/game/genetics/matrix.hpp
  94. +1
    -1
      src/game/genetics/protein.hpp
  95. +1
    -1
      src/game/genetics/sequence.hpp
  96. +1
    -1
      src/game/genetics/translation-table.hpp
  97. +1
    -1
      src/game/states/game-states.hpp
  98. +1
    -1
      src/game/states/language-select-state.cpp
  99. +1
    -1
      src/game/states/loading-state.cpp
  100. +1
    -1
      src/game/states/map-state.cpp

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

@ -1,5 +1,5 @@
/*
* Copyright (C) 2020 Christopher J. Howard
* Copyright (C) 2021 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) 2020 Christopher J. Howard
* Copyright (C) 2021 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) 2020 Christopher J. Howard
* Copyright (C) 2021 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) 2020 Christopher J. Howard
* Copyright (C) 2021 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

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

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

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

@ -1,5 +1,5 @@
/*
* Copyright (C) 2020 Christopher J. Howard
* Copyright (C) 2021 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) 2020 Christopher J. Howard
* Copyright (C) 2021 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

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

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

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

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

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

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

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

@ -1,5 +1,5 @@
/*
* Copyright (C) 2020 Christopher J. Howard
* Copyright (C) 2021 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) 2020 Christopher J. Howard
* Copyright (C) 2021 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) 2020 Christopher J. Howard
* Copyright (C) 2021 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) 2020 Christopher J. Howard
* Copyright (C) 2021 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) 2020 Christopher J. Howard
* Copyright (C) 2021 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) 2020 Christopher J. Howard
* Copyright (C) 2021 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) 2020 Christopher J. Howard
* Copyright (C) 2021 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/application.cpp View File

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

+ 1
- 1
src/application.hpp View File

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

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

@ -1,5 +1,5 @@
/*
* Copyright (C) 2020 Christopher J. Howard
* Copyright (C) 2021 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) 2020 Christopher J. Howard
* Copyright (C) 2021 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) 2020 Christopher J. Howard
* Copyright (C) 2021 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) 2020 Christopher J. Howard
* Copyright (C) 2021 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) 2020 Christopher J. Howard
* Copyright (C) 2021 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) 2020 Christopher J. Howard
* Copyright (C) 2021 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) 2020 Christopher J. Howard
* Copyright (C) 2021 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) 2020 Christopher J. Howard
* Copyright (C) 2021 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) 2020 Christopher J. Howard
* Copyright (C) 2021 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) 2020 Christopher J. Howard
* Copyright (C) 2021 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) 2020 Christopher J. Howard
* Copyright (C) 2021 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) 2020 Christopher J. Howard
* Copyright (C) 2021 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) 2020 Christopher J. Howard
* Copyright (C) 2021 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) 2020 Christopher J. Howard
* Copyright (C) 2021 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) 2020 Christopher J. Howard
* Copyright (C) 2021 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) 2020 Christopher J. Howard
* Copyright (C) 2021 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) 2020 Christopher J. Howard
* Copyright (C) 2021 Christopher J. Howard
*
* This file is part of Antkeeper source code.
*

+ 1
- 1
src/game/astronomy/apparent-size.cpp View File

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

+ 1
- 1
src/game/astronomy/apparent-size.hpp View File

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

+ 1
- 1
src/game/astronomy/astronomical-constants.hpp View File

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

+ 1
- 1
src/game/astronomy/blackbody.cpp View File

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

+ 1
- 1
src/game/astronomy/blackbody.hpp View File

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

+ 1
- 1
src/game/astronomy/celestial-coordinates.cpp View File

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

+ 1
- 1
src/game/astronomy/celestial-coordinates.hpp View File

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

+ 1
- 1
src/game/astronomy/celestial-mechanics.cpp View File

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

+ 1
- 1
src/game/astronomy/celestial-mechanics.hpp View File

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

+ 1
- 1
src/game/astronomy/color-index.cpp View File

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

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

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

+ 1
- 1
src/game/behavior/behavior-tree.hpp View File

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

+ 1
- 1
src/game/behavior/ebt.cpp View File

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

+ 1
- 1
src/game/behavior/ebt.hpp View File

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

+ 1
- 1
src/game/biome.hpp View File

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

+ 1
- 1
src/game/bootloader.cpp View File

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

+ 1
- 1
src/game/bootloader.hpp View File

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

+ 1
- 1
src/game/cartography/relief-map.cpp View File

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

+ 1
- 1
src/game/cartography/relief-map.hpp View File

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

+ 1
- 1
src/game/components/behavior-component.hpp View File

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

+ 1
- 1
src/game/components/brush-component.hpp View File

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

+ 1
- 1
src/game/components/camera-follow-component.hpp View File

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

+ 1
- 1
src/game/components/cavity-component.hpp View File

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

+ 1
- 1
src/game/components/celestial-body-component.hpp View File

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

+ 1
- 1
src/game/components/chamber-component.hpp View File

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

+ 1
- 1
src/game/components/collision-component.hpp View File

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

+ 1
- 1
src/game/components/copy-rotation-component.hpp View File

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

+ 1
- 1
src/game/components/copy-scale-component.hpp View File

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

+ 1
- 1
src/game/components/copy-transform-component.hpp View File

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

+ 1
- 1
src/game/components/copy-translation-component.hpp View File

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

+ 1
- 1
src/game/components/locomotion-component.hpp View File

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

+ 1
- 1
src/game/components/marker-component.hpp View File

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

+ 1
- 1
src/game/components/model-component.hpp View File

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

+ 1
- 1
src/game/components/nest-component.hpp View File

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

+ 1
- 1
src/game/components/orbit-component.hpp View File

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

+ 1
- 1
src/game/components/parent-component.hpp View File

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

+ 1
- 1
src/game/components/render-component.hpp View File

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

+ 1
- 1
src/game/components/samara-component.hpp View File

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

+ 1
- 1
src/game/components/snap-component.hpp View File

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

+ 1
- 1
src/game/components/terrain-component.hpp View File

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

+ 1
- 1
src/game/components/tool-component.hpp View File

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

+ 1
- 1
src/game/components/trackable-component.hpp View File

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

+ 1
- 1
src/game/components/transform-component.hpp View File

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

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

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

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

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

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

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

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

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

+ 1
- 1
src/game/events/tool-events.cpp View File

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

+ 1
- 1
src/game/events/tool-events.hpp View File

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

+ 1
- 1
src/game/game-context.hpp View File

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

+ 1
- 1
src/game/genetics/amino-acid.hpp View File

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

+ 1
- 1
src/game/genetics/base.cpp View File

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

+ 1
- 1
src/game/genetics/base.hpp View File

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

+ 1
- 1
src/game/genetics/codon.cpp View File

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

+ 1
- 1
src/game/genetics/codon.hpp View File

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

+ 1
- 1
src/game/genetics/genetics.hpp View File

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

+ 1
- 1
src/game/genetics/matrix.hpp View File

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

+ 1
- 1
src/game/genetics/protein.hpp View File

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

+ 1
- 1
src/game/genetics/sequence.hpp View File

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

+ 1
- 1
src/game/genetics/translation-table.hpp View File

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

+ 1
- 1
src/game/states/game-states.hpp View File

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

+ 1
- 1
src/game/states/language-select-state.cpp View File

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

+ 1
- 1
src/game/states/loading-state.cpp View File

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

+ 1
- 1
src/game/states/map-state.cpp View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2020 Christopher J. Howard
* Copyright (C) 2021 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