From cdc809c540f80208ea7ea86fa2b9c95155a6a458 Mon Sep 17 00:00:00 2001
From: Victor Ananjevsky <victor@impulse-kiev.in.ua>
Date: Fri, 15 Feb 2019 15:58:55 +0200
Subject: [PATCH] update copyright years

---
 src/about.c          | 4 ++--
 src/browser.c        | 2 +-
 src/calendar.c       | 2 +-
 src/color.c          | 2 +-
 src/dnd.c            | 2 +-
 src/entry.c          | 2 +-
 src/file.c           | 2 +-
 src/font.c           | 2 +-
 src/form.c           | 2 +-
 src/html.c           | 2 +-
 src/icons.c          | 2 +-
 src/list.c           | 2 +-
 src/main.c           | 2 +-
 src/multi-progress.c | 2 +-
 src/notebook.c       | 2 +-
 src/notification.c   | 2 +-
 src/option.c         | 2 +-
 src/paned.c          | 2 +-
 src/picture.c        | 2 +-
 src/print.c          | 2 +-
 src/progress.c       | 2 +-
 src/scale.c          | 2 +-
 src/text.c           | 2 +-
 src/util.c           | 2 +-
 src/yad.h            | 2 +-
 25 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/src/about.c b/src/about.c
index 81ec33f..d959c1a 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-2018, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2019, Victor Ananjevsky <ananasik@gmail.com>
  */
 
 #include "yad.h"
@@ -60,7 +60,7 @@ yad_about (void)
   g_object_set (G_OBJECT (dialog),
                 "name", PACKAGE_NAME,
                 "version", PACKAGE_VERSION,
-                "copyright", "Copyright \xc2\xa9 2008-2018, Victor Ananjevsky <ananasik@gmail.com>",
+                "copyright", "Copyright \xc2\xa9 2008-2019, Victor Ananjevsky <ananasik@gmail.com>",
                 "comments", comments,
                 "authors", authors,
                 "website", PACKAGE_URL,
diff --git a/src/browser.c b/src/browser.c
index 90a7216..4373cff 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-2018, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2010-2019, Victor Ananjevsky <ananasik@gmail.com>
  */
 
 #include <config.h>
diff --git a/src/calendar.c b/src/calendar.c
index 5333619..5ebcaa2 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-2018, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2019, Victor Ananjevsky <ananasik@gmail.com>
  */
 
 #include <errno.h>
diff --git a/src/color.c b/src/color.c
index 4af359c..e159382 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-2018, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2019, Victor Ananjevsky <ananasik@gmail.com>
  */
 
 #include <errno.h>
diff --git a/src/dnd.c b/src/dnd.c
index b0bc209..d299517 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-2018, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2019, Victor Ananjevsky <ananasik@gmail.com>
  */
 
 #include <glib/gprintf.h>
diff --git a/src/entry.c b/src/entry.c
index 1ce8920..ed467cd 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-2018, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2019, Victor Ananjevsky <ananasik@gmail.com>
  */
 
 #include "yad.h"
diff --git a/src/file.c b/src/file.c
index 7117482..d25c9b4 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-2018, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2019, Victor Ananjevsky <ananasik@gmail.com>
  */
 
 #include <glib/gprintf.h>
diff --git a/src/font.c b/src/font.c
index 6b8033f..36a1e60 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-2018, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2019, Victor Ananjevsky <ananasik@gmail.com>
  */
 
 #include <errno.h>
diff --git a/src/form.c b/src/form.c
index 781344a..388773b 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-2018, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2019, Victor Ananjevsky <ananasik@gmail.com>
  */
 
 #include <ctype.h>
diff --git a/src/html.c b/src/html.c
index 4019dee..d87c01b 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-2018, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2019, Victor Ananjevsky <ananasik@gmail.com>
  */
 
 #include <limits.h>
diff --git a/src/icons.c b/src/icons.c
index 0db0303..2e7c76a 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-2018, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2019, Victor Ananjevsky <ananasik@gmail.com>
  */
 
 #include "yad.h"
diff --git a/src/list.c b/src/list.c
index b03105f..dc60431 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-2018, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2019, Victor Ananjevsky <ananasik@gmail.com>
  */
 
 #include <string.h>
diff --git a/src/main.c b/src/main.c
index cb76ec2..eaeb91d 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-2018, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2019, Victor Ananjevsky <ananasik@gmail.com>
  */
 
 #include <sys/types.h>
diff --git a/src/multi-progress.c b/src/multi-progress.c
index 9408615..ec3d777 100644
--- a/src/multi-progress.c
+++ b/src/multi-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-2018, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2019, Victor Ananjevsky <ananasik@gmail.com>
  */
 
 #include <stdio.h>
diff --git a/src/notebook.c b/src/notebook.c
index ce3422d..7872385 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-2018, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2019, Victor Ananjevsky <ananasik@gmail.com>
  */
 
 #include <sys/types.h>
diff --git a/src/notification.c b/src/notification.c
index 46f938a..bfbad7d 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-2018, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2019, Victor Ananjevsky <ananasik@gmail.com>
  */
 
 #include <sys/stat.h>
diff --git a/src/option.c b/src/option.c
index 1eb5f22..367d3af 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-2018, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2019, Victor Ananjevsky <ananasik@gmail.com>
  */
 
 #include <stdlib.h>
diff --git a/src/paned.c b/src/paned.c
index f93b85d..ced1156 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-2018, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2019, Victor Ananjevsky <ananasik@gmail.com>
  */
 
 #include <sys/types.h>
diff --git a/src/picture.c b/src/picture.c
index cfe79bf..9e26b94 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-2018, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2019, Victor Ananjevsky <ananasik@gmail.com>
  */
 
 #include "yad.h"
diff --git a/src/print.c b/src/print.c
index ef8e037..073f9de 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-2018, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2019, Victor Ananjevsky <ananasik@gmail.com>
  */
 
 #include <sys/types.h>
diff --git a/src/progress.c b/src/progress.c
index ae1b87b..a01edf3 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-2018, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2019, Victor Ananjevsky <ananasik@gmail.com>
  */
 
 #include <stdio.h>
diff --git a/src/scale.c b/src/scale.c
index 9cd7f87..11a26d1 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-2018, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2019, Victor Ananjevsky <ananasik@gmail.com>
  */
 
 #include "yad.h"
diff --git a/src/text.c b/src/text.c
index 20649fa..cac3af4 100644
--- a/src/text.c
+++ b/src/text.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-2018, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2019, Victor Ananjevsky <ananasik@gmail.com>
  */
 
 #include <errno.h>
diff --git a/src/util.c b/src/util.c
index aa27eb8..f866d3d 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-2018, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2019, Victor Ananjevsky <ananasik@gmail.com>
  */
 
 #ifndef _GNU_SOURCE
diff --git a/src/yad.h b/src/yad.h
index 64d31f8..3dbd707 100644
--- a/src/yad.h
+++ b/src/yad.h
@@ -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-2018, Victor Ananjevsky <ananasik@gmail.com>
+ * Copyright (C) 2008-2019, Victor Ananjevsky <ananasik@gmail.com>
  */
 
 #ifndef _YAD_H_
-- 
2.24.1