]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/commitdiff
Updated the copyright statements for 2010.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 25 Mar 2010 01:17:43 +0000 (21:17 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 25 Mar 2010 01:17:43 +0000 (21:17 -0400)
configure.in.in
panel-plugin/xfce4-hdaps-dialogs.c

index 2cdb0f570040808151ca5bc1c3b2bba2e80cb185..49f3f2953a66a3a51540ef28313fee539105d890 100644 (file)
@@ -2,7 +2,7 @@ dnl $Id$
 dnl
 dnl xfce4-hdaps - An IBM HDAPS plugin for the Xfce panel
 dnl
-dnl 2009 Michael Orlitzky <michael@orlitzky.com>
+dnl 2010 Michael Orlitzky <michael@orlitzky.com>
 dnl
 
 dnl ***************************
@@ -13,7 +13,7 @@ m4_define([xfce4_hdaps_version], [0.0.5])
 dnl ***************************
 dnl *** Initialize autoconf ***
 dnl ***************************
-AC_COPYRIGHT([Copyright (c) 2009
+AC_COPYRIGHT([Copyright (c) 2010
         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 f716aa8b4d6c2c86835c48df2e4996c7fc760801..7878e418089081a930df3fcf584a955efc162df6 100644 (file)
@@ -200,7 +200,7 @@ void hdaps_about(XfcePanelPlugin *plugin) {
   about = xfce_about_info_new("xfce4-hdaps",
                              VERSION,
                              _("An HDAPS Plugin for XFCE4"),
-                             XFCE_COPYRIGHT_TEXT("2009", "Michael Orlitzky"),
+                             XFCE_COPYRIGHT_TEXT("2010", "Michael Orlitzky"),
                              NULL);
   
   xfce_about_info_set_homepage(about, PLUGIN_WEBSITE);