diff --git a/src/about.c b/src/about.c
index 1ce92f6765cb087d448bc155fe8ae28127e8faaa..557ea99025dbc9aabed6dd8ce26580bb88619c54 100644
--- a/src/about.c
+++ b/src/about.c
@@ -14,7 +14,7 @@
  * You should have received a copy of the GNU General Public License
  * along with YAD. If not, see <http://www.gnu.org/licenses/>.
  *
- * Copyright (C) 2008-2021, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2022, Victor Ananjevsky <victor@sanana.kiev.ua>
  */
 
 #include "yad.h"
@@ -92,7 +92,7 @@ yad_about (void)
   GtkWidget *dialog;
 
   const gchar *const authors[] = {
-    "Victor Ananjevsky <ananasik@gmail.com>",
+    "Victor Ananjevsky <victor@sanana.kiev.ua>",
     NULL
   };
   const gchar *translators = N_("translator-credits");
@@ -143,7 +143,7 @@ yad_about (void)
       g_object_set (G_OBJECT (dialog),
                     "name", PACKAGE_NAME,
                     "version", PACKAGE_VERSION,
-                    "copyright", "Copyright \xc2\xa9 2008-2021, Victor Ananjevsky <ananasik@gmail.com>",
+                    "copyright", "Copyright \xc2\xa9 2008-2022, Victor Ananjevsky <victor@sanana.kiev.ua>",
                     "comments", comments,
                     "authors", authors,
                     "website", PACKAGE_URL,
diff --git a/src/app.c b/src/app.c
index 1541cb4bed4f8670988947abbc52b5897743341b..02c0c1282b3834231bfe3cfe1a2baa4bef325769 100644
--- a/src/app.c
+++ b/src/app.c
@@ -14,7 +14,7 @@
  * You should have received a copy of the GNU General Public License
  * along with YAD. If not, see <http://www.gnu.org/licenses/>.
  *
- * Copyright (C) 2008-2021, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2022, Victor Ananjevsky <victor@sanana.kiev.ua>
  */
 
 #include "yad.h"
diff --git a/src/browser.c b/src/browser.c
index 9b1da7dfa126358392367909d1ae77f012ecc2d1..dd0daf498080000339a207d1b01bfc1ca63ece7b 100644
--- a/src/browser.c
+++ b/src/browser.c
@@ -14,7 +14,7 @@
  * You should have received a copy of the GNU General Public License
  * along with YAD. If not, see <http://www.gnu.org/licenses/>.
  *
- * Copyright (C) 2010-2021, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2010-2022, Victor Ananjevsky <victor@sanana.kiev.ua>
  */
 
 #include <config.h>
diff --git a/src/calendar.c b/src/calendar.c
index 154b6f20707753885e0b3562ae09b5b0587dba33..a6ce665b2b480aabc2b89bb79deb0a2d3f456e9d 100644
--- a/src/calendar.c
+++ b/src/calendar.c
@@ -14,7 +14,7 @@
  * You should have received a copy of the GNU General Public License
  * along with YAD. If not, see <http://www.gnu.org/licenses/>.
  *
- * Copyright (C) 2008-2021, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2022, Victor Ananjevsky <victor@sanana.kiev.ua>
  */
 
 #include <errno.h>
diff --git a/src/color.c b/src/color.c
index 641c070f70da3f4d8db568f0ca2d93e5f0ff9976..9ca9d9c137cd6ce07f8c2b92a728261850a1f0e3 100644
--- a/src/color.c
+++ b/src/color.c
@@ -14,7 +14,7 @@
  * You should have received a copy of the GNU General Public License
  * along with YAD. If not, see <http://www.gnu.org/licenses/>.
  *
- * Copyright (C) 2008-2021, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2022, Victor Ananjevsky <victor@sanana.kiev.ua>
  */
 
 #include <errno.h>
diff --git a/src/cpicker.c b/src/cpicker.c
index 79cf4bf3ddb796c5e15aa90b283c20166195cf37..52b94df728931f62d604d38031d69872878770db 100644
--- a/src/cpicker.c
+++ b/src/cpicker.c
@@ -15,7 +15,7 @@
  * You should have received a copy of the GNU General Public License
  * along with YAD. If not, see <http://www.gnu.org/licenses/>.
  *
- * Copyright (C) 2020-2022, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2020-2022, Victor Ananjevsky <victor@sanana.kiev.ua>
  */
 
 /* This code getted from deprecated GtkColorSelection widget (gtk+-3.24.33) */
diff --git a/src/dnd.c b/src/dnd.c
index 6ed6a6b689605e53d015764f74ce7e4474348425..a83f18e08462e8e5856f30823b6dae8cfaabe713 100644
--- a/src/dnd.c
+++ b/src/dnd.c
@@ -14,7 +14,7 @@
  * You should have received a copy of the GNU General Public License
  * along with YAD. If not, see <http://www.gnu.org/licenses/>.
  *
- * Copyright (C) 2008-2021, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2022, Victor Ananjevsky <victor@sanana.kiev.ua>
  */
 
 #include "yad.h"
diff --git a/src/entry.c b/src/entry.c
index 75b162dc32fb13374bee3d40acf368ed31cf596f..096ae165e904e2102552e028213f3452f1877b48 100644
--- a/src/entry.c
+++ b/src/entry.c
@@ -14,7 +14,7 @@
  * You should have received a copy of the GNU General Public License
  * along with YAD. If not, see <http://www.gnu.org/licenses/>.
  *
- * Copyright (C) 2008-2021, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2022, Victor Ananjevsky <victor@sanana.kiev.ua>
  */
 
 #include "yad.h"
diff --git a/src/file.c b/src/file.c
index c131f12b202aa61f4b928277567a980245886e9a..3ecb68dfec59320feb249d92f03453f487370377 100644
--- a/src/file.c
+++ b/src/file.c
@@ -14,7 +14,7 @@
  * You should have received a copy of the GNU General Public License
  * along with YAD. If not, see <http://www.gnu.org/licenses/>.
  *
- * Copyright (C) 2008-2021, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2022, Victor Ananjevsky <victor@sanana.kiev.ua>
  */
 
 #include "yad.h"
diff --git a/src/font.c b/src/font.c
index eaa2c432f3f5b62e95c8c3ae07bb198749b7d570..d53af163b8bb056dd4e20eee6c887e74ad2568f3 100644
--- a/src/font.c
+++ b/src/font.c
@@ -14,7 +14,7 @@
  * You should have received a copy of the GNU General Public License
  * along with YAD. If not, see <http://www.gnu.org/licenses/>.
  *
- * Copyright (C) 2008-2021, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2022, Victor Ananjevsky <victor@sanana.kiev.ua>
  */
 
 #include "yad.h"
diff --git a/src/form.c b/src/form.c
index 7be8c7ac5e64286262d153f60f259fceb5100aa3..035580159ae261d4dba5dedb9d029bfa4859126a 100644
--- a/src/form.c
+++ b/src/form.c
@@ -14,7 +14,7 @@
  * You should have received a copy of the GNU General Public License
  * along with YAD. If not, see <http://www.gnu.org/licenses/>.
  *
- * Copyright (C) 2008-2020, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2020, Victor Ananjevsky <victor@sanana.kiev.ua>
  */
 
 #include <ctype.h>
diff --git a/src/html.c b/src/html.c
index 12980286b8ac76ded83ca6ec21a726e152f2c187..251aa2d2ba2ee0842fd8fbd1023ec83066d0d23f 100644
--- a/src/html.c
+++ b/src/html.c
@@ -14,7 +14,7 @@
  * You should have received a copy of the GNU General Public License
  * along with YAD. If not, see <http://www.gnu.org/licenses/>.
  *
- * Copyright (C) 2008-2021, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2022, Victor Ananjevsky <victor@sanana.kiev.ua>
  */
 
 #include <limits.h>
diff --git a/src/icons.c b/src/icons.c
index 377f3299d2dd3a724b5aaab73a7a67980bdbe40c..76f7339fed63f9f3bafdd38f6dfd76190afbb05d 100644
--- a/src/icons.c
+++ b/src/icons.c
@@ -14,7 +14,7 @@
  * You should have received a copy of the GNU General Public License
  * along with YAD. If not, see <http://www.gnu.org/licenses/>.
  *
- * Copyright (C) 2008-2021, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2022, Victor Ananjevsky <victor@sanana.kiev.ua>
  */
 
 #include "yad.h"
diff --git a/src/list.c b/src/list.c
index 6488015930a5d68890b267f4d3d906d31acb0f21..f15713167cc88b76fb4cac48d0c1033bbb3f2d7f 100644
--- a/src/list.c
+++ b/src/list.c
@@ -14,7 +14,7 @@
  * You should have received a copy of the GNU General Public License
  * along with YAD. If not, see <http://www.gnu.org/licenses/>.
  *
- * Copyright (C) 2008-2021, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2022, Victor Ananjevsky <victor@sanana.kiev.ua>
  */
 
 #include <string.h>
diff --git a/src/main.c b/src/main.c
index 5018ec5ba0876ccac5458047217e8acec45b52fc..6e7b32a0b2b77b1b702a854b3dd7b08577f99b47 100644
--- a/src/main.c
+++ b/src/main.c
@@ -14,7 +14,7 @@
  * You should have received a copy of the GNU General Public License
  * along with YAD. If not, see <http://www.gnu.org/licenses/>.
  *
- * Copyright (C) 2008-2021, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2022, Victor Ananjevsky <victor@sanana.kiev.ua>
  */
 
 #include <sys/types.h>
diff --git a/src/notebook.c b/src/notebook.c
index c7d0fc344d2f09707b35bc5777af7c40730e2da1..05e90e7fa4f7751c744a829af23292e531a6e162 100644
--- a/src/notebook.c
+++ b/src/notebook.c
@@ -14,7 +14,7 @@
  * You should have received a copy of the GNU General Public License
  * along with YAD. If not, see <http://www.gnu.org/licenses/>.
  *
- * Copyright (C) 2008-2021, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2022, Victor Ananjevsky <victor@sanana.kiev.ua>
  */
 
 #include <sys/types.h>
diff --git a/src/notification.c b/src/notification.c
index bb2e0b0079b72090efc7824919f2ff6e478df05b..14220d8cc776748a991ec7757da79ceb498b287a 100644
--- a/src/notification.c
+++ b/src/notification.c
@@ -14,7 +14,7 @@
  * You should have received a copy of the GNU General Public License
  * along with YAD. If not, see <http://www.gnu.org/licenses/>.
  *
- * Copyright (C) 2008-2021, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2022, Victor Ananjevsky <victor@sanana.kiev.ua>
  */
 
 #include <sys/stat.h>
diff --git a/src/option.c b/src/option.c
index 1a28cd118517dec845f6e6522cefd53a86a836e6..1777f89325f0fd87d793d487b7882b46332c5fa7 100644
--- a/src/option.c
+++ b/src/option.c
@@ -14,7 +14,7 @@
  * You should have received a copy of the GNU General Public License
  * along with YAD. If not, see <http://www.gnu.org/licenses/>.
  *
- * Copyright (C) 2008-2021, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2022, Victor Ananjevsky <victor@sanana.kiev.ua>
  */
 
 #include <stdlib.h>
diff --git a/src/paned.c b/src/paned.c
index 7de191d4e9276c86aaceb35347a25bd780535c84..1550f768d2206e3f6fefc8323758e6bcb354924c 100644
--- a/src/paned.c
+++ b/src/paned.c
@@ -14,7 +14,7 @@
  * You should have received a copy of the GNU General Public License
  * along with YAD. If not, see <http://www.gnu.org/licenses/>.
  *
- * Copyright (C) 2008-2021, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2022, Victor Ananjevsky <victor@sanana.kiev.ua>
  */
 
 #include <sys/types.h>
diff --git a/src/picture.c b/src/picture.c
index a1a5a1f09241bb8c3382e011295f32f4229ceb91..c49b7dde29bc725abde61bfc6b52a49b76a5427b 100644
--- a/src/picture.c
+++ b/src/picture.c
@@ -14,7 +14,7 @@
  * You should have received a copy of the GNU General Public License
  * along with YAD. If not, see <http://www.gnu.org/licenses/>.
  *
- * Copyright (C) 2008-2021, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2022, Victor Ananjevsky <victor@sanana.kiev.ua>
  */
 
 #include "yad.h"
diff --git a/src/print.c b/src/print.c
index 1ef72f384ad5657b080fe54cb2bddf1cc2b5dae8..99ed9a263ae30b023df9cfbe1c4c080fe1434452 100644
--- a/src/print.c
+++ b/src/print.c
@@ -14,7 +14,7 @@
  * You should have received a copy of the GNU General Public License
  * along with YAD. If not, see <http://www.gnu.org/licenses/>.
  *
- * Copyright (C) 2008-2021, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2022, Victor Ananjevsky <victor@sanana.kiev.ua>
  */
 
 #include <sys/types.h>
diff --git a/src/progress.c b/src/progress.c
index 8536c1952bdc0e8ac4758994e61016a54b7ead8f..c6bcf8b492b804139690603cd04e8c4208a7f352 100644
--- a/src/progress.c
+++ b/src/progress.c
@@ -14,7 +14,7 @@
  * You should have received a copy of the GNU General Public License
  * along with YAD. If not, see <http://www.gnu.org/licenses/>.
  *
- * Copyright (C) 2008-2021, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2022, Victor Ananjevsky <victor@sanana.kiev.ua>
  */
 
 #include <stdio.h>
diff --git a/src/scale.c b/src/scale.c
index af163ac298d4059687f86ef6dedb4e6235473c38..9ee14f78406642219f6f0ff4746763176cdd9e38 100644
--- a/src/scale.c
+++ b/src/scale.c
@@ -14,7 +14,7 @@
  * You should have received a copy of the GNU General Public License
  * along with YAD. If not, see <http://www.gnu.org/licenses/>.
  *
- * Copyright (C) 2008-2021, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2022, Victor Ananjevsky <victor@sanana.kiev.ua>
  */
 
 #include "yad.h"
diff --git a/src/tools.c b/src/tools.c
index ee0bf78f424a9fc1185c87ca01a167e0896d5874..e7d4e8c06c1f93676bdc30bd035886d5d8f07e68 100644
--- a/src/tools.c
+++ b/src/tools.c
@@ -14,7 +14,7 @@
  * You should have received a copy of the GNU General Public License
  * along with YAD. If not, see <http://www.gnu.org/licenses/>.
  *
- * Copyright (C) 2019-2021, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2019-2022, Victor Ananjevsky <victor@sanana.kiev.ua>
  */
 
 #include <config.h>
diff --git a/src/util.c b/src/util.c
index 2f5406bcfd990b535a3f0ff5095cf0bcd0541b73..e10a7bbc80b6928fd5caf2f6cd3a88c69bb3769a 100644
--- a/src/util.c
+++ b/src/util.c
@@ -14,7 +14,7 @@
  * You should have received a copy of the GNU General Public License
  * along with YAD. If not, see <http://www.gnu.org/licenses/>.
  *
- * Copyright (C) 2008-2021, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2022, Victor Ananjevsky <victor@sanana.kiev.ua>
  */
 
 #ifndef _GNU_SOURCE