[Xfce4-commits] <xfce4-embed-plugin:master> Update copyright year.
Jérôme Guelfucci
noreply at xfce.org
Sun Jan 1 21:44:11 CET 2012
Updating branch refs/heads/master
to 6ef50ba105ebd9bbacbaff8dc81b05f824fe977e (commit)
from 8aa7fa12769f7d586031f5798f64224d0db815fb (commit)
commit 6ef50ba105ebd9bbacbaff8dc81b05f824fe977e
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Sat Apr 23 09:02:10 2011 +0200
Update copyright year.
configure.in.in | 4 ++--
panel-plugin/sample-dialogs.c | 4 ++--
panel-plugin/sample.c | 2 +-
panel-plugin/sample.h | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/configure.in.in b/configure.in.in
index 3642ddd..3e4ac3c 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -2,7 +2,7 @@ dnl $Id$
dnl
dnl xfce4-sample-plugin - A sample plugin for the Xfce panel
dnl
-dnl 2006-2007 John Doo <john at foo.org>
+dnl 2011 John Doo <john at foo.org>
dnl
dnl ***************************
@@ -18,7 +18,7 @@ m4_define([sample_version], [sample_version_major().sample_version_minor().sampl
dnl ***************************
dnl *** Initialize autoconf ***
dnl ***************************
-AC_COPYRIGHT([Copyright (c) 2006-2007
+AC_COPYRIGHT([Copyright (c) 2011
The Xfce development team. All rights reserved.])
AC_INIT([xfce4-sample-plugin], [sample_version], [http://bugzilla.xfce.org/], [xfce4-sample-plugin])
AC_PREREQ([2.50])
diff --git a/panel-plugin/sample-dialogs.c b/panel-plugin/sample-dialogs.c
index 7bb25e3..31ddc89 100644
--- a/panel-plugin/sample-dialogs.c
+++ b/panel-plugin/sample-dialogs.c
@@ -1,6 +1,6 @@
/* $Id$
*
- * Copyright (c) 2006-2007 John Doo <john at foo.org>
+ * Copyright (c) 2011 John Doo <john at foo.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -54,7 +54,7 @@ sample_configure_response (GtkWidget *dialog,
{
/* remove the dialog data from the plugin */
g_object_set_data (G_OBJECT (sample->plugin), "dialog", NULL);
-
+
/* unlock the panel menu */
xfce_panel_plugin_unblock_menu (sample->plugin);
diff --git a/panel-plugin/sample.c b/panel-plugin/sample.c
index 4a149c3..b638e5e 100644
--- a/panel-plugin/sample.c
+++ b/panel-plugin/sample.c
@@ -1,6 +1,6 @@
/* $Id$
*
- * Copyright (c) 2006-2007 John Doo <john at foo.org>
+ * Copyright (c) 2011 John Doo <john at foo.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/panel-plugin/sample.h b/panel-plugin/sample.h
index 4ceb688..cc46e2d 100644
--- a/panel-plugin/sample.h
+++ b/panel-plugin/sample.h
@@ -1,6 +1,6 @@
/* $Id$
*
- * Copyright (c) 2006-2007 John Doo <john at foo.org>
+ * Copyright (c) 2011 John Doo <john at foo.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
More information about the Xfce4-commits
mailing list