changeset 445:773a082f0b91

misc: update copyright years
author David Demelier <markand@malikania.fr>
date Wed, 01 Feb 2023 13:08:54 +0100
parents 9f062143e675
children 4607eea0eabc
files LICENSE.md doc/mkdocs.yml examples/example-action/example-action.c examples/example-animation/example-animation.c examples/example-audio/example-audio.c examples/example-battle/main.c examples/example-cursor/example-cursor.c examples/example-debug/example-debug.c examples/example-drawable/example-drawable.c examples/example-font/example-font.c examples/example-gridmenu/example-gridmenu.c examples/example-label/example-label.c examples/example-message/example-message.c examples/example-notify/example-notify.c examples/example-sprite/example-sprite.c examples/example-trace/example-trace.c examples/example-ui/example-ui.c examples/example/character-john.c examples/example/character-john.h examples/example/registry.c examples/example/registry.h examples/example/spell-fire.c examples/example/spell-fire.h examples/example/trace_hud.c examples/example/trace_hud.h libmlk-core/mlk/core/action-stack.c libmlk-core/mlk/core/action-stack.h libmlk-core/mlk/core/action.c libmlk-core/mlk/core/action.h libmlk-core/mlk/core/alloc.c libmlk-core/mlk/core/alloc.h libmlk-core/mlk/core/animation.c libmlk-core/mlk/core/animation.h libmlk-core/mlk/core/clock.c libmlk-core/mlk/core/clock.h libmlk-core/mlk/core/color.h libmlk-core/mlk/core/core.c libmlk-core/mlk/core/core.h libmlk-core/mlk/core/drawable-stack.c libmlk-core/mlk/core/drawable-stack.h libmlk-core/mlk/core/drawable.c libmlk-core/mlk/core/drawable.h libmlk-core/mlk/core/err.c libmlk-core/mlk/core/err.h libmlk-core/mlk/core/error.c libmlk-core/mlk/core/error.h libmlk-core/mlk/core/event.c libmlk-core/mlk/core/event.h libmlk-core/mlk/core/font.c libmlk-core/mlk/core/font.h libmlk-core/mlk/core/game.c libmlk-core/mlk/core/game.h libmlk-core/mlk/core/gamepad.c libmlk-core/mlk/core/gamepad.h libmlk-core/mlk/core/image.c libmlk-core/mlk/core/image.h libmlk-core/mlk/core/inhibit.h libmlk-core/mlk/core/key.h libmlk-core/mlk/core/maths.c libmlk-core/mlk/core/maths.h libmlk-core/mlk/core/mouse.h libmlk-core/mlk/core/music.c libmlk-core/mlk/core/music.h libmlk-core/mlk/core/painter.c libmlk-core/mlk/core/painter.h libmlk-core/mlk/core/panic.c libmlk-core/mlk/core/panic.h libmlk-core/mlk/core/script.c libmlk-core/mlk/core/script.h libmlk-core/mlk/core/sound.c libmlk-core/mlk/core/sound.h libmlk-core/mlk/core/sprite.c libmlk-core/mlk/core/sprite.h libmlk-core/mlk/core/state.c libmlk-core/mlk/core/state.h libmlk-core/mlk/core/sys.c libmlk-core/mlk/core/sys.h libmlk-core/mlk/core/sys_p.h libmlk-core/mlk/core/texture.c libmlk-core/mlk/core/texture.h libmlk-core/mlk/core/texture_p.h libmlk-core/mlk/core/trace.c libmlk-core/mlk/core/trace.h libmlk-core/mlk/core/util.c libmlk-core/mlk/core/util.h libmlk-core/mlk/core/window.c libmlk-core/mlk/core/window.h libmlk-core/mlk/core/window_p.h 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-load.sql libmlk-rpg/assets/sql/property-remove.sql libmlk-rpg/assets/sql/property-save.sql libmlk-rpg/assets/sql/quest-remove.sql libmlk-rpg/assets/sql/quest-save.sql libmlk-rpg/assets/sql/quest-step-load.sql libmlk-rpg/assets/sql/quest-step-save.sql libmlk-rpg/mlk/rpg/battle-bar-default.c libmlk-rpg/mlk/rpg/battle-bar-default.h libmlk-rpg/mlk/rpg/battle-bar.c libmlk-rpg/mlk/rpg/battle-bar.h libmlk-rpg/mlk/rpg/battle-entity-state-attacking.c libmlk-rpg/mlk/rpg/battle-entity-state-attacking.h libmlk-rpg/mlk/rpg/battle-entity-state-blinking.c libmlk-rpg/mlk/rpg/battle-entity-state-blinking.h libmlk-rpg/mlk/rpg/battle-entity-state-moving.c libmlk-rpg/mlk/rpg/battle-entity-state-moving.h libmlk-rpg/mlk/rpg/battle-entity-state-normal.c libmlk-rpg/mlk/rpg/battle-entity-state-normal.h libmlk-rpg/mlk/rpg/battle-entity-state.c libmlk-rpg/mlk/rpg/battle-entity-state.h libmlk-rpg/mlk/rpg/battle-entity.c libmlk-rpg/mlk/rpg/battle-entity.h libmlk-rpg/mlk/rpg/battle-indicator.c libmlk-rpg/mlk/rpg/battle-indicator.h libmlk-rpg/mlk/rpg/battle-message.c libmlk-rpg/mlk/rpg/battle-message.h libmlk-rpg/mlk/rpg/battle-state-ai.c libmlk-rpg/mlk/rpg/battle-state-ai.h libmlk-rpg/mlk/rpg/battle-state-attacking.c libmlk-rpg/mlk/rpg/battle-state-attacking.h libmlk-rpg/mlk/rpg/battle-state-check.c libmlk-rpg/mlk/rpg/battle-state-check.h libmlk-rpg/mlk/rpg/battle-state-closing.c libmlk-rpg/mlk/rpg/battle-state-closing.h libmlk-rpg/mlk/rpg/battle-state-item.c libmlk-rpg/mlk/rpg/battle-state-item.h libmlk-rpg/mlk/rpg/battle-state-lost.c libmlk-rpg/mlk/rpg/battle-state-lost.h libmlk-rpg/mlk/rpg/battle-state-menu.c libmlk-rpg/mlk/rpg/battle-state-menu.h libmlk-rpg/mlk/rpg/battle-state-opening.c libmlk-rpg/mlk/rpg/battle-state-opening.h libmlk-rpg/mlk/rpg/battle-state-rendering.c libmlk-rpg/mlk/rpg/battle-state-rendering.h libmlk-rpg/mlk/rpg/battle-state-selection.c libmlk-rpg/mlk/rpg/battle-state-selection.h libmlk-rpg/mlk/rpg/battle-state-victory.c libmlk-rpg/mlk/rpg/battle-state-victory.h libmlk-rpg/mlk/rpg/battle-state.c libmlk-rpg/mlk/rpg/battle-state.h libmlk-rpg/mlk/rpg/battle.c libmlk-rpg/mlk/rpg/battle.h libmlk-rpg/mlk/rpg/character.c libmlk-rpg/mlk/rpg/character.h libmlk-rpg/mlk/rpg/equipment.c libmlk-rpg/mlk/rpg/equipment.h libmlk-rpg/mlk/rpg/inventory.c libmlk-rpg/mlk/rpg/inventory.h libmlk-rpg/mlk/rpg/item.c libmlk-rpg/mlk/rpg/item.h libmlk-rpg/mlk/rpg/map-file.c libmlk-rpg/mlk/rpg/map-file.h libmlk-rpg/mlk/rpg/map.c libmlk-rpg/mlk/rpg/map.h libmlk-rpg/mlk/rpg/message.c libmlk-rpg/mlk/rpg/message.h libmlk-rpg/mlk/rpg/property.c libmlk-rpg/mlk/rpg/property.h libmlk-rpg/mlk/rpg/quest.c libmlk-rpg/mlk/rpg/quest.h libmlk-rpg/mlk/rpg/rpg.c libmlk-rpg/mlk/rpg/rpg.h libmlk-rpg/mlk/rpg/save.c libmlk-rpg/mlk/rpg/save.h libmlk-rpg/mlk/rpg/selection.c libmlk-rpg/mlk/rpg/selection.h libmlk-rpg/mlk/rpg/spell.c libmlk-rpg/mlk/rpg/spell.h libmlk-rpg/mlk/rpg/team.c libmlk-rpg/mlk/rpg/team.h libmlk-rpg/mlk/rpg/tileset-file.c libmlk-rpg/mlk/rpg/tileset-file.h libmlk-rpg/mlk/rpg/tileset.c libmlk-rpg/mlk/rpg/tileset.h libmlk-rpg/mlk/rpg/walksprite.c libmlk-rpg/mlk/rpg/walksprite.h libmlk-ui/mlk/ui/align.c libmlk-ui/mlk/ui/align.h libmlk-ui/mlk/ui/button.c libmlk-ui/mlk/ui/button.h libmlk-ui/mlk/ui/checkbox.c libmlk-ui/mlk/ui/checkbox.h libmlk-ui/mlk/ui/debug.c libmlk-ui/mlk/ui/debug.h libmlk-ui/mlk/ui/frame.c libmlk-ui/mlk/ui/frame.h libmlk-ui/mlk/ui/gridmenu.c libmlk-ui/mlk/ui/gridmenu.h libmlk-ui/mlk/ui/label.c libmlk-ui/mlk/ui/label.h libmlk-ui/mlk/ui/notify.c libmlk-ui/mlk/ui/notify.h libmlk-ui/mlk/ui/theme.c libmlk-ui/mlk/ui/theme.h libmlk-ui/mlk/ui/ui.c libmlk-ui/mlk/ui/ui.h libmlk-util/mlk/util/fmemopen.c libmlk-util/mlk/util/util.h mlk-bcc/mlk-bcc.c mlk-map/mlk-map.c mlk-tileset/mlk-tileset.c 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-quest.c tests/test-save.c tests/test-state.c tests/test-tileset.c tests/test-util.c
diffstat 216 files changed, 216 insertions(+), 216 deletions(-) [+]
line wrap: on
line diff
--- a/LICENSE.md	Tue Jan 31 10:22:35 2023 +0100
+++ b/LICENSE.md	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 Molko's Engine ISC LICENSE
 ==========================
 
-Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+Copyright (c) 2020-2023 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	Tue Jan 31 10:22:35 2023 +0100
+++ b/doc/mkdocs.yml	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 #
 # mkdocs.yml.txt -- documentation for Molko's Engine
 #
-# Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+# Copyright (c) 2020-2023 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/example-action.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/examples/example-action/example-action.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * example-action.c -- example on how to use automatic actions
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/example-animation.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/examples/example-animation/example-animation.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * example-animation.c -- example on how to use animations
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/example-audio.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/examples/example-audio/example-audio.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * example-audio.c -- show how to use sounds and music
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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	Tue Jan 31 10:22:35 2023 +0100
+++ b/examples/example-battle/main.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * example-battle.c -- show how to use battle
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/example-cursor.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/examples/example-cursor/example-cursor.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * example-cursor.c -- example on how to change cursor
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/example-debug.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/examples/example-debug/example-debug.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * example-debug.c -- example on how to use debug interface
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/example-drawable.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/examples/example-drawable/example-drawable.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * example-drawable.c -- example on how to use automatic drawables
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/example-font.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/examples/example-font/example-font.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * example-font.c -- show how to use fonts
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/example-gridmenu.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/examples/example-gridmenu/example-gridmenu.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * example-gridmenu.c -- show how to use grid menu
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/example-label.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/examples/example-label/example-label.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * example-label.c -- show how to use label and alignments
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/example-message.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/examples/example-message/example-message.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * example-message.c -- show how to use messages
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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-notify/example-notify.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/examples/example-notify/example-notify.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * example-notify -- show how notifications work
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/example-sprite.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/examples/example-sprite/example-sprite.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * example-sprite.c -- example on how to use sprites
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/example-trace.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/examples/example-trace/example-trace.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * example-trace.c -- example on how to use custom trace handlers
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/example-ui.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/examples/example-ui/example-ui.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * example-action.c -- example on how to use automatic actions
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/character-john.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/examples/example/character-john.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * character-john.c -- john character
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/character-john.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/examples/example/character-john.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * character-john.h -- john character
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/registry.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/examples/example/registry.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * registry.h -- registry of resources
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/registry.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/examples/example/registry.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * registry.h -- registry of resources
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/spell-fire.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/examples/example/spell-fire.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * spell-fire.c -- example of spell: fire
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/spell-fire.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/examples/example/spell-fire.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * spell-fire.c -- example of spell: fire
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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_hud.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/examples/example/trace_hud.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * trace_hud.c -- on screen hud
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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_hud.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/examples/example/trace_hud.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * trace_hud.h -- on screen hud
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/action-stack.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/action-stack.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * action-stack.h -- convenient stack of actions
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/action-stack.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/action-stack.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * action-stack.h -- convenient stack of actions
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/action.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/action.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * action.c -- action states
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/action.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/action.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * action.h -- action states
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/alloc.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/alloc.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * alloc.h -- custom allocators
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/alloc.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/alloc.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * alloc.h -- custom allocators
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/animation.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/animation.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * animation.c -- basic animations
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/animation.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/animation.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * animation.h -- basic animations
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/clock.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/clock.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * clock.c -- track elapsed time
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/clock.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/clock.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * clock.h -- track elapsed time
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/color.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/color.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * color.h -- basic color routines
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/core.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/core.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * core.c -- libcore main entry
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/core.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/core.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * core.c -- libcore main entry
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/drawable-stack.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/drawable-stack.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * drawable-stack.c -- convenient stack of drawables
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/drawable-stack.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/drawable-stack.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * drawable-stack.h -- convenient stack of drawables
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/drawable.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/drawable.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * drawable.c -- automatic drawable objects
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/drawable.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/drawable.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * drawable.h -- automatic drawable objects
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/err.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/err.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * err.h -- error routines
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/err.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/err.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * err.h -- error handing
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/error.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/error.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * error.c -- error routines
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/error.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/error.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * error.h -- error routines
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/event.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/event.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * event.c -- event management
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/event.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/event.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * event.h -- event management
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/font.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/font.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * font.c -- basic font management
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/font.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/font.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * font.h -- basic font management
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/game.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/game.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * game.c -- main game object
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/game.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/game.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * game.h -- main game object
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/gamepad.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/gamepad.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * gamepad.c -- game controller support
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/gamepad.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/gamepad.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * gamepad.h -- game controller support
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/image.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/image.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * image.c -- basic image management
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/image.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/image.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * image.h -- basic image management
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/inhibit.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/inhibit.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * inhibit.h -- disable specific game behavior
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/key.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/key.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * key.h -- keyboard definitions
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/maths.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/maths.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * maths.c -- basic maths
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/maths.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/maths.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * maths.h -- basic maths
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/mouse.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/mouse.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * mouse.h -- mouse definitions
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/music.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/music.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * music.h -- music support
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/music.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/music.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * music.h -- music support
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/painter.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/painter.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * painter.c -- basic drawing routines
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/painter.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/painter.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * painter.h -- basic drawing routines
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/panic.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/panic.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * panic.c -- unrecoverable error handling
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/panic.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/panic.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * panic.h -- unrecoverable error handling
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/script.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/script.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * script.c -- convenient sequence of actions
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/script.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/script.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * script.h -- convenient sequence of actions
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/sound.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/sound.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * sound.c -- sound support
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/sound.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/sound.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * sound.h -- sound support
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/sprite.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/sprite.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * sprite.c -- image sprites
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/sprite.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/sprite.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * sprite.h -- image sprites
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/state.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/state.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * state.c -- abstract state
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/state.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/state.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * state.h -- abstract state
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/sys.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/sys.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * sys.c -- system routines
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/sys.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/sys.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * sys.h -- system routines
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/sys_p.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/sys_p.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * sys_p.h -- libcore private definitions
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/texture.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/texture.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * texture.c -- basic texture management
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/texture.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/texture.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * texture.h -- basic texture management
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/texture_p.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/texture_p.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * texture_p.h -- (PRIVATE) basic texture management
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/trace.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/trace.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * trace.h -- non-fatal message logs
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/trace.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/trace.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * trace.h -- non-fatal message logs
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/util.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/util.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * util.c -- utilities
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/util.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/util.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * util.h -- utilities
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/window.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/window.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * window.c -- basic window management
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/window.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/window.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * window.h -- basic window management
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/core/window_p.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-core/mlk/core/window_p.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * window.c -- (PRIVATE) basic window management
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/assets/sql/character-load.sql	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 --
 -- character-load.sql -- load a character data
 --
--- Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+-- Copyright (c) 2020-2023 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	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/assets/sql/character-save.sql	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 --
 -- character-save.sql -- save or replace character
 --
--- Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+-- Copyright (c) 2020-2023 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	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/assets/sql/init.sql	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 --
 -- init.sql -- initialize database
 --
--- Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+-- Copyright (c) 2020-2023 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-load.sql	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/assets/sql/property-load.sql	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 --
 -- property-load.sql -- get a property
 --
--- Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+-- Copyright (c) 2020-2023 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	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/assets/sql/property-remove.sql	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 --
 -- property-remove.sql -- remove a property
 --
--- Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+-- Copyright (c) 2020-2023 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-save.sql	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/assets/sql/property-save.sql	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 --
 -- property-save.sql -- set a property
 --
--- Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+-- Copyright (c) 2020-2023 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/quest-remove.sql	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/assets/sql/quest-remove.sql	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 --
 -- quest-remove.sql -- remove a quest entirely
 --
--- Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+-- Copyright (c) 2020-2023 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/quest-save.sql	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/assets/sql/quest-save.sql	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 --
 -- quest-save.sql -- create parent quest entry
 --
--- Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+-- Copyright (c) 2020-2023 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/quest-step-load.sql	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/assets/sql/quest-step-load.sql	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 --
 -- quest-step-load.sql -- remove a quest entirely
 --
--- Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+-- Copyright (c) 2020-2023 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/quest-step-save.sql	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/assets/sql/quest-step-save.sql	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 --
 -- quest-step-save.sql -- save a quest step
 --
--- Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+-- Copyright (c) 2020-2023 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/mlk/rpg/battle-bar-default.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-bar-default.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-bar-default.c -- default battle status bar and menu implementation
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-bar-default.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-bar-default.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-bar-default.h -- default battle status bar and menu implementation
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-bar.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-bar.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-bar.c -- abstract battle bar
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-bar.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-bar.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-bar.h -- abstract battle bar
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-entity-state-attacking.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-entity-state-attacking.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-entity-state-attacking.h -- the entity is attacking
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-entity-state-attacking.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-entity-state-attacking.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-entity-state-attacking.c -- the entity is attacking
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-entity-state-blinking.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-entity-state-blinking.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-entity-state-blinking.c -- the entity is blinking
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-entity-state-blinking.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-entity-state-blinking.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-entity-state-blinking.h -- the entity is blinking
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-entity-state-moving.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-entity-state-moving.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-entity-state-moving.c -- the entity is moving
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-entity-state-moving.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-entity-state-moving.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-entity-state-moving.h -- the entity is moving
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-entity-state-normal.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-entity-state-normal.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-entity-state-normal.c -- the entity is normal
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-entity-state-normal.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-entity-state-normal.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-entity-state-normal.h -- the entity is normal
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-entity-state.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-entity-state.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-entity-state.c -- abstract battle entity state
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-entity-state.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-entity-state.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-entity-state.h -- abstract battle entity state
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-entity.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-entity.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-entity.c -- in game battle entity
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-entity.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-entity.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-entity.h -- in game battle entity
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-indicator.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-indicator.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-indicator.c -- drawable for rendering a hp/mp count usage
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-indicator.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-indicator.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-indicator.h -- drawable for rendering a hp/mp count usage
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-message.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-message.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-message.c -- automatic top center message in battle
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-message.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-message.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-message.h -- automatic top center message in battle
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-state-ai.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-state-ai.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-state-ai.c -- battle state (enemy is playing)
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-state-ai.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-state-ai.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-state-ai.h -- battle state (enemy is playing)
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-state-attacking.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-state-attacking.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-state-attacking.c -- battle state (entity is moving for attacking)
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-state-attacking.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-state-attacking.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-state-attacking.h -- battle state (entity is moving for attacking)
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-state-check.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-state-check.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-state-check.c -- battle state (check status)
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-state-check.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-state-check.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-state-check.h -- battle state (check status)
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-state-closing.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-state-closing.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-state-closing.c -- battle state (closing)
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-state-closing.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-state-closing.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-state-closing.h -- battle state (closing)
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-state-item.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-state-item.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-state-item.c -- battle state (using item)
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-state-item.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-state-item.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-state-item.h -- battle state (using item)
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-state-lost.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-state-lost.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-state-lost.c -- battle state (lost)
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-state-lost.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-state-lost.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-state-lost.h -- battle state (lost)
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-state-menu.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-state-menu.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-state-menu.h -- battle state (menu)
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-state-menu.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-state-menu.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-state-menu.c -- battle state (menu)
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-state-opening.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-state-opening.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-state-opening.c -- battle state (opening)
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-state-opening.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-state-opening.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-state-opening.h -- battle state (opening)
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-state-rendering.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-state-rendering.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-state-rendering.c -- battle state (rendering an action)
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-state-rendering.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-state-rendering.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-state-rendering.h -- battle state (rendering an action)
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-state-selection.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-state-selection.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-state-selection.c -- battle state (selection)
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-state-selection.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-state-selection.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-state-selection.h -- battle state (selection)
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-state-victory.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-state-victory.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-state-victory.c -- battle state (victory)
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-state-victory.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-state-victory.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-state-victory.h -- battle state (victory)
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-state.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-state.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-state.c -- battle abstract state
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle-state.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-state.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle-state.h -- battle abstract state
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle.c -- battles
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/battle.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * battle.h -- battles
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/character.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/character.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * character.c -- character definition
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/character.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/character.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * character.h -- character definition
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/equipment.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/equipment.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * equipment.h -- character equipment
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/equipment.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/equipment.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * equipment.h -- character equipment
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/inventory.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/inventory.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * inventory.c -- item inventory
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/inventory.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/inventory.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * inventory.h -- item inventory
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/item.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/item.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * item.c -- inventory items
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/item.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/item.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * item.h -- inventory items
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/map-file.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/map-file.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * map-file.c -- map file loader
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/map-file.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/map-file.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * map-file.h -- map file loader
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/map.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/map.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * map.c -- game map
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/map.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/map.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * map.h -- game map
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/message.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/message.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * message.c -- message dialog
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/message.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/message.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * message.h -- message dialog
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/property.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/property.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * property.c -- manage game properties
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/property.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/property.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * property.h -- manage game properties
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/quest.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/quest.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * quest.c -- in game quests
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/quest.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/quest.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * quest.h -- in game quests
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/rpg.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/rpg.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * rpg.c -- librpg convenient header
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/rpg.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/rpg.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * rpg.h -- librpg convenient header
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/save.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/save.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * save.c -- save functions
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/save.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/save.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * save.h -- save functions
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/selection.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/selection.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * selection.c -- kind of selection
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/selection.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/selection.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * selection.h -- kind of selection
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/spell.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/spell.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * spell.c -- magic spells
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/spell.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/spell.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * spell.h -- magic spells
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/team.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/team.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * team.c -- team storage
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/team.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/team.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * team.h -- team storage
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/tileset-file.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/tileset-file.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * tileset-file.c -- tileset file loader
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/tileset-file.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/tileset-file.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * tileset-file.h -- tileset file loader
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/tileset.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/tileset.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * tileset.c -- map tileset definition
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/tileset.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/tileset.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * tileset.h -- map tileset definition
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/walksprite.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/walksprite.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * walksprite.c -- sprite designed for walking entities
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/rpg/walksprite.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/walksprite.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * walksprite.h -- sprite designed for walking entities
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/ui/align.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-ui/mlk/ui/align.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * align.h -- user interface alignment
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/ui/align.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-ui/mlk/ui/align.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * align.h -- user interface alignment
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/ui/button.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-ui/mlk/ui/button.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * button.c -- GUI button
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/ui/button.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-ui/mlk/ui/button.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * button.h -- GUI button
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/ui/checkbox.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-ui/mlk/ui/checkbox.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * checkbox.c -- GUI checkbox
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/ui/checkbox.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-ui/mlk/ui/checkbox.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * checkbox.h -- GUI checkbox
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/ui/debug.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-ui/mlk/ui/debug.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * debug.c -- debugging interfaces
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/ui/debug.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-ui/mlk/ui/debug.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * debug.h -- debugging interfaces
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/ui/frame.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-ui/mlk/ui/frame.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * frame.h -- GUI frame
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/ui/frame.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-ui/mlk/ui/frame.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * frame.h -- GUI frame
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/ui/gridmenu.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-ui/mlk/ui/gridmenu.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * gridmenu.c -- GUI grid menu
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/ui/gridmenu.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-ui/mlk/ui/gridmenu.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * gridmenu.h -- GUI grid menu
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/ui/label.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-ui/mlk/ui/label.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * label.c -- GUI label
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/ui/label.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-ui/mlk/ui/label.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * label.h -- GUI label
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/ui/notify.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-ui/mlk/ui/notify.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * notify.c -- in game notifications
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/ui/notify.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-ui/mlk/ui/notify.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * notify.h -- in game notifications
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/ui/theme.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-ui/mlk/ui/theme.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * theme.c -- abstract theming
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/ui/theme.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-ui/mlk/ui/theme.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * theme.h -- abstract theming
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/ui/ui.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-ui/mlk/ui/ui.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * ui.c -- libui convenient header
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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/mlk/ui/ui.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-ui/mlk/ui/ui.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * ui.h -- libui convenient header
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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-util/mlk/util/fmemopen.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-util/mlk/util/fmemopen.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * fmemopen.h -- fmemopen polyfill
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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-util/mlk/util/util.h	Tue Jan 31 10:22:35 2023 +0100
+++ b/libmlk-util/mlk/util/util.h	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * util.h -- miscellaneous utilities
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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-bcc/mlk-bcc.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/mlk-bcc/mlk-bcc.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * bcc.c -- binary to C/C++ arrays converter
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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-map/mlk-map.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/mlk-map/mlk-map.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * main.c -- convert tiled tiled JSON files into custom files
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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-tileset/mlk-tileset.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/mlk-tileset/mlk-tileset.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * main.c -- convert tiled tilesets JSON files into custom files
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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	Tue Jan 31 10:22:35 2023 +0100
+++ b/tests/test-action-script.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * test-script.c -- test script action
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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	Tue Jan 31 10:22:35 2023 +0100
+++ b/tests/test-action.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * test-action.c -- test actions
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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	Tue Jan 31 10:22:35 2023 +0100
+++ b/tests/test-alloc.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * test-alloc.c -- test allocators
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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	Tue Jan 31 10:22:35 2023 +0100
+++ b/tests/test-character.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * test-character.c -- test character routines
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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	Tue Jan 31 10:22:35 2023 +0100
+++ b/tests/test-color.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * test-color.c -- test color routines
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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	Tue Jan 31 10:22:35 2023 +0100
+++ b/tests/test-drawable.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * test-action.c -- test actions
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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	Tue Jan 31 10:22:35 2023 +0100
+++ b/tests/test-error.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * test-error.c -- test error routines
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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	Tue Jan 31 10:22:35 2023 +0100
+++ b/tests/test-map.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * test-map.c -- test map routines
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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-quest.c	Tue Jan 31 10:22:35 2023 +0100
+++ b/tests/test-save-quest.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * test-save-quest.c -- test save routines
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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	Tue Jan 31 10:22:35 2023 +0100
+++ b/tests/test-save.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * test-save.c -- test save routines
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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	Tue Jan 31 10:22:35 2023 +0100
+++ b/tests/test-state.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * test-rbuf.c -- test error routines
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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	Tue Jan 31 10:22:35 2023 +0100
+++ b/tests/test-tileset.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * test-tileset.c -- test tileset loader
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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	Tue Jan 31 10:22:35 2023 +0100
+++ b/tests/test-util.c	Wed Feb 01 13:08:54 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * test-util.c -- test utilities
  *
- * Copyright (c) 2020-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2023 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