From: Michael Orlitzky Date: Sun, 27 Feb 2011 00:48:54 +0000 (-0500) Subject: Update the copyright statements for 2011. X-Git-Tag: v0.0.7~1 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=xfce4-hdaps.git;a=commitdiff_plain;h=2eda16ca596e8340605ad931ac59445ca53296f6 Update the copyright statements for 2011. --- diff --git a/configure.in.in b/configure.in.in index ace0bd6..49b7632 100644 --- a/configure.in.in +++ b/configure.in.in @@ -2,7 +2,7 @@ dnl $Id$ dnl dnl xfce4-hdaps - An IBM HDAPS plugin for the Xfce panel dnl -dnl 2010 Michael Orlitzky +dnl 2011 Michael Orlitzky dnl dnl *************************** @@ -13,7 +13,7 @@ m4_define([xfce4_hdaps_version], [0.0.6]) dnl *************************** dnl *** Initialize autoconf *** dnl *************************** -AC_COPYRIGHT([Copyright (c) 2010 +AC_COPYRIGHT([Copyright (c) 2011 Michael Orlitzky. All rights reserved.]) AC_INIT([xfce4-hdaps], [xfce4_hdaps_version()], [http://michael.orlitzky.com/code/xfce4-hdaps.php], [xfce4-hdaps]) AC_PREREQ([2.50]) diff --git a/panel-plugin/xfce4-hdaps-dialogs.c b/panel-plugin/xfce4-hdaps-dialogs.c index fb8a500..d03a6a7 100644 --- a/panel-plugin/xfce4-hdaps-dialogs.c +++ b/panel-plugin/xfce4-hdaps-dialogs.c @@ -220,7 +220,7 @@ static void hdaps_mailto_handler(GtkAboutDialog *about, void hdaps_about(XfcePanelPlugin *plugin) { const gchar *authors[] = { "Michael Orlitzky ", NULL }; - const gchar *copyright = "Copyright \302\251 2010 Michael Orlitzky"; + const gchar *copyright = "Copyright \302\251 2011 Michael Orlitzky"; gtk_about_dialog_set_url_hook(hdaps_url_handler, NULL, NULL); gtk_about_dialog_set_email_hook(hdaps_mailto_handler, NULL, NULL);