diff --git a/.travis.yml b/.travis.yml index a0a097e5..ea150fe1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -# Copyright © 2020 Vsevolod Kremianskii +# Copyright (c) 2020 Vsevolod Kremianskii # This program is free 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 b38ed3c6..231902a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright © 2020 Vsevolod Kremianskii +# Copyright (c) 2020 Vsevolod Kremianskii # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/cmake/FindMAD.cmake b/cmake/FindMAD.cmake index 35930448..3437f355 100644 --- a/cmake/FindMAD.cmake +++ b/cmake/FindMAD.cmake @@ -1,4 +1,4 @@ -# Copyright © 2020 Vsevolod Kremianskii +# Copyright (c) 2020 Vsevolod Kremianskii # This program is free software: 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 cc2e0ab6..9eedce2e 100644 --- a/src/audio/files.cpp +++ b/src/audio/files.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 79700bfe..23d2056c 100644 --- a/src/audio/files.h +++ b/src/audio/files.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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/mp3file.cpp b/src/audio/mp3file.cpp index 22e6dbf2..8b225f03 100644 --- a/src/audio/mp3file.cpp +++ b/src/audio/mp3file.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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/mp3file.h b/src/audio/mp3file.h index 7cced972..e50facb4 100644 --- a/src/audio/mp3file.h +++ b/src/audio/mp3file.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 1ad0d8a0..ffcd8ed8 100644 --- a/src/audio/player.cpp +++ b/src/audio/player.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 78aeaa74..65bb457e 100644 --- a/src/audio/player.h +++ b/src/audio/player.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 d69b7234..925a429a 100644 --- a/src/audio/soundinstance.cpp +++ b/src/audio/soundinstance.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 e0f638c8..37216881 100644 --- a/src/audio/soundinstance.h +++ b/src/audio/soundinstance.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 5347e119..5eebde31 100644 --- a/src/audio/stream.cpp +++ b/src/audio/stream.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 b0adfa99..59649c47 100644 --- a/src/audio/stream.h +++ b/src/audio/stream.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 c52b6282..961d70ee 100644 --- a/src/audio/types.h +++ b/src/audio/types.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 1a8559e9..6bf4f1a1 100644 --- a/src/audio/util.cpp +++ b/src/audio/util.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 35ee6b3c..cd41dc59 100644 --- a/src/audio/util.h +++ b/src/audio/util.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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/wavfile.cpp b/src/audio/wavfile.cpp index 9b953e8e..21e71221 100644 --- a/src/audio/wavfile.cpp +++ b/src/audio/wavfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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/wavfile.h b/src/audio/wavfile.h index 6012b21f..49dd9499 100644 --- a/src/audio/wavfile.h +++ b/src/audio/wavfile.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 01db7156..c80f415d 100644 --- a/src/game/action/action.cpp +++ b/src/game/action/action.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 80716647..dfb4cca0 100644 --- a/src/game/action/action.h +++ b/src/game/action/action.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 8922ff1d..1f6e4d11 100644 --- a/src/game/action/commandaction.cpp +++ b/src/game/action/commandaction.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 005ceb2a..4a1b6833 100644 --- a/src/game/action/commandaction.h +++ b/src/game/action/commandaction.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 7e48984e..201aaaba 100644 --- a/src/game/action/follow.cpp +++ b/src/game/action/follow.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 1a218e66..b51e9d98 100644 --- a/src/game/action/follow.h +++ b/src/game/action/follow.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 92cfc77f..9046b110 100644 --- a/src/game/action/movetoobject.cpp +++ b/src/game/action/movetoobject.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 48481d67..b0e5608f 100644 --- a/src/game/action/movetoobject.h +++ b/src/game/action/movetoobject.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 d5a49f17..27907fb8 100644 --- a/src/game/action/movetopoint.cpp +++ b/src/game/action/movetopoint.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 cd174110..93f9ee1d 100644 --- a/src/game/action/movetopoint.h +++ b/src/game/action/movetopoint.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 beb4a8f5..fef15f74 100644 --- a/src/game/action/objectaction.cpp +++ b/src/game/action/objectaction.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 afcb79a2..2e759519 100644 --- a/src/game/action/objectaction.h +++ b/src/game/action/objectaction.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 29a7b44e..a26b254e 100644 --- a/src/game/action/startconversation.cpp +++ b/src/game/action/startconversation.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 e7a0a414..eaffd5af 100644 --- a/src/game/action/startconversation.h +++ b/src/game/action/startconversation.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 16ca7ef8..65441796 100644 --- a/src/game/actionexecutor.cpp +++ b/src/game/actionexecutor.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 f6e791a9..cdb1e115 100644 --- a/src/game/actionexecutor.h +++ b/src/game/actionexecutor.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 45c16a30..51b0f479 100644 --- a/src/game/actionqueue.cpp +++ b/src/game/actionqueue.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 20c7d71f..5abe7658 100644 --- a/src/game/actionqueue.h +++ b/src/game/actionqueue.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 3bd036f1..4eb933ba 100644 --- a/src/game/blueprint/blueprints.cpp +++ b/src/game/blueprint/blueprints.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 823ac3c4..9d9a4961 100644 --- a/src/game/blueprint/blueprints.h +++ b/src/game/blueprint/blueprints.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 824a187c..0b222709 100644 --- a/src/game/blueprint/creature.cpp +++ b/src/game/blueprint/creature.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 a636d153..5bee8b3f 100644 --- a/src/game/blueprint/creature.h +++ b/src/game/blueprint/creature.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 11574556..1f6e25da 100644 --- a/src/game/blueprint/door.cpp +++ b/src/game/blueprint/door.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 1247515a..3aaa1820 100644 --- a/src/game/blueprint/door.h +++ b/src/game/blueprint/door.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 fc2736b9..cc5c613a 100644 --- a/src/game/blueprint/item.cpp +++ b/src/game/blueprint/item.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 0a3a6c74..5319b895 100644 --- a/src/game/blueprint/item.h +++ b/src/game/blueprint/item.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 31a171c9..47217881 100644 --- a/src/game/blueprint/placeable.cpp +++ b/src/game/blueprint/placeable.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 a2b3be44..1647e82b 100644 --- a/src/game/blueprint/placeable.h +++ b/src/game/blueprint/placeable.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 4c81d36a..8f435c45 100644 --- a/src/game/blueprint/trigger.cpp +++ b/src/game/blueprint/trigger.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 466ee3fc..a6de144d 100644 --- a/src/game/blueprint/trigger.h +++ b/src/game/blueprint/trigger.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 1ee4e7f7..11cbac99 100644 --- a/src/game/blueprint/waypoint.cpp +++ b/src/game/blueprint/waypoint.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 62dd5e33..29ea760e 100644 --- a/src/game/blueprint/waypoint.h +++ b/src/game/blueprint/waypoint.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 1d142e99..afc92aed 100644 --- a/src/game/camera/animatedcamera.cpp +++ b/src/game/camera/animatedcamera.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 84421836..b7afb500 100644 --- a/src/game/camera/animatedcamera.h +++ b/src/game/camera/animatedcamera.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 30b9637b..b6e3d699 100644 --- a/src/game/camera/camera.cpp +++ b/src/game/camera/camera.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 ab5ac68d..8a821046 100644 --- a/src/game/camera/camera.h +++ b/src/game/camera/camera.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 877641f3..ff4b83bc 100644 --- a/src/game/camera/dialogcamera.cpp +++ b/src/game/camera/dialogcamera.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 2dbcd24b..8b846297 100644 --- a/src/game/camera/dialogcamera.h +++ b/src/game/camera/dialogcamera.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 3858bd0d..9f9a86e9 100644 --- a/src/game/camera/firstperson.cpp +++ b/src/game/camera/firstperson.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 0b8c37e8..07e54b68 100644 --- a/src/game/camera/firstperson.h +++ b/src/game/camera/firstperson.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 b03791e1..582cf6ce 100644 --- a/src/game/camera/thirdperson.cpp +++ b/src/game/camera/thirdperson.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 aa6f315a..0e0b9a2e 100644 --- a/src/game/camera/thirdperson.h +++ b/src/game/camera/thirdperson.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 a4af0df2..45074d50 100644 --- a/src/game/camera/types.h +++ b/src/game/camera/types.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 4df21ede..33465e9b 100644 --- a/src/game/characters.cpp +++ b/src/game/characters.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 3e91bcea..dcc4adeb 100644 --- a/src/game/characters.h +++ b/src/game/characters.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 0a81d59f..dce9f4e0 100644 --- a/src/game/collisiondetect.cpp +++ b/src/game/collisiondetect.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 40e9e39a..42f231c7 100644 --- a/src/game/collisiondetect.h +++ b/src/game/collisiondetect.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 f1c25a56..97b8a442 100644 --- a/src/game/console.cpp +++ b/src/game/console.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 242517a8..41e5ec9d 100644 --- a/src/game/console.h +++ b/src/game/console.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 e27f1ac3..922e6a41 100644 --- a/src/game/game.cpp +++ b/src/game/game.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 aaf720bb..b879074a 100644 --- a/src/game/game.h +++ b/src/game/game.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 eb0620b5..806e981e 100644 --- a/src/game/gui/chargen/chargen.cpp +++ b/src/game/gui/chargen/chargen.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 b3f867a3..652fcb59 100644 --- a/src/game/gui/chargen/chargen.h +++ b/src/game/gui/chargen/chargen.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 c161d20f..724eba7f 100644 --- a/src/game/gui/chargen/classselect.cpp +++ b/src/game/gui/chargen/classselect.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 848a432c..bb93624c 100644 --- a/src/game/gui/chargen/classselect.h +++ b/src/game/gui/chargen/classselect.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 4ea346a0..6c011cfe 100644 --- a/src/game/gui/chargen/nameentry.cpp +++ b/src/game/gui/chargen/nameentry.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 36bd7ed7..73db3343 100644 --- a/src/game/gui/chargen/nameentry.h +++ b/src/game/gui/chargen/nameentry.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 66d146a6..4b004dcc 100644 --- a/src/game/gui/chargen/portraitselect.cpp +++ b/src/game/gui/chargen/portraitselect.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 42ded4cb..da37a912 100644 --- a/src/game/gui/chargen/portraitselect.h +++ b/src/game/gui/chargen/portraitselect.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 dc7cb0a5..9f69aacc 100644 --- a/src/game/gui/chargen/quick.cpp +++ b/src/game/gui/chargen/quick.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 0dae866b..414bfd41 100644 --- a/src/game/gui/chargen/quick.h +++ b/src/game/gui/chargen/quick.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 dc732e1f..af6fa428 100644 --- a/src/game/gui/chargen/quickorcustom.cpp +++ b/src/game/gui/chargen/quickorcustom.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 1e6b4c1e..fbb83969 100644 --- a/src/game/gui/chargen/quickorcustom.h +++ b/src/game/gui/chargen/quickorcustom.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 5f741355..4401f5f3 100644 --- a/src/game/gui/colors.cpp +++ b/src/game/gui/colors.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 79800887..f6e952c8 100644 --- a/src/game/gui/colors.h +++ b/src/game/gui/colors.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 7419b353..4420d794 100644 --- a/src/game/gui/container.cpp +++ b/src/game/gui/container.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 c1f58ff0..70f8c752 100644 --- a/src/game/gui/container.h +++ b/src/game/gui/container.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 fd96b0d4..a43a3168 100644 --- a/src/game/gui/debugoverlay.cpp +++ b/src/game/gui/debugoverlay.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 a4f04b51..af163e5e 100644 --- a/src/game/gui/debugoverlay.h +++ b/src/game/gui/debugoverlay.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 d7e5693a..06dd2e81 100644 --- a/src/game/gui/dialog.cpp +++ b/src/game/gui/dialog.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 4c4bbaed..eaa36735 100644 --- a/src/game/gui/dialog.h +++ b/src/game/gui/dialog.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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/equip.cpp b/src/game/gui/equip.cpp index 5cd699b3..3946fbc6 100644 --- a/src/game/gui/equip.cpp +++ b/src/game/gui/equip.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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/equip.h b/src/game/gui/equip.h index c9451332..0de2bc39 100644 --- a/src/game/gui/equip.h +++ b/src/game/gui/equip.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 6aec815b..ce08f494 100644 --- a/src/game/gui/hud.cpp +++ b/src/game/gui/hud.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 bddd2038..611a35b6 100644 --- a/src/game/gui/hud.h +++ b/src/game/gui/hud.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 d4394607..dcfb8b45 100644 --- a/src/game/gui/loadscreen.cpp +++ b/src/game/gui/loadscreen.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 5fc2a3de..ad931851 100644 --- a/src/game/gui/loadscreen.h +++ b/src/game/gui/loadscreen.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 78e00e3d..0a9059c3 100644 --- a/src/game/gui/mainmenu.cpp +++ b/src/game/gui/mainmenu.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 0d96993f..8ee7ed67 100644 --- a/src/game/gui/mainmenu.h +++ b/src/game/gui/mainmenu.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 8286fb68..00c91d1c 100644 --- a/src/game/gui/partyselect.cpp +++ b/src/game/gui/partyselect.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 d8ac96ce..dc09bbf1 100644 --- a/src/game/gui/partyselect.h +++ b/src/game/gui/partyselect.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 0e8c7b69..d8752824 100644 --- a/src/game/gui/selectoverlay.cpp +++ b/src/game/gui/selectoverlay.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 fe6530e3..cea04a6f 100644 --- a/src/game/gui/selectoverlay.h +++ b/src/game/gui/selectoverlay.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 f8ec3336..4995a19c 100644 --- a/src/game/object/area.cpp +++ b/src/game/object/area.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 54fd8617..b82f2315 100644 --- a/src/game/object/area.h +++ b/src/game/object/area.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 86eb38b5..7f1b67a9 100644 --- a/src/game/object/creature.cpp +++ b/src/game/object/creature.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 0c8f1a11..db1d9a27 100644 --- a/src/game/object/creature.h +++ b/src/game/object/creature.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 d230a3de..7d54f951 100644 --- a/src/game/object/door.cpp +++ b/src/game/object/door.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 c0e12393..0f2b2b15 100644 --- a/src/game/object/door.h +++ b/src/game/object/door.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 b9472fb0..54be6406 100644 --- a/src/game/object/item.cpp +++ b/src/game/object/item.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 d3b3c6f3..44da9456 100644 --- a/src/game/object/item.h +++ b/src/game/object/item.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 340c7732..724ceb65 100644 --- a/src/game/object/module.cpp +++ b/src/game/object/module.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 c26b5b97..85ff1e42 100644 --- a/src/game/object/module.h +++ b/src/game/object/module.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 a1461b59..080bf687 100644 --- a/src/game/object/object.cpp +++ b/src/game/object/object.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 08a09f5f..d161ef9b 100644 --- a/src/game/object/object.h +++ b/src/game/object/object.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 38c4a53d..a68d2206 100644 --- a/src/game/object/objectfactory.cpp +++ b/src/game/object/objectfactory.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 d0fea1ab..22e07fc2 100644 --- a/src/game/object/objectfactory.h +++ b/src/game/object/objectfactory.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 cc4f0797..4e9cb20d 100644 --- a/src/game/object/placeable.cpp +++ b/src/game/object/placeable.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 cfe60def..6fdfc0b6 100644 --- a/src/game/object/placeable.h +++ b/src/game/object/placeable.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 1654ba3a..580d0fdf 100644 --- a/src/game/object/spatial.cpp +++ b/src/game/object/spatial.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 e5aada08..94d71b2f 100644 --- a/src/game/object/spatial.h +++ b/src/game/object/spatial.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 43009d26..db7cb63a 100644 --- a/src/game/object/trigger.cpp +++ b/src/game/object/trigger.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 9c3579fd..a47d7e82 100644 --- a/src/game/object/trigger.h +++ b/src/game/object/trigger.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 46921821..1e81b24a 100644 --- a/src/game/object/types.h +++ b/src/game/object/types.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 fd60e929..faa5d025 100644 --- a/src/game/object/waypoint.cpp +++ b/src/game/object/waypoint.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 21f5f1b8..c5d3aaac 100644 --- a/src/game/object/waypoint.h +++ b/src/game/object/waypoint.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 f74c9090..d933ad0d 100644 --- a/src/game/objectselect.cpp +++ b/src/game/objectselect.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 5dc0b5b4..764246ef 100644 --- a/src/game/objectselect.h +++ b/src/game/objectselect.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 180b942a..f12a86b9 100644 --- a/src/game/party.cpp +++ b/src/game/party.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 5a8cc8e3..21803d76 100644 --- a/src/game/party.h +++ b/src/game/party.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 63e7067d..dcba12b9 100644 --- a/src/game/pathfinder.cpp +++ b/src/game/pathfinder.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 2df071d6..cd4bca7d 100644 --- a/src/game/pathfinder.h +++ b/src/game/pathfinder.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 c8397154..a0ecaa3c 100644 --- a/src/game/player.cpp +++ b/src/game/player.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 ff403f57..fb9aab4a 100644 --- a/src/game/player.h +++ b/src/game/player.h @@ -1,5 +1,5 @@ /* -* Copyright © 2020 Vsevolod Kremianskii +* Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 23cc3069..bf82ae6f 100644 --- a/src/game/portraits.cpp +++ b/src/game/portraits.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 2d64b47e..63aefbe0 100644 --- a/src/game/portraits.h +++ b/src/game/portraits.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 73fa3e0d..2bf5dd2c 100644 --- a/src/game/room.cpp +++ b/src/game/room.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 c5084a26..98f6fe04 100644 --- a/src/game/room.h +++ b/src/game/room.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 dbdbd202..34aaa43b 100644 --- a/src/game/rp/types.h +++ b/src/game/rp/types.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 3d504e5b..c1982ec3 100644 --- a/src/game/script/routines.cpp +++ b/src/game/script/routines.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 00bb2d5b..40eedb84 100644 --- a/src/game/script/routines.h +++ b/src/game/script/routines.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 fc9e1ae3..74e8b0f3 100644 --- a/src/game/script/routines_common.cpp +++ b/src/game/script/routines_common.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 21aac84e..f307668a 100644 --- a/src/game/script/routines_kotor.cpp +++ b/src/game/script/routines_kotor.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 3bd8fac4..637f5d52 100644 --- a/src/game/script/routines_tsl.cpp +++ b/src/game/script/routines_tsl.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 45ad7a77..06106af2 100644 --- a/src/game/script/util.cpp +++ b/src/game/script/util.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 8e92e4bf..47df9516 100644 --- a/src/game/script/util.h +++ b/src/game/script/util.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you 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 9d9f37e9..25a43b59 100644 --- a/src/game/types.h +++ b/src/game/types.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 1ac050d2..100f44f0 100644 --- a/src/gui/control/button.cpp +++ b/src/gui/control/button.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 5f5593b3..45547320 100644 --- a/src/gui/control/button.h +++ b/src/gui/control/button.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 f880141d..ed3cdd56 100644 --- a/src/gui/control/control.cpp +++ b/src/gui/control/control.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 76a8a039..e7978192 100644 --- a/src/gui/control/control.h +++ b/src/gui/control/control.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 5ff284de..a7c4ab7d 100644 --- a/src/gui/control/imagebutton.cpp +++ b/src/gui/control/imagebutton.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 deda573d..9cfb156c 100644 --- a/src/gui/control/imagebutton.h +++ b/src/gui/control/imagebutton.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 d3c81d16..1d6baa57 100644 --- a/src/gui/control/label.cpp +++ b/src/gui/control/label.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 73dc9a42..b4ede49e 100644 --- a/src/gui/control/label.h +++ b/src/gui/control/label.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 d2297dbb..ac9bec22 100644 --- a/src/gui/control/listbox.cpp +++ b/src/gui/control/listbox.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 22eec9dd..ee0944fd 100644 --- a/src/gui/control/listbox.h +++ b/src/gui/control/listbox.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 c426d989..3ec687d0 100644 --- a/src/gui/control/panel.cpp +++ b/src/gui/control/panel.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 14b8f33d..d51eff77 100644 --- a/src/gui/control/panel.h +++ b/src/gui/control/panel.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 d173ab01..b4347902 100644 --- a/src/gui/control/scrollbar.cpp +++ b/src/gui/control/scrollbar.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 3e6412d4..639a4bfa 100644 --- a/src/gui/control/scrollbar.h +++ b/src/gui/control/scrollbar.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 0b89a0ba..3a3f119a 100644 --- a/src/gui/control/togglebutton.cpp +++ b/src/gui/control/togglebutton.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 8bad975f..55e47ff1 100644 --- a/src/gui/control/togglebutton.h +++ b/src/gui/control/togglebutton.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 e673014b..f0a46cd7 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 8bf87581..cb6d6f22 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 164f6d0e..5b2a9c3f 100644 --- a/src/gui/scenebuilder.cpp +++ b/src/gui/scenebuilder.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 6e02e3c1..8745e4e5 100644 --- a/src/gui/scenebuilder.h +++ b/src/gui/scenebuilder.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 88b1d0d3..564eff16 100644 --- a/src/gui/textinput.cpp +++ b/src/gui/textinput.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 0a396c29..8275a5f9 100644 --- a/src/gui/textinput.h +++ b/src/gui/textinput.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 86529bc1..678d6819 100644 --- a/src/gui/types.h +++ b/src/gui/types.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 65d90797..fb5580a0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 fc252f81..3982a5a2 100644 --- a/src/mp/command.cpp +++ b/src/mp/command.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 dd9cca15..fef16b84 100644 --- a/src/mp/command.h +++ b/src/mp/command.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 02dd462e..1dd6134d 100644 --- a/src/mp/game.cpp +++ b/src/mp/game.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 21810409..8382c11a 100644 --- a/src/mp/game.h +++ b/src/mp/game.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 35fae197..8265978d 100644 --- a/src/mp/types.h +++ b/src/mp/types.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 6b6578fc..1ce47480 100644 --- a/src/mp/util.cpp +++ b/src/mp/util.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 be695e78..2b574aee 100644 --- a/src/mp/util.h +++ b/src/mp/util.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 8a3ad959..bf983ca6 100644 --- a/src/net/client.cpp +++ b/src/net/client.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 a9a97426..b59472d7 100644 --- a/src/net/client.h +++ b/src/net/client.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 2f85e268..6e3c992c 100644 --- a/src/net/command.cpp +++ b/src/net/command.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 377043ff..fe4c6d8c 100644 --- a/src/net/command.h +++ b/src/net/command.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 4097a76a..d569c4f6 100644 --- a/src/net/connection.cpp +++ b/src/net/connection.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 00639714..64bbdca5 100644 --- a/src/net/connection.h +++ b/src/net/connection.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 fe8169c2..8a1b8fc1 100644 --- a/src/net/server.cpp +++ b/src/net/server.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 037214be..75f1d342 100644 --- a/src/net/server.h +++ b/src/net/server.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 42a17ae9..72272ae9 100644 --- a/src/net/types.h +++ b/src/net/types.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 05f9bc78..827a2bf6 100644 --- a/src/program.cpp +++ b/src/program.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 d75ec75a..7cb08fe4 100644 --- a/src/program.h +++ b/src/program.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 383276ca..1d55eb5b 100644 --- a/src/render/aabb.cpp +++ b/src/render/aabb.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 99dd47ef..6cd7198d 100644 --- a/src/render/aabb.h +++ b/src/render/aabb.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/bwmfile.cpp b/src/render/bwmfile.cpp index 8b5b9b1f..defa71df 100644 --- a/src/render/bwmfile.cpp +++ b/src/render/bwmfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/bwmfile.h b/src/render/bwmfile.h index c6e109e5..c68fee11 100644 --- a/src/render/bwmfile.h +++ b/src/render/bwmfile.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 38c64eea..b96b0fb0 100644 --- a/src/render/font.cpp +++ b/src/render/font.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 f94594dd..994ee505 100644 --- a/src/render/font.h +++ b/src/render/font.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 239cb5e2..79857821 100644 --- a/src/render/fonts.cpp +++ b/src/render/fonts.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 7d951e69..214e77b9 100644 --- a/src/render/fonts.h +++ b/src/render/fonts.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 14d8ada4..fe917863 100644 --- a/src/render/fps.cpp +++ b/src/render/fps.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 040ee007..0fdd0123 100644 --- a/src/render/fps.h +++ b/src/render/fps.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 05162781..bca0eb1a 100644 --- a/src/render/framebuffer.cpp +++ b/src/render/framebuffer.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 67ea0817..3dee6517 100644 --- a/src/render/framebuffer.h +++ b/src/render/framebuffer.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/image/curfile.cpp b/src/render/image/curfile.cpp index a2b00e44..b20bdaa6 100644 --- a/src/render/image/curfile.cpp +++ b/src/render/image/curfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/image/curfile.h b/src/render/image/curfile.h index b644f1da..6c9ba17b 100644 --- a/src/render/image/curfile.h +++ b/src/render/image/curfile.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/image/tgafile.cpp b/src/render/image/tgafile.cpp index 416b3a73..31e147d6 100644 --- a/src/render/image/tgafile.cpp +++ b/src/render/image/tgafile.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/image/tgafile.h b/src/render/image/tgafile.h index 026c173a..33cff652 100644 --- a/src/render/image/tgafile.h +++ b/src/render/image/tgafile.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/image/tpcfile.cpp b/src/render/image/tpcfile.cpp index 0e49579e..73c988c9 100644 --- a/src/render/image/tpcfile.cpp +++ b/src/render/image/tpcfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/image/tpcfile.h b/src/render/image/tpcfile.h index 1126db23..db442f65 100644 --- a/src/render/image/tpcfile.h +++ b/src/render/image/tpcfile.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/image/txifile.cpp b/src/render/image/txifile.cpp index 7102d227..ba0ecd01 100644 --- a/src/render/image/txifile.cpp +++ b/src/render/image/txifile.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/render/image/txifile.h b/src/render/image/txifile.h index 8e414ac5..b43d4c19 100644 --- a/src/render/image/txifile.h +++ b/src/render/image/txifile.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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/mdlfile.cpp b/src/render/mdlfile.cpp index 48b98faf..71e76c9d 100644 --- a/src/render/mdlfile.cpp +++ b/src/render/mdlfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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/mdlfile.h b/src/render/mdlfile.h index 0821067d..e8e6420b 100644 --- a/src/render/mdlfile.h +++ b/src/render/mdlfile.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 e04bbc28..35df8867 100644 --- a/src/render/mesh/aabb.cpp +++ b/src/render/mesh/aabb.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 ba5b365e..73974c2f 100644 --- a/src/render/mesh/aabb.h +++ b/src/render/mesh/aabb.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 63e8e960..4024ec6d 100644 --- a/src/render/mesh/cube.cpp +++ b/src/render/mesh/cube.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 3a8d575c..5f20135a 100644 --- a/src/render/mesh/cube.h +++ b/src/render/mesh/cube.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 175bad0d..019f62e4 100644 --- a/src/render/mesh/mesh.cpp +++ b/src/render/mesh/mesh.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 da0f7bfb..16dc2e57 100644 --- a/src/render/mesh/mesh.h +++ b/src/render/mesh/mesh.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 1326deb5..82b42810 100644 --- a/src/render/mesh/modelmesh.cpp +++ b/src/render/mesh/modelmesh.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 131bfda9..e231a9de 100644 --- a/src/render/mesh/modelmesh.h +++ b/src/render/mesh/modelmesh.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 cd83efcb..e89f37c2 100644 --- a/src/render/mesh/quad.cpp +++ b/src/render/mesh/quad.cpp @@ -1,6 +1,6 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 88912f21..8da1ba5a 100644 --- a/src/render/mesh/quad.h +++ b/src/render/mesh/quad.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 c66ad4bc..771a4b88 100644 --- a/src/render/model/animation.cpp +++ b/src/render/model/animation.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 3b0a7c14..d83229c7 100644 --- a/src/render/model/animation.h +++ b/src/render/model/animation.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 7c4ebfd9..4fb1518d 100644 --- a/src/render/model/model.cpp +++ b/src/render/model/model.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 15b6153d..89de1985 100644 --- a/src/render/model/model.h +++ b/src/render/model/model.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 0e50eb62..35d1c7c5 100644 --- a/src/render/model/modelnode.cpp +++ b/src/render/model/modelnode.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 79cbf27a..b881ff2b 100644 --- a/src/render/model/modelnode.h +++ b/src/render/model/modelnode.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 880c35f9..0c61c483 100644 --- a/src/render/models.cpp +++ b/src/render/models.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 2aee92b5..fbb000ff 100644 --- a/src/render/models.h +++ b/src/render/models.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 54c7af27..8bb389a6 100644 --- a/src/render/pipeline/control.cpp +++ b/src/render/pipeline/control.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 a96c6434..c8b8e8a5 100644 --- a/src/render/pipeline/control.h +++ b/src/render/pipeline/control.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 60be77ac..db56d90a 100644 --- a/src/render/pipeline/world.cpp +++ b/src/render/pipeline/world.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 f425a154..14071d1e 100644 --- a/src/render/pipeline/world.h +++ b/src/render/pipeline/world.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 90656a28..c349da54 100644 --- a/src/render/shaders.cpp +++ b/src/render/shaders.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 3e4cc278..ea6be205 100644 --- a/src/render/shaders.h +++ b/src/render/shaders.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 79ed1af7..23704d06 100644 --- a/src/render/texture.cpp +++ b/src/render/texture.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 a8fbee85..843efd0e 100644 --- a/src/render/texture.h +++ b/src/render/texture.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 9cbb90ce..78cac554 100644 --- a/src/render/textures.cpp +++ b/src/render/textures.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 e304a869..cf0bd8a9 100644 --- a/src/render/textures.h +++ b/src/render/textures.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 3435473a..00aedb5f 100644 --- a/src/render/types.h +++ b/src/render/types.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 8658c873..c6274710 100644 --- a/src/render/util.cpp +++ b/src/render/util.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 32a865ab..5afab0b3 100644 --- a/src/render/util.h +++ b/src/render/util.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 2dbc1e6e..67d8fc33 100644 --- a/src/render/walkmesh.cpp +++ b/src/render/walkmesh.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 b21e52e8..e7b3de8f 100644 --- a/src/render/walkmesh.h +++ b/src/render/walkmesh.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 21ba8d8c..7a399d18 100644 --- a/src/render/walkmeshes.cpp +++ b/src/render/walkmeshes.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 eb34c435..56c9e73d 100644 --- a/src/render/walkmeshes.h +++ b/src/render/walkmeshes.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 de319e12..590d5cac 100644 --- a/src/render/window.cpp +++ b/src/render/window.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 9a59ba9c..3bdf8000 100644 --- a/src/render/window.h +++ b/src/render/window.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 25509226..02a7fb4e 100644 --- a/src/resource/2dafile.cpp +++ b/src/resource/2dafile.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 7f5231b9..054823a0 100644 --- a/src/resource/2dafile.h +++ b/src/resource/2dafile.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 cc3e88b0..8a5af8ab 100644 --- a/src/resource/biffile.cpp +++ b/src/resource/biffile.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 57b4116a..8e8ef739 100644 --- a/src/resource/biffile.h +++ b/src/resource/biffile.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 4d74e69b..49e695f8 100644 --- a/src/resource/binfile.cpp +++ b/src/resource/binfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 fa955dc5..86ef8853 100644 --- a/src/resource/binfile.h +++ b/src/resource/binfile.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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/dlgfile.cpp b/src/resource/dlgfile.cpp index 319287ba..36c87b99 100644 --- a/src/resource/dlgfile.cpp +++ b/src/resource/dlgfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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/dlgfile.h b/src/resource/dlgfile.h index c6c2d5c8..7d2e8207 100644 --- a/src/resource/dlgfile.h +++ b/src/resource/dlgfile.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 a1ab5410..14eed431 100644 --- a/src/resource/erffile.cpp +++ b/src/resource/erffile.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 c000090b..efd5cb44 100644 --- a/src/resource/erffile.h +++ b/src/resource/erffile.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 3979ef50..c523f698 100644 --- a/src/resource/folder.cpp +++ b/src/resource/folder.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 6565fcf4..7338844a 100644 --- a/src/resource/folder.h +++ b/src/resource/folder.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 2bc23f7b..1aeb12f7 100644 --- a/src/resource/gfffile.cpp +++ b/src/resource/gfffile.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 d62da606..b8c62417 100644 --- a/src/resource/gfffile.h +++ b/src/resource/gfffile.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 ceef2031..f632edd3 100644 --- a/src/resource/keyfile.cpp +++ b/src/resource/keyfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -120,4 +120,4 @@ const vector &KeyFile::keys() const { } // namespace resource -} // namespace reone \ No newline at end of file +} // namespace reone diff --git a/src/resource/keyfile.h b/src/resource/keyfile.h index 96626480..1e84956a 100644 --- a/src/resource/keyfile.h +++ b/src/resource/keyfile.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 e87665db..dd59db63 100644 --- a/src/resource/lytfile.cpp +++ b/src/resource/lytfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 cea82345..d4bbe76c 100644 --- a/src/resource/lytfile.h +++ b/src/resource/lytfile.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 f224399d..449ac865 100644 --- a/src/resource/pefile.cpp +++ b/src/resource/pefile.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 7a17130a..3c118758 100644 --- a/src/resource/pefile.h +++ b/src/resource/pefile.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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/pthfile.cpp b/src/resource/pthfile.cpp index 7e2608ad..6fbc7648 100644 --- a/src/resource/pthfile.cpp +++ b/src/resource/pthfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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/pthfile.h b/src/resource/pthfile.h index 4ef695a0..0b2ad6eb 100644 --- a/src/resource/pthfile.h +++ b/src/resource/pthfile.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 13c18fec..f5e5ef15 100644 --- a/src/resource/resources.cpp +++ b/src/resource/resources.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 05f6dc43..c1d59c43 100644 --- a/src/resource/resources.h +++ b/src/resource/resources.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 850b5a33..20072ed6 100644 --- a/src/resource/rimfile.cpp +++ b/src/resource/rimfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 46d214b7..35c5c61a 100644 --- a/src/resource/rimfile.h +++ b/src/resource/rimfile.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 75bf1fc2..78230ba9 100644 --- a/src/resource/tlkfile.cpp +++ b/src/resource/tlkfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 ab5ae7de..c230104d 100644 --- a/src/resource/tlkfile.h +++ b/src/resource/tlkfile.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 c50a17b7..24ef1cf0 100644 --- a/src/resource/types.h +++ b/src/resource/types.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 7c83d3e4..af5bbda0 100644 --- a/src/resource/util.cpp +++ b/src/resource/util.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -114,4 +114,4 @@ ResourceType getResTypeByExt(const string &ext) { } // namespace resource -} // namespace reone \ No newline at end of file +} // namespace reone diff --git a/src/resource/util.h b/src/resource/util.h index 8dd1ff25..e4b55903 100644 --- a/src/resource/util.h +++ b/src/resource/util.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 f1a7e45d..acacbb29 100644 --- a/src/resource/visfile.cpp +++ b/src/resource/visfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 30034070..140a5467 100644 --- a/src/resource/visfile.h +++ b/src/resource/visfile.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 28ed2d17..9d7d22fb 100644 --- a/src/scene/aabbnode.cpp +++ b/src/scene/aabbnode.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 5158f32d..89550a1e 100644 --- a/src/scene/aabbnode.h +++ b/src/scene/aabbnode.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 b517fcff..4ee926bd 100644 --- a/src/scene/cameranode.cpp +++ b/src/scene/cameranode.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 5646768b..903284c3 100644 --- a/src/scene/cameranode.h +++ b/src/scene/cameranode.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 68472b81..f13449a2 100644 --- a/src/scene/cubenode.cpp +++ b/src/scene/cubenode.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 1dc61c43..068b5d3b 100644 --- a/src/scene/cubenode.h +++ b/src/scene/cubenode.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 773537b0..d7ccfc22 100644 --- a/src/scene/lightnode.cpp +++ b/src/scene/lightnode.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 a9db08e1..a0163b79 100644 --- a/src/scene/lightnode.h +++ b/src/scene/lightnode.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 3a03900e..879684c8 100644 --- a/src/scene/modelnodescenenode.cpp +++ b/src/scene/modelnodescenenode.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 4adbf013..974dd8b2 100644 --- a/src/scene/modelnodescenenode.h +++ b/src/scene/modelnodescenenode.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 a338b2bd..9f25f13c 100644 --- a/src/scene/modelscenenode.cpp +++ b/src/scene/modelscenenode.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 5f3fb9c1..f9a2f0b8 100644 --- a/src/scene/modelscenenode.h +++ b/src/scene/modelscenenode.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 e401bc9b..97cb8738 100644 --- a/src/scene/scenegraph.cpp +++ b/src/scene/scenegraph.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 2d13d5a9..75b42654 100644 --- a/src/scene/scenegraph.h +++ b/src/scene/scenegraph.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 e0b0c2d9..34aa7fb5 100644 --- a/src/scene/scenenode.cpp +++ b/src/scene/scenenode.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 48b1f25c..5df426c4 100644 --- a/src/scene/scenenode.h +++ b/src/scene/scenenode.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 e345db9b..e620f173 100644 --- a/src/scene/scenenodeanimator.cpp +++ b/src/scene/scenenodeanimator.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 59344196..795b572e 100644 --- a/src/scene/scenenodeanimator.h +++ b/src/scene/scenenodeanimator.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 d736acb6..a07a08ce 100644 --- a/src/script/execution.cpp +++ b/src/script/execution.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 15388be9..94ce2d8f 100644 --- a/src/script/execution.h +++ b/src/script/execution.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 93691f81..bd155552 100644 --- a/src/script/ncsfile.cpp +++ b/src/script/ncsfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 d395ca66..bad4b48a 100644 --- a/src/script/ncsfile.h +++ b/src/script/ncsfile.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 d09d1312..5dbf19d7 100644 --- a/src/script/program.cpp +++ b/src/script/program.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 3f1d3f4a..1c61ab51 100644 --- a/src/script/program.h +++ b/src/script/program.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 020da983..7052f54f 100644 --- a/src/script/routine.cpp +++ b/src/script/routine.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 811ec127..4356a5e6 100644 --- a/src/script/routine.h +++ b/src/script/routine.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 85b47184..a56db9c2 100644 --- a/src/script/scripts.cpp +++ b/src/script/scripts.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 e32c8c81..38bfc20a 100644 --- a/src/script/scripts.h +++ b/src/script/scripts.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 dbea9f6b..67d42064 100644 --- a/src/script/types.h +++ b/src/script/types.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 b1367f49..9f53f80d 100644 --- a/src/script/util.cpp +++ b/src/script/util.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 cefddd3d..1308703a 100644 --- a/src/script/util.h +++ b/src/script/util.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 9e434319..89da647b 100644 --- a/src/script/variable.cpp +++ b/src/script/variable.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 b9c65a07..38f5a3de 100644 --- a/src/script/variable.h +++ b/src/script/variable.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/system/jobs.cpp b/src/system/jobs.cpp index 632fcfb5..d47b65bb 100644 --- a/src/system/jobs.cpp +++ b/src/system/jobs.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/system/jobs.h b/src/system/jobs.h index 28e1d114..7d88b13c 100644 --- a/src/system/jobs.h +++ b/src/system/jobs.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/system/log.cpp b/src/system/log.cpp index 16695fe6..d8dabd10 100644 --- a/src/system/log.cpp +++ b/src/system/log.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/system/log.h b/src/system/log.h index a9b05856..d6bf2ce0 100644 --- a/src/system/log.h +++ b/src/system/log.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/system/pathutil.cpp b/src/system/pathutil.cpp index 720195f9..cb02c6f1 100644 --- a/src/system/pathutil.cpp +++ b/src/system/pathutil.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/system/pathutil.h b/src/system/pathutil.h index 721fb874..b9fc1b52 100644 --- a/src/system/pathutil.h +++ b/src/system/pathutil.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/system/random.cpp b/src/system/random.cpp index c6c3689b..5f428945 100644 --- a/src/system/random.cpp +++ b/src/system/random.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/system/random.h b/src/system/random.h index 42b2e6a1..e3d1a4d3 100644 --- a/src/system/random.h +++ b/src/system/random.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/system/streamutil.cpp b/src/system/streamutil.cpp index 0e2e5dff..f10b1c0b 100644 --- a/src/system/streamutil.cpp +++ b/src/system/streamutil.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/system/streamutil.h b/src/system/streamutil.h index 097308ae..49b11364 100644 --- a/src/system/streamutil.h +++ b/src/system/streamutil.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/system/types.h b/src/system/types.h index bed6c041..6bf974ea 100644 --- a/src/system/types.h +++ b/src/system/types.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 221a1787..ebef1f6d 100644 --- a/src/video/bikfile.cpp +++ b/src/video/bikfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 35953ac3..cdddc220 100644 --- a/src/video/bikfile.h +++ b/src/video/bikfile.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 7f089c7e..a016b598 100644 --- a/src/video/video.cpp +++ b/src/video/video.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: 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 c7bef1f7..f7d31a90 100644 --- a/src/video/video.h +++ b/src/video/video.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free 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 9333c5d3..7fdaa309 100644 --- a/tests/actionqueue.cpp +++ b/tests/actionqueue.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free 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 73502eae..59533866 100644 --- a/tests/pathfinder.cpp +++ b/tests/pathfinder.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free 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 0e7e8962..3bee679c 100644 --- a/tests/scriptexecution.cpp +++ b/tests/scriptexecution.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free 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 0c9e75d2..9d56c1f3 100644 --- a/tools/2datool.cpp +++ b/tools/2datool.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free 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 f8bb953f..62a6c4a6 100644 --- a/tools/biftool.cpp +++ b/tools/biftool.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free 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 690b7b03..c610ed90 100644 --- a/tools/erftool.cpp +++ b/tools/erftool.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free 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 e6de42df..ec5bad50 100644 --- a/tools/gfftool.cpp +++ b/tools/gfftool.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free 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 0d8ce0fd..7a28e661 100644 --- a/tools/keytool.cpp +++ b/tools/keytool.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free 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 17887346..2fb0a081 100644 --- a/tools/main.cpp +++ b/tools/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free 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 e500b270..dd130229 100644 --- a/tools/program.cpp +++ b/tools/program.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free 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 aa34f27e..9d881fdb 100644 --- a/tools/program.h +++ b/tools/program.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free 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 991d4bde..9a4f109c 100644 --- a/tools/rimtool.cpp +++ b/tools/rimtool.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free 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 849ea833..d1c91508 100644 --- a/tools/tlktool.cpp +++ b/tools/tlktool.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free 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 455b3d5f..4e79e913 100644 --- a/tools/tools.cpp +++ b/tools/tools.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free 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 43dc8da6..7e35fa53 100644 --- a/tools/tools.h +++ b/tools/tools.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Vsevolod Kremianskii + * Copyright (c) 2020 Vsevolod Kremianskii * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by