changeset 314:d01e83210ca2

misc: update years
author David Demelier <markand@malikania.fr>
date Wed, 22 Sep 2021 07:22:20 +0200
parents dbfe05b88627
children 3bfaaf5342a9
files CMakeLists.txt LICENSE.md cmake/FindNLS.cmake cmake/MlkBcc.cmake cmake/MlkExecutable.cmake cmake/MlkLibrary.cmake cmake/MlkMap.cmake cmake/MlkNls.cmake cmake/MlkTileset.cmake doc/mkdocs.yml examples/example-action/main.c examples/example-animation/main.c examples/example-audio/main.c examples/example-battle/character-john.c examples/example-battle/character-john.h examples/example-battle/main.c examples/example-battle/registry.c examples/example-battle/registry.h examples/example-battle/spell-fire.c examples/example-battle/spell-fire.h examples/example-cursor/main.c examples/example-debug/main.c examples/example-drawable/main.c examples/example-font/main.c examples/example-gridmenu/main.c examples/example-label/main.c examples/example-message/main.c examples/example-sprite/main.c examples/example-trace/main.c examples/example-ui/main.c extern/libgreatest/CMakeLists.txt extern/libsqlite/CMakeLists.txt libmlk-adventure/CMakeLists.txt libmlk-adventure/adventure/action/chest.c libmlk-adventure/adventure/action/chest.h libmlk-adventure/adventure/action/spawner.c libmlk-adventure/adventure/action/spawner.h libmlk-adventure/adventure/action/teleport.c libmlk-adventure/adventure/action/teleport.h libmlk-adventure/adventure/adventure_p.h libmlk-adventure/adventure/assets.c libmlk-adventure/adventure/assets.h libmlk-adventure/adventure/character/black-cat.c libmlk-adventure/adventure/character/black-cat.h libmlk-adventure/adventure/character/neth.c libmlk-adventure/adventure/character/neth.h libmlk-adventure/adventure/dialog/save.c libmlk-adventure/adventure/dialog/save.h libmlk-adventure/adventure/item/potion.c libmlk-adventure/adventure/item/potion.h libmlk-adventure/adventure/mapscene/mapscene.c libmlk-adventure/adventure/mapscene/mapscene.h libmlk-adventure/adventure/molko.c libmlk-adventure/adventure/molko.h libmlk-adventure/adventure/spell/fire-minor.c libmlk-adventure/adventure/spell/fire-minor.h libmlk-adventure/adventure/state/battle.c libmlk-adventure/adventure/state/battle.h libmlk-adventure/adventure/state/continue.c libmlk-adventure/adventure/state/continue.h libmlk-adventure/adventure/state/mainmenu.c libmlk-adventure/adventure/state/mainmenu.h libmlk-adventure/adventure/state/map.c libmlk-adventure/adventure/state/map.h libmlk-adventure/adventure/state/panic.c libmlk-adventure/adventure/state/panic.h libmlk-adventure/adventure/state/splashscreen.c libmlk-adventure/adventure/state/splashscreen.h libmlk-adventure/adventure/trace_hud.c libmlk-adventure/adventure/trace_hud.h libmlk-adventure/nls/fr.po libmlk-core/CMakeLists.txt libmlk-core/core/action.c libmlk-core/core/action.h libmlk-core/core/alloc.c libmlk-core/core/alloc.h libmlk-core/core/animation.c libmlk-core/core/animation.h libmlk-core/core/clock.c libmlk-core/core/clock.h libmlk-core/core/color.h libmlk-core/core/core.c libmlk-core/core/core.h libmlk-core/core/core_p.h libmlk-core/core/drawable.c libmlk-core/core/drawable.h libmlk-core/core/error.c libmlk-core/core/error.h libmlk-core/core/event.c libmlk-core/core/event.h libmlk-core/core/font.c libmlk-core/core/font.h libmlk-core/core/game.c libmlk-core/core/game.h libmlk-core/core/image.c libmlk-core/core/image.h libmlk-core/core/inhibit.h libmlk-core/core/key.h libmlk-core/core/maths.c libmlk-core/core/maths.h libmlk-core/core/mouse.h libmlk-core/core/music.c libmlk-core/core/music.h libmlk-core/core/painter.c libmlk-core/core/painter.h libmlk-core/core/panic.c libmlk-core/core/panic.h libmlk-core/core/port.c libmlk-core/core/port.h libmlk-core/core/script.c libmlk-core/core/script.h libmlk-core/core/sound.c libmlk-core/core/sound.h libmlk-core/core/sprite.c libmlk-core/core/sprite.h libmlk-core/core/state.c libmlk-core/core/state.h libmlk-core/core/sys.c libmlk-core/core/sys.h libmlk-core/core/sysconfig.h.in libmlk-core/core/texture.c libmlk-core/core/texture.h libmlk-core/core/texture_p.h libmlk-core/core/trace.c libmlk-core/core/trace.h libmlk-core/core/translate.c libmlk-core/core/translate.h libmlk-core/core/util.c libmlk-core/core/util.h libmlk-core/core/window.c libmlk-core/core/window.h libmlk-core/core/window_p.h libmlk-core/core/zfile.c libmlk-core/core/zfile.h libmlk-core/nls/fr.po libmlk-data/CMakeLists.txt libmlk-rpg/CMakeLists.txt libmlk-rpg/assets/sql/character-load.sql libmlk-rpg/assets/sql/character-save.sql libmlk-rpg/assets/sql/init.sql libmlk-rpg/assets/sql/property-get.sql libmlk-rpg/assets/sql/property-remove.sql libmlk-rpg/assets/sql/property-set.sql libmlk-rpg/nls/fr.po libmlk-rpg/rpg/battle-bar.c libmlk-rpg/rpg/battle-bar.h libmlk-rpg/rpg/battle-entity-state-attacking.c libmlk-rpg/rpg/battle-entity-state-blinking.c libmlk-rpg/rpg/battle-entity-state-moving.c libmlk-rpg/rpg/battle-entity-state-normal.c libmlk-rpg/rpg/battle-entity-state.c libmlk-rpg/rpg/battle-entity-state.h libmlk-rpg/rpg/battle-entity.c libmlk-rpg/rpg/battle-entity.h libmlk-rpg/rpg/battle-indicator.c libmlk-rpg/rpg/battle-indicator.h libmlk-rpg/rpg/battle-message.c libmlk-rpg/rpg/battle-message.h libmlk-rpg/rpg/battle-state-ai.c libmlk-rpg/rpg/battle-state-attacking.c libmlk-rpg/rpg/battle-state-check.c libmlk-rpg/rpg/battle-state-closing.c libmlk-rpg/rpg/battle-state-item.c libmlk-rpg/rpg/battle-state-lost.c libmlk-rpg/rpg/battle-state-menu.c libmlk-rpg/rpg/battle-state-opening.c libmlk-rpg/rpg/battle-state-selection.c libmlk-rpg/rpg/battle-state-sub.c libmlk-rpg/rpg/battle-state-victory.c libmlk-rpg/rpg/battle-state.c libmlk-rpg/rpg/battle-state.h libmlk-rpg/rpg/battle.c libmlk-rpg/rpg/battle.h libmlk-rpg/rpg/character.c libmlk-rpg/rpg/character.h libmlk-rpg/rpg/equipment.c libmlk-rpg/rpg/equipment.h libmlk-rpg/rpg/inventory.c libmlk-rpg/rpg/inventory.h libmlk-rpg/rpg/item.c libmlk-rpg/rpg/item.h libmlk-rpg/rpg/map-file.c libmlk-rpg/rpg/map-file.h libmlk-rpg/rpg/map.c libmlk-rpg/rpg/map.h libmlk-rpg/rpg/message.c libmlk-rpg/rpg/message.h libmlk-rpg/rpg/rpg.c libmlk-rpg/rpg/rpg.h libmlk-rpg/rpg/rpg_p.h libmlk-rpg/rpg/save.c libmlk-rpg/rpg/save.h libmlk-rpg/rpg/selection.c libmlk-rpg/rpg/selection.h libmlk-rpg/rpg/spell.c libmlk-rpg/rpg/spell.h libmlk-rpg/rpg/team.c libmlk-rpg/rpg/team.h libmlk-rpg/rpg/tileset-file.c libmlk-rpg/rpg/tileset-file.h libmlk-rpg/rpg/tileset.c libmlk-rpg/rpg/tileset.h libmlk-rpg/rpg/walksprite.c libmlk-rpg/rpg/walksprite.h libmlk-ui/CMakeLists.txt libmlk-ui/nls/fr.po libmlk-ui/ui/align.c libmlk-ui/ui/align.h libmlk-ui/ui/button.c libmlk-ui/ui/button.h libmlk-ui/ui/checkbox.c libmlk-ui/ui/checkbox.h libmlk-ui/ui/debug.c libmlk-ui/ui/debug.h libmlk-ui/ui/frame.c libmlk-ui/ui/frame.h libmlk-ui/ui/gridmenu.c libmlk-ui/ui/gridmenu.h libmlk-ui/ui/label.c libmlk-ui/ui/label.h libmlk-ui/ui/theme.c libmlk-ui/ui/theme.h libmlk-ui/ui/ui.c libmlk-ui/ui/ui.h libmlk-ui/ui/ui_p.h mlk-adventure/CMakeLists.txt mlk-adventure/main.c tests/CMakeLists.txt tests/test-action-script.c tests/test-action.c tests/test-alloc.c tests/test-character.c tests/test-color.c tests/test-drawable.c tests/test-error.c tests/test-map.c tests/test-save.c tests/test-state.c tests/test-tileset.c tests/test-util.c tools/bcc/CMakeLists.txt tools/bcc/main.c tools/map/CMakeLists.txt tools/map/main.c tools/tileset/CMakeLists.txt tools/tileset/main.c
diffstat 246 files changed, 246 insertions(+), 246 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Wed Sep 22 07:19:32 2021 +0200
+++ b/CMakeLists.txt	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for Molko's Adventure
 #
-# Copyright (c) 2020 David Demelier <markand@malikania.fr>
+# Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/LICENSE.md	Wed Sep 22 07:19:32 2021 +0200
+++ b/LICENSE.md	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 Molko's Adventure ISC LICENSE
 =============================
 
-Copyright (c) 2020 David Demelier <markand@malikania.fr>
+Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
--- a/cmake/FindNLS.cmake	Wed Sep 22 07:19:32 2021 +0200
+++ b/cmake/FindNLS.cmake	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for Molko's Adventure
 #
-# Copyright (c) 2020 David Demelier <markand@malikania.fr>
+# Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/cmake/MlkBcc.cmake	Wed Sep 22 07:19:32 2021 +0200
+++ b/cmake/MlkBcc.cmake	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for Molko's Adventure
 #
-# Copyright (c) 2020 David Demelier <markand@malikania.fr>
+# Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/cmake/MlkExecutable.cmake	Wed Sep 22 07:19:32 2021 +0200
+++ b/cmake/MlkExecutable.cmake	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for Molko's Adventure
 #
-# Copyright (c) 2020 David Demelier <markand@malikania.fr>
+# Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/cmake/MlkLibrary.cmake	Wed Sep 22 07:19:32 2021 +0200
+++ b/cmake/MlkLibrary.cmake	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for Molko's Adventure
 #
-# Copyright (c) 2020 David Demelier <markand@malikania.fr>
+# Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/cmake/MlkMap.cmake	Wed Sep 22 07:19:32 2021 +0200
+++ b/cmake/MlkMap.cmake	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for Molko's Adventure
 #
-# Copyright (c) 2020 David Demelier <markand@malikania.fr>
+# Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/cmake/MlkNls.cmake	Wed Sep 22 07:19:32 2021 +0200
+++ b/cmake/MlkNls.cmake	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for Molko's Adventure
 #
-# Copyright (c) 2020 David Demelier <markand@malikania.fr>
+# Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/cmake/MlkTileset.cmake	Wed Sep 22 07:19:32 2021 +0200
+++ b/cmake/MlkTileset.cmake	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for Molko's Adventure
 #
-# Copyright (c) 2020 David Demelier <markand@malikania.fr>
+# Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/doc/mkdocs.yml	Wed Sep 22 07:19:32 2021 +0200
+++ b/doc/mkdocs.yml	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 #
 # mkdocs.yml.txt -- documentation for Molko's Adventure
 #
-# Copyright (c) 2020 David Demelier <markand@malikania.fr>
+# Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/examples/example-action/main.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/examples/example-action/main.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * example-action.c -- example on how to use automatic actions
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/examples/example-animation/main.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/examples/example-animation/main.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * example-animation.c -- example on how to use animations
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/examples/example-audio/main.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/examples/example-audio/main.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * example-audio.c -- show how to use sounds and music
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/examples/example-battle/character-john.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/examples/example-battle/character-john.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * character-john.c -- john character
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/examples/example-battle/character-john.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/examples/example-battle/character-john.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * character-john.h -- john character
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/examples/example-battle/main.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/examples/example-battle/main.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * example-battle.c -- show how to use battle
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/examples/example-battle/registry.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/examples/example-battle/registry.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * registry.h -- registry of resources
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/examples/example-battle/registry.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/examples/example-battle/registry.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * registry.h -- registry of resources
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/examples/example-battle/spell-fire.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/examples/example-battle/spell-fire.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * spell-fire.c -- example of spell: fire
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/examples/example-battle/spell-fire.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/examples/example-battle/spell-fire.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * spell-fire.c -- example of spell: fire
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/examples/example-cursor/main.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/examples/example-cursor/main.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * example-cursor.c -- example on how to change cursor
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/examples/example-debug/main.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/examples/example-debug/main.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * example-debug.c -- example on how to use debug interface
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/examples/example-drawable/main.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/examples/example-drawable/main.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * example-drawable.c -- example on how to use automatic drawables
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/examples/example-font/main.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/examples/example-font/main.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * example-font.c -- show how to use fonts
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/examples/example-gridmenu/main.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/examples/example-gridmenu/main.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * example-gridmenu.c -- show how to use grid menu
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/examples/example-label/main.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/examples/example-label/main.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * example-label.c -- show how to use label and alignments
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/examples/example-message/main.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/examples/example-message/main.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * example-message.c -- show how to use messages
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/examples/example-sprite/main.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/examples/example-sprite/main.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * example-sprite.c -- example on how to use sprites
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/examples/example-trace/main.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/examples/example-trace/main.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * example-trace.c -- example on how to use custom trace handlers
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/examples/example-ui/main.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/examples/example-ui/main.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * example-action.c -- example on how to use automatic actions
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/extern/libgreatest/CMakeLists.txt	Wed Sep 22 07:19:32 2021 +0200
+++ b/extern/libgreatest/CMakeLists.txt	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for Molko's Adventure
 #
-# Copyright (c) 2020 David Demelier <markand@malikania.fr>
+# Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/extern/libsqlite/CMakeLists.txt	Wed Sep 22 07:19:32 2021 +0200
+++ b/extern/libsqlite/CMakeLists.txt	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for Molko's Adventure
 #
-# Copyright (c) 2020 David Demelier <markand@malikania.fr>
+# Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/CMakeLists.txt	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/CMakeLists.txt	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for Molko's Adventure
 #
-# Copyright (c) 2020 David Demelier <markand@malikania.fr>
+# Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/action/chest.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/action/chest.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * chest.c -- chest object
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/action/chest.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/action/chest.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * chest.h -- chest object
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/action/spawner.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/action/spawner.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * spawner.c -- spawn battle while moving
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/action/spawner.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/action/spawner.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * spawner.h -- spawn battle while moving
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/action/teleport.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/action/teleport.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * teleport.c -- teleport contact
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/action/teleport.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/action/teleport.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * teleport.h -- teleport contact
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/adventure_p.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/adventure_p.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * adventure_p.h -- libmlk-adventure private definitions
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/assets.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/assets.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * assets.c -- global atlas for every resources
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/assets.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/assets.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * assets.h -- global atlas for every resources
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/character/black-cat.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/character/black-cat.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * black-cat.c -- Black Cat enemy
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/character/black-cat.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/character/black-cat.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * black-cat.h -- Black Cat enemy
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/character/neth.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/character/neth.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * neth.c -- Neth
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/character/neth.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/character/neth.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * neth.h -- Neth
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/dialog/save.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/dialog/save.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * save.c -- select a save slot
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/dialog/save.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/dialog/save.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * save.h -- select a save slot
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/item/potion.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/item/potion.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * potion.h -- give some heal points
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/item/potion.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/item/potion.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * potion.h -- give some heal points
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/mapscene/mapscene.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/mapscene/mapscene.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * mapscene.c -- map scene loader with actions
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/mapscene/mapscene.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/mapscene/mapscene.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * mapscene.h -- map scene loader with actions
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/molko.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/molko.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * molko.c -- main structure for Molko's Adventure
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/molko.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/molko.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * molko.h -- main structure for Molko's Adventure
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/spell/fire-minor.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/spell/fire-minor.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * fire-minor.c -- minor fire
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/spell/fire-minor.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/spell/fire-minor.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * fire-minor.h -- minor fire
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/state/battle.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/state/battle.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * battle.c -- manage a battle
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/state/battle.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/state/battle.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * battle.h -- manage a battle
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/state/continue.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/state/continue.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * continue.c -- select save to continue the game
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/state/continue.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/state/continue.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * continue.h -- select save to continue the game
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/state/mainmenu.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/state/mainmenu.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * mainmenu.c -- game main menu
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/state/mainmenu.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/state/mainmenu.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * mainmenu.h -- game main menu
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/state/map.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/state/map.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * map.c -- map state
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/state/map.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/state/map.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * map.h -- map state
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/state/panic.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/state/panic.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * panic_state.c -- panic state
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/state/panic.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/state/panic.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * panic_state.h -- panic state
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/state/splashscreen.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/state/splashscreen.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * splashscreen.c -- splash screen state
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/state/splashscreen.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/state/splashscreen.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * splashscreen.h -- splash screen state
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/trace_hud.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/trace_hud.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * trace_hud.c -- on screen hud
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/adventure/trace_hud.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/adventure/trace_hud.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * trace_hud.h -- on screen hud
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-adventure/nls/fr.po	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-adventure/nls/fr.po	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 #
 # fr.po -- French translations for libmlk-adventure
 #
-# Copyright (c) 2020 David Demelier <markand@malikania.fr>
+# Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/CMakeLists.txt	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/CMakeLists.txt	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for Molko's Adventure
 #
-# Copyright (c) 2020 David Demelier <markand@malikania.fr>
+# Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/action.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/action.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * action.c -- action states
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/action.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/action.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * action.h -- action states
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/alloc.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/alloc.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * alloc.h -- custom allocators
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/alloc.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/alloc.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * alloc.h -- custom allocators
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/animation.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/animation.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * animation.c -- basic animations
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/animation.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/animation.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * animation.h -- basic animations
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/clock.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/clock.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * clock.c -- track elapsed time
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/clock.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/clock.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * clock.h -- track elapsed time
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/color.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/color.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * color.h -- basic color routines
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/core.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/core.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * core.c -- libcore main entry
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/core.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/core.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * core.c -- libcore main entry
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/core_p.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/core_p.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * core_p -- libcore private definitions
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/drawable.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/drawable.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * drawable.c -- automatic drawable objects
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/drawable.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/drawable.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * drawable.h -- automatic drawable objects
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/error.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/error.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * error.c -- error routines
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/error.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/error.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * error.h -- error routines
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/event.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/event.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * event.c -- event management
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/event.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/event.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * event.h -- event management
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/font.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/font.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * font.c -- basic font management
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/font.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/font.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * font.h -- basic font management
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/game.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/game.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * game.c -- main game object
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/game.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/game.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * game.h -- main game object
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/image.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/image.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * image.c -- basic image management
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/image.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/image.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * image.h -- basic image management
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/inhibit.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/inhibit.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * inhibit.h -- disable specific game behavior
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/key.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/key.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * key.h -- keyboard definitions
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/maths.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/maths.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * maths.c -- basic maths
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/maths.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/maths.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * maths.h -- basic maths
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/mouse.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/mouse.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * mouse.h -- mouse definitions
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/music.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/music.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * music.h -- music support
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/music.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/music.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * music.h -- music support
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/painter.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/painter.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * painter.c -- basic drawing routines
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/painter.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/painter.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * painter.h -- basic drawing routines
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/panic.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/panic.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * panic.c -- unrecoverable error handling
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/panic.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/panic.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * panic.h -- unrecoverable error handling
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/port.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/port.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * port.c -- portability bits
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/port.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/port.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * port.h -- portability bits
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/script.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/script.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * script.c -- convenient sequence of actions
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/script.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/script.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * script.h -- convenient sequence of actions
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/sound.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/sound.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * sound.c -- sound support
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/sound.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/sound.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * sound.h -- sound support
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/sprite.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/sprite.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * sprite.c -- image sprites
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/sprite.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/sprite.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * sprite.h -- image sprites
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/state.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/state.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * state.c -- abstract state
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/state.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/state.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * state.h -- abstract state
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/sys.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/sys.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * sys.c -- system routines
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/sys.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/sys.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * sys.h -- system routines
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/sysconfig.h.in	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/sysconfig.h.in	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * sysconfig.h -- build time configuration
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/texture.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/texture.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * texture.c -- basic texture management
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/texture.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/texture.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * texture.h -- basic texture management
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/texture_p.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/texture_p.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * texture_p.h -- (PRIVATE) basic texture management
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/trace.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/trace.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * trace.h -- non-fatal message logs
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/trace.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/trace.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * trace.h -- non-fatal message logs
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/translate.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/translate.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * translate.c -- native language support
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/translate.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/translate.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * translate.h -- native language support
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/util.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/util.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * util.c -- utilities
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/util.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/util.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * util.h -- utilities
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/window.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/window.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * window.c -- basic window management
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/window.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/window.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * window.h -- basic window management
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/window_p.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/window_p.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * window.c -- (PRIVATE) basic window management
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/zfile.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/zfile.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * zfile.c -- load potentially ZSTD compressed file
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/core/zfile.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/core/zfile.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * zfile.h -- load potentially ZSTD compressed file
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-core/nls/fr.po	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-core/nls/fr.po	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 #
 # fr.po -- French translations for libmlk-core
 #
-# Copyright (c) 2020 David Demelier <markand@malikania.fr>
+# Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-data/CMakeLists.txt	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-data/CMakeLists.txt	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for Molko's Adventure
 #
-# Copyright (c) 2020 David Demelier <markand@malikania.fr>
+# Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/CMakeLists.txt	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/CMakeLists.txt	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for Molko's Adventure
 #
-# Copyright (c) 2020 David Demelier <markand@malikania.fr>
+# Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/assets/sql/character-load.sql	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/assets/sql/character-load.sql	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 --
 -- character-load.sql -- load a character data
 --
--- Copyright (c) 2020 David Demelier <markand@malikania.fr>
+-- Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 --
 -- Permission to use, copy, modify, and/or distribute this software for any
 -- purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/assets/sql/character-save.sql	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/assets/sql/character-save.sql	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 --
 -- character-save.sql -- save or replace character
 --
--- Copyright (c) 2020 David Demelier <markand@malikania.fr>
+-- Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 --
 -- Permission to use, copy, modify, and/or distribute this software for any
 -- purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/assets/sql/init.sql	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/assets/sql/init.sql	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 --
 -- init.sql -- initialize database
 --
--- Copyright (c) 2020 David Demelier <markand@malikania.fr>
+-- Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 --
 -- Permission to use, copy, modify, and/or distribute this software for any
 -- purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/assets/sql/property-get.sql	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/assets/sql/property-get.sql	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 --
 -- property-get.sql -- get a property
 --
--- Copyright (c) 2020 David Demelier <markand@malikania.fr>
+-- Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 --
 -- Permission to use, copy, modify, and/or distribute this software for any
 -- purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/assets/sql/property-remove.sql	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/assets/sql/property-remove.sql	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 --
 -- property-remove.sql -- remove a property
 --
--- Copyright (c) 2020 David Demelier <markand@malikania.fr>
+-- Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 --
 -- Permission to use, copy, modify, and/or distribute this software for any
 -- purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/assets/sql/property-set.sql	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/assets/sql/property-set.sql	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 --
 -- property-set.sql -- set a property
 --
--- Copyright (c) 2020 David Demelier <markand@malikania.fr>
+-- Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 --
 -- Permission to use, copy, modify, and/or distribute this software for any
 -- purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/nls/fr.po	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/nls/fr.po	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 #
 # fr.po -- French translations for libmlk-rpg
 #
-# Copyright (c) 2020 David Demelier <markand@malikania.fr>
+# Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/battle-bar.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/battle-bar.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * battle-bar.h -- battle status bar and menu
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/battle-bar.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/battle-bar.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * battle-bar.h -- battle status bar and menu
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/battle-entity-state-attacking.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/battle-entity-state-attacking.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * battle-entity-state-attacking.h -- the entity is attacking
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/battle-entity-state-blinking.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/battle-entity-state-blinking.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * battle-entity-state-blinking.c -- the entity is blinking
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/battle-entity-state-moving.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/battle-entity-state-moving.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * battle-entity-state-moving.c -- the entity is moving
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/battle-entity-state-normal.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/battle-entity-state-normal.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * battle-entity-state-normal.c -- the entity is normal
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/battle-entity-state.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/battle-entity-state.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * battle-entity-state.c -- abstract battle entity state
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/battle-entity-state.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/battle-entity-state.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * battle-entity-state.h -- abstract battle entity state
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/battle-entity.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/battle-entity.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * battle-entity.c -- in game battle entity
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/battle-entity.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/battle-entity.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * battle-entity.h -- in game battle entity
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/battle-indicator.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/battle-indicator.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * battle-indicator.c -- drawable for rendering a hp/mp count usage
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/battle-indicator.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/battle-indicator.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * battle-indicator.h -- drawable for rendering a hp/mp count usage
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/battle-message.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/battle-message.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * battle-message.c -- automatic top center message in battle
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/battle-message.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/battle-message.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * battle-message.h -- automatic top center message in battle
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/battle-state-ai.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/battle-state-ai.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * battle-state-ai.c -- battle state (enemy is playing)
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/battle-state-attacking.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/battle-state-attacking.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * battle-state-attacking.h -- battle state (entity is moving for attacking)
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/battle-state-check.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/battle-state-check.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * battle-state-check.c -- battle state (check status)
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/battle-state-closing.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/battle-state-closing.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * battle-state-closing.c -- battle state (closing)
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/battle-state-item.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/battle-state-item.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * battle-state-item.c -- battle state (using item)
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/battle-state-lost.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/battle-state-lost.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * battle-state-lost.c -- battle state (lost)
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/battle-state-menu.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/battle-state-menu.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * battle-state-menu.h -- battle state (menu)
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/battle-state-opening.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/battle-state-opening.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * battle-state-opening.c -- battle state (opening)
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/battle-state-selection.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/battle-state-selection.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * battle-state-selection.h -- battle state (selection)
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/battle-state-sub.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/battle-state-sub.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * battle-state-sub.c -- battle state (sub)
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/battle-state-victory.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/battle-state-victory.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * battle-state-victory.c -- battle state (victory)
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/battle-state.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/battle-state.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * battle-state.c -- battle abstract state
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/battle-state.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/battle-state.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * battle-state.h -- battle abstract state
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/battle.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/battle.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * battle.c -- battles
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/battle.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/battle.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * battle.h -- battles
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/character.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/character.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * character.c -- character definition
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/character.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/character.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * character.h -- character definition
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/equipment.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/equipment.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * equipment.h -- character equipment
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/equipment.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/equipment.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * equipment.h -- character equipment
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/inventory.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/inventory.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * inventory.c -- item inventory
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/inventory.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/inventory.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * inventory.h -- item inventory
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/item.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/item.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * item.c -- inventory items
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/item.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/item.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * item.h -- inventory items
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/map-file.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/map-file.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * map-file.c -- map file loader
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/map-file.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/map-file.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * map-file.h -- map file loader
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/map.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/map.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * map.c -- game map
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/map.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/map.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * map.h -- game map
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/message.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/message.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * message.c -- message dialog
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/message.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/message.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * message.h -- message dialog
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/rpg.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/rpg.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * rpg.c -- librpg convenient header
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/rpg.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/rpg.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * rpg.h -- librpg convenient header
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/rpg_p.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/rpg_p.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * rpg_p.h -- librpg private definitions
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/save.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/save.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * save.c -- save functions
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/save.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/save.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * save.h -- save functions
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/selection.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/selection.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * selection.c -- kind of selection
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/selection.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/selection.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * selection.h -- kind of selection
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/spell.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/spell.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * spell.c -- magic spells
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/spell.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/spell.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * spell.h -- magic spells
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/team.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/team.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * team.c -- team storage
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/team.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/team.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * team.h -- team storage
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/tileset-file.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/tileset-file.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * tileset-file.c -- tileset file loader
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/tileset-file.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/tileset-file.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * tileset-file.h -- tileset file loader
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/tileset.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/tileset.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * tileset.c -- map tileset definition
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/tileset.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/tileset.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * tileset.h -- map tileset definition
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/walksprite.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/walksprite.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * walksprite.c -- sprite designed for walking entities
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-rpg/rpg/walksprite.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-rpg/rpg/walksprite.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * walksprite.h -- sprite designed for walking entities
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-ui/CMakeLists.txt	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-ui/CMakeLists.txt	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for Molko's Adventure
 #
-# Copyright (c) 2020 David Demelier <markand@malikania.fr>
+# Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-ui/nls/fr.po	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-ui/nls/fr.po	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 #
 # fr.po -- French translations for libmlk-ui
 #
-# Copyright (c) 2020 David Demelier <markand@malikania.fr>
+# Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-ui/ui/align.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-ui/ui/align.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * align.h -- user interface alignment
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-ui/ui/align.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-ui/ui/align.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * align.h -- user interface alignment
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-ui/ui/button.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-ui/ui/button.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * button.c -- GUI button
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-ui/ui/button.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-ui/ui/button.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * button.h -- GUI button
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-ui/ui/checkbox.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-ui/ui/checkbox.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * checkbox.c -- GUI checkbox
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-ui/ui/checkbox.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-ui/ui/checkbox.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * checkbox.h -- GUI checkbox
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-ui/ui/debug.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-ui/ui/debug.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * debug.c -- debugging interfaces
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-ui/ui/debug.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-ui/ui/debug.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * debug.h -- debugging interfaces
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-ui/ui/frame.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-ui/ui/frame.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * frame.h -- GUI frame
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-ui/ui/frame.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-ui/ui/frame.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * frame.h -- GUI frame
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-ui/ui/gridmenu.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-ui/ui/gridmenu.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * gridmenu.c -- GUI grid menu
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-ui/ui/gridmenu.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-ui/ui/gridmenu.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * gridmenu.h -- GUI grid menu
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-ui/ui/label.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-ui/ui/label.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * label.c -- GUI label
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-ui/ui/label.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-ui/ui/label.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * label.h -- GUI label
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-ui/ui/theme.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-ui/ui/theme.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * theme.c -- abstract theming
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-ui/ui/theme.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-ui/ui/theme.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * theme.h -- abstract theming
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-ui/ui/ui.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-ui/ui/ui.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * ui.c -- libui convenient header
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-ui/ui/ui.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-ui/ui/ui.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * ui.h -- libui convenient header
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libmlk-ui/ui/ui_p.h	Wed Sep 22 07:19:32 2021 +0200
+++ b/libmlk-ui/ui/ui_p.h	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * ui_p -- libui private definitions
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/mlk-adventure/CMakeLists.txt	Wed Sep 22 07:19:32 2021 +0200
+++ b/mlk-adventure/CMakeLists.txt	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for Molko's Adventure
 #
-# Copyright (c) 2020 David Demelier <markand@malikania.fr>
+# Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/mlk-adventure/main.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/mlk-adventure/main.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * main.c -- Molko's Adventure
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/CMakeLists.txt	Wed Sep 22 07:19:32 2021 +0200
+++ b/tests/CMakeLists.txt	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for Molko's Adventure
 #
-# Copyright (c) 2020 David Demelier <markand@malikania.fr>
+# Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/test-action-script.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/tests/test-action-script.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * test-script.c -- test script action
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/test-action.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/tests/test-action.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * test-action.c -- test actions
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/test-alloc.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/tests/test-alloc.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * test-alloc.c -- test allocators
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/test-character.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/tests/test-character.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * test-character.c -- test character routines
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/test-color.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/tests/test-color.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * test-color.c -- test color routines
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/test-drawable.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/tests/test-drawable.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * test-action.c -- test actions
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/test-error.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/tests/test-error.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * test-error.c -- test error routines
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/test-map.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/tests/test-map.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * test-map.c -- test map routines
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/test-save.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/tests/test-save.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * test-save.c -- test save routines
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/test-state.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/tests/test-state.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * test-rbuf.c -- test error routines
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/test-tileset.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/tests/test-tileset.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * test-tileset.c -- test tileset loader
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/test-util.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/tests/test-util.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * test-util.c -- test utilities
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tools/bcc/CMakeLists.txt	Wed Sep 22 07:19:32 2021 +0200
+++ b/tools/bcc/CMakeLists.txt	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for Molko's Adventure
 #
-# Copyright (c) 2020 David Demelier <markand@malikania.fr>
+# Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tools/bcc/main.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/tools/bcc/main.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * main.c -- binary to C/C++ arrays converter
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tools/map/CMakeLists.txt	Wed Sep 22 07:19:32 2021 +0200
+++ b/tools/map/CMakeLists.txt	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for Molko's Adventure
 #
-# Copyright (c) 2020 David Demelier <markand@malikania.fr>
+# Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tools/map/main.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/tools/map/main.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * main.c -- convert tiled tiled JSON files into custom files
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tools/tileset/CMakeLists.txt	Wed Sep 22 07:19:32 2021 +0200
+++ b/tools/tileset/CMakeLists.txt	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for Molko's Adventure
 #
-# Copyright (c) 2020 David Demelier <markand@malikania.fr>
+# Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tools/tileset/main.c	Wed Sep 22 07:19:32 2021 +0200
+++ b/tools/tileset/main.c	Wed Sep 22 07:22:20 2021 +0200
@@ -1,7 +1,7 @@
 /*
  * main.c -- convert tiled tilesets JSON files into custom files
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above