diff --git a/.travis.yml b/.travis.yml index 76b16593..012734c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2020 The reone project contributors +# Copyright (c) 2020-2021 The reone project contributors # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ad079d4..cdb13d18 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020 The reone project contributors +# Copyright (c) 2020-2021 The reone project contributors # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/cmake/FindMAD.cmake b/cmake/FindMAD.cmake index 6aa9581f..f3c8769a 100644 --- a/cmake/FindMAD.cmake +++ b/cmake/FindMAD.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2020 The reone project contributors +# Copyright (c) 2020-2021 The reone project contributors # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/audio/files.cpp b/src/audio/files.cpp index d00e599b..ba1047b6 100644 --- a/src/audio/files.cpp +++ b/src/audio/files.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/audio/files.h b/src/audio/files.h index 520b73b2..a8099f34 100644 --- a/src/audio/files.h +++ b/src/audio/files.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/audio/format/mp3file.cpp b/src/audio/format/mp3file.cpp index 6755a583..7f4e4b08 100644 --- a/src/audio/format/mp3file.cpp +++ b/src/audio/format/mp3file.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/audio/format/mp3file.h b/src/audio/format/mp3file.h index f3e56eb5..39d8dee1 100644 --- a/src/audio/format/mp3file.h +++ b/src/audio/format/mp3file.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/audio/format/wavfile.cpp b/src/audio/format/wavfile.cpp index 2a22ef83..c0e90cbe 100644 --- a/src/audio/format/wavfile.cpp +++ b/src/audio/format/wavfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/audio/format/wavfile.h b/src/audio/format/wavfile.h index df7a107d..6008b576 100644 --- a/src/audio/format/wavfile.h +++ b/src/audio/format/wavfile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/audio/player.cpp b/src/audio/player.cpp index 8588af01..7970c9d4 100644 --- a/src/audio/player.cpp +++ b/src/audio/player.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/audio/player.h b/src/audio/player.h index fc3761e3..e95c73ea 100644 --- a/src/audio/player.h +++ b/src/audio/player.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/audio/soundhandle.cpp b/src/audio/soundhandle.cpp index b31629af..633fa692 100644 --- a/src/audio/soundhandle.cpp +++ b/src/audio/soundhandle.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/audio/soundhandle.h b/src/audio/soundhandle.h index 8add48d4..eb5ae9a2 100644 --- a/src/audio/soundhandle.h +++ b/src/audio/soundhandle.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/audio/soundinstance.cpp b/src/audio/soundinstance.cpp index cf4c061a..ba86cfe2 100644 --- a/src/audio/soundinstance.cpp +++ b/src/audio/soundinstance.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/audio/soundinstance.h b/src/audio/soundinstance.h index 211b87f5..4beca27d 100644 --- a/src/audio/soundinstance.h +++ b/src/audio/soundinstance.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/audio/stream.cpp b/src/audio/stream.cpp index a527b535..2a3970a5 100644 --- a/src/audio/stream.cpp +++ b/src/audio/stream.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/audio/stream.h b/src/audio/stream.h index 52273c9d..a3a74ecd 100644 --- a/src/audio/stream.h +++ b/src/audio/stream.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/audio/types.h b/src/audio/types.h index efa05a56..f01dd3b0 100644 --- a/src/audio/types.h +++ b/src/audio/types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/audio/util.cpp b/src/audio/util.cpp index 14ebef79..79e26389 100644 --- a/src/audio/util.cpp +++ b/src/audio/util.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/audio/util.h b/src/audio/util.h index 4bf02ebb..0f65d55a 100644 --- a/src/audio/util.h +++ b/src/audio/util.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/common/aabb.cpp b/src/common/aabb.cpp index 8dbae8e8..791c93fe 100644 --- a/src/common/aabb.cpp +++ b/src/common/aabb.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/common/aabb.h b/src/common/aabb.h index b1db6f42..505dec65 100644 --- a/src/common/aabb.h +++ b/src/common/aabb.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/common/endianutil.cpp b/src/common/endianutil.cpp index 867f7de8..56ac3694 100644 --- a/src/common/endianutil.cpp +++ b/src/common/endianutil.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/common/endianutil.h b/src/common/endianutil.h index 8231de0f..c916298e 100644 --- a/src/common/endianutil.h +++ b/src/common/endianutil.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/common/jobs.cpp b/src/common/jobs.cpp index 839044e5..a94a5567 100644 --- a/src/common/jobs.cpp +++ b/src/common/jobs.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/common/jobs.h b/src/common/jobs.h index cc04f3a9..a2bf7737 100644 --- a/src/common/jobs.h +++ b/src/common/jobs.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/common/log.cpp b/src/common/log.cpp index d3794166..8b4380da 100644 --- a/src/common/log.cpp +++ b/src/common/log.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/common/log.h b/src/common/log.h index 90026564..aa394386 100644 --- a/src/common/log.h +++ b/src/common/log.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/common/mediastream.h b/src/common/mediastream.h index bca91eb6..aecc5694 100644 --- a/src/common/mediastream.h +++ b/src/common/mediastream.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/common/pathutil.cpp b/src/common/pathutil.cpp index 946a8925..f2779dcd 100644 --- a/src/common/pathutil.cpp +++ b/src/common/pathutil.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/common/pathutil.h b/src/common/pathutil.h index 84ffb412..f87e9249 100644 --- a/src/common/pathutil.h +++ b/src/common/pathutil.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/common/random.cpp b/src/common/random.cpp index 8a185cbc..b8659140 100644 --- a/src/common/random.cpp +++ b/src/common/random.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/common/random.h b/src/common/random.h index d1e1db89..d3a152e5 100644 --- a/src/common/random.h +++ b/src/common/random.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/common/streamreader.cpp b/src/common/streamreader.cpp index 0a91b81e..42ef4fd2 100644 --- a/src/common/streamreader.cpp +++ b/src/common/streamreader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/common/streamreader.h b/src/common/streamreader.h index a2283005..fa38f965 100644 --- a/src/common/streamreader.h +++ b/src/common/streamreader.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/common/streamutil.cpp b/src/common/streamutil.cpp index 6052d97c..2e89e2c9 100644 --- a/src/common/streamutil.cpp +++ b/src/common/streamutil.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/common/streamutil.h b/src/common/streamutil.h index 0d64b28e..95219cd2 100644 --- a/src/common/streamutil.h +++ b/src/common/streamutil.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/common/streamwriter.cpp b/src/common/streamwriter.cpp index 5cc01061..38e89872 100644 --- a/src/common/streamwriter.cpp +++ b/src/common/streamwriter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/common/streamwriter.h b/src/common/streamwriter.h index 94376be3..5d1b1792 100644 --- a/src/common/streamwriter.h +++ b/src/common/streamwriter.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/common/timer.cpp b/src/common/timer.cpp index 87fffa50..59440c29 100644 --- a/src/common/timer.cpp +++ b/src/common/timer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/common/timer.h b/src/common/timer.h index 527270ad..e8ca5b20 100644 --- a/src/common/timer.h +++ b/src/common/timer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/common/types.h b/src/common/types.h index 562accb3..f46577ea 100644 --- a/src/common/types.h +++ b/src/common/types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/action/action.cpp b/src/game/action/action.cpp index c509e042..b8203a53 100644 --- a/src/game/action/action.cpp +++ b/src/game/action/action.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/action/action.h b/src/game/action/action.h index 69e76d43..64b2d438 100644 --- a/src/game/action/action.h +++ b/src/game/action/action.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/action/attack.h b/src/game/action/attack.h index 82b886c8..f81836f6 100644 --- a/src/game/action/attack.h +++ b/src/game/action/attack.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/action/commandaction.cpp b/src/game/action/commandaction.cpp index 5a0f5595..2965ea96 100644 --- a/src/game/action/commandaction.cpp +++ b/src/game/action/commandaction.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/action/commandaction.h b/src/game/action/commandaction.h index dc2809bf..b1fea9db 100644 --- a/src/game/action/commandaction.h +++ b/src/game/action/commandaction.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/action/follow.cpp b/src/game/action/follow.cpp index 4b145165..380da7f2 100644 --- a/src/game/action/follow.cpp +++ b/src/game/action/follow.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/action/follow.h b/src/game/action/follow.h index 44ff5d81..d477ea31 100644 --- a/src/game/action/follow.h +++ b/src/game/action/follow.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/action/locationaction.h b/src/game/action/locationaction.h index f711fcbd..f661ba7d 100644 --- a/src/game/action/locationaction.h +++ b/src/game/action/locationaction.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/action/movetoobject.cpp b/src/game/action/movetoobject.cpp index 6b0efdec..14ae305a 100644 --- a/src/game/action/movetoobject.cpp +++ b/src/game/action/movetoobject.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/action/movetoobject.h b/src/game/action/movetoobject.h index 263ea20f..f528a1d5 100644 --- a/src/game/action/movetoobject.h +++ b/src/game/action/movetoobject.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/action/movetopoint.cpp b/src/game/action/movetopoint.cpp index 45c86429..7df0156b 100644 --- a/src/game/action/movetopoint.cpp +++ b/src/game/action/movetopoint.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/action/movetopoint.h b/src/game/action/movetopoint.h index 27d68999..03fbc2c6 100644 --- a/src/game/action/movetopoint.h +++ b/src/game/action/movetopoint.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/action/objectaction.cpp b/src/game/action/objectaction.cpp index 1d786a0f..09ad2905 100644 --- a/src/game/action/objectaction.cpp +++ b/src/game/action/objectaction.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/action/objectaction.h b/src/game/action/objectaction.h index fd168ce9..d872ade5 100644 --- a/src/game/action/objectaction.h +++ b/src/game/action/objectaction.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/action/startconversation.cpp b/src/game/action/startconversation.cpp index a32843c8..cb08e31c 100644 --- a/src/game/action/startconversation.cpp +++ b/src/game/action/startconversation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/action/startconversation.h b/src/game/action/startconversation.h index 64baa8b0..38d08ae7 100644 --- a/src/game/action/startconversation.h +++ b/src/game/action/startconversation.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/actionexecutor.cpp b/src/game/actionexecutor.cpp index 306c1c6f..30f02243 100644 --- a/src/game/actionexecutor.cpp +++ b/src/game/actionexecutor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/actionexecutor.h b/src/game/actionexecutor.h index 2fe9928f..4f9b6eb8 100644 --- a/src/game/actionexecutor.h +++ b/src/game/actionexecutor.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/actionqueue.cpp b/src/game/actionqueue.cpp index 3485c711..7b659166 100644 --- a/src/game/actionqueue.cpp +++ b/src/game/actionqueue.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/actionqueue.h b/src/game/actionqueue.h index 1b926358..0b82836a 100644 --- a/src/game/actionqueue.h +++ b/src/game/actionqueue.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/blueprint/blueprints.cpp b/src/game/blueprint/blueprints.cpp index d6260d3e..726a1ae6 100644 --- a/src/game/blueprint/blueprints.cpp +++ b/src/game/blueprint/blueprints.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/blueprint/blueprints.h b/src/game/blueprint/blueprints.h index f68d0a3e..64e76abf 100644 --- a/src/game/blueprint/blueprints.h +++ b/src/game/blueprint/blueprints.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/blueprint/creature.cpp b/src/game/blueprint/creature.cpp index 2e830ddc..883685e1 100644 --- a/src/game/blueprint/creature.cpp +++ b/src/game/blueprint/creature.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/blueprint/creature.h b/src/game/blueprint/creature.h index e6ec9311..ffc13146 100644 --- a/src/game/blueprint/creature.h +++ b/src/game/blueprint/creature.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/blueprint/door.cpp b/src/game/blueprint/door.cpp index b174e32e..b69736ce 100644 --- a/src/game/blueprint/door.cpp +++ b/src/game/blueprint/door.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/blueprint/door.h b/src/game/blueprint/door.h index 3271b255..bc6922b0 100644 --- a/src/game/blueprint/door.h +++ b/src/game/blueprint/door.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/blueprint/item.cpp b/src/game/blueprint/item.cpp index 18772452..e586ef8b 100644 --- a/src/game/blueprint/item.cpp +++ b/src/game/blueprint/item.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/blueprint/item.h b/src/game/blueprint/item.h index c19c30df..6f9d128c 100644 --- a/src/game/blueprint/item.h +++ b/src/game/blueprint/item.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/blueprint/placeable.cpp b/src/game/blueprint/placeable.cpp index e3d17120..4021913a 100644 --- a/src/game/blueprint/placeable.cpp +++ b/src/game/blueprint/placeable.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/blueprint/placeable.h b/src/game/blueprint/placeable.h index aa37ebaf..650c6e17 100644 --- a/src/game/blueprint/placeable.h +++ b/src/game/blueprint/placeable.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/blueprint/sound.cpp b/src/game/blueprint/sound.cpp index 7636d997..f961c73b 100644 --- a/src/game/blueprint/sound.cpp +++ b/src/game/blueprint/sound.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/blueprint/sound.h b/src/game/blueprint/sound.h index e00f5292..f22f06c3 100644 --- a/src/game/blueprint/sound.h +++ b/src/game/blueprint/sound.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/blueprint/trigger.cpp b/src/game/blueprint/trigger.cpp index 788022b1..822ecdfb 100644 --- a/src/game/blueprint/trigger.cpp +++ b/src/game/blueprint/trigger.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/blueprint/trigger.h b/src/game/blueprint/trigger.h index fdfa82cc..855399d5 100644 --- a/src/game/blueprint/trigger.h +++ b/src/game/blueprint/trigger.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/camera/animatedcamera.cpp b/src/game/camera/animatedcamera.cpp index 53dc3ad5..c504300f 100644 --- a/src/game/camera/animatedcamera.cpp +++ b/src/game/camera/animatedcamera.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/camera/animatedcamera.h b/src/game/camera/animatedcamera.h index ce1f7aac..05ac92cf 100644 --- a/src/game/camera/animatedcamera.h +++ b/src/game/camera/animatedcamera.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/camera/camera.cpp b/src/game/camera/camera.cpp index d99cb333..3dc515ef 100644 --- a/src/game/camera/camera.cpp +++ b/src/game/camera/camera.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/camera/camera.h b/src/game/camera/camera.h index 6365eb27..f753d740 100644 --- a/src/game/camera/camera.h +++ b/src/game/camera/camera.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/camera/camerastyle.cpp b/src/game/camera/camerastyle.cpp index a0edd524..16fb252d 100644 --- a/src/game/camera/camerastyle.cpp +++ b/src/game/camera/camerastyle.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/camera/camerastyle.h b/src/game/camera/camerastyle.h index d91490cb..fb4f450d 100644 --- a/src/game/camera/camerastyle.h +++ b/src/game/camera/camerastyle.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/camera/dialogcamera.cpp b/src/game/camera/dialogcamera.cpp index 4c8361e4..089bf599 100644 --- a/src/game/camera/dialogcamera.cpp +++ b/src/game/camera/dialogcamera.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/camera/dialogcamera.h b/src/game/camera/dialogcamera.h index ffc1b517..89943a9d 100644 --- a/src/game/camera/dialogcamera.h +++ b/src/game/camera/dialogcamera.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/camera/firstperson.cpp b/src/game/camera/firstperson.cpp index 43e83e33..9ca18099 100644 --- a/src/game/camera/firstperson.cpp +++ b/src/game/camera/firstperson.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/camera/firstperson.h b/src/game/camera/firstperson.h index 6bd5fa92..03b47ee8 100644 --- a/src/game/camera/firstperson.h +++ b/src/game/camera/firstperson.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/camera/staticcamera.cpp b/src/game/camera/staticcamera.cpp index 3b18eb8a..beba670c 100644 --- a/src/game/camera/staticcamera.cpp +++ b/src/game/camera/staticcamera.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/camera/staticcamera.h b/src/game/camera/staticcamera.h index 3c667f0e..bcd4ff45 100644 --- a/src/game/camera/staticcamera.h +++ b/src/game/camera/staticcamera.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/camera/thirdperson.cpp b/src/game/camera/thirdperson.cpp index e74fba4d..fcd5c97c 100644 --- a/src/game/camera/thirdperson.cpp +++ b/src/game/camera/thirdperson.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/camera/thirdperson.h b/src/game/camera/thirdperson.h index 917e394f..01a1af3c 100644 --- a/src/game/camera/thirdperson.h +++ b/src/game/camera/thirdperson.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/camera/types.h b/src/game/camera/types.h index 69c7d28a..e25f7f7e 100644 --- a/src/game/camera/types.h +++ b/src/game/camera/types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/characterutil.cpp b/src/game/characterutil.cpp index f8b139c4..ec2944a2 100644 --- a/src/game/characterutil.cpp +++ b/src/game/characterutil.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/characterutil.h b/src/game/characterutil.h index a276b16a..ce30fd6e 100644 --- a/src/game/characterutil.h +++ b/src/game/characterutil.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/collisiondetect.cpp b/src/game/collisiondetect.cpp index 35d203f8..d8a4872a 100644 --- a/src/game/collisiondetect.cpp +++ b/src/game/collisiondetect.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/collisiondetect.h b/src/game/collisiondetect.h index d93a5c8e..7a8517f4 100644 --- a/src/game/collisiondetect.h +++ b/src/game/collisiondetect.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/combat.cpp b/src/game/combat.cpp index 444bdfc6..3512570b 100644 --- a/src/game/combat.cpp +++ b/src/game/combat.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/combat.h b/src/game/combat.h index 62ebb9d3..8d03f2e3 100644 --- a/src/game/combat.h +++ b/src/game/combat.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/console.cpp b/src/game/console.cpp index 0974b25c..74665f70 100644 --- a/src/game/console.cpp +++ b/src/game/console.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/console.h b/src/game/console.h index b344289a..9387b587 100644 --- a/src/game/console.h +++ b/src/game/console.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/creatureconfig.h b/src/game/creatureconfig.h index 458d582e..267807de 100644 --- a/src/game/creatureconfig.h +++ b/src/game/creatureconfig.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/cursors.cpp b/src/game/cursors.cpp index 7966e7de..15a95588 100644 --- a/src/game/cursors.cpp +++ b/src/game/cursors.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/cursors.h b/src/game/cursors.h index e3f1ae7b..fc867d9f 100644 --- a/src/game/cursors.h +++ b/src/game/cursors.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/dialog.cpp b/src/game/dialog.cpp index 72b036ff..c37134d6 100644 --- a/src/game/dialog.cpp +++ b/src/game/dialog.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/dialog.h b/src/game/dialog.h index 982d2049..af250ff7 100644 --- a/src/game/dialog.h +++ b/src/game/dialog.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/enginetype/effect.h b/src/game/enginetype/effect.h index 50a36e60..856a5c67 100644 --- a/src/game/enginetype/effect.h +++ b/src/game/enginetype/effect.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/enginetype/event.h b/src/game/enginetype/event.h index 7cd17dfc..3271efe5 100644 --- a/src/game/enginetype/event.h +++ b/src/game/enginetype/event.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/enginetype/location.h b/src/game/enginetype/location.h index 52ace167..cb90aae3 100644 --- a/src/game/enginetype/location.h +++ b/src/game/enginetype/location.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/enginetype/types.h b/src/game/enginetype/types.h index f23874ef..a9db55c8 100644 --- a/src/game/enginetype/types.h +++ b/src/game/enginetype/types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/game.cpp b/src/game/game.cpp index 25535a95..d025f3da 100644 --- a/src/game/game.cpp +++ b/src/game/game.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/game.h b/src/game/game.h index 8c9af1a3..47fa9c4b 100644 --- a/src/game/game.h +++ b/src/game/game.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/chargen/abilities.cpp b/src/game/gui/chargen/abilities.cpp index f0137250..de851214 100644 --- a/src/game/gui/chargen/abilities.cpp +++ b/src/game/gui/chargen/abilities.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/chargen/abilities.h b/src/game/gui/chargen/abilities.h index ee17c0da..08d353c1 100644 --- a/src/game/gui/chargen/abilities.h +++ b/src/game/gui/chargen/abilities.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/chargen/chargen.cpp b/src/game/gui/chargen/chargen.cpp index e9d5aead..82191167 100644 --- a/src/game/gui/chargen/chargen.cpp +++ b/src/game/gui/chargen/chargen.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/chargen/chargen.h b/src/game/gui/chargen/chargen.h index a17d5e76..786605e8 100644 --- a/src/game/gui/chargen/chargen.h +++ b/src/game/gui/chargen/chargen.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/chargen/classselect.cpp b/src/game/gui/chargen/classselect.cpp index 6703bd7a..14975a3d 100644 --- a/src/game/gui/chargen/classselect.cpp +++ b/src/game/gui/chargen/classselect.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/chargen/classselect.h b/src/game/gui/chargen/classselect.h index 8fc20b32..7c0b97b4 100644 --- a/src/game/gui/chargen/classselect.h +++ b/src/game/gui/chargen/classselect.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/chargen/custom.cpp b/src/game/gui/chargen/custom.cpp index 48e4f986..3461d443 100644 --- a/src/game/gui/chargen/custom.cpp +++ b/src/game/gui/chargen/custom.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/chargen/custom.h b/src/game/gui/chargen/custom.h index 2b1629ae..9005a9c2 100644 --- a/src/game/gui/chargen/custom.h +++ b/src/game/gui/chargen/custom.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/chargen/feats.cpp b/src/game/gui/chargen/feats.cpp index de9d29ed..c200887c 100644 --- a/src/game/gui/chargen/feats.cpp +++ b/src/game/gui/chargen/feats.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/chargen/feats.h b/src/game/gui/chargen/feats.h index 8677a725..75bc479a 100644 --- a/src/game/gui/chargen/feats.h +++ b/src/game/gui/chargen/feats.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/chargen/nameentry.cpp b/src/game/gui/chargen/nameentry.cpp index 1a0b6028..db41d691 100644 --- a/src/game/gui/chargen/nameentry.cpp +++ b/src/game/gui/chargen/nameentry.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/chargen/nameentry.h b/src/game/gui/chargen/nameentry.h index 84dd409d..ae5d8903 100644 --- a/src/game/gui/chargen/nameentry.h +++ b/src/game/gui/chargen/nameentry.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/chargen/portraitselect.cpp b/src/game/gui/chargen/portraitselect.cpp index 2f402dd8..38959779 100644 --- a/src/game/gui/chargen/portraitselect.cpp +++ b/src/game/gui/chargen/portraitselect.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/chargen/portraitselect.h b/src/game/gui/chargen/portraitselect.h index 6528d607..85b3dd4e 100644 --- a/src/game/gui/chargen/portraitselect.h +++ b/src/game/gui/chargen/portraitselect.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/chargen/quick.cpp b/src/game/gui/chargen/quick.cpp index 46c0dc97..64441917 100644 --- a/src/game/gui/chargen/quick.cpp +++ b/src/game/gui/chargen/quick.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/chargen/quick.h b/src/game/gui/chargen/quick.h index 3dc174d1..aec199d8 100644 --- a/src/game/gui/chargen/quick.h +++ b/src/game/gui/chargen/quick.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/chargen/quickorcustom.cpp b/src/game/gui/chargen/quickorcustom.cpp index 648eeb66..722d3c66 100644 --- a/src/game/gui/chargen/quickorcustom.cpp +++ b/src/game/gui/chargen/quickorcustom.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/chargen/quickorcustom.h b/src/game/gui/chargen/quickorcustom.h index 96e3eab3..4da65d17 100644 --- a/src/game/gui/chargen/quickorcustom.h +++ b/src/game/gui/chargen/quickorcustom.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/chargen/skills.cpp b/src/game/gui/chargen/skills.cpp index d731671c..4ee9aaa7 100644 --- a/src/game/gui/chargen/skills.cpp +++ b/src/game/gui/chargen/skills.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/chargen/skills.h b/src/game/gui/chargen/skills.h index f9f55231..423e2a40 100644 --- a/src/game/gui/chargen/skills.h +++ b/src/game/gui/chargen/skills.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/colorutil.cpp b/src/game/gui/colorutil.cpp index 136c14cd..ad9bf729 100644 --- a/src/game/gui/colorutil.cpp +++ b/src/game/gui/colorutil.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/colorutil.h b/src/game/gui/colorutil.h index 63a560b0..44a98f1b 100644 --- a/src/game/gui/colorutil.h +++ b/src/game/gui/colorutil.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/container.cpp b/src/game/gui/container.cpp index 4236de41..4ef662ce 100644 --- a/src/game/gui/container.cpp +++ b/src/game/gui/container.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/container.h b/src/game/gui/container.h index eedba291..b1d2b48b 100644 --- a/src/game/gui/container.h +++ b/src/game/gui/container.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/debugoverlay.cpp b/src/game/gui/debugoverlay.cpp index d3b3b3d4..1cbd96d3 100644 --- a/src/game/gui/debugoverlay.cpp +++ b/src/game/gui/debugoverlay.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/debugoverlay.h b/src/game/gui/debugoverlay.h index 87b4ab1b..72454546 100644 --- a/src/game/gui/debugoverlay.h +++ b/src/game/gui/debugoverlay.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/dialog.cpp b/src/game/gui/dialog.cpp index a5359c65..e6d2b94f 100644 --- a/src/game/gui/dialog.cpp +++ b/src/game/gui/dialog.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/dialog.h b/src/game/gui/dialog.h index 5349603f..bf196c6b 100644 --- a/src/game/gui/dialog.h +++ b/src/game/gui/dialog.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/hud.cpp b/src/game/gui/hud.cpp index 34460b3b..1714a71c 100644 --- a/src/game/gui/hud.cpp +++ b/src/game/gui/hud.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/hud.h b/src/game/gui/hud.h index 3233ed9f..3ae9fb3f 100644 --- a/src/game/gui/hud.h +++ b/src/game/gui/hud.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/ingame/abilities.cpp b/src/game/gui/ingame/abilities.cpp index 4f2ad3d0..c0770fc0 100644 --- a/src/game/gui/ingame/abilities.cpp +++ b/src/game/gui/ingame/abilities.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/ingame/abilities.h b/src/game/gui/ingame/abilities.h index 073131c7..d687d1ca 100644 --- a/src/game/gui/ingame/abilities.h +++ b/src/game/gui/ingame/abilities.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/ingame/character.cpp b/src/game/gui/ingame/character.cpp index d5f9c7b5..094d6526 100644 --- a/src/game/gui/ingame/character.cpp +++ b/src/game/gui/ingame/character.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/ingame/character.h b/src/game/gui/ingame/character.h index fdc818ee..5b45fe8e 100644 --- a/src/game/gui/ingame/character.h +++ b/src/game/gui/ingame/character.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/ingame/equip.cpp b/src/game/gui/ingame/equip.cpp index 39451c77..8ae5f6b8 100644 --- a/src/game/gui/ingame/equip.cpp +++ b/src/game/gui/ingame/equip.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/ingame/equip.h b/src/game/gui/ingame/equip.h index 92d48a6e..c4826b79 100644 --- a/src/game/gui/ingame/equip.h +++ b/src/game/gui/ingame/equip.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/ingame/ingame.cpp b/src/game/gui/ingame/ingame.cpp index 81af13b7..7814d28a 100644 --- a/src/game/gui/ingame/ingame.cpp +++ b/src/game/gui/ingame/ingame.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/ingame/ingame.h b/src/game/gui/ingame/ingame.h index f7ecc422..b8caa854 100644 --- a/src/game/gui/ingame/ingame.h +++ b/src/game/gui/ingame/ingame.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/ingame/inventory.cpp b/src/game/gui/ingame/inventory.cpp index 99494260..c77f731d 100644 --- a/src/game/gui/ingame/inventory.cpp +++ b/src/game/gui/ingame/inventory.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/ingame/inventory.h b/src/game/gui/ingame/inventory.h index 6e0b1176..d45ec172 100644 --- a/src/game/gui/ingame/inventory.h +++ b/src/game/gui/ingame/inventory.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/ingame/journal.cpp b/src/game/gui/ingame/journal.cpp index 5a58bbe9..5ff56715 100644 --- a/src/game/gui/ingame/journal.cpp +++ b/src/game/gui/ingame/journal.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/ingame/journal.h b/src/game/gui/ingame/journal.h index 9478ea1f..96709052 100644 --- a/src/game/gui/ingame/journal.h +++ b/src/game/gui/ingame/journal.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/ingame/map.cpp b/src/game/gui/ingame/map.cpp index 14204cdd..677125b5 100644 --- a/src/game/gui/ingame/map.cpp +++ b/src/game/gui/ingame/map.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/ingame/map.h b/src/game/gui/ingame/map.h index 9c59742e..3cca412b 100644 --- a/src/game/gui/ingame/map.h +++ b/src/game/gui/ingame/map.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/ingame/messages.cpp b/src/game/gui/ingame/messages.cpp index d03992bb..fa402d7e 100644 --- a/src/game/gui/ingame/messages.cpp +++ b/src/game/gui/ingame/messages.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/ingame/messages.h b/src/game/gui/ingame/messages.h index ac254766..6479ff8a 100644 --- a/src/game/gui/ingame/messages.h +++ b/src/game/gui/ingame/messages.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/ingame/options.cpp b/src/game/gui/ingame/options.cpp index 1e3b3a29..7db078af 100644 --- a/src/game/gui/ingame/options.cpp +++ b/src/game/gui/ingame/options.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/ingame/options.h b/src/game/gui/ingame/options.h index b9914356..6f4b6f0d 100644 --- a/src/game/gui/ingame/options.h +++ b/src/game/gui/ingame/options.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/loadscreen.cpp b/src/game/gui/loadscreen.cpp index 81b2161d..56c416c5 100644 --- a/src/game/gui/loadscreen.cpp +++ b/src/game/gui/loadscreen.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/loadscreen.h b/src/game/gui/loadscreen.h index 7b4dba31..8873ef8e 100644 --- a/src/game/gui/loadscreen.h +++ b/src/game/gui/loadscreen.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/mainmenu.cpp b/src/game/gui/mainmenu.cpp index 83954b75..1aab5ad0 100644 --- a/src/game/gui/mainmenu.cpp +++ b/src/game/gui/mainmenu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/mainmenu.h b/src/game/gui/mainmenu.h index 057afa91..1ee50716 100644 --- a/src/game/gui/mainmenu.h +++ b/src/game/gui/mainmenu.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/partyselect.cpp b/src/game/gui/partyselect.cpp index 283cba79..a6c67599 100644 --- a/src/game/gui/partyselect.cpp +++ b/src/game/gui/partyselect.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/partyselect.h b/src/game/gui/partyselect.h index aed1d611..005bbc64 100644 --- a/src/game/gui/partyselect.h +++ b/src/game/gui/partyselect.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/saveload.cpp b/src/game/gui/saveload.cpp index 41e92fb2..87eb49a1 100644 --- a/src/game/gui/saveload.cpp +++ b/src/game/gui/saveload.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/saveload.h b/src/game/gui/saveload.h index 6d6dfc59..1b3214b4 100644 --- a/src/game/gui/saveload.h +++ b/src/game/gui/saveload.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/selectoverlay.cpp b/src/game/gui/selectoverlay.cpp index ae492d8a..6edab6ed 100644 --- a/src/game/gui/selectoverlay.cpp +++ b/src/game/gui/selectoverlay.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/gui/selectoverlay.h b/src/game/gui/selectoverlay.h index 5d28b7ed..f941161c 100644 --- a/src/game/gui/selectoverlay.h +++ b/src/game/gui/selectoverlay.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/map.cpp b/src/game/map.cpp index a207401c..27ecc446 100644 --- a/src/game/map.cpp +++ b/src/game/map.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/map.h b/src/game/map.h index 967f90ec..9fa0fa06 100644 --- a/src/game/map.h +++ b/src/game/map.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/object/area.cpp b/src/game/object/area.cpp index d18c1f14..2cde0ecb 100644 --- a/src/game/object/area.cpp +++ b/src/game/object/area.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/object/area.h b/src/game/object/area.h index 56043dd5..828f45b4 100644 --- a/src/game/object/area.h +++ b/src/game/object/area.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/object/creature.cpp b/src/game/object/creature.cpp index 952c299c..e575bb7b 100644 --- a/src/game/object/creature.cpp +++ b/src/game/object/creature.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/object/creature.h b/src/game/object/creature.h index f73e0fad..5196676a 100644 --- a/src/game/object/creature.h +++ b/src/game/object/creature.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/object/creatureanimresolver.cpp b/src/game/object/creatureanimresolver.cpp index 838a28d3..a5a066fc 100644 --- a/src/game/object/creatureanimresolver.cpp +++ b/src/game/object/creatureanimresolver.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/object/creatureanimresolver.h b/src/game/object/creatureanimresolver.h index 5872d0f6..73756894 100644 --- a/src/game/object/creatureanimresolver.h +++ b/src/game/object/creatureanimresolver.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/object/creaturemodelbuilder.cpp b/src/game/object/creaturemodelbuilder.cpp index 3177d862..97612eff 100644 --- a/src/game/object/creaturemodelbuilder.cpp +++ b/src/game/object/creaturemodelbuilder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/object/creaturemodelbuilder.h b/src/game/object/creaturemodelbuilder.h index 917f532a..34f4427c 100644 --- a/src/game/object/creaturemodelbuilder.h +++ b/src/game/object/creaturemodelbuilder.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/object/door.cpp b/src/game/object/door.cpp index b8c5e5cd..199e1b89 100644 --- a/src/game/object/door.cpp +++ b/src/game/object/door.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/object/door.h b/src/game/object/door.h index e6e1960d..065681b1 100644 --- a/src/game/object/door.h +++ b/src/game/object/door.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/object/item.cpp b/src/game/object/item.cpp index 4496657a..8b11b4a5 100644 --- a/src/game/object/item.cpp +++ b/src/game/object/item.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/object/item.h b/src/game/object/item.h index 49443637..8a8123d0 100644 --- a/src/game/object/item.h +++ b/src/game/object/item.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/object/module.cpp b/src/game/object/module.cpp index f09b4366..faf148ca 100644 --- a/src/game/object/module.cpp +++ b/src/game/object/module.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/object/module.h b/src/game/object/module.h index 80bf78bf..35709fb7 100644 --- a/src/game/object/module.h +++ b/src/game/object/module.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/object/object.cpp b/src/game/object/object.cpp index 01de0b4d..553ece10 100644 --- a/src/game/object/object.cpp +++ b/src/game/object/object.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/object/object.h b/src/game/object/object.h index 3a26207d..2e299ba8 100644 --- a/src/game/object/object.h +++ b/src/game/object/object.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/object/objectfactory.cpp b/src/game/object/objectfactory.cpp index e01024ec..23038144 100644 --- a/src/game/object/objectfactory.cpp +++ b/src/game/object/objectfactory.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/object/objectfactory.h b/src/game/object/objectfactory.h index e858f22f..3accc4a8 100644 --- a/src/game/object/objectfactory.h +++ b/src/game/object/objectfactory.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/object/placeable.cpp b/src/game/object/placeable.cpp index db9461a2..a3d45a02 100644 --- a/src/game/object/placeable.cpp +++ b/src/game/object/placeable.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/object/placeable.h b/src/game/object/placeable.h index 3de486cf..eab4428c 100644 --- a/src/game/object/placeable.h +++ b/src/game/object/placeable.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/object/placeablecamera.cpp b/src/game/object/placeablecamera.cpp index 86a6492b..40a21168 100644 --- a/src/game/object/placeablecamera.cpp +++ b/src/game/object/placeablecamera.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/object/placeablecamera.h b/src/game/object/placeablecamera.h index 7901e53e..f35cf90a 100644 --- a/src/game/object/placeablecamera.h +++ b/src/game/object/placeablecamera.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/object/sound.cpp b/src/game/object/sound.cpp index 8d1fa173..15ce09f8 100644 --- a/src/game/object/sound.cpp +++ b/src/game/object/sound.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/object/sound.h b/src/game/object/sound.h index b90bafb8..53178dea 100644 --- a/src/game/object/sound.h +++ b/src/game/object/sound.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/object/spatial.cpp b/src/game/object/spatial.cpp index f1125a02..bc6d3116 100644 --- a/src/game/object/spatial.cpp +++ b/src/game/object/spatial.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/object/spatial.h b/src/game/object/spatial.h index acb485c2..9c92db0d 100644 --- a/src/game/object/spatial.h +++ b/src/game/object/spatial.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/object/trigger.cpp b/src/game/object/trigger.cpp index d50c2e4e..87ec7472 100644 --- a/src/game/object/trigger.cpp +++ b/src/game/object/trigger.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/object/trigger.h b/src/game/object/trigger.h index ed74b6bf..57a74210 100644 --- a/src/game/object/trigger.h +++ b/src/game/object/trigger.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/object/types.h b/src/game/object/types.h index 71d8c2d5..a932f420 100644 --- a/src/game/object/types.h +++ b/src/game/object/types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/object/waypoint.cpp b/src/game/object/waypoint.cpp index 3b1b4c20..4d1a3f38 100644 --- a/src/game/object/waypoint.cpp +++ b/src/game/object/waypoint.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/object/waypoint.h b/src/game/object/waypoint.h index a3958b7a..5baaf583 100644 --- a/src/game/object/waypoint.h +++ b/src/game/object/waypoint.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/objectselect.cpp b/src/game/objectselect.cpp index 90ad1e98..b416b299 100644 --- a/src/game/objectselect.cpp +++ b/src/game/objectselect.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/objectselect.h b/src/game/objectselect.h index bf6c2a86..3b515f62 100644 --- a/src/game/objectselect.h +++ b/src/game/objectselect.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/options.h b/src/game/options.h index 1f9a9297..da32cb08 100644 --- a/src/game/options.h +++ b/src/game/options.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/party.cpp b/src/game/party.cpp index 8eb05359..e6bf18ff 100644 --- a/src/game/party.cpp +++ b/src/game/party.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/party.h b/src/game/party.h index 01159bfb..8de71918 100644 --- a/src/game/party.h +++ b/src/game/party.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/path.cpp b/src/game/path.cpp index 938f4f24..528566d3 100644 --- a/src/game/path.cpp +++ b/src/game/path.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/path.h b/src/game/path.h index 22aca52c..c25b6310 100644 --- a/src/game/path.h +++ b/src/game/path.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/pathfinder.cpp b/src/game/pathfinder.cpp index f6084fc3..56beafe1 100644 --- a/src/game/pathfinder.cpp +++ b/src/game/pathfinder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/pathfinder.h b/src/game/pathfinder.h index c7ac358a..51d6c036 100644 --- a/src/game/pathfinder.h +++ b/src/game/pathfinder.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/player.cpp b/src/game/player.cpp index 1e06f969..e50d1b02 100644 --- a/src/game/player.cpp +++ b/src/game/player.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/player.h b/src/game/player.h index 5ee0b8b4..de1147fc 100644 --- a/src/game/player.h +++ b/src/game/player.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2020 The reone project contributors +* Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/portrait.h b/src/game/portrait.h index b5fbdbee..06b9e7ba 100644 --- a/src/game/portrait.h +++ b/src/game/portrait.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/portraitutil.cpp b/src/game/portraitutil.cpp index 7879ee6d..2826af76 100644 --- a/src/game/portraitutil.cpp +++ b/src/game/portraitutil.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/portraitutil.h b/src/game/portraitutil.h index d0ffed89..d1808f26 100644 --- a/src/game/portraitutil.h +++ b/src/game/portraitutil.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/room.cpp b/src/game/room.cpp index 79cb9b1a..6443daaf 100644 --- a/src/game/room.cpp +++ b/src/game/room.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/room.h b/src/game/room.h index 9a5704bc..a97d1f16 100644 --- a/src/game/room.h +++ b/src/game/room.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/rp/attributes.cpp b/src/game/rp/attributes.cpp index df904abb..80887f46 100644 --- a/src/game/rp/attributes.cpp +++ b/src/game/rp/attributes.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/rp/attributes.h b/src/game/rp/attributes.h index 3a283b6b..b68d4305 100644 --- a/src/game/rp/attributes.h +++ b/src/game/rp/attributes.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/rp/classutil.cpp b/src/game/rp/classutil.cpp index a1c18c5a..72d9fc62 100644 --- a/src/game/rp/classutil.cpp +++ b/src/game/rp/classutil.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/rp/classutil.h b/src/game/rp/classutil.h index 474be816..d8192381 100644 --- a/src/game/rp/classutil.h +++ b/src/game/rp/classutil.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/rp/damageresolver.cpp b/src/game/rp/damageresolver.cpp index ea89084e..bbb81799 100644 --- a/src/game/rp/damageresolver.cpp +++ b/src/game/rp/damageresolver.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/rp/damageresolver.h b/src/game/rp/damageresolver.h index 72e38326..11ac559a 100644 --- a/src/game/rp/damageresolver.h +++ b/src/game/rp/damageresolver.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/rp/factionutil.cpp b/src/game/rp/factionutil.cpp index 3d632a4e..8f1866bb 100644 --- a/src/game/rp/factionutil.cpp +++ b/src/game/rp/factionutil.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/rp/factionutil.h b/src/game/rp/factionutil.h index ebfd6005..fdb2f832 100644 --- a/src/game/rp/factionutil.h +++ b/src/game/rp/factionutil.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2020 The reone project contributors +* Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/rp/types.h b/src/game/rp/types.h index 36d4d86d..728dfac8 100644 --- a/src/game/rp/types.h +++ b/src/game/rp/types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/savedgame.cpp b/src/game/savedgame.cpp index dda7d385..acd8e826 100644 --- a/src/game/savedgame.cpp +++ b/src/game/savedgame.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/savedgame.h b/src/game/savedgame.h index 78650f61..52945611 100644 --- a/src/game/savedgame.h +++ b/src/game/savedgame.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/script/routines.cpp b/src/game/script/routines.cpp index 422e11b3..ae9de54a 100644 --- a/src/game/script/routines.cpp +++ b/src/game/script/routines.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/script/routines.h b/src/game/script/routines.h index 7429daa7..b321a198 100644 --- a/src/game/script/routines.h +++ b/src/game/script/routines.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/script/routines_actions.cpp b/src/game/script/routines_actions.cpp index 5783759b..e7609d32 100644 --- a/src/game/script/routines_actions.cpp +++ b/src/game/script/routines_actions.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/script/routines_common.cpp b/src/game/script/routines_common.cpp index 4624d9ed..7b13b440 100644 --- a/src/game/script/routines_common.cpp +++ b/src/game/script/routines_common.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/script/routines_effects.cpp b/src/game/script/routines_effects.cpp index fd28864a..3bb3815c 100644 --- a/src/game/script/routines_effects.cpp +++ b/src/game/script/routines_effects.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/script/routines_enginetypes.cpp b/src/game/script/routines_enginetypes.cpp index baaa5771..2969b918 100644 --- a/src/game/script/routines_enginetypes.cpp +++ b/src/game/script/routines_enginetypes.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/script/routines_events.cpp b/src/game/script/routines_events.cpp index bbcef338..92c276a3 100644 --- a/src/game/script/routines_events.cpp +++ b/src/game/script/routines_events.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/script/routines_kotor.cpp b/src/game/script/routines_kotor.cpp index d4e35b3e..a5218a9c 100644 --- a/src/game/script/routines_kotor.cpp +++ b/src/game/script/routines_kotor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/script/routines_math.cpp b/src/game/script/routines_math.cpp index 0c4a1f87..8ab390d1 100644 --- a/src/game/script/routines_math.cpp +++ b/src/game/script/routines_math.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/script/routines_objects.cpp b/src/game/script/routines_objects.cpp index 9aa9c00f..1946a307 100644 --- a/src/game/script/routines_objects.cpp +++ b/src/game/script/routines_objects.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/script/routines_party.cpp b/src/game/script/routines_party.cpp index e04f22a1..249ebc38 100644 --- a/src/game/script/routines_party.cpp +++ b/src/game/script/routines_party.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/script/routines_rp.cpp b/src/game/script/routines_rp.cpp index e28b03a7..da199107 100644 --- a/src/game/script/routines_rp.cpp +++ b/src/game/script/routines_rp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/script/routines_time.cpp b/src/game/script/routines_time.cpp index 1f043562..03f8e5e4 100644 --- a/src/game/script/routines_time.cpp +++ b/src/game/script/routines_time.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/script/routines_tsl.cpp b/src/game/script/routines_tsl.cpp index 733041eb..57617774 100644 --- a/src/game/script/routines_tsl.cpp +++ b/src/game/script/routines_tsl.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/script/routines_vars.cpp b/src/game/script/routines_vars.cpp index 388a8582..aaa91d08 100644 --- a/src/game/script/routines_vars.cpp +++ b/src/game/script/routines_vars.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/script/runner.cpp b/src/game/script/runner.cpp index be014f89..994ddf08 100644 --- a/src/game/script/runner.cpp +++ b/src/game/script/runner.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/script/runner.h b/src/game/script/runner.h index cb71344e..8579a801 100644 --- a/src/game/script/runner.h +++ b/src/game/script/runner.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/types.h b/src/game/types.h index 80d5cc29..309ffc38 100644 --- a/src/game/types.h +++ b/src/game/types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/control/button.cpp b/src/gui/control/button.cpp index 730eaaf3..22b11c16 100644 --- a/src/gui/control/button.cpp +++ b/src/gui/control/button.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/control/button.h b/src/gui/control/button.h index c9dd7668..91f48931 100644 --- a/src/gui/control/button.h +++ b/src/gui/control/button.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/control/control.cpp b/src/gui/control/control.cpp index 2b18df3b..6e6c64e1 100644 --- a/src/gui/control/control.cpp +++ b/src/gui/control/control.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/control/control.h b/src/gui/control/control.h index 56e9e749..73cb1529 100644 --- a/src/gui/control/control.h +++ b/src/gui/control/control.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/control/imagebutton.cpp b/src/gui/control/imagebutton.cpp index 1e098dd8..66d6d01a 100644 --- a/src/gui/control/imagebutton.cpp +++ b/src/gui/control/imagebutton.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/control/imagebutton.h b/src/gui/control/imagebutton.h index 22f2b444..3ba61714 100644 --- a/src/gui/control/imagebutton.h +++ b/src/gui/control/imagebutton.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/control/label.cpp b/src/gui/control/label.cpp index 438c1a74..eee0007c 100644 --- a/src/gui/control/label.cpp +++ b/src/gui/control/label.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/control/label.h b/src/gui/control/label.h index a0992c29..3e313556 100644 --- a/src/gui/control/label.h +++ b/src/gui/control/label.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/control/listbox.cpp b/src/gui/control/listbox.cpp index eb86d563..bed7c237 100644 --- a/src/gui/control/listbox.cpp +++ b/src/gui/control/listbox.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/control/listbox.h b/src/gui/control/listbox.h index 736c3b81..39eefdd3 100644 --- a/src/gui/control/listbox.h +++ b/src/gui/control/listbox.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/control/panel.cpp b/src/gui/control/panel.cpp index 08384c4b..4f5c6d6c 100644 --- a/src/gui/control/panel.cpp +++ b/src/gui/control/panel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/control/panel.h b/src/gui/control/panel.h index d90b1214..6b052635 100644 --- a/src/gui/control/panel.h +++ b/src/gui/control/panel.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/control/scrollbar.cpp b/src/gui/control/scrollbar.cpp index 617cbbbd..e1c2a4f5 100644 --- a/src/gui/control/scrollbar.cpp +++ b/src/gui/control/scrollbar.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/control/scrollbar.h b/src/gui/control/scrollbar.h index 91c71c19..736c7a46 100644 --- a/src/gui/control/scrollbar.h +++ b/src/gui/control/scrollbar.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/control/togglebutton.cpp b/src/gui/control/togglebutton.cpp index cfbd53de..c906e248 100644 --- a/src/gui/control/togglebutton.cpp +++ b/src/gui/control/togglebutton.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/control/togglebutton.h b/src/gui/control/togglebutton.h index bc971ef4..4a91ac1d 100644 --- a/src/gui/control/togglebutton.h +++ b/src/gui/control/togglebutton.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index 392e14a1..d818682c 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/gui.h b/src/gui/gui.h index a6a93df3..ebbd8665 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/scenebuilder.cpp b/src/gui/scenebuilder.cpp index 83af2659..91235e1e 100644 --- a/src/gui/scenebuilder.cpp +++ b/src/gui/scenebuilder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/scenebuilder.h b/src/gui/scenebuilder.h index d3706eb7..d9d287dd 100644 --- a/src/gui/scenebuilder.h +++ b/src/gui/scenebuilder.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/textinput.cpp b/src/gui/textinput.cpp index e76fc010..442a6e34 100644 --- a/src/gui/textinput.cpp +++ b/src/gui/textinput.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/textinput.h b/src/gui/textinput.h index 32443a09..966ac3fa 100644 --- a/src/gui/textinput.h +++ b/src/gui/textinput.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/types.h b/src/gui/types.h index 425cdee5..ed5a71a7 100644 --- a/src/gui/types.h +++ b/src/gui/types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main.cpp b/src/main.cpp index db1df65e..7cf99f17 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mp/command.cpp b/src/mp/command.cpp index 19940953..7591b04b 100644 --- a/src/mp/command.cpp +++ b/src/mp/command.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mp/command.h b/src/mp/command.h index 8eb17d7d..4ddc1233 100644 --- a/src/mp/command.h +++ b/src/mp/command.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mp/game.cpp b/src/mp/game.cpp index 6bcacc24..60996183 100644 --- a/src/mp/game.cpp +++ b/src/mp/game.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mp/game.h b/src/mp/game.h index 213f9b62..b15e31d3 100644 --- a/src/mp/game.h +++ b/src/mp/game.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mp/types.h b/src/mp/types.h index 5749964c..0142d0f6 100644 --- a/src/mp/types.h +++ b/src/mp/types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mp/util.cpp b/src/mp/util.cpp index 9d0abb04..91a725b5 100644 --- a/src/mp/util.cpp +++ b/src/mp/util.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mp/util.h b/src/mp/util.h index 3a617055..b5224dfa 100644 --- a/src/mp/util.h +++ b/src/mp/util.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/net/client.cpp b/src/net/client.cpp index fd7daf5b..ff4ef34a 100644 --- a/src/net/client.cpp +++ b/src/net/client.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/net/client.h b/src/net/client.h index 39653976..992b39fb 100644 --- a/src/net/client.h +++ b/src/net/client.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/net/command.cpp b/src/net/command.cpp index d3635629..04a0f9c2 100644 --- a/src/net/command.cpp +++ b/src/net/command.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/net/command.h b/src/net/command.h index daa7f8c1..6d8bbaf2 100644 --- a/src/net/command.h +++ b/src/net/command.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/net/connection.cpp b/src/net/connection.cpp index d5853981..322d1397 100644 --- a/src/net/connection.cpp +++ b/src/net/connection.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/net/connection.h b/src/net/connection.h index f480ba4a..1d29d562 100644 --- a/src/net/connection.h +++ b/src/net/connection.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/net/server.cpp b/src/net/server.cpp index 524e24bc..39da37ab 100644 --- a/src/net/server.cpp +++ b/src/net/server.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/net/server.h b/src/net/server.h index 637d4eda..64526194 100644 --- a/src/net/server.h +++ b/src/net/server.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/net/types.h b/src/net/types.h index 3720c617..92163ae2 100644 --- a/src/net/types.h +++ b/src/net/types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/program.cpp b/src/program.cpp index 8fe5318e..7af40633 100644 --- a/src/program.cpp +++ b/src/program.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/program.h b/src/program.h index 94a56d3d..b4e8e282 100644 --- a/src/program.h +++ b/src/program.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/bwmfile.cpp b/src/render/bwmfile.cpp index 32a8b409..67f64edc 100644 --- a/src/render/bwmfile.cpp +++ b/src/render/bwmfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/bwmfile.h b/src/render/bwmfile.h index a75ec925..b2840558 100644 --- a/src/render/bwmfile.h +++ b/src/render/bwmfile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/cursor.cpp b/src/render/cursor.cpp index 89f629eb..760b8aa1 100644 --- a/src/render/cursor.cpp +++ b/src/render/cursor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/cursor.h b/src/render/cursor.h index 157cbbd3..3c6eb064 100644 --- a/src/render/cursor.h +++ b/src/render/cursor.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/font.cpp b/src/render/font.cpp index c2c64049..7d930de4 100644 --- a/src/render/font.cpp +++ b/src/render/font.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/font.h b/src/render/font.h index 5b0be184..60f54bdc 100644 --- a/src/render/font.h +++ b/src/render/font.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/fonts.cpp b/src/render/fonts.cpp index 382dc9b9..57410046 100644 --- a/src/render/fonts.cpp +++ b/src/render/fonts.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/fonts.h b/src/render/fonts.h index e320ded6..ae3a5219 100644 --- a/src/render/fonts.h +++ b/src/render/fonts.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/fps.cpp b/src/render/fps.cpp index 296021c4..dcf6367a 100644 --- a/src/render/fps.cpp +++ b/src/render/fps.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/fps.h b/src/render/fps.h index 19da4280..cad9b340 100644 --- a/src/render/fps.h +++ b/src/render/fps.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/framebuffer.cpp b/src/render/framebuffer.cpp index f8f09e0f..8e30acf1 100644 --- a/src/render/framebuffer.cpp +++ b/src/render/framebuffer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/framebuffer.h b/src/render/framebuffer.h index c65f4fd4..27803718 100644 --- a/src/render/framebuffer.h +++ b/src/render/framebuffer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/image/curfile.cpp b/src/render/image/curfile.cpp index 0c1870bf..41a31bf7 100644 --- a/src/render/image/curfile.cpp +++ b/src/render/image/curfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/image/curfile.h b/src/render/image/curfile.h index 9d9009ca..38d23ff8 100644 --- a/src/render/image/curfile.h +++ b/src/render/image/curfile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/image/tgafile.cpp b/src/render/image/tgafile.cpp index 4eb26fea..07b185f8 100644 --- a/src/render/image/tgafile.cpp +++ b/src/render/image/tgafile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/image/tgafile.h b/src/render/image/tgafile.h index 2f1aba44..4d6e13e0 100644 --- a/src/render/image/tgafile.h +++ b/src/render/image/tgafile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/image/tpcfile.cpp b/src/render/image/tpcfile.cpp index cc7a7868..1f40c3f0 100644 --- a/src/render/image/tpcfile.cpp +++ b/src/render/image/tpcfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/image/tpcfile.h b/src/render/image/tpcfile.h index 528ca20c..87644272 100644 --- a/src/render/image/tpcfile.h +++ b/src/render/image/tpcfile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/image/txifile.cpp b/src/render/image/txifile.cpp index debfc9b3..7faef585 100644 --- a/src/render/image/txifile.cpp +++ b/src/render/image/txifile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/image/txifile.h b/src/render/image/txifile.h index b18229b2..02a713f1 100644 --- a/src/render/image/txifile.h +++ b/src/render/image/txifile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/mesh/aabb.cpp b/src/render/mesh/aabb.cpp index e82b4687..85f49647 100644 --- a/src/render/mesh/aabb.cpp +++ b/src/render/mesh/aabb.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/mesh/aabb.h b/src/render/mesh/aabb.h index c2a8a058..20651a69 100644 --- a/src/render/mesh/aabb.h +++ b/src/render/mesh/aabb.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/mesh/cube.cpp b/src/render/mesh/cube.cpp index 33971fab..848fa249 100644 --- a/src/render/mesh/cube.cpp +++ b/src/render/mesh/cube.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/mesh/cube.h b/src/render/mesh/cube.h index 2676da96..38ecc561 100644 --- a/src/render/mesh/cube.h +++ b/src/render/mesh/cube.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/mesh/mesh.cpp b/src/render/mesh/mesh.cpp index 0e81259f..8332708b 100644 --- a/src/render/mesh/mesh.cpp +++ b/src/render/mesh/mesh.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/mesh/mesh.h b/src/render/mesh/mesh.h index 312dcb8e..49a1c272 100644 --- a/src/render/mesh/mesh.h +++ b/src/render/mesh/mesh.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/mesh/modelmesh.cpp b/src/render/mesh/modelmesh.cpp index 2ee17994..268be76f 100644 --- a/src/render/mesh/modelmesh.cpp +++ b/src/render/mesh/modelmesh.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/mesh/modelmesh.h b/src/render/mesh/modelmesh.h index 1eaec71b..a47bb201 100644 --- a/src/render/mesh/modelmesh.h +++ b/src/render/mesh/modelmesh.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/mesh/quad.cpp b/src/render/mesh/quad.cpp index 8c1fd0d8..1b9b8644 100644 --- a/src/render/mesh/quad.cpp +++ b/src/render/mesh/quad.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/mesh/quad.h b/src/render/mesh/quad.h index 161339e3..f229bdf9 100644 --- a/src/render/mesh/quad.h +++ b/src/render/mesh/quad.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/model/animation.cpp b/src/render/model/animation.cpp index 771d77f6..fcd97642 100644 --- a/src/render/model/animation.cpp +++ b/src/render/model/animation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/model/animation.h b/src/render/model/animation.h index ccc5f88c..3547f198 100644 --- a/src/render/model/animation.h +++ b/src/render/model/animation.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/model/mdlfile.cpp b/src/render/model/mdlfile.cpp index 4491d848..90938a71 100644 --- a/src/render/model/mdlfile.cpp +++ b/src/render/model/mdlfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/model/mdlfile.h b/src/render/model/mdlfile.h index bca44c48..e3734c7d 100644 --- a/src/render/model/mdlfile.h +++ b/src/render/model/mdlfile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/model/model.cpp b/src/render/model/model.cpp index 0351e6a3..7f9c7daf 100644 --- a/src/render/model/model.cpp +++ b/src/render/model/model.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/model/model.h b/src/render/model/model.h index 0d0a6172..9f0e4944 100644 --- a/src/render/model/model.h +++ b/src/render/model/model.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/model/modelnode.cpp b/src/render/model/modelnode.cpp index d2f0958c..0c20ff49 100644 --- a/src/render/model/modelnode.cpp +++ b/src/render/model/modelnode.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/model/modelnode.h b/src/render/model/modelnode.h index 4aae551f..c39be65d 100644 --- a/src/render/model/modelnode.h +++ b/src/render/model/modelnode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/models.cpp b/src/render/models.cpp index b3e25291..11fb82b7 100644 --- a/src/render/models.cpp +++ b/src/render/models.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/models.h b/src/render/models.h index 9edbf80e..91365b36 100644 --- a/src/render/models.h +++ b/src/render/models.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/shaders.cpp b/src/render/shaders.cpp index eb372649..e01224dd 100644 --- a/src/render/shaders.cpp +++ b/src/render/shaders.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/shaders.h b/src/render/shaders.h index 77fa4b22..40cc5498 100644 --- a/src/render/shaders.h +++ b/src/render/shaders.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/texture.cpp b/src/render/texture.cpp index 7700b2cb..5dd0d3b7 100644 --- a/src/render/texture.cpp +++ b/src/render/texture.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/texture.h b/src/render/texture.h index e7d99253..26ba0164 100644 --- a/src/render/texture.h +++ b/src/render/texture.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/textures.cpp b/src/render/textures.cpp index ae27d33f..dcaa504f 100644 --- a/src/render/textures.cpp +++ b/src/render/textures.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/textures.h b/src/render/textures.h index b28aebb9..ceeb08d2 100644 --- a/src/render/textures.h +++ b/src/render/textures.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/types.h b/src/render/types.h index 7e1b0a13..3558315a 100644 --- a/src/render/types.h +++ b/src/render/types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/util.cpp b/src/render/util.cpp index f9d82bd9..37958fed 100644 --- a/src/render/util.cpp +++ b/src/render/util.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/util.h b/src/render/util.h index b9b2c008..0036e118 100644 --- a/src/render/util.h +++ b/src/render/util.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/walkmesh.cpp b/src/render/walkmesh.cpp index 82e7d481..5d07d052 100644 --- a/src/render/walkmesh.cpp +++ b/src/render/walkmesh.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/walkmesh.h b/src/render/walkmesh.h index b04b28b0..eff04237 100644 --- a/src/render/walkmesh.h +++ b/src/render/walkmesh.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/walkmeshes.cpp b/src/render/walkmeshes.cpp index ae69b870..f48248d8 100644 --- a/src/render/walkmeshes.cpp +++ b/src/render/walkmeshes.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/walkmeshes.h b/src/render/walkmeshes.h index 796ad69b..30b1e14e 100644 --- a/src/render/walkmeshes.h +++ b/src/render/walkmeshes.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/window.cpp b/src/render/window.cpp index bad8f901..c353aca0 100644 --- a/src/render/window.cpp +++ b/src/render/window.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/window.h b/src/render/window.h index 64d7e456..37db20ba 100644 --- a/src/render/window.h +++ b/src/render/window.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/resource/2dafile.cpp b/src/resource/2dafile.cpp index 7d34e722..d35688c5 100644 --- a/src/resource/2dafile.cpp +++ b/src/resource/2dafile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/resource/2dafile.h b/src/resource/2dafile.h index 79320b48..e27c29ab 100644 --- a/src/resource/2dafile.h +++ b/src/resource/2dafile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/resource/biffile.cpp b/src/resource/biffile.cpp index c37b27fd..82d74179 100644 --- a/src/resource/biffile.cpp +++ b/src/resource/biffile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/resource/biffile.h b/src/resource/biffile.h index 82bf4a41..e169f17f 100644 --- a/src/resource/biffile.h +++ b/src/resource/biffile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/resource/binfile.cpp b/src/resource/binfile.cpp index d906b2bf..ebf66ace 100644 --- a/src/resource/binfile.cpp +++ b/src/resource/binfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/resource/binfile.h b/src/resource/binfile.h index 10889a04..11f90223 100644 --- a/src/resource/binfile.h +++ b/src/resource/binfile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/resource/erffile.cpp b/src/resource/erffile.cpp index e38e5cdd..4b030abd 100644 --- a/src/resource/erffile.cpp +++ b/src/resource/erffile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/resource/erffile.h b/src/resource/erffile.h index 2d70aa3c..2f7b098b 100644 --- a/src/resource/erffile.h +++ b/src/resource/erffile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/resource/folder.cpp b/src/resource/folder.cpp index 94745cf8..71d9f1a1 100644 --- a/src/resource/folder.cpp +++ b/src/resource/folder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/resource/folder.h b/src/resource/folder.h index 03bfcef7..d7b5e218 100644 --- a/src/resource/folder.h +++ b/src/resource/folder.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/resource/gfffile.cpp b/src/resource/gfffile.cpp index f529597e..854a508b 100644 --- a/src/resource/gfffile.cpp +++ b/src/resource/gfffile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/resource/gfffile.h b/src/resource/gfffile.h index aa4b82c9..1dde8390 100644 --- a/src/resource/gfffile.h +++ b/src/resource/gfffile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/resource/keyfile.cpp b/src/resource/keyfile.cpp index 6e44917d..b61fd1eb 100644 --- a/src/resource/keyfile.cpp +++ b/src/resource/keyfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/resource/keyfile.h b/src/resource/keyfile.h index 0689c1e1..a387ca6e 100644 --- a/src/resource/keyfile.h +++ b/src/resource/keyfile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/resource/ltrfile.cpp b/src/resource/ltrfile.cpp index 8bb428fe..34f0b2f9 100644 --- a/src/resource/ltrfile.cpp +++ b/src/resource/ltrfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/resource/ltrfile.h b/src/resource/ltrfile.h index 663e2f65..caf07576 100644 --- a/src/resource/ltrfile.h +++ b/src/resource/ltrfile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/resource/lytfile.cpp b/src/resource/lytfile.cpp index 1b28b29e..a3f9281d 100644 --- a/src/resource/lytfile.cpp +++ b/src/resource/lytfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/resource/lytfile.h b/src/resource/lytfile.h index bfe8140f..6e270455 100644 --- a/src/resource/lytfile.h +++ b/src/resource/lytfile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/resource/pefile.cpp b/src/resource/pefile.cpp index 70a12d32..67c40f49 100644 --- a/src/resource/pefile.cpp +++ b/src/resource/pefile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/resource/pefile.h b/src/resource/pefile.h index dc3571de..77927a6f 100644 --- a/src/resource/pefile.h +++ b/src/resource/pefile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/resource/resources.cpp b/src/resource/resources.cpp index 29da7cc7..b5c5e703 100644 --- a/src/resource/resources.cpp +++ b/src/resource/resources.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/resource/resources.h b/src/resource/resources.h index b9453931..ffbed128 100644 --- a/src/resource/resources.h +++ b/src/resource/resources.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/resource/rimfile.cpp b/src/resource/rimfile.cpp index a7299c2f..03985fe2 100644 --- a/src/resource/rimfile.cpp +++ b/src/resource/rimfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/resource/rimfile.h b/src/resource/rimfile.h index 88df9a09..edcdb4e1 100644 --- a/src/resource/rimfile.h +++ b/src/resource/rimfile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/resource/tlkfile.cpp b/src/resource/tlkfile.cpp index 6f538b98..140c0907 100644 --- a/src/resource/tlkfile.cpp +++ b/src/resource/tlkfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/resource/tlkfile.h b/src/resource/tlkfile.h index 96e33be2..48f7b839 100644 --- a/src/resource/tlkfile.h +++ b/src/resource/tlkfile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/resource/types.h b/src/resource/types.h index fded5043..b8c109c6 100644 --- a/src/resource/types.h +++ b/src/resource/types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/resource/util.cpp b/src/resource/util.cpp index 459bcb6c..2f4d8ff1 100644 --- a/src/resource/util.cpp +++ b/src/resource/util.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/resource/util.h b/src/resource/util.h index e6a8c9d5..9491c3ea 100644 --- a/src/resource/util.h +++ b/src/resource/util.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/resource/visfile.cpp b/src/resource/visfile.cpp index 430b362a..80f28e27 100644 --- a/src/resource/visfile.cpp +++ b/src/resource/visfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/resource/visfile.h b/src/resource/visfile.h index 3805a057..24830dad 100644 --- a/src/resource/visfile.h +++ b/src/resource/visfile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/scene/node/aabbnode.cpp b/src/scene/node/aabbnode.cpp index 1e8c04f2..eb440300 100644 --- a/src/scene/node/aabbnode.cpp +++ b/src/scene/node/aabbnode.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/scene/node/aabbnode.h b/src/scene/node/aabbnode.h index 25f988ef..82b9cfc3 100644 --- a/src/scene/node/aabbnode.h +++ b/src/scene/node/aabbnode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/scene/node/cameranode.cpp b/src/scene/node/cameranode.cpp index af6031cf..889e07a3 100644 --- a/src/scene/node/cameranode.cpp +++ b/src/scene/node/cameranode.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/scene/node/cameranode.h b/src/scene/node/cameranode.h index 56e10d24..4056eabe 100644 --- a/src/scene/node/cameranode.h +++ b/src/scene/node/cameranode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/scene/node/cubenode.cpp b/src/scene/node/cubenode.cpp index 4721b296..e2272ae5 100644 --- a/src/scene/node/cubenode.cpp +++ b/src/scene/node/cubenode.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/scene/node/cubenode.h b/src/scene/node/cubenode.h index 0f094f56..15b706c4 100644 --- a/src/scene/node/cubenode.h +++ b/src/scene/node/cubenode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/scene/node/lightnode.cpp b/src/scene/node/lightnode.cpp index 8ff69d5b..e304733f 100644 --- a/src/scene/node/lightnode.cpp +++ b/src/scene/node/lightnode.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/scene/node/lightnode.h b/src/scene/node/lightnode.h index 48e4dcb7..f33a074f 100644 --- a/src/scene/node/lightnode.h +++ b/src/scene/node/lightnode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/scene/node/modelnodescenenode.cpp b/src/scene/node/modelnodescenenode.cpp index 25d0d8d5..f162b3ce 100644 --- a/src/scene/node/modelnodescenenode.cpp +++ b/src/scene/node/modelnodescenenode.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/scene/node/modelnodescenenode.h b/src/scene/node/modelnodescenenode.h index 2316ac81..bcb0a5f7 100644 --- a/src/scene/node/modelnodescenenode.h +++ b/src/scene/node/modelnodescenenode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/scene/node/modelscenenode.cpp b/src/scene/node/modelscenenode.cpp index 187e91d6..b4e6df14 100644 --- a/src/scene/node/modelscenenode.cpp +++ b/src/scene/node/modelscenenode.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/scene/node/modelscenenode.h b/src/scene/node/modelscenenode.h index d8ad3972..7c7b09c7 100644 --- a/src/scene/node/modelscenenode.h +++ b/src/scene/node/modelscenenode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/scene/node/scenenode.cpp b/src/scene/node/scenenode.cpp index 4e7b9de1..cb24061b 100644 --- a/src/scene/node/scenenode.cpp +++ b/src/scene/node/scenenode.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/scene/node/scenenode.h b/src/scene/node/scenenode.h index 3f57fc8f..e5efb8c5 100644 --- a/src/scene/node/scenenode.h +++ b/src/scene/node/scenenode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/scene/pipeline/control.cpp b/src/scene/pipeline/control.cpp index 8b7eedac..ec5f2ebc 100644 --- a/src/scene/pipeline/control.cpp +++ b/src/scene/pipeline/control.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/scene/pipeline/control.h b/src/scene/pipeline/control.h index 09ea28eb..99ea055a 100644 --- a/src/scene/pipeline/control.h +++ b/src/scene/pipeline/control.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/scene/pipeline/world.cpp b/src/scene/pipeline/world.cpp index 3f14b4c8..c1ee1f9a 100644 --- a/src/scene/pipeline/world.cpp +++ b/src/scene/pipeline/world.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/scene/pipeline/world.h b/src/scene/pipeline/world.h index 59256b7e..a1f4dec4 100644 --- a/src/scene/pipeline/world.h +++ b/src/scene/pipeline/world.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/scene/scenegraph.cpp b/src/scene/scenegraph.cpp index 3c7dce78..89de1395 100644 --- a/src/scene/scenegraph.cpp +++ b/src/scene/scenegraph.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/scene/scenegraph.h b/src/scene/scenegraph.h index 2692ada0..c6fbc6d6 100644 --- a/src/scene/scenegraph.h +++ b/src/scene/scenegraph.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/scene/scenenodeanimator.cpp b/src/scene/scenenodeanimator.cpp index b6e550c7..787ee31c 100644 --- a/src/scene/scenenodeanimator.cpp +++ b/src/scene/scenenodeanimator.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/scene/scenenodeanimator.h b/src/scene/scenenodeanimator.h index f58c80d5..ce7b7a00 100644 --- a/src/scene/scenenodeanimator.h +++ b/src/scene/scenenodeanimator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/script/enginetype.h b/src/script/enginetype.h index 16673457..5a56c233 100644 --- a/src/script/enginetype.h +++ b/src/script/enginetype.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/script/execution.cpp b/src/script/execution.cpp index ed4552b1..04527576 100644 --- a/src/script/execution.cpp +++ b/src/script/execution.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/script/execution.h b/src/script/execution.h index 18b03800..77f79d6f 100644 --- a/src/script/execution.h +++ b/src/script/execution.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/script/ncsfile.cpp b/src/script/ncsfile.cpp index 80c56585..a9f76c94 100644 --- a/src/script/ncsfile.cpp +++ b/src/script/ncsfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/script/ncsfile.h b/src/script/ncsfile.h index cd4dd0b9..31130e0d 100644 --- a/src/script/ncsfile.h +++ b/src/script/ncsfile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/script/object.h b/src/script/object.h index cb9ee792..d5b348df 100644 --- a/src/script/object.h +++ b/src/script/object.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/script/program.cpp b/src/script/program.cpp index 6df63526..79c58113 100644 --- a/src/script/program.cpp +++ b/src/script/program.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/script/program.h b/src/script/program.h index b20ae395..d94499ec 100644 --- a/src/script/program.h +++ b/src/script/program.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/script/routine.cpp b/src/script/routine.cpp index 6d5af07d..e48187aa 100644 --- a/src/script/routine.cpp +++ b/src/script/routine.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/script/routine.h b/src/script/routine.h index a716640b..731c8c94 100644 --- a/src/script/routine.h +++ b/src/script/routine.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/script/scripts.cpp b/src/script/scripts.cpp index 9527edd1..d70dddf7 100644 --- a/src/script/scripts.cpp +++ b/src/script/scripts.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/script/scripts.h b/src/script/scripts.h index 3846517c..842f7bf4 100644 --- a/src/script/scripts.h +++ b/src/script/scripts.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/script/types.h b/src/script/types.h index d3806109..870aef88 100644 --- a/src/script/types.h +++ b/src/script/types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/script/util.cpp b/src/script/util.cpp index c6756be7..4989ddf2 100644 --- a/src/script/util.cpp +++ b/src/script/util.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/script/util.h b/src/script/util.h index 6b2dadfe..84b71307 100644 --- a/src/script/util.h +++ b/src/script/util.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/script/variable.cpp b/src/script/variable.cpp index ccc0781c..0aef02e3 100644 --- a/src/script/variable.cpp +++ b/src/script/variable.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/script/variable.h b/src/script/variable.h index 8c88cbda..5ce0cb64 100644 --- a/src/script/variable.h +++ b/src/script/variable.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/video/bikfile.cpp b/src/video/bikfile.cpp index 17a403a1..e05da8fb 100644 --- a/src/video/bikfile.cpp +++ b/src/video/bikfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/video/bikfile.h b/src/video/bikfile.h index ba4f5c20..124252de 100644 --- a/src/video/bikfile.h +++ b/src/video/bikfile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/video/video.cpp b/src/video/video.cpp index 42fd782d..0b6cfbab 100644 --- a/src/video/video.cpp +++ b/src/video/video.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/video/video.h b/src/video/video.h index ac3cb6db..7675430c 100644 --- a/src/video/video.h +++ b/src/video/video.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/actionqueue.cpp b/tests/actionqueue.cpp index 51e148a9..7b5a6edb 100644 --- a/tests/actionqueue.cpp +++ b/tests/actionqueue.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/pathfinder.cpp b/tests/pathfinder.cpp index e928576e..c917dca7 100644 --- a/tests/pathfinder.cpp +++ b/tests/pathfinder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/scriptexecution.cpp b/tests/scriptexecution.cpp index 2c34addd..0820a1b6 100644 --- a/tests/scriptexecution.cpp +++ b/tests/scriptexecution.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/streamreader.cpp b/tests/streamreader.cpp index 2dfa6048..bf1f1970 100644 --- a/tests/streamreader.cpp +++ b/tests/streamreader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/timer.cpp b/tests/timer.cpp index 09003e62..d98bd4ac 100644 --- a/tests/timer.cpp +++ b/tests/timer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/2datool.cpp b/tools/2datool.cpp index d759ea82..0f542ef4 100644 --- a/tools/2datool.cpp +++ b/tools/2datool.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/biftool.cpp b/tools/biftool.cpp index 66c7ce7b..419008dc 100644 --- a/tools/biftool.cpp +++ b/tools/biftool.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/erftool.cpp b/tools/erftool.cpp index d71a508f..ce0be3f3 100644 --- a/tools/erftool.cpp +++ b/tools/erftool.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/gfftool.cpp b/tools/gfftool.cpp index 860038b0..2d3bb2de 100644 --- a/tools/gfftool.cpp +++ b/tools/gfftool.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/keytool.cpp b/tools/keytool.cpp index 301cf493..b0e65100 100644 --- a/tools/keytool.cpp +++ b/tools/keytool.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/main.cpp b/tools/main.cpp index 1a96f8c1..eac107ab 100644 --- a/tools/main.cpp +++ b/tools/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/program.cpp b/tools/program.cpp index 314a7f20..d92e705a 100644 --- a/tools/program.cpp +++ b/tools/program.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/program.h b/tools/program.h index 81c6295d..9739bb0e 100644 --- a/tools/program.h +++ b/tools/program.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/rimtool.cpp b/tools/rimtool.cpp index 65e1336f..97924ac2 100644 --- a/tools/rimtool.cpp +++ b/tools/rimtool.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/tlktool.cpp b/tools/tlktool.cpp index 7631f62d..b1017dc1 100644 --- a/tools/tlktool.cpp +++ b/tools/tlktool.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/tools.cpp b/tools/tools.cpp index 16ba5dad..855126e4 100644 --- a/tools/tools.cpp +++ b/tools/tools.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/tools.h b/tools/tools.h index b4805d46..d7c43764 100644 --- a/tools/tools.h +++ b/tools/tools.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The reone project contributors + * Copyright (c) 2020-2021 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by