From f93875535c26943c0b1a74f964c656912fcc81f1 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Sun, 29 Sep 2019 17:03:25 +0300 Subject: [PATCH] Update my last name --- abstract_client.cpp | 2 +- abstract_client.h | 2 +- autotests/integration/activation_test.cpp | 2 +- autotests/integration/dont_crash_reinitialize_compositor.cpp | 2 +- .../integration/effects/desktop_switching_animation_test.cpp | 2 +- autotests/integration/effects/maximize_animation_test.cpp | 2 +- autotests/integration/effects/minimize_animation_test.cpp | 2 +- .../integration/effects/popup_open_close_animation_test.cpp | 2 +- .../effects/toplevel_open_close_animation_test.cpp | 2 +- .../org.kde.kdecoration2/fakedecoration_with_shadows.cpp | 2 +- autotests/integration/scene_opengl_shadow_test.cpp | 2 +- autotests/integration/scene_qpainter_shadow_test.cpp | 2 +- autotests/integration/stacking_order_test.cpp | 2 +- autotests/integration/xdgshellclient_rules_test.cpp | 2 +- autotests/libkwineffects/timelinetest.cpp | 2 +- effects/dialogparent/package/contents/code/main.js | 2 +- effects/diminactive/diminactive.cpp | 2 +- effects/diminactive/diminactive.h | 2 +- effects/diminactive/diminactive_config.cpp | 2 +- effects/diminactive/diminactive_config.h | 2 +- effects/dimscreen/package/contents/code/main.js | 2 +- effects/dimscreen/package/metadata.desktop | 2 +- effects/fadedesktop/package/contents/code/main.js | 2 +- effects/fadingpopups/package/contents/code/main.js | 2 +- effects/fadingpopups/package/metadata.desktop | 2 +- effects/glide/glide.cpp | 2 +- effects/glide/glide.h | 2 +- effects/scale/package/contents/code/main.js | 2 +- effects/scale/package/metadata.desktop | 2 +- effects/sheet/sheet.cpp | 2 +- effects/sheet/sheet.h | 2 +- effects/showpaint/showpaint_config.cpp | 2 +- effects/showpaint/showpaint_config.h | 2 +- effects/slide/slide.cpp | 2 +- effects/slide/slide.h | 2 +- effects/slide/slide_config.cpp | 2 +- effects/slide/slide_config.h | 2 +- effects/slidingpopups/slidingpopups.cpp | 2 +- effects/slidingpopups/slidingpopups.h | 2 +- effects/snaphelper/snaphelper.cpp | 2 +- effects/snaphelper/snaphelper.h | 2 +- effects/squash/package/contents/code/main.js | 2 +- effects/squash/package/metadata.desktop | 2 +- effects/trackmouse/trackmouse.cpp | 2 +- effects/trackmouse/trackmouse.h | 2 +- idle_inhibition.cpp | 2 +- idle_inhibition.h | 2 +- input.cpp | 2 +- input.h | 2 +- internal_client.cpp | 2 +- internal_client.h | 2 +- kcmkwin/common/effectsmodel.cpp | 2 +- kcmkwin/common/effectsmodel.h | 2 +- kcmkwin/kwindesktop/animationsmodel.cpp | 2 +- kcmkwin/kwindesktop/animationsmodel.h | 2 +- kcmkwin/kwindesktop/virtualdesktops.cpp | 2 +- kcmkwin/kwindesktop/virtualdesktops.h | 2 +- kcmkwin/kwineffects/effectsfilterproxymodel.cpp | 2 +- kcmkwin/kwineffects/effectsfilterproxymodel.h | 2 +- kcmkwin/kwineffects/kcm.cpp | 4 ++-- kcmkwin/kwineffects/kcm.h | 2 +- kcmkwin/kwineffects/package/contents/ui/Effect.qml | 2 +- kcmkwin/kwineffects/package/contents/ui/main.qml | 2 +- libkwineffects/anidata.cpp | 2 +- libkwineffects/anidata_p.h | 2 +- libkwineffects/kwinanimationeffect.cpp | 2 +- libkwineffects/kwinanimationeffect.h | 2 +- libkwineffects/kwineffects.cpp | 2 +- libkwineffects/kwineffects.h | 2 +- plugins/kpackage/effect/effect.cpp | 2 +- plugins/kpackage/effect/effect.h | 2 +- plugins/kpackage/effect/kwin-packagestructure-effect.desktop | 2 +- plugins/platforms/drm/drm_pointer.h | 2 +- plugins/platforms/drm/edid.cpp | 2 +- plugins/platforms/drm/edid.h | 2 +- plugins/qpa/backingstore.cpp | 2 +- plugins/qpa/backingstore.h | 2 +- plugins/qpa/eglhelpers.cpp | 2 +- plugins/qpa/eglhelpers.h | 2 +- plugins/qpa/integration.cpp | 2 +- plugins/qpa/integration.h | 2 +- plugins/qpa/offscreensurface.cpp | 2 +- plugins/qpa/offscreensurface.h | 2 +- plugins/qpa/window.cpp | 2 +- plugins/qpa/window.h | 2 +- pointer_input.cpp | 2 +- pointer_input.h | 2 +- workspace.cpp | 2 +- workspace.h | 2 +- xdgshellclient.cpp | 2 +- xdgshellclient.h | 2 +- 91 files changed, 92 insertions(+), 92 deletions(-) diff --git a/abstract_client.cpp b/abstract_client.cpp index b89d8c9440..3d4d0f213f 100644 --- a/abstract_client.cpp +++ b/abstract_client.cpp @@ -3,7 +3,7 @@ This file is part of the KDE project. Copyright (C) 2015 Martin Gräßlin -Copyright (C) 2019 Vlad Zagorodniy +Copyright (C) 2019 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/abstract_client.h b/abstract_client.h index 2fee0b21a0..c70b9668e4 100644 --- a/abstract_client.h +++ b/abstract_client.h @@ -3,7 +3,7 @@ This file is part of the KDE project. Copyright (C) 2015 Martin Gräßlin -Copyright (C) 2019 Vlad Zagorodniy +Copyright (C) 2019 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/autotests/integration/activation_test.cpp b/autotests/integration/activation_test.cpp index d09a7d2c1d..964474cd64 100644 --- a/autotests/integration/activation_test.cpp +++ b/autotests/integration/activation_test.cpp @@ -2,7 +2,7 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2019 Vlad Zagorodniy +Copyright (C) 2019 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/autotests/integration/dont_crash_reinitialize_compositor.cpp b/autotests/integration/dont_crash_reinitialize_compositor.cpp index d767e64826..9bae6de782 100644 --- a/autotests/integration/dont_crash_reinitialize_compositor.cpp +++ b/autotests/integration/dont_crash_reinitialize_compositor.cpp @@ -2,7 +2,7 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/autotests/integration/effects/desktop_switching_animation_test.cpp b/autotests/integration/effects/desktop_switching_animation_test.cpp index 29c5d93ece..277f3ce18d 100644 --- a/autotests/integration/effects/desktop_switching_animation_test.cpp +++ b/autotests/integration/effects/desktop_switching_animation_test.cpp @@ -2,7 +2,7 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2019 Vlad Zagorodniy +Copyright (C) 2019 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/autotests/integration/effects/maximize_animation_test.cpp b/autotests/integration/effects/maximize_animation_test.cpp index 86ac64aed4..a83d1aafde 100644 --- a/autotests/integration/effects/maximize_animation_test.cpp +++ b/autotests/integration/effects/maximize_animation_test.cpp @@ -2,7 +2,7 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2019 Vlad Zagorodniy +Copyright (C) 2019 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/autotests/integration/effects/minimize_animation_test.cpp b/autotests/integration/effects/minimize_animation_test.cpp index a548143a05..47f472457d 100644 --- a/autotests/integration/effects/minimize_animation_test.cpp +++ b/autotests/integration/effects/minimize_animation_test.cpp @@ -2,7 +2,7 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2019 Vlad Zagorodniy +Copyright (C) 2019 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/autotests/integration/effects/popup_open_close_animation_test.cpp b/autotests/integration/effects/popup_open_close_animation_test.cpp index fb732a6434..3f25e5a91e 100644 --- a/autotests/integration/effects/popup_open_close_animation_test.cpp +++ b/autotests/integration/effects/popup_open_close_animation_test.cpp @@ -2,7 +2,7 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2019 Vlad Zagorodniy +Copyright (C) 2019 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/autotests/integration/effects/toplevel_open_close_animation_test.cpp b/autotests/integration/effects/toplevel_open_close_animation_test.cpp index 9cf71bdca0..03432135e9 100644 --- a/autotests/integration/effects/toplevel_open_close_animation_test.cpp +++ b/autotests/integration/effects/toplevel_open_close_animation_test.cpp @@ -2,7 +2,7 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/autotests/integration/fakes/org.kde.kdecoration2/fakedecoration_with_shadows.cpp b/autotests/integration/fakes/org.kde.kdecoration2/fakedecoration_with_shadows.cpp index ddf28a2899..7f0ff51dc6 100644 --- a/autotests/integration/fakes/org.kde.kdecoration2/fakedecoration_with_shadows.cpp +++ b/autotests/integration/fakes/org.kde.kdecoration2/fakedecoration_with_shadows.cpp @@ -2,7 +2,7 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/autotests/integration/scene_opengl_shadow_test.cpp b/autotests/integration/scene_opengl_shadow_test.cpp index f208e22294..dd120e75f8 100644 --- a/autotests/integration/scene_opengl_shadow_test.cpp +++ b/autotests/integration/scene_opengl_shadow_test.cpp @@ -2,7 +2,7 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/autotests/integration/scene_qpainter_shadow_test.cpp b/autotests/integration/scene_qpainter_shadow_test.cpp index eb9a343ed4..6e8b32b803 100644 --- a/autotests/integration/scene_qpainter_shadow_test.cpp +++ b/autotests/integration/scene_qpainter_shadow_test.cpp @@ -2,7 +2,7 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/autotests/integration/stacking_order_test.cpp b/autotests/integration/stacking_order_test.cpp index e53be80e7d..a5973280ea 100644 --- a/autotests/integration/stacking_order_test.cpp +++ b/autotests/integration/stacking_order_test.cpp @@ -2,7 +2,7 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/autotests/integration/xdgshellclient_rules_test.cpp b/autotests/integration/xdgshellclient_rules_test.cpp index 71bfeac9bc..c2d06ebe39 100644 --- a/autotests/integration/xdgshellclient_rules_test.cpp +++ b/autotests/integration/xdgshellclient_rules_test.cpp @@ -3,7 +3,7 @@ This file is part of the KDE project. Copyright (C) 2017 Martin Flöser -Copyright (C) 2019 Vlad Zagorodniy +Copyright (C) 2019 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/autotests/libkwineffects/timelinetest.cpp b/autotests/libkwineffects/timelinetest.cpp index 8ab426b25b..260c22462b 100644 --- a/autotests/libkwineffects/timelinetest.cpp +++ b/autotests/libkwineffects/timelinetest.cpp @@ -2,7 +2,7 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/effects/dialogparent/package/contents/code/main.js b/effects/dialogparent/package/contents/code/main.js index e86251f237..5eb812f1d5 100644 --- a/effects/dialogparent/package/contents/code/main.js +++ b/effects/dialogparent/package/contents/code/main.js @@ -3,7 +3,7 @@ This file is part of the KDE project. Copyright (C) 2013 Martin Gräßlin - Copyright (C) 2018 Vlad Zagorodniy + Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/effects/diminactive/diminactive.cpp b/effects/diminactive/diminactive.cpp index 77083dbe74..dbf41236a4 100644 --- a/effects/diminactive/diminactive.cpp +++ b/effects/diminactive/diminactive.cpp @@ -4,7 +4,7 @@ Copyright (C) 2007 Lubos Lunak Copyright (C) 2007 Christian Nitschkowski -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/effects/diminactive/diminactive.h b/effects/diminactive/diminactive.h index b1458333d0..72aebcf049 100644 --- a/effects/diminactive/diminactive.h +++ b/effects/diminactive/diminactive.h @@ -4,7 +4,7 @@ Copyright (C) 2007 Lubos Lunak Copyright (C) 2007 Christian Nitschkowski -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/effects/diminactive/diminactive_config.cpp b/effects/diminactive/diminactive_config.cpp index 03f2cd52a3..5b19ec2898 100644 --- a/effects/diminactive/diminactive_config.cpp +++ b/effects/diminactive/diminactive_config.cpp @@ -3,7 +3,7 @@ This file is part of the KDE project. Copyright (C) 2007 Christian Nitschkowski -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/effects/diminactive/diminactive_config.h b/effects/diminactive/diminactive_config.h index 3a2fad69bc..b074045c09 100644 --- a/effects/diminactive/diminactive_config.h +++ b/effects/diminactive/diminactive_config.h @@ -3,7 +3,7 @@ This file is part of the KDE project. Copyright (C) 2007 Christian Nitschkowski -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/effects/dimscreen/package/contents/code/main.js b/effects/dimscreen/package/contents/code/main.js index 91e13b024b..1a8a1a22b1 100644 --- a/effects/dimscreen/package/contents/code/main.js +++ b/effects/dimscreen/package/contents/code/main.js @@ -1,7 +1,7 @@ /******************************************************************** This file is part of the KDE project. -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/effects/dimscreen/package/metadata.desktop b/effects/dimscreen/package/metadata.desktop index f7f05734d4..61eac8d9b3 100644 --- a/effects/dimscreen/package/metadata.desktop +++ b/effects/dimscreen/package/metadata.desktop @@ -126,7 +126,7 @@ Name[zh_TW]=為管理員模式暗化螢幕 Type=Service X-KDE-ParentApp= -X-KDE-PluginInfo-Author=Martin Flöser, Vlad Zagorodniy +X-KDE-PluginInfo-Author=Martin Flöser, Vlad Zahorodnii X-KDE-PluginInfo-Category=Focus X-KDE-PluginInfo-Email=mgraesslin@kde.org, vladzzag@gmail.com X-KDE-PluginInfo-License=GPL diff --git a/effects/fadedesktop/package/contents/code/main.js b/effects/fadedesktop/package/contents/code/main.js index a2567ff960..59534dd956 100644 --- a/effects/fadedesktop/package/contents/code/main.js +++ b/effects/fadedesktop/package/contents/code/main.js @@ -4,7 +4,7 @@ Copyright (C) 2009 Lucas Murray Copyright (C) 2012 Martin Gräßlin - Copyright (C) 2018 Vlad Zagorodniy + Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/effects/fadingpopups/package/contents/code/main.js b/effects/fadingpopups/package/contents/code/main.js index 653868cf03..17743be174 100644 --- a/effects/fadingpopups/package/contents/code/main.js +++ b/effects/fadingpopups/package/contents/code/main.js @@ -2,7 +2,7 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/effects/fadingpopups/package/metadata.desktop b/effects/fadingpopups/package/metadata.desktop index 2694cd4fba..c26d7990fb 100644 --- a/effects/fadingpopups/package/metadata.desktop +++ b/effects/fadingpopups/package/metadata.desktop @@ -57,7 +57,7 @@ Comment[zh_TW]=當彈出視窗出現或消失時,讓彈出視窗滑順的淡 Type=Service X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Vlad Zagorodniy +X-KDE-PluginInfo-Author=Vlad Zahorodnii X-KDE-PluginInfo-Email=vladzzag@gmail.com X-KDE-PluginInfo-Name=kwin4_effect_fadingpopups X-KDE-PluginInfo-Version=1.0 diff --git a/effects/glide/glide.cpp b/effects/glide/glide.cpp index ec7fee789c..08feb88cd7 100644 --- a/effects/glide/glide.cpp +++ b/effects/glide/glide.cpp @@ -5,7 +5,7 @@ Copyright (C) 2007 Philip Falkner Copyright (C) 2009 Martin Gräßlin Copyright (C) 2010 Alexandre Pereira -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/effects/glide/glide.h b/effects/glide/glide.h index 5dbc81c4b4..fa57f2b708 100644 --- a/effects/glide/glide.h +++ b/effects/glide/glide.h @@ -5,7 +5,7 @@ Copyright (C) 2007 Philip Falkner Copyright (C) 2009 Martin Gräßlin Copyright (C) 2010 Alexandre Pereira -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/effects/scale/package/contents/code/main.js b/effects/scale/package/contents/code/main.js index 6f6f833653..1988ca0fad 100644 --- a/effects/scale/package/contents/code/main.js +++ b/effects/scale/package/contents/code/main.js @@ -2,7 +2,7 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2018 Vlad Zagorodniy + Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/effects/scale/package/metadata.desktop b/effects/scale/package/metadata.desktop index c5c6dbb844..2f5cda499b 100644 --- a/effects/scale/package/metadata.desktop +++ b/effects/scale/package/metadata.desktop @@ -59,7 +59,7 @@ Comment[zh_TW]=顯示或隱藏視窗時以平順的比例縮放方式呈現。 Type=Service X-KDE-ServiceTypes=KWin/Effect,KCModule -X-KDE-PluginInfo-Author=Vlad Zagorodniy +X-KDE-PluginInfo-Author=Vlad Zahorodnii X-KDE-PluginInfo-Email=vladzzag@gmail.com X-KDE-PluginInfo-Name=kwin4_effect_scale X-KDE-PluginInfo-Version=1 diff --git a/effects/sheet/sheet.cpp b/effects/sheet/sheet.cpp index fcf9e30ddf..179949794d 100644 --- a/effects/sheet/sheet.cpp +++ b/effects/sheet/sheet.cpp @@ -4,7 +4,7 @@ Copyright (C) 2007 Philip Falkner Copyright (C) 2009 Martin Gräßlin -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/effects/sheet/sheet.h b/effects/sheet/sheet.h index 91afef743a..e81ccf0004 100644 --- a/effects/sheet/sheet.h +++ b/effects/sheet/sheet.h @@ -4,7 +4,7 @@ Copyright (C) 2007 Philip Falkner Copyright (C) 2009 Martin Gräßlin -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/effects/showpaint/showpaint_config.cpp b/effects/showpaint/showpaint_config.cpp index 2f33e8e9a6..4bbf1ef25c 100644 --- a/effects/showpaint/showpaint_config.cpp +++ b/effects/showpaint/showpaint_config.cpp @@ -2,7 +2,7 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/effects/showpaint/showpaint_config.h b/effects/showpaint/showpaint_config.h index 976f0e8dee..5cb6c3e21c 100644 --- a/effects/showpaint/showpaint_config.h +++ b/effects/showpaint/showpaint_config.h @@ -2,7 +2,7 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/effects/slide/slide.cpp b/effects/slide/slide.cpp index 2d0d109074..39dbdea88d 100644 --- a/effects/slide/slide.cpp +++ b/effects/slide/slide.cpp @@ -4,7 +4,7 @@ Copyright (C) 2007 Lubos Lunak Copyright (C) 2008 Lucas Murray -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/effects/slide/slide.h b/effects/slide/slide.h index 9766197f65..3b480019db 100644 --- a/effects/slide/slide.h +++ b/effects/slide/slide.h @@ -4,7 +4,7 @@ Copyright (C) 2007 Lubos Lunak Copyright (C) 2008 Lucas Murray -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/effects/slide/slide_config.cpp b/effects/slide/slide_config.cpp index 8f6d6abb22..19f6af751f 100644 --- a/effects/slide/slide_config.cpp +++ b/effects/slide/slide_config.cpp @@ -2,7 +2,7 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017, 2018 Vlad Zagorodniy +Copyright (C) 2017, 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/effects/slide/slide_config.h b/effects/slide/slide_config.h index d13acd6075..992ca97618 100644 --- a/effects/slide/slide_config.h +++ b/effects/slide/slide_config.h @@ -2,7 +2,7 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017, 2018 Vlad Zagorodniy +Copyright (C) 2017, 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/effects/slidingpopups/slidingpopups.cpp b/effects/slidingpopups/slidingpopups.cpp index a98dd1cdff..2ce9e5f4d9 100644 --- a/effects/slidingpopups/slidingpopups.cpp +++ b/effects/slidingpopups/slidingpopups.cpp @@ -3,7 +3,7 @@ This file is part of the KDE project. Copyright (C) 2009 Marco Martin notmart@gmail.com -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/effects/slidingpopups/slidingpopups.h b/effects/slidingpopups/slidingpopups.h index 3008d23283..d40c850f66 100644 --- a/effects/slidingpopups/slidingpopups.h +++ b/effects/slidingpopups/slidingpopups.h @@ -3,7 +3,7 @@ This file is part of the KDE project. Copyright (C) 2009 Marco Martin notmart@gmail.com -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/effects/snaphelper/snaphelper.cpp b/effects/snaphelper/snaphelper.cpp index 8c361036df..a7857dace3 100644 --- a/effects/snaphelper/snaphelper.cpp +++ b/effects/snaphelper/snaphelper.cpp @@ -3,7 +3,7 @@ This file is part of the KDE project. Copyright (C) 2009 Lucas Murray -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/effects/snaphelper/snaphelper.h b/effects/snaphelper/snaphelper.h index 7ec1749a31..606ee5529e 100644 --- a/effects/snaphelper/snaphelper.h +++ b/effects/snaphelper/snaphelper.h @@ -3,7 +3,7 @@ This file is part of the KDE project. Copyright (C) 2009 Lucas Murray -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/effects/squash/package/contents/code/main.js b/effects/squash/package/contents/code/main.js index a7ced7bb88..393a6fe216 100644 --- a/effects/squash/package/contents/code/main.js +++ b/effects/squash/package/contents/code/main.js @@ -1,7 +1,7 @@ /******************************************************************** This file is part of the KDE project. - Copyright (C) 2018 Vlad Zagorodniy + Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/effects/squash/package/metadata.desktop b/effects/squash/package/metadata.desktop index 4df263f988..a18a4f6320 100644 --- a/effects/squash/package/metadata.desktop +++ b/effects/squash/package/metadata.desktop @@ -55,7 +55,7 @@ Name[zh_TW]=壓縮 Type=Service X-KDE-ParentApp= -X-KDE-PluginInfo-Author=Rivo Laks, Vlad Zagorodniy +X-KDE-PluginInfo-Author=Rivo Laks, Vlad Zahorodnii X-KDE-PluginInfo-Category=Appearance X-KDE-PluginInfo-Email=rivolaks@hot.ee, vladzzag@gmail.com X-KDE-PluginInfo-License=GPL diff --git a/effects/trackmouse/trackmouse.cpp b/effects/trackmouse/trackmouse.cpp index fb02e54259..6bf44f7338 100644 --- a/effects/trackmouse/trackmouse.cpp +++ b/effects/trackmouse/trackmouse.cpp @@ -4,7 +4,7 @@ Copyright (C) 2006 Lubos Lunak Copyright (C) 2010 Jorge Mata -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/effects/trackmouse/trackmouse.h b/effects/trackmouse/trackmouse.h index 76f9ac9db2..6aae8927cf 100644 --- a/effects/trackmouse/trackmouse.h +++ b/effects/trackmouse/trackmouse.h @@ -4,7 +4,7 @@ Copyright (C) 2006 Lubos Lunak Copyright (C) 2010 Jorge Mata -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/idle_inhibition.cpp b/idle_inhibition.cpp index 3ef77860e2..ddb8439971 100644 --- a/idle_inhibition.cpp +++ b/idle_inhibition.cpp @@ -3,7 +3,7 @@ This file is part of the KDE project. Copyright (C) 2017 Martin Flöser -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/idle_inhibition.h b/idle_inhibition.h index 2eb7229f80..1f29281b7a 100644 --- a/idle_inhibition.h +++ b/idle_inhibition.h @@ -3,7 +3,7 @@ This file is part of the KDE project. Copyright (C) 2017 Martin Flöser -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/input.cpp b/input.cpp index 903e7e941e..b2d07d89af 100644 --- a/input.cpp +++ b/input.cpp @@ -4,7 +4,7 @@ Copyright (C) 2013 Martin Gräßlin Copyright (C) 2018 Roman Gilg -Copyright (C) 2019 Vlad Zagorodniy +Copyright (C) 2019 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/input.h b/input.h index a10d1b3694..a828cf13f0 100644 --- a/input.h +++ b/input.h @@ -4,7 +4,7 @@ Copyright (C) 2013 Martin Gräßlin Copyright (C) 2018 Roman Gilg -Copyright (C) 2019 Vlad Zagorodniy +Copyright (C) 2019 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/internal_client.cpp b/internal_client.cpp index ad5bd54f38..dc3c90140d 100644 --- a/internal_client.cpp +++ b/internal_client.cpp @@ -3,7 +3,7 @@ This file is part of the KDE project. Copyright (C) 2019 Martin Flöser -Copyright (C) 2019 Vlad Zagorodniy +Copyright (C) 2019 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/internal_client.h b/internal_client.h index 810f862a7a..ff9899b5af 100644 --- a/internal_client.h +++ b/internal_client.h @@ -3,7 +3,7 @@ This file is part of the KDE project. Copyright (C) 2019 Martin Flöser -Copyright (C) 2019 Vlad Zagorodniy +Copyright (C) 2019 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/kcmkwin/common/effectsmodel.cpp b/kcmkwin/common/effectsmodel.cpp index 110c0cf41b..a2349f6806 100644 --- a/kcmkwin/common/effectsmodel.cpp +++ b/kcmkwin/common/effectsmodel.cpp @@ -3,7 +3,7 @@ This file is part of the KDE project. Copyright (C) 2013 Antonis Tsiapaliokas -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/kcmkwin/common/effectsmodel.h b/kcmkwin/common/effectsmodel.h index bb49dc8098..b40d5b30c9 100644 --- a/kcmkwin/common/effectsmodel.h +++ b/kcmkwin/common/effectsmodel.h @@ -3,7 +3,7 @@ This file is part of the KDE project. Copyright (C) 2013 Antonis Tsiapaliokas -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/kcmkwin/kwindesktop/animationsmodel.cpp b/kcmkwin/kwindesktop/animationsmodel.cpp index 2e1610a393..64c2a3e3ef 100644 --- a/kcmkwin/kwindesktop/animationsmodel.cpp +++ b/kcmkwin/kwindesktop/animationsmodel.cpp @@ -2,7 +2,7 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/kcmkwin/kwindesktop/animationsmodel.h b/kcmkwin/kwindesktop/animationsmodel.h index 10d4acc3e5..fd740e8523 100644 --- a/kcmkwin/kwindesktop/animationsmodel.h +++ b/kcmkwin/kwindesktop/animationsmodel.h @@ -2,7 +2,7 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/kcmkwin/kwindesktop/virtualdesktops.cpp b/kcmkwin/kwindesktop/virtualdesktops.cpp index 44adafa77f..b6fb0cc165 100644 --- a/kcmkwin/kwindesktop/virtualdesktops.cpp +++ b/kcmkwin/kwindesktop/virtualdesktops.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2018 Eike Hein - * Copyright (C) 2018 Vlad Zagorodniy + * Copyright (C) 2018 Vlad Zahorodnii * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/kcmkwin/kwindesktop/virtualdesktops.h b/kcmkwin/kwindesktop/virtualdesktops.h index fcef65dad4..892c84adfc 100644 --- a/kcmkwin/kwindesktop/virtualdesktops.h +++ b/kcmkwin/kwindesktop/virtualdesktops.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2018 Eike Hein - * Copyright (C) 2018 Vlad Zagorodniy + * Copyright (C) 2018 Vlad Zahorodnii * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/kcmkwin/kwineffects/effectsfilterproxymodel.cpp b/kcmkwin/kwineffects/effectsfilterproxymodel.cpp index 6edc647b45..c11b1fc7b3 100644 --- a/kcmkwin/kwineffects/effectsfilterproxymodel.cpp +++ b/kcmkwin/kwineffects/effectsfilterproxymodel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Vlad Zagorodniy + * Copyright (C) 2019 Vlad Zahorodnii * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/kcmkwin/kwineffects/effectsfilterproxymodel.h b/kcmkwin/kwineffects/effectsfilterproxymodel.h index 841aba8976..57a843cbad 100644 --- a/kcmkwin/kwineffects/effectsfilterproxymodel.h +++ b/kcmkwin/kwineffects/effectsfilterproxymodel.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Vlad Zagorodniy + * Copyright (C) 2019 Vlad Zahorodnii * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/kcmkwin/kwineffects/kcm.cpp b/kcmkwin/kwineffects/kcm.cpp index 475f19189b..d6a0e0bdcb 100644 --- a/kcmkwin/kwineffects/kcm.cpp +++ b/kcmkwin/kwineffects/kcm.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Vlad Zagorodniy + * Copyright (C) 2019 Vlad Zahorodnii * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -46,7 +46,7 @@ DesktopEffectsKCM::DesktopEffectsKCM(QObject *parent, const QVariantList &args) QString(), KAboutLicense::GPL ); - about->addAuthor(i18n("Vlad Zagorodniy"), QString(), QStringLiteral("vladzzag@gmail.com")); + about->addAuthor(i18n("Vlad Zahorodnii"), QString(), QStringLiteral("vladzzag@gmail.com")); setAboutData(about); setButtons(Apply | Default); diff --git a/kcmkwin/kwineffects/kcm.h b/kcmkwin/kwineffects/kcm.h index 788ba3c3c3..2dbb662fef 100644 --- a/kcmkwin/kwineffects/kcm.h +++ b/kcmkwin/kwineffects/kcm.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Vlad Zagorodniy + * Copyright (C) 2019 Vlad Zahorodnii * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/kcmkwin/kwineffects/package/contents/ui/Effect.qml b/kcmkwin/kwineffects/package/contents/ui/Effect.qml index b17b33a1bc..66566281ff 100644 --- a/kcmkwin/kwineffects/package/contents/ui/Effect.qml +++ b/kcmkwin/kwineffects/package/contents/ui/Effect.qml @@ -1,6 +1,6 @@ /* * Copyright (C) 2013 Antonis Tsiapaliokas - * Copyright (C) 2019 Vlad Zagorodniy + * Copyright (C) 2019 Vlad Zahorodnii * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/kcmkwin/kwineffects/package/contents/ui/main.qml b/kcmkwin/kwineffects/package/contents/ui/main.qml index 68f3e02179..68e0ccf6df 100644 --- a/kcmkwin/kwineffects/package/contents/ui/main.qml +++ b/kcmkwin/kwineffects/package/contents/ui/main.qml @@ -1,6 +1,6 @@ /* * Copyright (C) 2013 Antonis Tsiapaliokas - * Copyright (C) 2019 Vlad Zagorodniy + * Copyright (C) 2019 Vlad Zahorodnii * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libkwineffects/anidata.cpp b/libkwineffects/anidata.cpp index 4278c24b3b..12de0f070e 100644 --- a/libkwineffects/anidata.cpp +++ b/libkwineffects/anidata.cpp @@ -3,7 +3,7 @@ This file is part of the KDE project. Copyright (C) 2011 Thomas Lübking -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/libkwineffects/anidata_p.h b/libkwineffects/anidata_p.h index d1c5b4f425..20d9a11a9f 100644 --- a/libkwineffects/anidata_p.h +++ b/libkwineffects/anidata_p.h @@ -3,7 +3,7 @@ This file is part of the KDE project. Copyright (C) 2011 Thomas Lübking -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/libkwineffects/kwinanimationeffect.cpp b/libkwineffects/kwinanimationeffect.cpp index 09088e9f54..141b9e7329 100644 --- a/libkwineffects/kwinanimationeffect.cpp +++ b/libkwineffects/kwinanimationeffect.cpp @@ -3,7 +3,7 @@ This file is part of the KDE project. Copyright (C) 2011 Thomas Lübking -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/libkwineffects/kwinanimationeffect.h b/libkwineffects/kwinanimationeffect.h index 3e9a7ea71d..7c563746a7 100644 --- a/libkwineffects/kwinanimationeffect.h +++ b/libkwineffects/kwinanimationeffect.h @@ -3,7 +3,7 @@ This file is part of the KDE project. Copyright (C) 2011 Thomas Lübking -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/libkwineffects/kwineffects.cpp b/libkwineffects/kwineffects.cpp index 06a3b735a7..42be47d27f 100644 --- a/libkwineffects/kwineffects.cpp +++ b/libkwineffects/kwineffects.cpp @@ -4,7 +4,7 @@ Copyright (C) 2006 Lubos Lunak Copyright (C) 2009 Lucas Murray -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/libkwineffects/kwineffects.h b/libkwineffects/kwineffects.h index bf5a24a9c1..d354d7eeb9 100644 --- a/libkwineffects/kwineffects.h +++ b/libkwineffects/kwineffects.h @@ -5,7 +5,7 @@ Copyright (C) 2006 Lubos Lunak Copyright (C) 2009 Lucas Murray Copyright (C) 2010, 2011 Martin Gräßlin -Copyright (C) 2018 Vlad Zagorodniy +Copyright (C) 2018 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/plugins/kpackage/effect/effect.cpp b/plugins/kpackage/effect/effect.cpp index 9b5b43e109..1c66f0b363 100644 --- a/plugins/kpackage/effect/effect.cpp +++ b/plugins/kpackage/effect/effect.cpp @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright 2018 Vlad Zagorodniy * +* Copyright 2018 Vlad Zahorodnii * * * * This library is free software; you can redistribute it and/or * * modify it under the terms of the GNU Library General Public * diff --git a/plugins/kpackage/effect/effect.h b/plugins/kpackage/effect/effect.h index 48c47e64cb..0692dacd2c 100644 --- a/plugins/kpackage/effect/effect.h +++ b/plugins/kpackage/effect/effect.h @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright 2018 Vlad Zagorodniy * +* Copyright 2018 Vlad Zahorodnii * * * * This library is free software; you can redistribute it and/or * * modify it under the terms of the GNU Library General Public * diff --git a/plugins/kpackage/effect/kwin-packagestructure-effect.desktop b/plugins/kpackage/effect/kwin-packagestructure-effect.desktop index 6e0d6c0bce..e9924635f2 100644 --- a/plugins/kpackage/effect/kwin-packagestructure-effect.desktop +++ b/plugins/kpackage/effect/kwin-packagestructure-effect.desktop @@ -31,7 +31,7 @@ Type=Service X-KDE-ServiceTypes=KPackage/PackageStructure X-KDE-Library=kwin_packagestructure_effect -X-KDE-PluginInfo-Author=Vlad Zagorodniy +X-KDE-PluginInfo-Author=Vlad Zahorodnii X-KDE-PluginInfo-Email=vladzzag@gmail.com X-KDE-PluginInfo-Name=KWin/Effect X-KDE-PluginInfo-Version=1 diff --git a/plugins/platforms/drm/drm_pointer.h b/plugins/platforms/drm/drm_pointer.h index 3c0aea0d0d..c4a71c4737 100644 --- a/plugins/platforms/drm/drm_pointer.h +++ b/plugins/platforms/drm/drm_pointer.h @@ -3,7 +3,7 @@ This file is part of the KDE project. Copyright (C) 2015 Martin Gräßlin -Copyright (C) 2019 Vlad Zagorodniy +Copyright (C) 2019 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/plugins/platforms/drm/edid.cpp b/plugins/platforms/drm/edid.cpp index bc57476af5..1a77257682 100644 --- a/plugins/platforms/drm/edid.cpp +++ b/plugins/platforms/drm/edid.cpp @@ -3,7 +3,7 @@ This file is part of the KDE project. Copyright (C) 2015 Martin Flöser -Copyright (C) 2019 Vlad Zagorodniy +Copyright (C) 2019 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/plugins/platforms/drm/edid.h b/plugins/platforms/drm/edid.h index bd9952f909..469fe12480 100644 --- a/plugins/platforms/drm/edid.h +++ b/plugins/platforms/drm/edid.h @@ -2,7 +2,7 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2019 Vlad Zagorodniy +Copyright (C) 2019 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/plugins/qpa/backingstore.cpp b/plugins/qpa/backingstore.cpp index 03fccf7df5..d509b45069 100644 --- a/plugins/qpa/backingstore.cpp +++ b/plugins/qpa/backingstore.cpp @@ -3,7 +3,7 @@ This file is part of the KDE project. Copyright (C) 2015 Martin Gräßlin -Copyright (C) 2019 Vlad Zagorodniy +Copyright (C) 2019 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/plugins/qpa/backingstore.h b/plugins/qpa/backingstore.h index ccb715e211..b98174d58f 100644 --- a/plugins/qpa/backingstore.h +++ b/plugins/qpa/backingstore.h @@ -3,7 +3,7 @@ This file is part of the KDE project. Copyright (C) 2015 Martin Gräßlin -Copyright (C) 2019 Vlad Zagorodniy +Copyright (C) 2019 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/plugins/qpa/eglhelpers.cpp b/plugins/qpa/eglhelpers.cpp index 3f4373237a..0a17ec7ee0 100644 --- a/plugins/qpa/eglhelpers.cpp +++ b/plugins/qpa/eglhelpers.cpp @@ -3,7 +3,7 @@ This file is part of the KDE project. Copyright (C) 2015 Martin Flöser -Copyright (C) 2019 Vlad Zagorodniy +Copyright (C) 2019 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/plugins/qpa/eglhelpers.h b/plugins/qpa/eglhelpers.h index 1eb7624771..6c17923874 100644 --- a/plugins/qpa/eglhelpers.h +++ b/plugins/qpa/eglhelpers.h @@ -2,7 +2,7 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2019 Vlad Zagorodniy +Copyright (C) 2019 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/plugins/qpa/integration.cpp b/plugins/qpa/integration.cpp index 60102e1b12..f26fc453a7 100644 --- a/plugins/qpa/integration.cpp +++ b/plugins/qpa/integration.cpp @@ -3,7 +3,7 @@ This file is part of the KDE project. Copyright (C) 2015 Martin Gräßlin -Copyright (C) 2019 Vlad Zagorodniy +Copyright (C) 2019 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/plugins/qpa/integration.h b/plugins/qpa/integration.h index c04e2fa3cc..4a07109fce 100644 --- a/plugins/qpa/integration.h +++ b/plugins/qpa/integration.h @@ -3,7 +3,7 @@ This file is part of the KDE project. Copyright (C) 2015 Martin Gräßlin -Copyright (C) 2019 Vlad Zagorodniy +Copyright (C) 2019 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/plugins/qpa/offscreensurface.cpp b/plugins/qpa/offscreensurface.cpp index a5abeb3ba0..0fc74c8cad 100644 --- a/plugins/qpa/offscreensurface.cpp +++ b/plugins/qpa/offscreensurface.cpp @@ -2,7 +2,7 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2019 Vlad Zagorodniy +Copyright (C) 2019 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/plugins/qpa/offscreensurface.h b/plugins/qpa/offscreensurface.h index 1254981ffa..c69b3ad58e 100644 --- a/plugins/qpa/offscreensurface.h +++ b/plugins/qpa/offscreensurface.h @@ -2,7 +2,7 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2019 Vlad Zagorodniy +Copyright (C) 2019 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/plugins/qpa/window.cpp b/plugins/qpa/window.cpp index d05616a74a..03649b39e3 100644 --- a/plugins/qpa/window.cpp +++ b/plugins/qpa/window.cpp @@ -3,7 +3,7 @@ This file is part of the KDE project. Copyright (C) 2015 Martin Gräßlin -Copyright (C) 2019 Vlad Zagorodniy +Copyright (C) 2019 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/plugins/qpa/window.h b/plugins/qpa/window.h index db8215379d..c623547ad4 100644 --- a/plugins/qpa/window.h +++ b/plugins/qpa/window.h @@ -3,7 +3,7 @@ This file is part of the KDE project. Copyright (C) 2015 Martin Gräßlin -Copyright (C) 2019 Vlad Zagorodniy +Copyright (C) 2019 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/pointer_input.cpp b/pointer_input.cpp index 36b6c1a271..0a73c4e7ab 100644 --- a/pointer_input.cpp +++ b/pointer_input.cpp @@ -4,7 +4,7 @@ Copyright (C) 2013, 2016 Martin Gräßlin Copyright (C) 2018 Roman Gilg -Copyright (C) 2019 Vlad Zagorodniy +Copyright (C) 2019 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/pointer_input.h b/pointer_input.h index 31cf04fb7a..ae7d0a8d21 100644 --- a/pointer_input.h +++ b/pointer_input.h @@ -4,7 +4,7 @@ Copyright (C) 2013, 2016 Martin Gräßlin Copyright (C) 2018 Roman Gilg -Copyright (C) 2019 Vlad Zagorodniy +Copyright (C) 2019 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/workspace.cpp b/workspace.cpp index e3827290e3..e7044012da 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -4,7 +4,7 @@ Copyright (C) 1999, 2000 Matthias Ettrich Copyright (C) 2003 Lubos Lunak -Copyright (C) 2019 Vlad Zagorodniy +Copyright (C) 2019 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/workspace.h b/workspace.h index d785f6898f..5d0e23b4eb 100644 --- a/workspace.h +++ b/workspace.h @@ -5,7 +5,7 @@ Copyright (C) 1999, 2000 Matthias Ettrich Copyright (C) 2003 Lubos Lunak Copyright (C) 2009 Lucas Murray -Copyright (C) 2019 Vlad Zagorodniy +Copyright (C) 2019 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/xdgshellclient.cpp b/xdgshellclient.cpp index 762437780f..2a56cbc5eb 100644 --- a/xdgshellclient.cpp +++ b/xdgshellclient.cpp @@ -4,7 +4,7 @@ Copyright (C) 2015 Martin Gräßlin Copyright (C) 2018 David Edmundson -Copyright (C) 2019 Vlad Zagorodniy +Copyright (C) 2019 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/xdgshellclient.h b/xdgshellclient.h index f8644d37a0..ca47ee6de1 100644 --- a/xdgshellclient.h +++ b/xdgshellclient.h @@ -4,7 +4,7 @@ Copyright (C) 2015 Martin Gräßlin Copyright (C) 2018 David Edmundson -Copyright (C) 2019 Vlad Zagorodniy +Copyright (C) 2019 Vlad Zahorodnii This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by