From 160227a45978ab3fc9dba2db07af7171ba8bfa55 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 23 Oct 2019 11:49:18 -0400 Subject: [PATCH] xfce4-hdaps-dialogs.c: update copyright year. --- panel-plugin/xfce4-hdaps-dialogs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel-plugin/xfce4-hdaps-dialogs.c b/panel-plugin/xfce4-hdaps-dialogs.c index 26f454e..0bf63d8 100644 --- a/panel-plugin/xfce4-hdaps-dialogs.c +++ b/panel-plugin/xfce4-hdaps-dialogs.c @@ -212,7 +212,7 @@ static void hdaps_uri_handler(GtkAboutDialog *about, void hdaps_about(XfcePanelPlugin *plugin) { const gchar *authors[] = { "Michael Orlitzky ", NULL }; - const gchar *copyright = "Copyright \302\251 2012 Michael Orlitzky"; + const gchar *copyright = "Copyright \302\251 2019 Michael Orlitzky"; /* Use a custom URI handler for http(s):// and mailto:// URIs. The default behavior apparently needs gio/gvfs to work, and I don't -- 2.43.2