]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/commitdiff
Update the copyright statements for 2011.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 27 Feb 2011 00:48:54 +0000 (19:48 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 27 Feb 2011 00:48:54 +0000 (19:48 -0500)
configure.in.in
panel-plugin/xfce4-hdaps-dialogs.c

index ace0bd65aaf4bd47ce818d72124ed3e0a34b6301..49b7632495d258510618c94f0eeab3b0f40820c9 100644 (file)
@@ -2,7 +2,7 @@ dnl $Id$
 dnl
 dnl xfce4-hdaps - An IBM HDAPS plugin for the Xfce panel
 dnl
-dnl 2010 Michael Orlitzky <michael@orlitzky.com>
+dnl 2011 Michael Orlitzky <michael@orlitzky.com>
 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])
index fb8a5002037fd019fbc2b6505310019c187c24d0..d03a6a7a482f10956bcc67059d47f1d5d22f4ff7 100644 (file)
@@ -220,7 +220,7 @@ static void hdaps_mailto_handler(GtkAboutDialog *about,
 
 void hdaps_about(XfcePanelPlugin *plugin) {
   const gchar *authors[] = { "Michael Orlitzky <michael@orlitzky.com>", 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);