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