Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta (tmow) <antenore@simbiosi.org>2021-12-20 00:51:29 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2021-12-20 00:51:29 +0300
commit6fef5cd51f10d95c1f31fed35ca0eb0d6c26dd41 (patch)
tree6d00886b1f50e9edb0c81d3b2f5608bd5c3f4a8b
parente82b8b3a22e433a7c585757f0e2280652469162a (diff)
Release v1.4.23
* Patch for a Remmina segfault and stats code cleaning [!2358](https://gitlab.com/Remmina/Remmina/merge_requests/2358) *@antenore* * Make Appindicator optional [!2359](https://gitlab.com/Remmina/Remmina/merge_requests/2359) *@antenore* * Added check-box to force tight encoding for VNC connections [!2360](https://gitlab.com/Remmina/Remmina/merge_requests/2360) *@antenore* * remote resolution: use multiple of four [!2353](https://gitlab.com/Remmina/Remmina/merge_requests/2353) *@eworm-de* * Add Keyboard mapping per client RDP [!2361](https://gitlab.com/Remmina/Remmina/merge_requests/2361) *@headkaze* * Improve TLS error message, fixes #2364 [!2362](https://gitlab.com/Remmina/Remmina/merge_requests/2362) *@antenore* * Triage policy language reworked [!2363](https://gitlab.com/Remmina/Remmina/merge_requests/2363) *@kingu* /cc @bkohler @larchunix @slaanesh @jweberhofer @tukusejssirs @kingu @ToolsDevler @raghavgururajan Signed-off-by: Antenore Gatta (tmow) <antenore@simbiosi.org>
-rw-r--r--CHANGELOG.md11
-rw-r--r--CMakeLists.txt4
-rw-r--r--COPYING2
-rw-r--r--Doxyfile2
-rw-r--r--cmake/FindAPPINDICATOR.cmake2
-rw-r--r--cmake/FindGTK-VNC.cmake2
-rw-r--r--cmake/FindJSONGLIB.cmake2
-rw-r--r--cmake/FindLIBSOUP24.cmake2
-rw-r--r--cmake/FindPCRE2.cmake2
-rw-r--r--data/CMakeLists.txt2
-rw-r--r--data/desktop/CMakeLists.txt2
-rw-r--r--data/desktop/org.remmina.Remmina.appdata.xml2
-rw-r--r--data/icons/CMakeLists.txt2
-rw-r--r--data/theme/CMakeLists.txt2
-rw-r--r--data/ui/remmina_about.glade14
-rw-r--r--data/ui/remmina_main.glade2
-rw-r--r--data/ui/remmina_search.glade4
-rw-r--r--data/ui/remmina_search_popover.glade2
-rw-r--r--data/ui/remmina_unlock.glade2
-rw-r--r--plugins/CMakeLists.txt2
-rw-r--r--plugins/common/remmina_plugin.h2
-rw-r--r--plugins/exec/CMakeLists.txt2
-rw-r--r--plugins/exec/exec_plugin.c2
-rw-r--r--plugins/exec/exec_plugin_config.h2
-rw-r--r--plugins/gvnc/CMakeLists.txt2
-rw-r--r--plugins/gvnc/gvnc_plugin.c2
-rw-r--r--plugins/gvnc/gvnc_plugin.h2
-rw-r--r--plugins/gvnc/gvnc_plugin_config.h2
-rw-r--r--plugins/kwallet/CMakeLists.txt2
-rw-r--r--plugins/kwallet/src/kwallet_plugin.h2
-rw-r--r--plugins/kwallet/src/kwallet_plugin_main.c2
-rw-r--r--plugins/rdp/CMakeLists.txt2
-rw-r--r--plugins/rdp/rdp_channels.c2
-rw-r--r--plugins/rdp/rdp_channels.h2
-rw-r--r--plugins/rdp/rdp_cliprdr.c2
-rw-r--r--plugins/rdp/rdp_cliprdr.h2
-rw-r--r--plugins/rdp/rdp_event.c2
-rw-r--r--plugins/rdp/rdp_event.h2
-rw-r--r--plugins/rdp/rdp_file.c2
-rw-r--r--plugins/rdp/rdp_file.h2
-rw-r--r--plugins/rdp/rdp_graphics.c2
-rw-r--r--plugins/rdp/rdp_graphics.h2
-rw-r--r--plugins/rdp/rdp_plugin.c2
-rw-r--r--plugins/rdp/rdp_plugin.h2
-rw-r--r--plugins/rdp/rdp_settings.c2
-rw-r--r--plugins/rdp/rdp_settings.h2
-rw-r--r--plugins/secret/CMakeLists.txt2
-rw-r--r--plugins/secret/src/glibsecret_plugin.h2
-rw-r--r--plugins/telepathy/CMakeLists.txt2
-rw-r--r--plugins/telepathy/telepathy_channel_handler.c2
-rw-r--r--plugins/telepathy/telepathy_channel_handler.h2
-rw-r--r--plugins/telepathy/telepathy_handler.c2
-rw-r--r--plugins/telepathy/telepathy_handler.h2
-rw-r--r--plugins/telepathy/telepathy_plugin.c2
-rw-r--r--plugins/tool_hello_world/CMakeLists.txt2
-rw-r--r--plugins/tool_hello_world/plugin.c2
-rw-r--r--plugins/tool_hello_world/plugin_config.h2
-rw-r--r--plugins/vnc/CMakeLists.txt2
-rw-r--r--plugins/vnc/vnc_plugin.c2
-rw-r--r--plugins/vnc/vnc_plugin.h2
-rw-r--r--plugins/www/CMakeLists.txt2
-rw-r--r--plugins/www/www_config.h2
-rw-r--r--plugins/www/www_plugin.c2
-rw-r--r--plugins/www/www_plugin.h2
-rw-r--r--plugins/www/www_utils.c2
-rw-r--r--plugins/www/www_utils.h2
-rw-r--r--po/CMakeLists.txt2
-rw-r--r--po/remmina.pot2
-rwxr-xr-xscripts/update-translations.sh2
-rw-r--r--src/CMakeLists.txt2
-rw-r--r--src/external_tools/CMakeLists.txt2
-rw-r--r--src/include/remmina/plugin.h2
-rw-r--r--src/include/remmina/remmina_trace_calls.h2
-rw-r--r--src/include/remmina/types.h2
-rw-r--r--src/pygobject.h2
-rw-r--r--src/rcw.c2
-rw-r--r--src/rcw.h2
-rw-r--r--src/remmina.c2
-rw-r--r--src/remmina.h2
-rw-r--r--src/remmina_about.c2
-rw-r--r--src/remmina_about.h2
-rw-r--r--src/remmina_applet_menu.c2
-rw-r--r--src/remmina_applet_menu.h2
-rw-r--r--src/remmina_applet_menu_item.c2
-rw-r--r--src/remmina_applet_menu_item.h2
-rw-r--r--src/remmina_avahi.c2
-rw-r--r--src/remmina_avahi.h2
-rw-r--r--src/remmina_chat_window.c2
-rw-r--r--src/remmina_chat_window.h2
-rw-r--r--src/remmina_crypt.c2
-rw-r--r--src/remmina_crypt.h2
-rw-r--r--src/remmina_exec.c2
-rw-r--r--src/remmina_exec.h2
-rw-r--r--src/remmina_ext_exec.c2
-rw-r--r--src/remmina_ext_exec.h2
-rw-r--r--src/remmina_external_tools.h2
-rw-r--r--src/remmina_file.c2
-rw-r--r--src/remmina_file.h2
-rw-r--r--src/remmina_file_editor.c2
-rw-r--r--src/remmina_file_editor.h2
-rw-r--r--src/remmina_file_manager.c2
-rw-r--r--src/remmina_file_manager.h2
-rw-r--r--src/remmina_ftp_client.c2
-rw-r--r--src/remmina_ftp_client.h2
-rw-r--r--src/remmina_icon.c2
-rw-r--r--src/remmina_icon.h2
-rw-r--r--src/remmina_key_chooser.c2
-rw-r--r--src/remmina_key_chooser.h2
-rw-r--r--src/remmina_log.c2
-rw-r--r--src/remmina_log.h2
-rw-r--r--src/remmina_main.c2
-rw-r--r--src/remmina_main.h2
-rw-r--r--src/remmina_marshals.c2
-rw-r--r--src/remmina_marshals.h2
-rw-r--r--src/remmina_masterthread_exec.c2
-rw-r--r--src/remmina_masterthread_exec.h2
-rw-r--r--src/remmina_message_panel.c2
-rw-r--r--src/remmina_message_panel.h2
-rw-r--r--src/remmina_monitor.c2
-rw-r--r--src/remmina_monitor.h2
-rw-r--r--src/remmina_mpchange.c2
-rw-r--r--src/remmina_mpchange.h2
-rw-r--r--src/remmina_plugin_manager.c2
-rw-r--r--src/remmina_plugin_manager.h2
-rw-r--r--src/remmina_plugin_native.c2
-rw-r--r--src/remmina_plugin_native.h2
-rw-r--r--src/remmina_plugin_python.c2
-rw-r--r--src/remmina_plugin_python.h2
-rw-r--r--src/remmina_plugin_python_module.c2
-rw-r--r--src/remmina_plugin_python_module.h2
-rw-r--r--src/remmina_plugin_python_protocol_widget.c2
-rw-r--r--src/remmina_plugin_python_protocol_widget.h2
-rw-r--r--src/remmina_plugin_python_remmina.c2
-rw-r--r--src/remmina_plugin_python_remmina.h2
-rw-r--r--src/remmina_plugin_python_remmina_file.c2
-rw-r--r--src/remmina_plugin_python_remmina_file.h2
-rw-r--r--src/remmina_pref.c2
-rw-r--r--src/remmina_pref.h2
-rw-r--r--src/remmina_pref_dialog.c2
-rw-r--r--src/remmina_pref_dialog.h2
-rw-r--r--src/remmina_protocol_widget.c2
-rw-r--r--src/remmina_protocol_widget.h2
-rw-r--r--src/remmina_public.c2
-rw-r--r--src/remmina_public.h2
-rw-r--r--src/remmina_scheduler.c2
-rw-r--r--src/remmina_scheduler.h2
-rw-r--r--src/remmina_scrolled_viewport.c2
-rw-r--r--src/remmina_scrolled_viewport.h2
-rw-r--r--src/remmina_sftp_client.c2
-rw-r--r--src/remmina_sftp_client.h2
-rw-r--r--src/remmina_sftp_plugin.c2
-rw-r--r--src/remmina_sftp_plugin.h2
-rw-r--r--src/remmina_sodium.c2
-rw-r--r--src/remmina_sodium.h2
-rw-r--r--src/remmina_ssh.c2
-rw-r--r--src/remmina_ssh.h2
-rw-r--r--src/remmina_ssh_plugin.c2
-rw-r--r--src/remmina_ssh_plugin.h2
-rw-r--r--src/remmina_stats.c2
-rw-r--r--src/remmina_stats.h2
-rw-r--r--src/remmina_string_array.c2
-rw-r--r--src/remmina_string_array.h2
-rw-r--r--src/remmina_string_list.c2
-rw-r--r--src/remmina_string_list.h2
-rw-r--r--src/remmina_sysinfo.c2
-rw-r--r--src/remmina_sysinfo.h2
-rw-r--r--src/remmina_unlock.c2
-rw-r--r--src/remmina_unlock.h2
-rw-r--r--src/remmina_utils.c2
-rw-r--r--src/remmina_utils.h2
-rw-r--r--src/remmina_widget_pool.c2
-rw-r--r--src/remmina_widget_pool.h2
-rw-r--r--src/rmnews.c2
-rw-r--r--src/rmnews.h2
174 files changed, 192 insertions, 181 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 24bb2227f..c1b67bc81 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+## v1.4.23
+[full changelog](https://gitlab.com/Remmina/Remmina/compare/v1.4.22...v1.4.23)
+
+* Patch for a Remmina segfault and stats code cleaning [!2358](https://gitlab.com/Remmina/Remmina/merge_requests/2358) *@antenore*
+* Make Appindicator optional [!2359](https://gitlab.com/Remmina/Remmina/merge_requests/2359) *@antenore*
+* Added check-box to force tight encoding for VNC connections [!2360](https://gitlab.com/Remmina/Remmina/merge_requests/2360) *@antenore*
+* remote resolution: use multiple of four [!2353](https://gitlab.com/Remmina/Remmina/merge_requests/2353) *@eworm-de*
+* Add Keyboard mapping per client RDP [!2361](https://gitlab.com/Remmina/Remmina/merge_requests/2361) *@headkaze*
+* Improve TLS error message, fixes #2364 [!2362](https://gitlab.com/Remmina/Remmina/merge_requests/2362) *@antenore*
+* Triage policy language reworked [!2363](https://gitlab.com/Remmina/Remmina/merge_requests/2363) *@kingu*
+
## v1.4.22
[full changelog](https://gitlab.com/Remmina/Remmina/compare/v1.4.21...v1.4.22)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2293d155d..e63f5ad7c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@
#
# Copyright (C) 2011 Marc-Andre Moreau
# Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
-# Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+# Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
@@ -35,7 +35,7 @@ cmake_policy(SET CMP0048 NEW)
project(
Remmina
- VERSION 1.4.22
+ VERSION 1.4.23
DESCRIPTION "The Gtk Remote Desktop Client"
LANGUAGES C CXX
)
diff --git a/COPYING b/COPYING
index 8740e9384..28352c7d7 100644
--- a/COPYING
+++ b/COPYING
@@ -2,7 +2,7 @@
Remmina - The GTK+ Remote Desktop Client
Copyright (C) 2009-2010 Vic Lee
Copyright (C) 2011-2014 Marc-Andre Moreau
- Copyright (C) 2015-2021 Antenore Gatta, Giovanni Panozzo
+ Copyright (C) 2015-2022 Antenore Gatta, Giovanni Panozzo
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/Doxyfile b/Doxyfile
index 75deebecc..29fa4fd66 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME = "Remmina - The GTK+ Remote Desktop Client"
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = v1.4.22
+PROJECT_NUMBER = v1.4.23
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/cmake/FindAPPINDICATOR.cmake b/cmake/FindAPPINDICATOR.cmake
index 916fc5757..ab05019b0 100644
--- a/cmake/FindAPPINDICATOR.cmake
+++ b/cmake/FindAPPINDICATOR.cmake
@@ -2,7 +2,7 @@
#
# Copyright (C) 2011 Marc-Andre Moreau
# Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
-# Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+# Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
#
# This program is free 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/FindGTK-VNC.cmake b/cmake/FindGTK-VNC.cmake
index e065eba96..5763f0566 100644
--- a/cmake/FindGTK-VNC.cmake
+++ b/cmake/FindGTK-VNC.cmake
@@ -1,6 +1,6 @@
# Remmina - The GTK+ Remote Desktop Client
#
-# Copyright (C) 2015-2021 Antenore Gatta
+# Copyright (C) 2015-2022 Antenore Gatta
#
# This program is free 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/FindJSONGLIB.cmake b/cmake/FindJSONGLIB.cmake
index c580ec363..d7c07cfb6 100644
--- a/cmake/FindJSONGLIB.cmake
+++ b/cmake/FindJSONGLIB.cmake
@@ -2,7 +2,7 @@
#
# Copyright (C) 2011 Marc-Andre Moreau
# Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
-# Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+# Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
#
# This program is free 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/FindLIBSOUP24.cmake b/cmake/FindLIBSOUP24.cmake
index de2635b1d..96ec22239 100644
--- a/cmake/FindLIBSOUP24.cmake
+++ b/cmake/FindLIBSOUP24.cmake
@@ -2,7 +2,7 @@
#
# Copyright (C) 2011 Marc-Andre Moreau
# Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
-# Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+# Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
#
# This program is free 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/FindPCRE2.cmake b/cmake/FindPCRE2.cmake
index 61bb75eb3..9cd074ef7 100644
--- a/cmake/FindPCRE2.cmake
+++ b/cmake/FindPCRE2.cmake
@@ -1,6 +1,6 @@
# Remmina - The GTK+ Remote Desktop Client
#
-# Copyright (C) 2021 Antenore Gatta, Giovanni Panozzo, Matteo F. Vescovi
+# Copyright (C) 2022 Antenore Gatta, Giovanni Panozzo, Matteo F. Vescovi
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index 7a60715a1..b494e97a1 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -1,6 +1,6 @@
# data - The GTK+ Remote Desktop Client
#
-# Copyright (C) 2014-2021 Antenore Gatta, Giovanni Panozzo
+# Copyright (C) 2014-2022 Antenore Gatta, Giovanni Panozzo
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/data/desktop/CMakeLists.txt b/data/desktop/CMakeLists.txt
index ca4191668..67513a59b 100644
--- a/data/desktop/CMakeLists.txt
+++ b/data/desktop/CMakeLists.txt
@@ -2,7 +2,7 @@
#
# Copyright (C) 2011 Marc-Andre Moreau
# Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
-# Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+# Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/data/desktop/org.remmina.Remmina.appdata.xml b/data/desktop/org.remmina.Remmina.appdata.xml
index 4301bf05c..863ef388d 100644
--- a/data/desktop/org.remmina.Remmina.appdata.xml
+++ b/data/desktop/org.remmina.Remmina.appdata.xml
@@ -2,7 +2,7 @@
<!--
Copyright (C) 2009-2014 Vic Lee
Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli (Muflone), Giovanni Panozzo.
- Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo.
+ Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo.
-->
<component type="desktop">
<id>org.remmina.Remmina.desktop</id>
diff --git a/data/icons/CMakeLists.txt b/data/icons/CMakeLists.txt
index ac84ba008..c1c3ed515 100644
--- a/data/icons/CMakeLists.txt
+++ b/data/icons/CMakeLists.txt
@@ -1,7 +1,7 @@
# icons/remmina - The GTK+ Remote Desktop Client
#
# Copyright (C) 2011 Marc-Andre Moreau
-# Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+# Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/data/theme/CMakeLists.txt b/data/theme/CMakeLists.txt
index 4bb43e872..9e041387f 100644
--- a/data/theme/CMakeLists.txt
+++ b/data/theme/CMakeLists.txt
@@ -1,6 +1,6 @@
# data/theme - The GTK+ Remote Desktop Client
#
-# Copyright (C) 2014-2021 Antenore Gatta, Giovanni Panozzo
+# Copyright (C) 2014-2022 Antenore Gatta, Giovanni Panozzo
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/data/ui/remmina_about.glade b/data/ui/remmina_about.glade
index 7b788e668..a32f7c289 100644
--- a/data/ui/remmina_about.glade
+++ b/data/ui/remmina_about.glade
@@ -2,7 +2,7 @@
<!-- Generated with glade 3.38.2
Remmina - The GTK Remmina Remote Desktop Client
-Copyright © 2014-2021 Antenore Gatta, Giovanni Panozzo
+Copyright © 2014-2022 Antenore Gatta, Giovanni Panozzo
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -31,15 +31,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<property name="modal">True</property>
<property name="type-hint">dialog</property>
<property name="program-name">Remmina</property>
- <property name="copyright" translatable="yes">Copyright © 2014–2021 Antenore Gatta, Giovanni Panozzo.
+ <property name="copyright" translatable="yes">Copyright © 2014–2022 Antenore Gatta, Giovanni Panozzo.
Copyright © 2009–2014 Vic Lee
More details in COPYING</property>
<property name="website">https://www.remmina.org/</property>
<property name="website-label" translatable="yes">https://www.remmina.org/</property>
- <property name="authors">Antenore Gatta &lt;antenore@simbiosi.org&gt;
+ <property name="authors">Antenore Gatta (tmow) &lt;antenore@simbiosi.org&gt;
Giovanni Panozzo &lt;giovanni@panozzo.it&gt;
llyzs &lt;llyzs.vic@gmail.com&gt;
-Antenore Gatta (tmow) &lt;antenore@simbiosi.org&gt;
Allan Nordhøy &lt;epost@anotheragency.no&gt;
Denis Ollier &lt;larchunix@users.noreply.github.com&gt;
Muflone &lt;webreg@vbsimple.net&gt;
@@ -61,7 +60,6 @@ Daniel M. Weeks &lt;dan@danweeks.net&gt;
Oğuz Ersen &lt;oguzersen@protonmail.com&gt;
scootergrisen &lt;scootergrisen@gmail.com&gt;
Serdar Sağlam &lt;teknomobil@msn.com&gt;
-Antenore Gatta &lt;antenore.gatta@kyndryl.com&gt;
Yuri Chornoivan &lt;yurchor@ukr.net&gt;
Mike Gilbert &lt;floppym@gentoo.org&gt;
Jacek Szafarkiewicz &lt;szafar@linux.pl&gt;
@@ -73,7 +71,6 @@ Adolfo Jayme Barrientos &lt;fitojb@ubuntu.com&gt;
Солтыс Сергей &lt;treefeed@mail.ru&gt;
朝歌 &lt;amtlib-dot-dll@users.noreply.github.com&gt;
Rex Tsai &lt;chihchun@kalug.linux.org.tw&gt;
-antenore@simbiosi.org &lt;antenore@simbiosi.org&gt;
anonymous &lt;noreply@weblate.org&gt;
Shuhrat Dehkanov &lt;k@efir.uz&gt;
Sabri Ünal &lt;libreajans@gmail.com&gt;
@@ -140,6 +137,7 @@ Ken VanDine &lt;ken@vandine.org&gt;
Jörgen Viksell &lt;jviksell@gmail.com&gt;
Jennifer &lt;jen@elypia.org&gt;
hopyres &lt;hopyres@gmail.com&gt;
+headkaze &lt;headkaze@gmail.com&gt;
Hans Petter Dalsklev &lt;hansdals@yahoo.no&gt;
gogogogi &lt;trebelnik2@gmail.com&gt;
Gil Obradors &lt;gil.obradors@gmail.com&gt;
@@ -164,6 +162,7 @@ Swen Kooij &lt;photonios@outlook.com&gt;
scrdcow &lt;scrdcow@fripost.org&gt;
Romero Malaquias &lt;romero.malaquias@gmail.com&gt;
Roberto Bellingeri &lt;bellingeri@netguru.it&gt;
+Robert Kiraly &lt;me@boldcoder.com&gt;
Remon Damen &lt;remondamen@gmail.com&gt;
Raphael Kubo da Costa &lt;rakuco@FreeBSD.org&gt;
Ragnar Stølsmark &lt;rstolsmark@live.no&gt;
@@ -196,6 +195,7 @@ Matthew Petroff &lt;gitlab@mpetroff.net&gt;
Matteo F. Vescovi &lt;mfv@debian.org&gt;
Mathias &lt;mathias@mwws1-manjaro.toolsdevler.net&gt;
Manuela Silva &lt;mmsrs@sky.com&gt;
+- &lt;5156411-xsmile@users.noreply.gitlab.com&gt;
Laurentiu Nicola &lt;lnicola@dend.ro&gt;
larchunix &lt;larchunix@users.noreply.github.com&gt;
larchunix &lt;larchunix+gitlab@gmail.com&gt;
@@ -239,13 +239,13 @@ Davy Defaud &lt;davy.defaud@amtrust.fr&gt;
David Tomaschik &lt;david@systemoverlord.com&gt;
daper &lt;david@daper.email&gt;
Christopher Rawlings &lt;chris.rawlings+git@gmail.com&gt;
+Christian Hesse &lt;mail@eworm.de&gt;
changlianzhi &lt;changlianzhi@uniontech.com&gt;
ButterflyOfFire &lt;ButterflyOfFire@protonmail.com&gt;
Ben Kohler &lt;bkohler@gmail.com&gt;
Benjamin Podszun &lt;benjamin.podszun@gmail.com&gt;
Barbul Gergő &lt;barbul.gergo@stud.u-szeged.hu&gt;
Balázs Meskó &lt;meskobalazs@gmail.com&gt;
-Antonore Gatta &lt;antenore@simbiosi.org&gt;
Andrey &lt;gankov@opensuse.org&gt;
Andrey Gankov &lt;gankov@opensuse.org&gt;
Andrew Gunnerson &lt;andrew.gunnerson@us.ibm.com&gt;
diff --git a/data/ui/remmina_main.glade b/data/ui/remmina_main.glade
index d88f1dcdb..25da9a1ac 100644
--- a/data/ui/remmina_main.glade
+++ b/data/ui/remmina_main.glade
@@ -2,7 +2,7 @@
<!-- Generated with glade 3.38.2
Remmina - The GTK+ Remmina Remote Desktop Client
-Copyright © 2014-2021 Antenore Gatta, Giovanni Panozzo
+Copyright © 2014-2022 Antenore Gatta, Giovanni Panozzo
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff --git a/data/ui/remmina_search.glade b/data/ui/remmina_search.glade
index f15859ad8..84e76734d 100644
--- a/data/ui/remmina_search.glade
+++ b/data/ui/remmina_search.glade
@@ -2,7 +2,7 @@
<!-- Generated with glade 3.22.2
-
-Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -24,7 +24,7 @@ Author: Antenore Gatta
<interface>
<requires lib="gtk+" version="3.18"/>
<!-- interface-license-type gplv2 -->
- <!-- interface-copyright 2016-2021 Antenore Gatta, Giovanni Panozzo -->
+ <!-- interface-copyright 2016-2022 Antenore Gatta, Giovanni Panozzo -->
<!-- interface-authors Antenore Gatta -->
<object class="GtkWindow" id="RemminaSearchWidget">
<property name="can_focus">False</property>
diff --git a/data/ui/remmina_search_popover.glade b/data/ui/remmina_search_popover.glade
index 1a4583d58..646af6299 100644
--- a/data/ui/remmina_search_popover.glade
+++ b/data/ui/remmina_search_popover.glade
@@ -2,7 +2,7 @@
<!-- Generated with glade 3.22.2
-
-Copyright © 2014-2021 Antenore Gatta, Giovanni Panozzo
+Copyright © 2014-2022 Antenore Gatta, Giovanni Panozzo
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff --git a/data/ui/remmina_unlock.glade b/data/ui/remmina_unlock.glade
index f6c1389b7..776e1f59d 100644
--- a/data/ui/remmina_unlock.glade
+++ b/data/ui/remmina_unlock.glade
@@ -2,7 +2,7 @@
<!-- Generated with glade 3.22.1
-
-Copyright © 2014-2021 Antenore Gatta, Giovanni Panozzo
+Copyright © 2014-2022 Antenore Gatta, Giovanni Panozzo
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt
index 93b98c23f..0fb941fce 100644
--- a/plugins/CMakeLists.txt
+++ b/plugins/CMakeLists.txt
@@ -2,7 +2,7 @@
#
# Copyright (C) 2011 Marc-Andre Moreau
# Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
-# Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+# Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
#
# This program is free 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/common/remmina_plugin.h b/plugins/common/remmina_plugin.h
index 67d91db79..58789b4a8 100644
--- a/plugins/common/remmina_plugin.h
+++ b/plugins/common/remmina_plugin.h
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2010 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free 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/exec/CMakeLists.txt b/plugins/exec/CMakeLists.txt
index 3673e00e5..62ad0c073 100644
--- a/plugins/exec/CMakeLists.txt
+++ b/plugins/exec/CMakeLists.txt
@@ -1,7 +1,7 @@
# remmina-plugin-tool_hello_world - The GTK+ Remote Desktop Client
#
# Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
-# Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+# Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
#
# This program is free 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/exec/exec_plugin.c b/plugins/exec/exec_plugin.c
index 70b3653b9..8a3d529f7 100644
--- a/plugins/exec/exec_plugin.c
+++ b/plugins/exec/exec_plugin.c
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2017-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2017-2022 Antenore Gatta, Giovanni Panozzo
*
* Initially based on the plugin "Remmina Plugin EXEC", created and written by
* Fabio Castelli (Muflone) <muflone@vbsimple.net>.
diff --git a/plugins/exec/exec_plugin_config.h b/plugins/exec/exec_plugin_config.h
index bdba2ca8c..75549e82d 100644
--- a/plugins/exec/exec_plugin_config.h
+++ b/plugins/exec/exec_plugin_config.h
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* Initially based on the plugin "Remmina Plugin EXEC", created and written by
* Fabio Castelli (Muflone) <muflone@vbsimple.net>.
diff --git a/plugins/gvnc/CMakeLists.txt b/plugins/gvnc/CMakeLists.txt
index d5e3f6909..f99922aa2 100644
--- a/plugins/gvnc/CMakeLists.txt
+++ b/plugins/gvnc/CMakeLists.txt
@@ -1,6 +1,6 @@
# remmina-plugin-gvnc - The GTK+ Remote Desktop Client
#
-# Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+# Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
#
# This program is free 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/gvnc/gvnc_plugin.c b/plugins/gvnc/gvnc_plugin.c
index 5e1a1dd72..23567926b 100644
--- a/plugins/gvnc/gvnc_plugin.c
+++ b/plugins/gvnc/gvnc_plugin.c
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free 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/gvnc/gvnc_plugin.h b/plugins/gvnc/gvnc_plugin.h
index 69a6b6d01..c32003dbd 100644
--- a/plugins/gvnc/gvnc_plugin.h
+++ b/plugins/gvnc/gvnc_plugin.h
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free 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/gvnc/gvnc_plugin_config.h b/plugins/gvnc/gvnc_plugin_config.h
index 0a06a7c52..f49dfcba7 100644
--- a/plugins/gvnc/gvnc_plugin_config.h
+++ b/plugins/gvnc/gvnc_plugin_config.h
@@ -1,7 +1,7 @@
/*
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free 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/kwallet/CMakeLists.txt b/plugins/kwallet/CMakeLists.txt
index d1c1f0ba3..c42a67b65 100644
--- a/plugins/kwallet/CMakeLists.txt
+++ b/plugins/kwallet/CMakeLists.txt
@@ -1,6 +1,6 @@
# remmina-plugin-www - The GTK+ Remote Desktop Client
#
-# Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+# Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
#
# This program is free 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/kwallet/src/kwallet_plugin.h b/plugins/kwallet/src/kwallet_plugin.h
index 261e9d82e..9465d6b7f 100644
--- a/plugins/kwallet/src/kwallet_plugin.h
+++ b/plugins/kwallet/src/kwallet_plugin.h
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free 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/kwallet/src/kwallet_plugin_main.c b/plugins/kwallet/src/kwallet_plugin_main.c
index 134a0c6e5..5b7c593cc 100644
--- a/plugins/kwallet/src/kwallet_plugin_main.c
+++ b/plugins/kwallet/src/kwallet_plugin_main.c
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free 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/rdp/CMakeLists.txt b/plugins/rdp/CMakeLists.txt
index 414a4a4fc..dcb254208 100644
--- a/plugins/rdp/CMakeLists.txt
+++ b/plugins/rdp/CMakeLists.txt
@@ -2,7 +2,7 @@
#
# Copyright (C) 2011 Marc-Andre Moreau
# Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
-# Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+# Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
#
# This program is free 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/rdp/rdp_channels.c b/plugins/rdp/rdp_channels.c
index a69ab39f8..96dd0f540 100644
--- a/plugins/rdp/rdp_channels.c
+++ b/plugins/rdp/rdp_channels.c
@@ -1,7 +1,7 @@
/*
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2012-2012 Jean-Louis Dupond
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free 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/rdp/rdp_channels.h b/plugins/rdp/rdp_channels.h
index 66255bd66..8d5a62780 100644
--- a/plugins/rdp/rdp_channels.h
+++ b/plugins/rdp/rdp_channels.h
@@ -1,7 +1,7 @@
/*
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2012-2012 Jean-Louis Dupond
- * Copyright (C) 2017-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2017-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free 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/rdp/rdp_cliprdr.c b/plugins/rdp/rdp_cliprdr.c
index 0cd22350a..ad7695fc1 100644
--- a/plugins/rdp/rdp_cliprdr.c
+++ b/plugins/rdp/rdp_cliprdr.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2012-2012 Jean-Louis Dupond
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free 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/rdp/rdp_cliprdr.h b/plugins/rdp/rdp_cliprdr.h
index a5062332c..46086e2dd 100644
--- a/plugins/rdp/rdp_cliprdr.h
+++ b/plugins/rdp/rdp_cliprdr.h
@@ -3,7 +3,7 @@
* Copyright (C) 2010-2011 Vic Lee
* Copyright (C) 2012-2012 Jean-Louis Dupond
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free 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/rdp/rdp_event.c b/plugins/rdp/rdp_event.c
index 3ef277564..91eb3a6a2 100644
--- a/plugins/rdp/rdp_event.c
+++ b/plugins/rdp/rdp_event.c
@@ -4,7 +4,7 @@
* Copyright (C) 2010-2011 Vic Lee
* Copyright (C) 2011 Marc-Andre Moreau <marcandre.moreau@gmail.com>
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free 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/rdp/rdp_event.h b/plugins/rdp/rdp_event.h
index 8f310b91a..0a3005e0c 100644
--- a/plugins/rdp/rdp_event.h
+++ b/plugins/rdp/rdp_event.h
@@ -1,7 +1,7 @@
/*
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2010-2011 Vic Lee
- * Copyright (C) 2017-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2017-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free 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/rdp/rdp_file.c b/plugins/rdp/rdp_file.c
index 275b084d2..e86740df0 100644
--- a/plugins/rdp/rdp_file.c
+++ b/plugins/rdp/rdp_file.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2010-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free 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/rdp/rdp_file.h b/plugins/rdp/rdp_file.h
index 2d90ad2e9..795da65ba 100644
--- a/plugins/rdp/rdp_file.h
+++ b/plugins/rdp/rdp_file.h
@@ -1,7 +1,7 @@
/*
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2010-2011 Vic Lee
- * Copyright (C) 2017-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2017-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free 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/rdp/rdp_graphics.c b/plugins/rdp/rdp_graphics.c
index ddc58cfd1..0b5e3685b 100644
--- a/plugins/rdp/rdp_graphics.c
+++ b/plugins/rdp/rdp_graphics.c
@@ -4,7 +4,7 @@
* Copyright (C) 2010-2011 Vic Lee
* Copyright (C) 2011 Marc-Andre Moreau <marcandre.moreau@gmail.com>
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free 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/rdp/rdp_graphics.h b/plugins/rdp/rdp_graphics.h
index 0e5802e8b..8572e8820 100644
--- a/plugins/rdp/rdp_graphics.h
+++ b/plugins/rdp/rdp_graphics.h
@@ -1,7 +1,7 @@
/*
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2010-2011 Vic Lee
- * Copyright (C) 2017-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2017-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free 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/rdp/rdp_plugin.c b/plugins/rdp/rdp_plugin.c
index b83099df5..6cadfae5c 100644
--- a/plugins/rdp/rdp_plugin.c
+++ b/plugins/rdp/rdp_plugin.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2010-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free 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/rdp/rdp_plugin.h b/plugins/rdp/rdp_plugin.h
index 966455672..9702bafce 100644
--- a/plugins/rdp/rdp_plugin.h
+++ b/plugins/rdp/rdp_plugin.h
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2010-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free 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/rdp/rdp_settings.c b/plugins/rdp/rdp_settings.c
index fb1f570bc..41b3cc105 100644
--- a/plugins/rdp/rdp_settings.c
+++ b/plugins/rdp/rdp_settings.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2010-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free 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/rdp/rdp_settings.h b/plugins/rdp/rdp_settings.h
index 313e5dec1..93e388238 100644
--- a/plugins/rdp/rdp_settings.h
+++ b/plugins/rdp/rdp_settings.h
@@ -1,7 +1,7 @@
/*
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2010-2011 Vic Lee
- * Copyright (C) 2017-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2017-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free 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/secret/CMakeLists.txt b/plugins/secret/CMakeLists.txt
index 5f8e0a62a..7b292eeb2 100644
--- a/plugins/secret/CMakeLists.txt
+++ b/plugins/secret/CMakeLists.txt
@@ -1,7 +1,7 @@
# remmina-plugin-secret - The GTK+ Remote Desktop Client
#
# Copyright (C) 2011 Marc-Andre Moreau
-# Copyright (C) 2014-2021 Antenore Gatta, Giovanni Panozzo
+# Copyright (C) 2014-2022 Antenore Gatta, Giovanni Panozzo
#
# This program is free 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/secret/src/glibsecret_plugin.h b/plugins/secret/src/glibsecret_plugin.h
index 8671166b6..7d9f7c7cc 100644
--- a/plugins/secret/src/glibsecret_plugin.h
+++ b/plugins/secret/src/glibsecret_plugin.h
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2015-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2015-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free 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/telepathy/CMakeLists.txt b/plugins/telepathy/CMakeLists.txt
index 867de986d..22aafba03 100644
--- a/plugins/telepathy/CMakeLists.txt
+++ b/plugins/telepathy/CMakeLists.txt
@@ -1,7 +1,7 @@
# remmina-plugin-telepathy - The GTK+ Remote Desktop Client
#
# Copyright (C) 2011 Marc-Andre Moreau
-# Copyright (C) 2014-2021 Antenore Gatta, Giovanni Panozzo
+# Copyright (C) 2014-2022 Antenore Gatta, Giovanni Panozzo
#
# This program is free 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/telepathy/telepathy_channel_handler.c b/plugins/telepathy/telepathy_channel_handler.c
index 07ac7ab23..9989c1b4d 100644
--- a/plugins/telepathy/telepathy_channel_handler.c
+++ b/plugins/telepathy/telepathy_channel_handler.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2010 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free 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/telepathy/telepathy_channel_handler.h b/plugins/telepathy/telepathy_channel_handler.h
index 5369a1c92..c0a197be6 100644
--- a/plugins/telepathy/telepathy_channel_handler.h
+++ b/plugins/telepathy/telepathy_channel_handler.h
@@ -1,7 +1,7 @@
/*
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2010 Vic Lee
- * Copyright (C) 2017-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2017-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free 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/telepathy/telepathy_handler.c b/plugins/telepathy/telepathy_handler.c
index 527f1669d..85aa90443 100644
--- a/plugins/telepathy/telepathy_handler.c
+++ b/plugins/telepathy/telepathy_handler.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2010 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free 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/telepathy/telepathy_handler.h b/plugins/telepathy/telepathy_handler.h
index 0e39ee911..7321739e2 100644
--- a/plugins/telepathy/telepathy_handler.h
+++ b/plugins/telepathy/telepathy_handler.h
@@ -1,7 +1,7 @@
/*
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2010 Vic Lee
- * Copyright (C) 2017-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2017-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free 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/telepathy/telepathy_plugin.c b/plugins/telepathy/telepathy_plugin.c
index 1feda76ea..ee85cd494 100644
--- a/plugins/telepathy/telepathy_plugin.c
+++ b/plugins/telepathy/telepathy_plugin.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2010 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free 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/tool_hello_world/CMakeLists.txt b/plugins/tool_hello_world/CMakeLists.txt
index 354cb43b9..a826a0052 100644
--- a/plugins/tool_hello_world/CMakeLists.txt
+++ b/plugins/tool_hello_world/CMakeLists.txt
@@ -1,7 +1,7 @@
# remmina-plugin-tool_hello_world - The GTK+ Remote Desktop Client
#
# Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
-# Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+# Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
#
# This program is free 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/tool_hello_world/plugin.c b/plugins/tool_hello_world/plugin.c
index 793d2d8b3..a7a15a355 100644
--- a/plugins/tool_hello_world/plugin.c
+++ b/plugins/tool_hello_world/plugin.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2010 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free 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/tool_hello_world/plugin_config.h b/plugins/tool_hello_world/plugin_config.h
index e648049d7..662ea7a81 100644
--- a/plugins/tool_hello_world/plugin_config.h
+++ b/plugins/tool_hello_world/plugin_config.h
@@ -1,7 +1,7 @@
/*
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free 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/vnc/CMakeLists.txt b/plugins/vnc/CMakeLists.txt
index 220bfbe06..ec7857972 100644
--- a/plugins/vnc/CMakeLists.txt
+++ b/plugins/vnc/CMakeLists.txt
@@ -1,7 +1,7 @@
# remmina-plugin-vnc - The GTK+ Remote Desktop Client
#
# Copyright (C) 2011 Marc-Andre Moreau
-# Copyright (C) 2014-2021 Antenore Gatta, Giovanni Panozzo
+# Copyright (C) 2014-2022 Antenore Gatta, Giovanni Panozzo
#
# This program is free 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/vnc/vnc_plugin.c b/plugins/vnc/vnc_plugin.c
index a1727ca64..54a1e77d1 100644
--- a/plugins/vnc/vnc_plugin.c
+++ b/plugins/vnc/vnc_plugin.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2010-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free 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/vnc/vnc_plugin.h b/plugins/vnc/vnc_plugin.h
index 78607d1eb..bc2aceaa2 100644
--- a/plugins/vnc/vnc_plugin.h
+++ b/plugins/vnc/vnc_plugin.h
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free 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/www/CMakeLists.txt b/plugins/www/CMakeLists.txt
index 6884f7664..97d446a24 100644
--- a/plugins/www/CMakeLists.txt
+++ b/plugins/www/CMakeLists.txt
@@ -1,6 +1,6 @@
# remmina-plugin-www - The GTK+ Remote Desktop Client
#
-# Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+# Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
#
# This program is free 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/www/www_config.h b/plugins/www/www_config.h
index d09cf70c4..5532f6b56 100644
--- a/plugins/www/www_config.h
+++ b/plugins/www/www_config.h
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* Initially based on the plugin "Remmina Plugin EXEC", created and written by
* Fabio Castelli (Muflone) <muflone@vbsimple.net>.
diff --git a/plugins/www/www_plugin.c b/plugins/www/www_plugin.c
index 4ddea860d..973072d2c 100644
--- a/plugins/www/www_plugin.c
+++ b/plugins/www/www_plugin.c
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free 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/www/www_plugin.h b/plugins/www/www_plugin.h
index 2e7d3e7da..0a06d290e 100644
--- a/plugins/www/www_plugin.h
+++ b/plugins/www/www_plugin.h
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free 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/www/www_utils.c b/plugins/www/www_utils.c
index b457fea38..a3e3951af 100644
--- a/plugins/www/www_utils.c
+++ b/plugins/www/www_utils.c
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free 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/www/www_utils.h b/plugins/www/www_utils.h
index d2dc00dcf..311324cdd 100644
--- a/plugins/www/www_utils.h
+++ b/plugins/www/www_utils.h
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
index 02e159a23..dd79a0789 100644
--- a/po/CMakeLists.txt
+++ b/po/CMakeLists.txt
@@ -1,7 +1,7 @@
# po/remmina - The GTK+ Remote Desktop Client
#
# Copyright (C) 2011 Marc-Andre Moreau
-# Copyright (C) 2014-2021 Antenore Gatta, Giovanni Panozzo
+# Copyright (C) 2014-2022 Antenore Gatta, Giovanni Panozzo
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/po/remmina.pot b/po/remmina.pot
index e19274117..340e97c7d 100644
--- a/po/remmina.pot
+++ b/po/remmina.pot
@@ -6,7 +6,7 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Remmina v1.4.22\n"
+"Project-Id-Version: Remmina v1.4.23\n"
"Report-Msgid-Bugs-To: l10n@lists.remmina.org\n"
"POT-Creation-Date: 2021-12-17 15:48+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
diff --git a/scripts/update-translations.sh b/scripts/update-translations.sh
index 52c2a1b25..b64356f11 100755
--- a/scripts/update-translations.sh
+++ b/scripts/update-translations.sh
@@ -2,7 +2,7 @@
# --------------------------------------------------------------------------
# Remmina - The GTK+ Remote Desktop Client
-# Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+# Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 779211728..e85f252d7 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -2,7 +2,7 @@
#
# Copyright (C) 2011 Marc-Andre Moreau
# Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
-# Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+# Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
diff --git a/src/external_tools/CMakeLists.txt b/src/external_tools/CMakeLists.txt
index 3737400bf..d8e72544d 100644
--- a/src/external_tools/CMakeLists.txt
+++ b/src/external_tools/CMakeLists.txt
@@ -1,7 +1,7 @@
# desktop/remmina - The GTK+ Remote Desktop Client
#
# Copyright (C) 2011 Marc-Andre Moreau
-# Copyright (C) 2014-2021 Antenore Gatta, Giovanni Panozzo
+# Copyright (C) 2014-2022 Antenore Gatta, Giovanni Panozzo
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/src/include/remmina/plugin.h b/src/include/remmina/plugin.h
index 23bf2c189..a05114671 100644
--- a/src/include/remmina/plugin.h
+++ b/src/include/remmina/plugin.h
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2010-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/include/remmina/remmina_trace_calls.h b/src/include/remmina/remmina_trace_calls.h
index 02edf6791..a7c1ed2c2 100644
--- a/src/include/remmina/remmina_trace_calls.h
+++ b/src/include/remmina/remmina_trace_calls.h
@@ -1,7 +1,7 @@
/*
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/include/remmina/types.h b/src/include/remmina/types.h
index 6ee0deed0..3f27691a8 100644
--- a/src/include/remmina/types.h
+++ b/src/include/remmina/types.h
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2010 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/pygobject.h b/src/pygobject.h
index fd3277214..627a030be 100644
--- a/src/pygobject.h
+++ b/src/pygobject.h
@@ -1,7 +1,7 @@
/* -*- Mode: C; c-basic-offset: 4 -*- */
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/rcw.c b/src/rcw.c
index 70e99fc95..a7b017d80 100644
--- a/src/rcw.c
+++ b/src/rcw.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/rcw.h b/src/rcw.h
index d2fecfa41..83fdfeeee 100644
--- a/src/rcw.h
+++ b/src/rcw.h
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009 - Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina.c b/src/remmina.c
index d2b987d2d..3d390de32 100644
--- a/src/remmina.c
+++ b/src/remmina.c
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK Remote Desktop Client
- * Copyright (C) 2014-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2014-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina.h b/src/remmina.h
index 5704c9730..79ceb5fa3 100644
--- a/src/remmina.h
+++ b/src/remmina.h
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2014-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2014-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_about.c b/src/remmina_about.c
index f1ae46a74..2a3dbe09b 100644
--- a/src/remmina_about.c
+++ b/src/remmina_about.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_about.h b/src/remmina_about.h
index 7ae399a09..6b8b24e47 100644
--- a/src/remmina_about.h
+++ b/src/remmina_about.h
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_applet_menu.c b/src/remmina_applet_menu.c
index 59123dfd5..c25c66217 100644
--- a/src/remmina_applet_menu.c
+++ b/src/remmina_applet_menu.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2010 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_applet_menu.h b/src/remmina_applet_menu.h
index 73eadf454..b7e950bf5 100644
--- a/src/remmina_applet_menu.h
+++ b/src/remmina_applet_menu.h
@@ -1,7 +1,7 @@
/*
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2010 Vic Lee
- * Copyright (C) 2017-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2017-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_applet_menu_item.c b/src/remmina_applet_menu_item.c
index 2110f32fc..a264be94b 100644
--- a/src/remmina_applet_menu_item.c
+++ b/src/remmina_applet_menu_item.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2010 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_applet_menu_item.h b/src/remmina_applet_menu_item.h
index c00800444..a885116fd 100644
--- a/src/remmina_applet_menu_item.h
+++ b/src/remmina_applet_menu_item.h
@@ -1,7 +1,7 @@
/*
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2010 Vic Lee
- * Copyright (C) 2017-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2017-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_avahi.c b/src/remmina_avahi.c
index 8ce98c8f9..7ab2e0edd 100644
--- a/src/remmina_avahi.c
+++ b/src/remmina_avahi.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2010 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_avahi.h b/src/remmina_avahi.h
index 5d62692be..2f7bad567 100644
--- a/src/remmina_avahi.h
+++ b/src/remmina_avahi.h
@@ -1,7 +1,7 @@
/*
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2010 Vic Lee
- * Copyright (C) 2017-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2017-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_chat_window.c b/src/remmina_chat_window.c
index c77bf3dbc..f41496a0a 100644
--- a/src/remmina_chat_window.c
+++ b/src/remmina_chat_window.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009 - Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_chat_window.h b/src/remmina_chat_window.h
index a115f2cda..69931f0f9 100644
--- a/src/remmina_chat_window.h
+++ b/src/remmina_chat_window.h
@@ -1,7 +1,7 @@
/*
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009 - Vic Lee
- * Copyright (C) 2017-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2017-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_crypt.c b/src/remmina_crypt.c
index 2a2a814a5..0c9e02551 100644
--- a/src/remmina_crypt.c
+++ b/src/remmina_crypt.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009 - Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_crypt.h b/src/remmina_crypt.h
index 469a98fbe..b8e87859d 100644
--- a/src/remmina_crypt.h
+++ b/src/remmina_crypt.h
@@ -1,7 +1,7 @@
/*
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009 - Vic Lee
- * Copyright (C) 2017-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2017-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_exec.c b/src/remmina_exec.c
index b3140a66f..6b2d1ede5 100644
--- a/src/remmina_exec.c
+++ b/src/remmina_exec.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2010 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_exec.h b/src/remmina_exec.h
index 7ff507116..55aec8ef3 100644
--- a/src/remmina_exec.h
+++ b/src/remmina_exec.h
@@ -1,7 +1,7 @@
/*
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2010 Vic Lee
- * Copyright (C) 2017-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2017-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_ext_exec.c b/src/remmina_ext_exec.c
index bc63ec8d0..7f45ec64f 100644
--- a/src/remmina_ext_exec.c
+++ b/src/remmina_ext_exec.c
@@ -1,7 +1,7 @@
/*
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2010 Vic Lee
- * Copyright (C) 2014-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2014-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_ext_exec.h b/src/remmina_ext_exec.h
index 4c9242523..38c926fdc 100644
--- a/src/remmina_ext_exec.h
+++ b/src/remmina_ext_exec.h
@@ -1,7 +1,7 @@
/*
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2010 Vic Lee
- * Copyright (C) 2014-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2014-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_external_tools.h b/src/remmina_external_tools.h
index f82524509..f6d78707a 100644
--- a/src/remmina_external_tools.h
+++ b/src/remmina_external_tools.h
@@ -1,7 +1,7 @@
/*
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009 - Vic Lee
- * Copyright (C) 2017-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2017-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_file.c b/src/remmina_file.c
index 4d86e919e..be8864833 100644
--- a/src/remmina_file.c
+++ b/src/remmina_file.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_file.h b/src/remmina_file.h
index ee3eb51b4..3b3de7266 100644
--- a/src/remmina_file.h
+++ b/src/remmina_file.h
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_file_editor.c b/src/remmina_file_editor.c
index 9d2ff87e2..c616fd36d 100644
--- a/src/remmina_file_editor.c
+++ b/src/remmina_file_editor.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_file_editor.h b/src/remmina_file_editor.h
index 98016b256..8ebe327c8 100644
--- a/src/remmina_file_editor.h
+++ b/src/remmina_file_editor.h
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_file_manager.c b/src/remmina_file_manager.c
index e98b241bd..0c87d6a97 100644
--- a/src/remmina_file_manager.c
+++ b/src/remmina_file_manager.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2010 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_file_manager.h b/src/remmina_file_manager.h
index a348edb4f..5cd5ab9ea 100644
--- a/src/remmina_file_manager.h
+++ b/src/remmina_file_manager.h
@@ -1,7 +1,7 @@
/*
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2010 Vic Lee
- * Copyright (C) 2017-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2017-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_ftp_client.c b/src/remmina_ftp_client.c
index 2b74b57e7..4466b356f 100644
--- a/src/remmina_ftp_client.c
+++ b/src/remmina_ftp_client.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_ftp_client.h b/src/remmina_ftp_client.h
index b5bdc3fef..5c1b688d1 100644
--- a/src/remmina_ftp_client.h
+++ b/src/remmina_ftp_client.h
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2010 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_icon.c b/src/remmina_icon.c
index a516584c5..5c7f8c94c 100644
--- a/src/remmina_icon.c
+++ b/src/remmina_icon.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2010 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_icon.h b/src/remmina_icon.h
index 90ee6644e..a2fc4c751 100644
--- a/src/remmina_icon.h
+++ b/src/remmina_icon.h
@@ -1,7 +1,7 @@
/*
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2010 Vic Lee
- * Copyright (C) 2017-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2017-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_key_chooser.c b/src/remmina_key_chooser.c
index 9113189db..b49261481 100644
--- a/src/remmina_key_chooser.c
+++ b/src/remmina_key_chooser.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2010 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_key_chooser.h b/src/remmina_key_chooser.h
index 116cee2ba..c8e10b892 100644
--- a/src/remmina_key_chooser.h
+++ b/src/remmina_key_chooser.h
@@ -1,7 +1,7 @@
/*
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2010 Vic Lee
- * Copyright (C) 2017-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2017-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_log.c b/src/remmina_log.c
index 403887cf6..5c73e2e9a 100644
--- a/src/remmina_log.c
+++ b/src/remmina_log.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2010 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_log.h b/src/remmina_log.h
index e8bab26b0..90e7bbdf4 100644
--- a/src/remmina_log.h
+++ b/src/remmina_log.h
@@ -1,7 +1,7 @@
/*
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2010 Vic Lee
- * Copyright (C) 2017-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2017-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_main.c b/src/remmina_main.c
index 8c4eca9a2..caf61b990 100644
--- a/src/remmina_main.c
+++ b/src/remmina_main.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_main.h b/src/remmina_main.h
index e4b106f01..b49844fca 100644
--- a/src/remmina_main.h
+++ b/src/remmina_main.h
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_marshals.c b/src/remmina_marshals.c
index 42fe6b272..cc1b522cd 100644
--- a/src/remmina_marshals.c
+++ b/src/remmina_marshals.c
@@ -3,7 +3,7 @@
* Copyright (C) 2009-2011 Vic Lee
* Copyright (C) 2011 Marc-Andre Moreau
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_marshals.h b/src/remmina_marshals.h
index 33d398322..c511cd584 100644
--- a/src/remmina_marshals.h
+++ b/src/remmina_marshals.h
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_masterthread_exec.c b/src/remmina_masterthread_exec.c
index 36de9266e..fd027fccf 100644
--- a/src/remmina_masterthread_exec.c
+++ b/src/remmina_masterthread_exec.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_masterthread_exec.h b/src/remmina_masterthread_exec.h
index 63eb06e08..00eb32b71 100644
--- a/src/remmina_masterthread_exec.h
+++ b/src/remmina_masterthread_exec.h
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_message_panel.c b/src/remmina_message_panel.c
index d96655cdc..5d4f801bb 100644
--- a/src/remmina_message_panel.c
+++ b/src/remmina_message_panel.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_message_panel.h b/src/remmina_message_panel.h
index f91635913..87838c8f0 100644
--- a/src/remmina_message_panel.h
+++ b/src/remmina_message_panel.h
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_monitor.c b/src/remmina_monitor.c
index 9a82a8e18..6ea00e700 100644
--- a/src/remmina_monitor.c
+++ b/src/remmina_monitor.c
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2016-2021 Antenore Gatta
+ * Copyright (C) 2016-2022 Antenore Gatta
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_monitor.h b/src/remmina_monitor.h
index 4c8e0dc14..fc6d3cfd2 100644
--- a/src/remmina_monitor.h
+++ b/src/remmina_monitor.h
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2016-2021 Antenore Gatta
+ * Copyright (C) 2016-2022 Antenore Gatta
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_mpchange.c b/src/remmina_mpchange.c
index 1ce3609fb..e05904b9e 100644
--- a/src/remmina_mpchange.c
+++ b/src/remmina_mpchange.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_mpchange.h b/src/remmina_mpchange.h
index defca5635..e148246df 100644
--- a/src/remmina_mpchange.h
+++ b/src/remmina_mpchange.h
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_plugin_manager.c b/src/remmina_plugin_manager.c
index 842b847d5..e0e5f79f3 100644
--- a/src/remmina_plugin_manager.c
+++ b/src/remmina_plugin_manager.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2010-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_plugin_manager.h b/src/remmina_plugin_manager.h
index d86c12458..8bff9804f 100644
--- a/src/remmina_plugin_manager.h
+++ b/src/remmina_plugin_manager.h
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2010 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_plugin_native.c b/src/remmina_plugin_native.c
index 34c7f7241..f2d2ba989 100644
--- a/src/remmina_plugin_native.c
+++ b/src/remmina_plugin_native.c
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_plugin_native.h b/src/remmina_plugin_native.h
index e6bf94394..7d9d8a123 100644
--- a/src/remmina_plugin_native.h
+++ b/src/remmina_plugin_native.h
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_plugin_python.c b/src/remmina_plugin_python.c
index afdad3148..eecb33f60 100644
--- a/src/remmina_plugin_python.c
+++ b/src/remmina_plugin_python.c
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2014-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2014-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_plugin_python.h b/src/remmina_plugin_python.h
index e1a06bc63..233a224ef 100644
--- a/src/remmina_plugin_python.h
+++ b/src/remmina_plugin_python.h
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2014-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2014-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_plugin_python_module.c b/src/remmina_plugin_python_module.c
index f9ca27d72..d2daf7d10 100644
--- a/src/remmina_plugin_python_module.c
+++ b/src/remmina_plugin_python_module.c
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2014-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2014-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_plugin_python_module.h b/src/remmina_plugin_python_module.h
index bf052c527..ced1a83a0 100644
--- a/src/remmina_plugin_python_module.h
+++ b/src/remmina_plugin_python_module.h
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2014-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2014-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_plugin_python_protocol_widget.c b/src/remmina_plugin_python_protocol_widget.c
index 6cb400b65..7ae208883 100644
--- a/src/remmina_plugin_python_protocol_widget.c
+++ b/src/remmina_plugin_python_protocol_widget.c
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2014-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2014-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_plugin_python_protocol_widget.h b/src/remmina_plugin_python_protocol_widget.h
index 5f45e95c8..93bd38fbb 100644
--- a/src/remmina_plugin_python_protocol_widget.h
+++ b/src/remmina_plugin_python_protocol_widget.h
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_plugin_python_remmina.c b/src/remmina_plugin_python_remmina.c
index af93fa9a3..453421605 100644
--- a/src/remmina_plugin_python_remmina.c
+++ b/src/remmina_plugin_python_remmina.c
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_plugin_python_remmina.h b/src/remmina_plugin_python_remmina.h
index bcdd08ca3..d3bfbbd7b 100644
--- a/src/remmina_plugin_python_remmina.h
+++ b/src/remmina_plugin_python_remmina.h
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2014-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2014-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_plugin_python_remmina_file.c b/src/remmina_plugin_python_remmina_file.c
index 26ea15f15..6de367818 100644
--- a/src/remmina_plugin_python_remmina_file.c
+++ b/src/remmina_plugin_python_remmina_file.c
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_plugin_python_remmina_file.h b/src/remmina_plugin_python_remmina_file.h
index 3ca1e52bc..7290364ec 100644
--- a/src/remmina_plugin_python_remmina_file.h
+++ b/src/remmina_plugin_python_remmina_file.h
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_pref.c b/src/remmina_pref.c
index c33c841d6..5d1e474d3 100644
--- a/src/remmina_pref.c
+++ b/src/remmina_pref.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_pref.h b/src/remmina_pref.h
index fe00f922c..4fe45757f 100644
--- a/src/remmina_pref.h
+++ b/src/remmina_pref.h
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_pref_dialog.c b/src/remmina_pref_dialog.c
index b2964a463..598d1a0ac 100644
--- a/src/remmina_pref_dialog.c
+++ b/src/remmina_pref_dialog.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_pref_dialog.h b/src/remmina_pref_dialog.h
index 60223cac4..7815f11f0 100644
--- a/src/remmina_pref_dialog.h
+++ b/src/remmina_pref_dialog.h
@@ -1,7 +1,7 @@
/*
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2011 Vic Lee
- * Copyright (C) 2017-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2017-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_protocol_widget.c b/src/remmina_protocol_widget.c
index 807a37cb0..7a7fbc44b 100644
--- a/src/remmina_protocol_widget.c
+++ b/src/remmina_protocol_widget.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_protocol_widget.h b/src/remmina_protocol_widget.h
index 86c8f5c71..e1a8f9987 100644
--- a/src/remmina_protocol_widget.h
+++ b/src/remmina_protocol_widget.h
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_public.c b/src/remmina_public.c
index 596281514..02ff5c7d9 100644
--- a/src/remmina_public.c
+++ b/src/remmina_public.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_public.h b/src/remmina_public.h
index c91fb324d..65c6141a2 100644
--- a/src/remmina_public.h
+++ b/src/remmina_public.h
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_scheduler.c b/src/remmina_scheduler.c
index 46404aadf..dbd58faa1 100644
--- a/src/remmina_scheduler.c
+++ b/src/remmina_scheduler.c
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_scheduler.h b/src/remmina_scheduler.h
index c5ed1c3d5..99fc2f581 100644
--- a/src/remmina_scheduler.h
+++ b/src/remmina_scheduler.h
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_scrolled_viewport.c b/src/remmina_scrolled_viewport.c
index e2bb8a46d..44056519d 100644
--- a/src/remmina_scrolled_viewport.c
+++ b/src/remmina_scrolled_viewport.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009 - Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_scrolled_viewport.h b/src/remmina_scrolled_viewport.h
index 9419ddf32..370d53b4f 100644
--- a/src/remmina_scrolled_viewport.h
+++ b/src/remmina_scrolled_viewport.h
@@ -1,7 +1,7 @@
/*
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009 - Vic Lee
- * Copyright (C) 2017-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2017-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_sftp_client.c b/src/remmina_sftp_client.c
index 6093294c1..a16e72c0a 100644
--- a/src/remmina_sftp_client.c
+++ b/src/remmina_sftp_client.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2010 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_sftp_client.h b/src/remmina_sftp_client.h
index 83d1bcce3..e86a4f679 100644
--- a/src/remmina_sftp_client.h
+++ b/src/remmina_sftp_client.h
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2010 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_sftp_plugin.c b/src/remmina_sftp_plugin.c
index 9470e9ab4..4a4fd0d98 100644
--- a/src/remmina_sftp_plugin.c
+++ b/src/remmina_sftp_plugin.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2010 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_sftp_plugin.h b/src/remmina_sftp_plugin.h
index 229cd7cea..1ed80855e 100644
--- a/src/remmina_sftp_plugin.h
+++ b/src/remmina_sftp_plugin.h
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2010 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_sodium.c b/src/remmina_sodium.c
index 1c9264a36..9e55d23c2 100644
--- a/src/remmina_sodium.c
+++ b/src/remmina_sodium.c
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_sodium.h b/src/remmina_sodium.h
index 75a3ded9d..10b092598 100644
--- a/src/remmina_sodium.h
+++ b/src/remmina_sodium.h
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2017-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2017-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_ssh.c b/src/remmina_ssh.c
index f81d448ef..39d704489 100644
--- a/src/remmina_ssh.c
+++ b/src/remmina_ssh.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_ssh.h b/src/remmina_ssh.h
index 84d75152a..9d1445ee7 100644
--- a/src/remmina_ssh.h
+++ b/src/remmina_ssh.h
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_ssh_plugin.c b/src/remmina_ssh_plugin.c
index 89447e9f7..7a9aa9e7f 100644
--- a/src/remmina_ssh_plugin.c
+++ b/src/remmina_ssh_plugin.c
@@ -3,7 +3,7 @@
*
* @copyright Copyright (C) 2010-2011 Vic Lee.
* @copyright Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo.
- * @copyright Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo.
+ * @copyright Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_ssh_plugin.h b/src/remmina_ssh_plugin.h
index ecdfc7a99..966eb74a6 100644
--- a/src/remmina_ssh_plugin.h
+++ b/src/remmina_ssh_plugin.h
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2010-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_stats.c b/src/remmina_stats.c
index fcdcefe25..e4e93d401 100644
--- a/src/remmina_stats.c
+++ b/src/remmina_stats.c
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_stats.h b/src/remmina_stats.h
index 659dc9051..0ed6477bf 100644
--- a/src/remmina_stats.h
+++ b/src/remmina_stats.h
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_string_array.c b/src/remmina_string_array.c
index fe9719d36..3932e7caa 100644
--- a/src/remmina_string_array.c
+++ b/src/remmina_string_array.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009 - Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_string_array.h b/src/remmina_string_array.h
index 744dea818..31c4f0d46 100644
--- a/src/remmina_string_array.h
+++ b/src/remmina_string_array.h
@@ -1,7 +1,7 @@
/*
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009 - Vic Lee
- * Copyright (C) 2017-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2017-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_string_list.c b/src/remmina_string_list.c
index bd92956ab..4645f7b98 100644
--- a/src/remmina_string_list.c
+++ b/src/remmina_string_list.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009 - Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_string_list.h b/src/remmina_string_list.h
index 470a51b72..1ec08ff00 100644
--- a/src/remmina_string_list.h
+++ b/src/remmina_string_list.h
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009 - Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_sysinfo.c b/src/remmina_sysinfo.c
index 05eacce6d..07a15498b 100644
--- a/src/remmina_sysinfo.c
+++ b/src/remmina_sysinfo.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2010 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_sysinfo.h b/src/remmina_sysinfo.h
index 24ca30b0b..c9daea57b 100644
--- a/src/remmina_sysinfo.h
+++ b/src/remmina_sysinfo.h
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_unlock.c b/src/remmina_unlock.c
index 30e60ba79..21114a9fb 100644
--- a/src/remmina_unlock.c
+++ b/src/remmina_unlock.c
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_unlock.h b/src/remmina_unlock.h
index 70ff0fcaa..771e5c10e 100644
--- a/src/remmina_unlock.h
+++ b/src/remmina_unlock.h
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2017-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2017-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_utils.c b/src/remmina_utils.c
index 81bd1f4f2..26e5f3334 100644
--- a/src/remmina_utils.c
+++ b/src/remmina_utils.c
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_utils.h b/src/remmina_utils.h
index c261e4828..400d8f2f2 100644
--- a/src/remmina_utils.h
+++ b/src/remmina_utils.h
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_widget_pool.c b/src/remmina_widget_pool.c
index 60789b6a8..0b9828186 100644
--- a/src/remmina_widget_pool.c
+++ b/src/remmina_widget_pool.c
@@ -2,7 +2,7 @@
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009 - Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remmina_widget_pool.h b/src/remmina_widget_pool.h
index 6688414b5..33cb8031a 100644
--- a/src/remmina_widget_pool.h
+++ b/src/remmina_widget_pool.h
@@ -1,7 +1,7 @@
/*
* Remmina - The GTK+ Remote Desktop Client
* Copyright (C) 2009 - Vic Lee
- * Copyright (C) 2017-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2017-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/rmnews.c b/src/rmnews.c
index b02d4d32b..a84532eb1 100644
--- a/src/rmnews.c
+++ b/src/rmnews.c
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/rmnews.h b/src/rmnews.h
index bf7e1f184..32d3dba58 100644
--- a/src/rmnews.h
+++ b/src/rmnews.h
@@ -1,6 +1,6 @@
/*
* Remmina - The GTK+ Remote Desktop Client
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by