From: Michael Orlitzky Date: Thu, 25 Mar 2010 01:17:43 +0000 (-0400) Subject: Updated the copyright statements for 2010. X-Git-Tag: v0.0.6~6 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=xfce4-hdaps.git;a=commitdiff_plain;h=8c39d1e4bf121a522dcc12eb72c1d4d84e943f13 Updated the copyright statements for 2010. --- diff --git a/configure.in.in b/configure.in.in index 2cdb0f5..49f3f29 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 2009 Michael Orlitzky +dnl 2010 Michael Orlitzky 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]) diff --git a/panel-plugin/xfce4-hdaps-dialogs.c b/panel-plugin/xfce4-hdaps-dialogs.c index f716aa8..7878e41 100644 --- a/panel-plugin/xfce4-hdaps-dialogs.c +++ b/panel-plugin/xfce4-hdaps-dialogs.c @@ -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);