diff --git a/.travis.yml b/.travis.yml index fa7b1f82..76b16593 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2020 Vsevolod Kremianskii +# Copyright (c) 2020 The reone project contributors # This program is free 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 427ec546..7627ae33 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020 Vsevolod Kremianskii +# Copyright (c) 2020 The reone project contributors # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/CONTRIBUTORS b/CONTRIBUTORS new file mode 100644 index 00000000..50fc7088 --- /dev/null +++ b/CONTRIBUTORS @@ -0,0 +1,11 @@ +Original author and the leader of the project reone: + +Vsevolod Kremianskii + +Incomplete list of much appreciated contributors: + +uwadmin12 +Ziemas +Brian Allred +Martin Hauke +Luis Cáceres diff --git a/cmake/FindMAD.cmake b/cmake/FindMAD.cmake index 3437f355..6aa9581f 100644 --- a/cmake/FindMAD.cmake +++ b/cmake/FindMAD.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2020 Vsevolod Kremianskii +# Copyright (c) 2020 The reone project contributors # This program is free software: 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 0dcfcac7..9eb6fd1d 100644 --- a/src/audio/files.cpp +++ b/src/audio/files.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 23d2056c..520b73b2 100644 --- a/src/audio/files.h +++ b/src/audio/files.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 8b225f03..6755a583 100644 --- a/src/audio/format/mp3file.cpp +++ b/src/audio/format/mp3file.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 3db2850b..f3e56eb5 100644 --- a/src/audio/format/mp3file.h +++ b/src/audio/format/mp3file.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 9f40f691..2a22ef83 100644 --- a/src/audio/format/wavfile.cpp +++ b/src/audio/format/wavfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 db5efe65..df7a107d 100644 --- a/src/audio/format/wavfile.h +++ b/src/audio/format/wavfile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 383a5790..8588af01 100644 --- a/src/audio/player.cpp +++ b/src/audio/player.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 538c981a..fc3761e3 100644 --- a/src/audio/player.h +++ b/src/audio/player.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 ae1f7f87..b31629af 100644 --- a/src/audio/soundhandle.cpp +++ b/src/audio/soundhandle.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 85cc70e6..8add48d4 100644 --- a/src/audio/soundhandle.h +++ b/src/audio/soundhandle.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 2639f1ab..cf4c061a 100644 --- a/src/audio/soundinstance.cpp +++ b/src/audio/soundinstance.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 f2376160..211b87f5 100644 --- a/src/audio/soundinstance.h +++ b/src/audio/soundinstance.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 5eebde31..a527b535 100644 --- a/src/audio/stream.cpp +++ b/src/audio/stream.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 1f7317c8..52273c9d 100644 --- a/src/audio/stream.h +++ b/src/audio/stream.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 073df235..efa05a56 100644 --- a/src/audio/types.h +++ b/src/audio/types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 f547a670..14ebef79 100644 --- a/src/audio/util.cpp +++ b/src/audio/util.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 5756dbe9..4bf02ebb 100644 --- a/src/audio/util.h +++ b/src/audio/util.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 ed32a4a1..867f7de8 100644 --- a/src/common/endianutil.cpp +++ b/src/common/endianutil.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 c8aa7213..8231de0f 100644 --- a/src/common/endianutil.h +++ b/src/common/endianutil.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 d47b65bb..839044e5 100644 --- a/src/common/jobs.cpp +++ b/src/common/jobs.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 7d88b13c..cc04f3a9 100644 --- a/src/common/jobs.h +++ b/src/common/jobs.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 d8dabd10..5f021ea3 100644 --- a/src/common/log.cpp +++ b/src/common/log.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 d6bf2ce0..ebd8c715 100644 --- a/src/common/log.h +++ b/src/common/log.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 cb02c6f1..946a8925 100644 --- a/src/common/pathutil.cpp +++ b/src/common/pathutil.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 b9fc1b52..84ffb412 100644 --- a/src/common/pathutil.h +++ b/src/common/pathutil.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 5f428945..8a185cbc 100644 --- a/src/common/random.cpp +++ b/src/common/random.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 e3d1a4d3..d1e1db89 100644 --- a/src/common/random.h +++ b/src/common/random.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 e66d155c..0a91b81e 100644 --- a/src/common/streamreader.cpp +++ b/src/common/streamreader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 88d77742..a2283005 100644 --- a/src/common/streamreader.h +++ b/src/common/streamreader.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 f10b1c0b..6052d97c 100644 --- a/src/common/streamutil.cpp +++ b/src/common/streamutil.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 49b11364..0d64b28e 100644 --- a/src/common/streamutil.h +++ b/src/common/streamutil.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 91446662..5cc01061 100644 --- a/src/common/streamwriter.cpp +++ b/src/common/streamwriter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 7023c4b7..94376be3 100644 --- a/src/common/streamwriter.h +++ b/src/common/streamwriter.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/timermap.h b/src/common/timermap.h index e06f0bc0..fd116489 100644 --- a/src/common/timermap.h +++ b/src/common/timermap.h @@ -1,6 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii - * Copyright (c) 2020 uwadmin12 + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/timerqueue.h b/src/common/timerqueue.h index a8fb4fc9..32acbafb 100644 --- a/src/common/timerqueue.h +++ b/src/common/timerqueue.h @@ -1,6 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii - * Copyright (c) 2020 uwadmin12 + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 9560b052..562accb3 100644 --- a/src/common/types.h +++ b/src/common/types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 c80f415d..c509e042 100644 --- a/src/game/action/action.cpp +++ b/src/game/action/action.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 cee9a423..2d3b01ba 100644 --- a/src/game/action/action.h +++ b/src/game/action/action.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 8c92bbd1..3f699550 100644 --- a/src/game/action/attack.h +++ b/src/game/action/attack.h @@ -1,6 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii - * Copyright (c) 2020 uwadmin12 + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 1f6e4d11..5a0f5595 100644 --- a/src/game/action/commandaction.cpp +++ b/src/game/action/commandaction.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 4a1b6833..dc2809bf 100644 --- a/src/game/action/commandaction.h +++ b/src/game/action/commandaction.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 0c3562f8..4b145165 100644 --- a/src/game/action/follow.cpp +++ b/src/game/action/follow.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 4cedaea0..44ff5d81 100644 --- a/src/game/action/follow.h +++ b/src/game/action/follow.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 3af4129b..f711fcbd 100644 --- a/src/game/action/locationaction.h +++ b/src/game/action/locationaction.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 d74d2c96..6b0efdec 100644 --- a/src/game/action/movetoobject.cpp +++ b/src/game/action/movetoobject.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 91a07ce3..263ea20f 100644 --- a/src/game/action/movetoobject.h +++ b/src/game/action/movetoobject.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 27907fb8..45c86429 100644 --- a/src/game/action/movetopoint.cpp +++ b/src/game/action/movetopoint.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 93f9ee1d..27d68999 100644 --- a/src/game/action/movetopoint.h +++ b/src/game/action/movetopoint.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 8d91fb97..f69b647f 100644 --- a/src/game/action/objectaction.cpp +++ b/src/game/action/objectaction.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 ce6c5855..5f93780c 100644 --- a/src/game/action/objectaction.h +++ b/src/game/action/objectaction.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 bbc02f1d..a32843c8 100644 --- a/src/game/action/startconversation.cpp +++ b/src/game/action/startconversation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 7c0bfa54..64baa8b0 100644 --- a/src/game/action/startconversation.h +++ b/src/game/action/startconversation.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 39ed7ea6..1aa87db4 100644 --- a/src/game/actionexecutor.cpp +++ b/src/game/actionexecutor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 3d69ac46..40b63019 100644 --- a/src/game/actionexecutor.h +++ b/src/game/actionexecutor.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 e9784e3f..091bad19 100644 --- a/src/game/actionqueue.cpp +++ b/src/game/actionqueue.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 8dd5c979..4f4e900c 100644 --- a/src/game/actionqueue.h +++ b/src/game/actionqueue.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 537ceffa..343aa4d3 100644 --- a/src/game/blueprint/blueprints.cpp +++ b/src/game/blueprint/blueprints.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 e6374861..9476c6f0 100644 --- a/src/game/blueprint/blueprints.h +++ b/src/game/blueprint/blueprints.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 80755d9e..b382e267 100644 --- a/src/game/blueprint/creature.cpp +++ b/src/game/blueprint/creature.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 a0f9ee1e..6edda795 100644 --- a/src/game/blueprint/creature.h +++ b/src/game/blueprint/creature.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 75af0465..bca1c96d 100644 --- a/src/game/blueprint/door.cpp +++ b/src/game/blueprint/door.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 ede26270..881af2f3 100644 --- a/src/game/blueprint/door.h +++ b/src/game/blueprint/door.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 a197963f..74ed6b3d 100644 --- a/src/game/blueprint/item.cpp +++ b/src/game/blueprint/item.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 2ffc5cfe..599cff96 100644 --- a/src/game/blueprint/item.h +++ b/src/game/blueprint/item.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 5fd9c26f..dcef7dfc 100644 --- a/src/game/blueprint/placeable.cpp +++ b/src/game/blueprint/placeable.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 280517f6..94d95c72 100644 --- a/src/game/blueprint/placeable.h +++ b/src/game/blueprint/placeable.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 72dcb55e..5fbfe22b 100644 --- a/src/game/blueprint/sound.cpp +++ b/src/game/blueprint/sound.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 92c35a81..97d1b082 100644 --- a/src/game/blueprint/sound.h +++ b/src/game/blueprint/sound.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 1d737d97..8e61e6fb 100644 --- a/src/game/blueprint/trigger.cpp +++ b/src/game/blueprint/trigger.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 7d657442..537a7aff 100644 --- a/src/game/blueprint/trigger.h +++ b/src/game/blueprint/trigger.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/waypoint.cpp b/src/game/blueprint/waypoint.cpp index 41bda1f3..ab0e155f 100644 --- a/src/game/blueprint/waypoint.cpp +++ b/src/game/blueprint/waypoint.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/waypoint.h b/src/game/blueprint/waypoint.h index a7771ab3..6e58ff68 100644 --- a/src/game/blueprint/waypoint.h +++ b/src/game/blueprint/waypoint.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 afc92aed..53dc3ad5 100644 --- a/src/game/camera/animatedcamera.cpp +++ b/src/game/camera/animatedcamera.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 b7afb500..70c2207e 100644 --- a/src/game/camera/animatedcamera.h +++ b/src/game/camera/animatedcamera.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 b6e3d699..92d1685e 100644 --- a/src/game/camera/camera.cpp +++ b/src/game/camera/camera.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 8a821046..d36976d9 100644 --- a/src/game/camera/camera.h +++ b/src/game/camera/camera.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 ff4b83bc..4c8361e4 100644 --- a/src/game/camera/dialogcamera.cpp +++ b/src/game/camera/dialogcamera.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 8b846297..ef22da0d 100644 --- a/src/game/camera/dialogcamera.h +++ b/src/game/camera/dialogcamera.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 9f9a86e9..5a2a9c06 100644 --- a/src/game/camera/firstperson.cpp +++ b/src/game/camera/firstperson.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 07e54b68..c75655e5 100644 --- a/src/game/camera/firstperson.h +++ b/src/game/camera/firstperson.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 bf71c1a4..fa7df12a 100644 --- a/src/game/camera/staticcamera.cpp +++ b/src/game/camera/staticcamera.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 964ad872..ad9a6433 100644 --- a/src/game/camera/staticcamera.h +++ b/src/game/camera/staticcamera.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 582cf6ce..24b843ae 100644 --- a/src/game/camera/thirdperson.cpp +++ b/src/game/camera/thirdperson.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 0e0b9a2e..c04e7c16 100644 --- a/src/game/camera/thirdperson.h +++ b/src/game/camera/thirdperson.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 4ab0ce7b..e1e5a682 100644 --- a/src/game/camera/types.h +++ b/src/game/camera/types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/characters.cpp b/src/game/characters.cpp index 0dc8dc7d..3e5a2ec3 100644 --- a/src/game/characters.cpp +++ b/src/game/characters.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/characters.h b/src/game/characters.h index dcc4adeb..ac7561d9 100644 --- a/src/game/characters.h +++ b/src/game/characters.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 b1184f87..e92f9434 100644 --- a/src/game/collisiondetect.cpp +++ b/src/game/collisiondetect.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 bc6905ab..a2e4023b 100644 --- a/src/game/collisiondetect.h +++ b/src/game/collisiondetect.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 6339331f..412d05ee 100644 --- a/src/game/combat.cpp +++ b/src/game/combat.cpp @@ -1,6 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii - * Copyright (c) 2020 uwadmin12 + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 2ee96260..d5aa42d9 100644 --- a/src/game/combat.h +++ b/src/game/combat.h @@ -1,6 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii - * Copyright (c) 2020 uwadmin12 + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 0dfc2c05..fd8b8b3f 100644 --- a/src/game/console.cpp +++ b/src/game/console.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 41e5ec9d..ed7f58f4 100644 --- a/src/game/console.h +++ b/src/game/console.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 533a6d12..98c78267 100644 --- a/src/game/cursors.cpp +++ b/src/game/cursors.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 9fb2931a..e3f1ae7b 100644 --- a/src/game/cursors.h +++ b/src/game/cursors.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 de9cfad8..5bc00c21 100644 --- a/src/game/dialog.cpp +++ b/src/game/dialog.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 d472e4bf..982d2049 100644 --- a/src/game/dialog.h +++ b/src/game/dialog.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 7171ffef..adf5e691 100644 --- a/src/game/enginetype/effect.h +++ b/src/game/enginetype/effect.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 uwadmin12 + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 7bd15e84..2d6ad812 100644 --- a/src/game/enginetype/location.h +++ b/src/game/enginetype/location.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/typefactory.cpp b/src/game/enginetype/typefactory.cpp index ad7f6474..9669af28 100644 --- a/src/game/enginetype/typefactory.cpp +++ b/src/game/enginetype/typefactory.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/typefactory.h b/src/game/enginetype/typefactory.h index 8933482d..06da5b0b 100644 --- a/src/game/enginetype/typefactory.h +++ b/src/game/enginetype/typefactory.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 03f319bb..68498b72 100644 --- a/src/game/game.cpp +++ b/src/game/game.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 1e753032..dee5646b 100644 --- a/src/game/game.h +++ b/src/game/game.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 e8252452..216c2e22 100644 --- a/src/game/gui/chargen/chargen.cpp +++ b/src/game/gui/chargen/chargen.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 4b3d4aa0..74b09897 100644 --- a/src/game/gui/chargen/chargen.h +++ b/src/game/gui/chargen/chargen.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 25275e3b..cc9d1167 100644 --- a/src/game/gui/chargen/classselect.cpp +++ b/src/game/gui/chargen/classselect.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 bb93624c..225b2c18 100644 --- a/src/game/gui/chargen/classselect.h +++ b/src/game/gui/chargen/classselect.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 84beaf30..32d7749e 100644 --- a/src/game/gui/chargen/nameentry.cpp +++ b/src/game/gui/chargen/nameentry.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 73db3343..48eb59e6 100644 --- a/src/game/gui/chargen/nameentry.h +++ b/src/game/gui/chargen/nameentry.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 bc8ac2bc..77d0c53c 100644 --- a/src/game/gui/chargen/portraitselect.cpp +++ b/src/game/gui/chargen/portraitselect.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 da37a912..ffb4c376 100644 --- a/src/game/gui/chargen/portraitselect.h +++ b/src/game/gui/chargen/portraitselect.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 5e2a6c81..67b32e63 100644 --- a/src/game/gui/chargen/quick.cpp +++ b/src/game/gui/chargen/quick.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 414bfd41..99803d7c 100644 --- a/src/game/gui/chargen/quick.h +++ b/src/game/gui/chargen/quick.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 be82e92d..55d2d097 100644 --- a/src/game/gui/chargen/quickorcustom.cpp +++ b/src/game/gui/chargen/quickorcustom.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 fbb83969..96e3eab3 100644 --- a/src/game/gui/chargen/quickorcustom.h +++ b/src/game/gui/chargen/quickorcustom.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/colors.cpp b/src/game/gui/colors.cpp index 4401f5f3..e6bf7e1b 100644 --- a/src/game/gui/colors.cpp +++ b/src/game/gui/colors.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/colors.h b/src/game/gui/colors.h index f6e952c8..63a560b0 100644 --- a/src/game/gui/colors.h +++ b/src/game/gui/colors.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 193fd998..abe0a7db 100644 --- a/src/game/gui/container.cpp +++ b/src/game/gui/container.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 70f8c752..37ab249b 100644 --- a/src/game/gui/container.h +++ b/src/game/gui/container.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 a43a3168..d3b3b3d4 100644 --- a/src/game/gui/debugoverlay.cpp +++ b/src/game/gui/debugoverlay.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 af163e5e..87b4ab1b 100644 --- a/src/game/gui/debugoverlay.h +++ b/src/game/gui/debugoverlay.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 d92eab2c..0e777d2c 100644 --- a/src/game/gui/dialog.cpp +++ b/src/game/gui/dialog.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 56c75177..5cb6b034 100644 --- a/src/game/gui/dialog.h +++ b/src/game/gui/dialog.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 1eb5fa18..b6d6dc67 100644 --- a/src/game/gui/hud.cpp +++ b/src/game/gui/hud.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 8b4bf6b8..9c2c5c48 100644 --- a/src/game/gui/hud.h +++ b/src/game/gui/hud.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 828afdea..c1040a6c 100644 --- a/src/game/gui/ingame/abilities.cpp +++ b/src/game/gui/ingame/abilities.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 ee73df39..073131c7 100644 --- a/src/game/gui/ingame/abilities.h +++ b/src/game/gui/ingame/abilities.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 25eb160c..e6a5ee88 100644 --- a/src/game/gui/ingame/character.cpp +++ b/src/game/gui/ingame/character.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 07d25094..fdc818ee 100644 --- a/src/game/gui/ingame/character.h +++ b/src/game/gui/ingame/character.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 04ff62c5..65b134ac 100644 --- a/src/game/gui/ingame/equip.cpp +++ b/src/game/gui/ingame/equip.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 c8aec862..c4a549f6 100644 --- a/src/game/gui/ingame/equip.h +++ b/src/game/gui/ingame/equip.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 894a01f7..81af13b7 100644 --- a/src/game/gui/ingame/ingame.cpp +++ b/src/game/gui/ingame/ingame.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 9f194b4d..f7ecc422 100644 --- a/src/game/gui/ingame/ingame.h +++ b/src/game/gui/ingame/ingame.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 5cb28bb8..0ab1020d 100644 --- a/src/game/gui/ingame/inventory.cpp +++ b/src/game/gui/ingame/inventory.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 fd95cbcf..6e0b1176 100644 --- a/src/game/gui/ingame/inventory.h +++ b/src/game/gui/ingame/inventory.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 a3d1cdc1..1d9daf58 100644 --- a/src/game/gui/ingame/journal.cpp +++ b/src/game/gui/ingame/journal.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 16897b0d..9478ea1f 100644 --- a/src/game/gui/ingame/journal.h +++ b/src/game/gui/ingame/journal.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 ed2059dd..f64a8807 100644 --- a/src/game/gui/ingame/map.cpp +++ b/src/game/gui/ingame/map.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 674cb1dc..397c550d 100644 --- a/src/game/gui/ingame/map.h +++ b/src/game/gui/ingame/map.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 9dcf9079..d98d3dc6 100644 --- a/src/game/gui/ingame/messages.cpp +++ b/src/game/gui/ingame/messages.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 867a5f65..ac254766 100644 --- a/src/game/gui/ingame/messages.h +++ b/src/game/gui/ingame/messages.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 9be2a515..5e6df805 100644 --- a/src/game/gui/ingame/options.cpp +++ b/src/game/gui/ingame/options.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 3297abab..b9914356 100644 --- a/src/game/gui/ingame/options.h +++ b/src/game/gui/ingame/options.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 dcfb8b45..81b2161d 100644 --- a/src/game/gui/loadscreen.cpp +++ b/src/game/gui/loadscreen.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 ad931851..7b4dba31 100644 --- a/src/game/gui/loadscreen.h +++ b/src/game/gui/loadscreen.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 5a6bd5b0..fa4dd9d0 100644 --- a/src/game/gui/mainmenu.cpp +++ b/src/game/gui/mainmenu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 0512935d..2cde5cdf 100644 --- a/src/game/gui/mainmenu.h +++ b/src/game/gui/mainmenu.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 3e966fa6..d2277b1e 100644 --- a/src/game/gui/partyselect.cpp +++ b/src/game/gui/partyselect.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 dc09bbf1..aed1d611 100644 --- a/src/game/gui/partyselect.h +++ b/src/game/gui/partyselect.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 6334fbdf..a124f9d2 100644 --- a/src/game/gui/saveload.cpp +++ b/src/game/gui/saveload.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 1db27c66..6d6dfc59 100644 --- a/src/game/gui/saveload.h +++ b/src/game/gui/saveload.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 67969e6e..f2894ae6 100644 --- a/src/game/gui/selectoverlay.cpp +++ b/src/game/gui/selectoverlay.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 78fb340c..c0297fe4 100644 --- a/src/game/gui/selectoverlay.h +++ b/src/game/gui/selectoverlay.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 a739f8c3..69654dea 100644 --- a/src/game/object/area.cpp +++ b/src/game/object/area.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 1552929f..f0798fd5 100644 --- a/src/game/object/area.h +++ b/src/game/object/area.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/camera.cpp b/src/game/object/camera.cpp index 39eb8e8c..debf0037 100644 --- a/src/game/object/camera.cpp +++ b/src/game/object/camera.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/camera.h b/src/game/object/camera.h index a540295d..61a9ac10 100644 --- a/src/game/object/camera.h +++ b/src/game/object/camera.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 fe2fa8fe..afbbab51 100644 --- a/src/game/object/creature.cpp +++ b/src/game/object/creature.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 85d1e4d1..2ffdd98e 100644 --- a/src/game/object/creature.h +++ b/src/game/object/creature.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 0478e6e9..df7fc40c 100644 --- a/src/game/object/door.cpp +++ b/src/game/object/door.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 24fe6f87..e08159c6 100644 --- a/src/game/object/door.h +++ b/src/game/object/door.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 54be6406..ca205aec 100644 --- a/src/game/object/item.cpp +++ b/src/game/object/item.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 44da9456..50c6db81 100644 --- a/src/game/object/item.h +++ b/src/game/object/item.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 1318f37a..e5998163 100644 --- a/src/game/object/module.cpp +++ b/src/game/object/module.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 1697b1dd..994d450d 100644 --- a/src/game/object/module.h +++ b/src/game/object/module.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 31b67b8f..495ebb89 100644 --- a/src/game/object/object.cpp +++ b/src/game/object/object.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 d02ed960..374fa845 100644 --- a/src/game/object/object.h +++ b/src/game/object/object.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 2001e3ab..6dbeb60d 100644 --- a/src/game/object/objectfactory.cpp +++ b/src/game/object/objectfactory.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 931cc616..5bfcf0ad 100644 --- a/src/game/object/objectfactory.h +++ b/src/game/object/objectfactory.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 3f3f91b2..c106e580 100644 --- a/src/game/object/placeable.cpp +++ b/src/game/object/placeable.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 6fdfc0b6..d2cd9b26 100644 --- a/src/game/object/placeable.h +++ b/src/game/object/placeable.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 b8471c9c..df42a355 100644 --- a/src/game/object/sound.cpp +++ b/src/game/object/sound.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 4b43397a..851b4e1e 100644 --- a/src/game/object/sound.h +++ b/src/game/object/sound.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 eae5d19f..ed06b995 100644 --- a/src/game/object/spatial.cpp +++ b/src/game/object/spatial.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 5335c17d..22c6c638 100644 --- a/src/game/object/spatial.h +++ b/src/game/object/spatial.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 8fe6a8a8..7181efae 100644 --- a/src/game/object/trigger.cpp +++ b/src/game/object/trigger.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 6d2f5300..340a7d2a 100644 --- a/src/game/object/trigger.h +++ b/src/game/object/trigger.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 b46ea5fe..ee7fb0f1 100644 --- a/src/game/object/types.h +++ b/src/game/object/types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 faa5d025..5036bd57 100644 --- a/src/game/object/waypoint.cpp +++ b/src/game/object/waypoint.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 feb8618e..c17d28d0 100644 --- a/src/game/object/waypoint.h +++ b/src/game/object/waypoint.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 8430d71d..01953f13 100644 --- a/src/game/objectselect.cpp +++ b/src/game/objectselect.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 9cf69e4c..4f0f546c 100644 --- a/src/game/objectselect.h +++ b/src/game/objectselect.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 39de7a10..f3506a2b 100644 --- a/src/game/party.cpp +++ b/src/game/party.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 9e1545d2..eb251589 100644 --- a/src/game/party.h +++ b/src/game/party.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 41747fe9..c675f7b5 100644 --- a/src/game/path.cpp +++ b/src/game/path.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 00c79fbd..22aca52c 100644 --- a/src/game/path.h +++ b/src/game/path.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 51321b37..f6084fc3 100644 --- a/src/game/pathfinder.cpp +++ b/src/game/pathfinder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 f0f95d8b..c7ac358a 100644 --- a/src/game/pathfinder.h +++ b/src/game/pathfinder.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 2f73ea5c..4ff0ef55 100644 --- a/src/game/player.cpp +++ b/src/game/player.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 fb9aab4a..70149606 100644 --- a/src/game/player.h +++ b/src/game/player.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2020 Vsevolod Kremianskii +* Copyright (c) 2020 The reone project contributors * * This program is free software: 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/portraits.cpp b/src/game/portraits.cpp index e19f24a4..8a16240a 100644 --- a/src/game/portraits.cpp +++ b/src/game/portraits.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/portraits.h b/src/game/portraits.h index ae266283..d0ffed89 100644 --- a/src/game/portraits.h +++ b/src/game/portraits.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 2bf5dd2c..79cb9b1a 100644 --- a/src/game/room.cpp +++ b/src/game/room.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 98f6fe04..d8b91541 100644 --- a/src/game/room.h +++ b/src/game/room.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 36e966ce..8a2c1d75 100644 --- a/src/game/rp/attributes.cpp +++ b/src/game/rp/attributes.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 836de6cd..1035bb67 100644 --- a/src/game/rp/attributes.h +++ b/src/game/rp/attributes.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/classes.cpp b/src/game/rp/classes.cpp index b5d331ab..f90c32ed 100644 --- a/src/game/rp/classes.cpp +++ b/src/game/rp/classes.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/classes.h b/src/game/rp/classes.h index b295170d..474be816 100644 --- a/src/game/rp/classes.h +++ b/src/game/rp/classes.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/factions.cpp b/src/game/rp/factions.cpp index 92e3548d..fb9d9d6e 100644 --- a/src/game/rp/factions.cpp +++ b/src/game/rp/factions.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 uwadmin12 + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/factions.h b/src/game/rp/factions.h index d19e9e78..b33508d9 100644 --- a/src/game/rp/factions.h +++ b/src/game/rp/factions.h @@ -1,6 +1,5 @@ /* -* Copyright (c) 2020 Vsevolod Kremianskii -* Copyright (c) 2020 uwadmin12 +* Copyright (c) 2020 The reone project contributors * * This program is free software: 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 f977fd00..abe5cfc3 100644 --- a/src/game/rp/types.h +++ b/src/game/rp/types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 9e9884e1..dda7d385 100644 --- a/src/game/savedgame.cpp +++ b/src/game/savedgame.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 304b8c68..78650f61 100644 --- a/src/game/savedgame.h +++ b/src/game/savedgame.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 385e54b9..6cb2b46d 100644 --- a/src/game/script/routines.cpp +++ b/src/game/script/routines.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 75cf381d..bae8263a 100644 --- a/src/game/script/routines.h +++ b/src/game/script/routines.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 0292e932..55f591b2 100644 --- a/src/game/script/routines_actions.cpp +++ b/src/game/script/routines_actions.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 003cce80..2a381740 100644 --- a/src/game/script/routines_common.cpp +++ b/src/game/script/routines_common.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 48ef102f..2681afd5 100644 --- a/src/game/script/routines_enginetypes.cpp +++ b/src/game/script/routines_enginetypes.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 62748405..30583b58 100644 --- a/src/game/script/routines_events.cpp +++ b/src/game/script/routines_events.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 35c021d0..9e6e106b 100644 --- a/src/game/script/routines_kotor.cpp +++ b/src/game/script/routines_kotor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 8100c887..794ceb06 100644 --- a/src/game/script/routines_math.cpp +++ b/src/game/script/routines_math.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 462f9b7d..e1523fdf 100644 --- a/src/game/script/routines_objects.cpp +++ b/src/game/script/routines_objects.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 c3c4b700..3d97ce15 100644 --- a/src/game/script/routines_party.cpp +++ b/src/game/script/routines_party.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 81995d63..6492140b 100644 --- a/src/game/script/routines_rp.cpp +++ b/src/game/script/routines_rp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 dd12dd9d..c8b0cad9 100644 --- a/src/game/script/routines_tsl.cpp +++ b/src/game/script/routines_tsl.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 706e6143..fee131d5 100644 --- a/src/game/script/routines_vars.cpp +++ b/src/game/script/routines_vars.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/util.cpp b/src/game/script/util.cpp index 75217270..e0474ea3 100644 --- a/src/game/script/util.cpp +++ b/src/game/script/util.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/util.h b/src/game/script/util.h index 47df9516..7cf64ca9 100644 --- a/src/game/script/util.h +++ b/src/game/script/util.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 be163a55..74cfe4f2 100644 --- a/src/game/types.h +++ b/src/game/types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 100f44f0..730eaaf3 100644 --- a/src/gui/control/button.cpp +++ b/src/gui/control/button.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 45547320..c9dd7668 100644 --- a/src/gui/control/button.h +++ b/src/gui/control/button.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 bed56266..228bacb9 100644 --- a/src/gui/control/control.cpp +++ b/src/gui/control/control.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 e7978192..df317f4e 100644 --- a/src/gui/control/control.h +++ b/src/gui/control/control.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 5ffa5ef5..73824bb4 100644 --- a/src/gui/control/imagebutton.cpp +++ b/src/gui/control/imagebutton.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 9cfb156c..261a4a33 100644 --- a/src/gui/control/imagebutton.h +++ b/src/gui/control/imagebutton.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 1d6baa57..438c1a74 100644 --- a/src/gui/control/label.cpp +++ b/src/gui/control/label.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 b4ede49e..a0992c29 100644 --- a/src/gui/control/label.h +++ b/src/gui/control/label.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 765c7403..a0bba5cc 100644 --- a/src/gui/control/listbox.cpp +++ b/src/gui/control/listbox.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 6b72cae0..e6775d36 100644 --- a/src/gui/control/listbox.h +++ b/src/gui/control/listbox.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 3ec687d0..08384c4b 100644 --- a/src/gui/control/panel.cpp +++ b/src/gui/control/panel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 d51eff77..d90b1214 100644 --- a/src/gui/control/panel.h +++ b/src/gui/control/panel.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 0079b6f2..85f989a0 100644 --- a/src/gui/control/scrollbar.cpp +++ b/src/gui/control/scrollbar.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 639a4bfa..91c71c19 100644 --- a/src/gui/control/scrollbar.h +++ b/src/gui/control/scrollbar.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 3a3f119a..cfbd53de 100644 --- a/src/gui/control/togglebutton.cpp +++ b/src/gui/control/togglebutton.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 55e47ff1..bc971ef4 100644 --- a/src/gui/control/togglebutton.h +++ b/src/gui/control/togglebutton.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 90d14640..723392a5 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 12afdafc..864595bb 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 ba5c1491..53515800 100644 --- a/src/gui/scenebuilder.cpp +++ b/src/gui/scenebuilder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 8745e4e5..ea4819d6 100644 --- a/src/gui/scenebuilder.h +++ b/src/gui/scenebuilder.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 564eff16..e76fc010 100644 --- a/src/gui/textinput.cpp +++ b/src/gui/textinput.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 8275a5f9..32443a09 100644 --- a/src/gui/textinput.h +++ b/src/gui/textinput.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 678d6819..425cdee5 100644 --- a/src/gui/types.h +++ b/src/gui/types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 a0ffdc0d..c339e7a6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 3982a5a2..19940953 100644 --- a/src/mp/command.cpp +++ b/src/mp/command.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 fef16b84..8eb17d7d 100644 --- a/src/mp/command.h +++ b/src/mp/command.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 ebc28c08..6bcacc24 100644 --- a/src/mp/game.cpp +++ b/src/mp/game.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 8382c11a..75102d78 100644 --- a/src/mp/game.h +++ b/src/mp/game.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 8265978d..5749964c 100644 --- a/src/mp/types.h +++ b/src/mp/types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 1ce47480..9d0abb04 100644 --- a/src/mp/util.cpp +++ b/src/mp/util.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 2b574aee..3a617055 100644 --- a/src/mp/util.h +++ b/src/mp/util.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 32ebb41c..fd7daf5b 100644 --- a/src/net/client.cpp +++ b/src/net/client.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 b59472d7..39653976 100644 --- a/src/net/client.h +++ b/src/net/client.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 6e3c992c..d3635629 100644 --- a/src/net/command.cpp +++ b/src/net/command.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 c5a4dc52..daa7f8c1 100644 --- a/src/net/command.h +++ b/src/net/command.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 f89f82d4..d5853981 100644 --- a/src/net/connection.cpp +++ b/src/net/connection.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 b74266f7..f480ba4a 100644 --- a/src/net/connection.h +++ b/src/net/connection.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 481fb26b..524e24bc 100644 --- a/src/net/server.cpp +++ b/src/net/server.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 75f1d342..637d4eda 100644 --- a/src/net/server.h +++ b/src/net/server.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 72272ae9..3720c617 100644 --- a/src/net/types.h +++ b/src/net/types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 938b91be..81658dcc 100644 --- a/src/program.cpp +++ b/src/program.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 7cb08fe4..52e0e6ee 100644 --- a/src/program.h +++ b/src/program.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/aabb.cpp b/src/render/aabb.cpp index ed53c666..5d30b789 100644 --- a/src/render/aabb.cpp +++ b/src/render/aabb.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/aabb.h b/src/render/aabb.h index 74e1ff2e..8bd27ebb 100644 --- a/src/render/aabb.h +++ b/src/render/aabb.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 edfe06c7..89f629eb 100644 --- a/src/render/cursor.cpp +++ b/src/render/cursor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 2ed522a7..157cbbd3 100644 --- a/src/render/cursor.h +++ b/src/render/cursor.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 36ffb33c..c2c64049 100644 --- a/src/render/font.cpp +++ b/src/render/font.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 994ee505..5b0be184 100644 --- a/src/render/font.h +++ b/src/render/font.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 2946a6a3..9dbdb13e 100644 --- a/src/render/fonts.cpp +++ b/src/render/fonts.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 214e77b9..e320ded6 100644 --- a/src/render/fonts.h +++ b/src/render/fonts.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/format/bwmfile.cpp b/src/render/format/bwmfile.cpp index defa71df..32a8b409 100644 --- a/src/render/format/bwmfile.cpp +++ b/src/render/format/bwmfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/format/bwmfile.h b/src/render/format/bwmfile.h index 42ae5a66..7cb3dc92 100644 --- a/src/render/format/bwmfile.h +++ b/src/render/format/bwmfile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/format/curfile.cpp b/src/render/format/curfile.cpp index 7e5eb22c..0c1870bf 100644 --- a/src/render/format/curfile.cpp +++ b/src/render/format/curfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/format/curfile.h b/src/render/format/curfile.h index d7a06446..9d9009ca 100644 --- a/src/render/format/curfile.h +++ b/src/render/format/curfile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/format/mdlfile.cpp b/src/render/format/mdlfile.cpp index b46e2d95..e7f9f089 100644 --- a/src/render/format/mdlfile.cpp +++ b/src/render/format/mdlfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/format/mdlfile.h b/src/render/format/mdlfile.h index 2a2ba31e..bca44c48 100644 --- a/src/render/format/mdlfile.h +++ b/src/render/format/mdlfile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/format/tgafile.cpp b/src/render/format/tgafile.cpp index f1ecaa50..4eb26fea 100644 --- a/src/render/format/tgafile.cpp +++ b/src/render/format/tgafile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/format/tgafile.h b/src/render/format/tgafile.h index 33cff652..2f1aba44 100644 --- a/src/render/format/tgafile.h +++ b/src/render/format/tgafile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/format/tpcfile.cpp b/src/render/format/tpcfile.cpp index 9f64d91a..cc7a7868 100644 --- a/src/render/format/tpcfile.cpp +++ b/src/render/format/tpcfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/format/tpcfile.h b/src/render/format/tpcfile.h index db442f65..528ca20c 100644 --- a/src/render/format/tpcfile.h +++ b/src/render/format/tpcfile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/format/txifile.cpp b/src/render/format/txifile.cpp index ba0ecd01..debfc9b3 100644 --- a/src/render/format/txifile.cpp +++ b/src/render/format/txifile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/format/txifile.h b/src/render/format/txifile.h index b43d4c19..b18229b2 100644 --- a/src/render/format/txifile.h +++ b/src/render/format/txifile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 5cef8ad6..296021c4 100644 --- a/src/render/fps.cpp +++ b/src/render/fps.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 73ea17e6..19da4280 100644 --- a/src/render/fps.h +++ b/src/render/fps.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 618b0d2f..2b4c9319 100644 --- a/src/render/framebuffer.cpp +++ b/src/render/framebuffer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 3dee6517..85bd8395 100644 --- a/src/render/framebuffer.h +++ b/src/render/framebuffer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 a19b6820..e82b4687 100644 --- a/src/render/mesh/aabb.cpp +++ b/src/render/mesh/aabb.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 73974c2f..c2a8a058 100644 --- a/src/render/mesh/aabb.h +++ b/src/render/mesh/aabb.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 5353a768..33971fab 100644 --- a/src/render/mesh/cube.cpp +++ b/src/render/mesh/cube.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 5f20135a..2676da96 100644 --- a/src/render/mesh/cube.h +++ b/src/render/mesh/cube.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 019f62e4..0e81259f 100644 --- a/src/render/mesh/mesh.cpp +++ b/src/render/mesh/mesh.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 9438fd17..7ee3bc94 100644 --- a/src/render/mesh/mesh.h +++ b/src/render/mesh/mesh.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 0d6589e6..a2284592 100644 --- a/src/render/mesh/modelmesh.cpp +++ b/src/render/mesh/modelmesh.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 ee267c9d..e0fb134d 100644 --- a/src/render/mesh/modelmesh.h +++ b/src/render/mesh/modelmesh.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 e89f37c2..8c1fd0d8 100644 --- a/src/render/mesh/quad.cpp +++ b/src/render/mesh/quad.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 8da1ba5a..161339e3 100644 --- a/src/render/mesh/quad.h +++ b/src/render/mesh/quad.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 771a4b88..771d77f6 100644 --- a/src/render/model/animation.cpp +++ b/src/render/model/animation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 83795531..ccc5f88c 100644 --- a/src/render/model/animation.h +++ b/src/render/model/animation.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 4b29b33c..7fbb0e9b 100644 --- a/src/render/model/model.cpp +++ b/src/render/model/model.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 92971407..905dc8a5 100644 --- a/src/render/model/model.h +++ b/src/render/model/model.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 35d1c7c5..d2f0958c 100644 --- a/src/render/model/modelnode.cpp +++ b/src/render/model/modelnode.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 b881ff2b..e4512fca 100644 --- a/src/render/model/modelnode.h +++ b/src/render/model/modelnode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 f42771e0..9da388ae 100644 --- a/src/render/models.cpp +++ b/src/render/models.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 fbb000ff..9edbf80e 100644 --- a/src/render/models.h +++ b/src/render/models.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/pipeline/control.cpp b/src/render/pipeline/control.cpp index 1b99d493..ebabe99d 100644 --- a/src/render/pipeline/control.cpp +++ b/src/render/pipeline/control.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/pipeline/control.h b/src/render/pipeline/control.h index c8b8e8a5..9039e4ee 100644 --- a/src/render/pipeline/control.h +++ b/src/render/pipeline/control.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/pipeline/world.cpp b/src/render/pipeline/world.cpp index 39282303..0312f594 100644 --- a/src/render/pipeline/world.cpp +++ b/src/render/pipeline/world.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/pipeline/world.h b/src/render/pipeline/world.h index 14071d1e..9bd229e7 100644 --- a/src/render/pipeline/world.h +++ b/src/render/pipeline/world.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 d858c008..19c7e752 100644 --- a/src/render/shaders.cpp +++ b/src/render/shaders.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 36d59442..637f878f 100644 --- a/src/render/shaders.h +++ b/src/render/shaders.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 50fb03ec..7700b2cb 100644 --- a/src/render/texture.cpp +++ b/src/render/texture.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 0f2dd473..e7d99253 100644 --- a/src/render/texture.h +++ b/src/render/texture.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 fe7e4006..e76f598e 100644 --- a/src/render/textures.cpp +++ b/src/render/textures.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 cf0bd8a9..b28aebb9 100644 --- a/src/render/textures.h +++ b/src/render/textures.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 00aedb5f..3a07036c 100644 --- a/src/render/types.h +++ b/src/render/types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 c6274710..f9d82bd9 100644 --- a/src/render/util.cpp +++ b/src/render/util.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 5afab0b3..b9b2c008 100644 --- a/src/render/util.h +++ b/src/render/util.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 452d8452..82e7d481 100644 --- a/src/render/walkmesh.cpp +++ b/src/render/walkmesh.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 f6cabf5f..721344da 100644 --- a/src/render/walkmesh.h +++ b/src/render/walkmesh.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 f9857dd4..150225ab 100644 --- a/src/render/walkmeshes.cpp +++ b/src/render/walkmeshes.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 56c9e73d..796ad69b 100644 --- a/src/render/walkmeshes.h +++ b/src/render/walkmeshes.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 c190f1e1..bad8f901 100644 --- a/src/render/window.cpp +++ b/src/render/window.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 53e32192..64d7e456 100644 --- a/src/render/window.h +++ b/src/render/window.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 f26413cc..7d34e722 100644 --- a/src/resource/2dafile.cpp +++ b/src/resource/2dafile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 ade16352..79320b48 100644 --- a/src/resource/2dafile.h +++ b/src/resource/2dafile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 8a5af8ab..c37b27fd 100644 --- a/src/resource/biffile.cpp +++ b/src/resource/biffile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 8e8ef739..82bf4a41 100644 --- a/src/resource/biffile.h +++ b/src/resource/biffile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 989cd9ee..d906b2bf 100644 --- a/src/resource/binfile.cpp +++ b/src/resource/binfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 fdbb4331..10889a04 100644 --- a/src/resource/binfile.h +++ b/src/resource/binfile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 bc0d02c5..e38e5cdd 100644 --- a/src/resource/erffile.cpp +++ b/src/resource/erffile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 efd5cb44..2d70aa3c 100644 --- a/src/resource/erffile.h +++ b/src/resource/erffile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 c523f698..94745cf8 100644 --- a/src/resource/folder.cpp +++ b/src/resource/folder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 9509e506..03bfcef7 100644 --- a/src/resource/folder.h +++ b/src/resource/folder.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 1f4c1a5b..b274eacb 100644 --- a/src/resource/gfffile.cpp +++ b/src/resource/gfffile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 bdf35947..db3a70f3 100644 --- a/src/resource/gfffile.h +++ b/src/resource/gfffile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 8ddd7a71..6e44917d 100644 --- a/src/resource/keyfile.cpp +++ b/src/resource/keyfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 1e84956a..0689c1e1 100644 --- a/src/resource/keyfile.h +++ b/src/resource/keyfile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 dd59db63..1b28b29e 100644 --- a/src/resource/lytfile.cpp +++ b/src/resource/lytfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 1508c45c..bfe8140f 100644 --- a/src/resource/lytfile.h +++ b/src/resource/lytfile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 c0728a15..70a12d32 100644 --- a/src/resource/pefile.cpp +++ b/src/resource/pefile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 3c118758..dc3571de 100644 --- a/src/resource/pefile.h +++ b/src/resource/pefile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 ad78fceb..29da7cc7 100644 --- a/src/resource/resources.cpp +++ b/src/resource/resources.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 d3f9a97e..b9453931 100644 --- a/src/resource/resources.h +++ b/src/resource/resources.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 03f4c0ec..a7299c2f 100644 --- a/src/resource/rimfile.cpp +++ b/src/resource/rimfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 35c5c61a..88df9a09 100644 --- a/src/resource/rimfile.h +++ b/src/resource/rimfile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 470f43a2..6f538b98 100644 --- a/src/resource/tlkfile.cpp +++ b/src/resource/tlkfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 c230104d..96e33be2 100644 --- a/src/resource/tlkfile.h +++ b/src/resource/tlkfile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 290b6191..fded5043 100644 --- a/src/resource/types.h +++ b/src/resource/types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 d13ff4c7..459bcb6c 100644 --- a/src/resource/util.cpp +++ b/src/resource/util.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 e4b55903..e6a8c9d5 100644 --- a/src/resource/util.h +++ b/src/resource/util.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 acacbb29..430b362a 100644 --- a/src/resource/visfile.cpp +++ b/src/resource/visfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 140a5467..3805a057 100644 --- a/src/resource/visfile.h +++ b/src/resource/visfile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/aabbnode.cpp b/src/scene/aabbnode.cpp index 9d7d22fb..8a035724 100644 --- a/src/scene/aabbnode.cpp +++ b/src/scene/aabbnode.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/aabbnode.h b/src/scene/aabbnode.h index 89550a1e..987afa69 100644 --- a/src/scene/aabbnode.h +++ b/src/scene/aabbnode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/cameranode.cpp b/src/scene/cameranode.cpp index f6306c1f..48bff736 100644 --- a/src/scene/cameranode.cpp +++ b/src/scene/cameranode.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/cameranode.h b/src/scene/cameranode.h index 7f66ec2b..df5da2bc 100644 --- a/src/scene/cameranode.h +++ b/src/scene/cameranode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/cubenode.cpp b/src/scene/cubenode.cpp index f13449a2..12f40ae4 100644 --- a/src/scene/cubenode.cpp +++ b/src/scene/cubenode.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/cubenode.h b/src/scene/cubenode.h index 068b5d3b..0f094f56 100644 --- a/src/scene/cubenode.h +++ b/src/scene/cubenode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/lightnode.cpp b/src/scene/lightnode.cpp index b8f7985b..977780db 100644 --- a/src/scene/lightnode.cpp +++ b/src/scene/lightnode.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/lightnode.h b/src/scene/lightnode.h index f15f93e6..865bc2a9 100644 --- a/src/scene/lightnode.h +++ b/src/scene/lightnode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/modelnodescenenode.cpp b/src/scene/modelnodescenenode.cpp index 0933c4a4..7520c962 100644 --- a/src/scene/modelnodescenenode.cpp +++ b/src/scene/modelnodescenenode.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/modelnodescenenode.h b/src/scene/modelnodescenenode.h index ea599911..0ff2dce0 100644 --- a/src/scene/modelnodescenenode.h +++ b/src/scene/modelnodescenenode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/modelscenenode.cpp b/src/scene/modelscenenode.cpp index d2f2ec70..05e2d569 100644 --- a/src/scene/modelscenenode.cpp +++ b/src/scene/modelscenenode.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/modelscenenode.h b/src/scene/modelscenenode.h index 0d4da27c..208efff5 100644 --- a/src/scene/modelscenenode.h +++ b/src/scene/modelscenenode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/octree.cpp b/src/scene/octree.cpp index cea4222e..d232d762 100644 --- a/src/scene/octree.cpp +++ b/src/scene/octree.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/octree.h b/src/scene/octree.h index bab183ab..57cfd5af 100644 --- a/src/scene/octree.h +++ b/src/scene/octree.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 d994f234..026822f1 100644 --- a/src/scene/scenegraph.cpp +++ b/src/scene/scenegraph.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 5270ccfb..b610ccd8 100644 --- a/src/scene/scenegraph.h +++ b/src/scene/scenegraph.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/scenenode.cpp b/src/scene/scenenode.cpp index 43ba64f7..c9c18ef2 100644 --- a/src/scene/scenenode.cpp +++ b/src/scene/scenenode.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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/scenenode.h b/src/scene/scenenode.h index 914b72d3..3f57fc8f 100644 --- a/src/scene/scenenode.h +++ b/src/scene/scenenode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 e620f173..a0a8ccd0 100644 --- a/src/scene/scenenodeanimator.cpp +++ b/src/scene/scenenodeanimator.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 795b572e..f58c80d5 100644 --- a/src/scene/scenenodeanimator.h +++ b/src/scene/scenenodeanimator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 52f364b3..7829d0f0 100644 --- a/src/script/execution.cpp +++ b/src/script/execution.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 94ce2d8f..18b03800 100644 --- a/src/script/execution.h +++ b/src/script/execution.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 49a4b3dd..80c56585 100644 --- a/src/script/ncsfile.cpp +++ b/src/script/ncsfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 ee0e57e9..cd4dd0b9 100644 --- a/src/script/ncsfile.h +++ b/src/script/ncsfile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 5dbf19d7..6df63526 100644 --- a/src/script/program.cpp +++ b/src/script/program.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 1c61ab51..46836ab4 100644 --- a/src/script/program.h +++ b/src/script/program.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 7fba8629..02801e2d 100644 --- a/src/script/routine.cpp +++ b/src/script/routine.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 4356a5e6..a716640b 100644 --- a/src/script/routine.h +++ b/src/script/routine.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 e57293c7..61011b84 100644 --- a/src/script/scripts.cpp +++ b/src/script/scripts.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 38bfc20a..3846517c 100644 --- a/src/script/scripts.h +++ b/src/script/scripts.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 67d42064..3a3a4ff3 100644 --- a/src/script/types.h +++ b/src/script/types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 9f53f80d..c6756be7 100644 --- a/src/script/util.cpp +++ b/src/script/util.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 1308703a..6b2dadfe 100644 --- a/src/script/util.h +++ b/src/script/util.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 89da647b..f1d31192 100644 --- a/src/script/variable.cpp +++ b/src/script/variable.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 95bda686..c1f5fd2b 100644 --- a/src/script/variable.h +++ b/src/script/variable.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 04f2eab0..fb5730dd 100644 --- a/src/video/bikfile.cpp +++ b/src/video/bikfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 c7321d77..ba4f5c20 100644 --- a/src/video/bikfile.h +++ b/src/video/bikfile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 6d1c9c31..c53f2bf6 100644 --- a/src/video/video.cpp +++ b/src/video/video.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: 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 5e9d1457..3f105580 100644 --- a/src/video/video.h +++ b/src/video/video.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free 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 7fdaa309..51e148a9 100644 --- a/tests/actionqueue.cpp +++ b/tests/actionqueue.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free 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 4004bae0..e928576e 100644 --- a/tests/pathfinder.cpp +++ b/tests/pathfinder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free 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 3bee679c..2c34addd 100644 --- a/tests/scriptexecution.cpp +++ b/tests/scriptexecution.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free 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 a3f0b52d..2dfa6048 100644 --- a/tests/streamreader.cpp +++ b/tests/streamreader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free 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 9d56c1f3..1f0b7b59 100644 --- a/tools/2datool.cpp +++ b/tools/2datool.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free 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 829342f3..98e9af8a 100644 --- a/tools/biftool.cpp +++ b/tools/biftool.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free 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 47194f19..de705ced 100644 --- a/tools/erftool.cpp +++ b/tools/erftool.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free 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 ec5bad50..a9f9dc01 100644 --- a/tools/gfftool.cpp +++ b/tools/gfftool.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free 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 9b85094e..301cf493 100644 --- a/tools/keytool.cpp +++ b/tools/keytool.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free 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 25e0416f..1a96f8c1 100644 --- a/tools/main.cpp +++ b/tools/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free 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 41bf3f52..314a7f20 100644 --- a/tools/program.cpp +++ b/tools/program.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free 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 9d881fdb..81c6295d 100644 --- a/tools/program.h +++ b/tools/program.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free 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 fcc41bd6..42b99384 100644 --- a/tools/rimtool.cpp +++ b/tools/rimtool.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free 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 d1c91508..7631f62d 100644 --- a/tools/tlktool.cpp +++ b/tools/tlktool.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free 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 4e79e913..16ba5dad 100644 --- a/tools/tools.cpp +++ b/tools/tools.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free 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 7e35fa53..b4805d46 100644 --- a/tools/tools.h +++ b/tools/tools.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Vsevolod Kremianskii + * Copyright (c) 2020 The reone project contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by