[Xfce4-commits] <xfce4-power-manager:master> Update copyright year.

Ali Abdallah noreply at xfce.org
Fri Jan 7 12:28:01 CET 2011


Updating branch refs/heads/master
         to 9fc2b557f8c1210890abc29e9bdc2b353a35e9d2 (commit)
       from 7f977d69a0ca4c17dc27554762f50acee1530b07 (commit)

commit 9fc2b557f8c1210890abc29e9bdc2b353a35e9d2
Author: Ali Abdallah <aliov at xfce.org>
Date:   Wed Jan 5 00:11:49 2011 +0100

    Update copyright year.

 common/xfpm-brightness.c                     |    2 +-
 common/xfpm-brightness.h                     |    2 +-
 common/xfpm-common.c                         |    4 ++--
 common/xfpm-common.h                         |    2 +-
 common/xfpm-debug.c                          |    2 +-
 common/xfpm-debug.h                          |    2 +-
 common/xfpm-icons.h                          |    2 +-
 libdbus/xfpm-dbus-monitor.c                  |    2 +-
 libdbus/xfpm-dbus-monitor.h                  |    2 +-
 libdbus/xfpm-dbus.c                          |    2 +-
 libdbus/xfpm-dbus.h                          |    2 +-
 libdbus/xfpm-unique.c                        |    2 +-
 libdbus/xfpm-unique.h                        |    2 +-
 panel-plugins/brightness/brightness-button.c |    2 +-
 panel-plugins/brightness/brightness-button.h |    2 +-
 panel-plugins/brightness/brightness-plugin.c |    2 +-
 settings/xfpm-settings-main.c                |    2 +-
 settings/xfpm-settings.c                     |    2 +-
 settings/xfpm-settings.h                     |    2 +-
 src/xfpm-backlight.c                         |    2 +-
 src/xfpm-backlight.h                         |    2 +-
 src/xfpm-battery.c                           |    2 +-
 src/xfpm-battery.h                           |    2 +-
 src/xfpm-button.c                            |    2 +-
 src/xfpm-button.h                            |    2 +-
 src/xfpm-config.h                            |    2 +-
 src/xfpm-console-kit.c                       |    2 +-
 src/xfpm-console-kit.h                       |    2 +-
 src/xfpm-disks.c                             |    2 +-
 src/xfpm-disks.h                             |    2 +-
 src/xfpm-dpms.c                              |    2 +-
 src/xfpm-dpms.h                              |    2 +-
 src/xfpm-enum-glib.h                         |    2 +-
 src/xfpm-enum.h                              |    2 +-
 src/xfpm-errors.c                            |    2 +-
 src/xfpm-errors.h                            |    2 +-
 src/xfpm-inhibit.c                           |    2 +-
 src/xfpm-inhibit.h                           |    2 +-
 src/xfpm-main.c                              |    2 +-
 src/xfpm-manager.c                           |    2 +-
 src/xfpm-manager.h                           |    2 +-
 src/xfpm-network-manager.c                   |    2 +-
 src/xfpm-network-manager.h                   |    2 +-
 src/xfpm-notify.c                            |    2 +-
 src/xfpm-notify.h                            |    2 +-
 src/xfpm-polkit.c                            |    2 +-
 src/xfpm-polkit.h                            |    2 +-
 src/xfpm-power-common.c                      |    2 +-
 src/xfpm-power-common.h                      |    2 +-
 src/xfpm-power-info.c                        |    2 +-
 src/xfpm-power.c                             |    2 +-
 src/xfpm-power.h                             |    2 +-
 src/xfpm-xfconf.c                            |    2 +-
 src/xfpm-xfconf.h                            |    2 +-
 54 files changed, 55 insertions(+), 55 deletions(-)

diff --git a/common/xfpm-brightness.c b/common/xfpm-brightness.c
index 84e6b87..e0b9c3c 100644
--- a/common/xfpm-brightness.c
+++ b/common/xfpm-brightness.c
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2009-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/common/xfpm-brightness.h b/common/xfpm-brightness.h
index e687371..f0398e6 100644
--- a/common/xfpm-brightness.h
+++ b/common/xfpm-brightness.h
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2009-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/common/xfpm-common.c b/common/xfpm-common.c
index 039c05c..eca2ed5 100644
--- a/common/xfpm-common.c
+++ b/common/xfpm-common.c
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2008-2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2008-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
@@ -147,7 +147,7 @@ xfpm_about (GtkWidget *widget, gpointer data)
     
     gtk_show_about_dialog (NULL,
 		     "authors", authors,
-		     "copyright", "Copyright \302\251 2008-2009 Ali Abdallah",
+		     "copyright", "Copyright \302\251 2008-2011 Ali Abdallah",
 		     "destroy-with-parent", TRUE,
 		     "documenters", documenters,
 		     "license", XFCE_LICENSE_GPL,
diff --git a/common/xfpm-common.h b/common/xfpm-common.h
index 80f47cd..2dce854 100644
--- a/common/xfpm-common.h
+++ b/common/xfpm-common.h
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2008-2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2008-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/common/xfpm-debug.c b/common/xfpm-debug.c
index c0956b2..a9f4bfd 100644
--- a/common/xfpm-debug.c
+++ b/common/xfpm-debug.c
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2008-2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2008-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/common/xfpm-debug.h b/common/xfpm-debug.h
index d18c970..6ad151b 100644
--- a/common/xfpm-debug.h
+++ b/common/xfpm-debug.h
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2008-2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2008-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/common/xfpm-icons.h b/common/xfpm-icons.h
index 6d6bba9..179ecc9 100644
--- a/common/xfpm-icons.h
+++ b/common/xfpm-icons.h
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2009-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/libdbus/xfpm-dbus-monitor.c b/libdbus/xfpm-dbus-monitor.c
index 84e9f52..f3c819c 100644
--- a/libdbus/xfpm-dbus-monitor.c
+++ b/libdbus/xfpm-dbus-monitor.c
@@ -1,4 +1,4 @@
-/* * * Copyright (C) 2009 Ali <aliov at xfce.org>
+/* * * Copyright (C) 2009-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/libdbus/xfpm-dbus-monitor.h b/libdbus/xfpm-dbus-monitor.h
index 374e625..b946502 100644
--- a/libdbus/xfpm-dbus-monitor.h
+++ b/libdbus/xfpm-dbus-monitor.h
@@ -1,5 +1,5 @@
 /* * 
- *  Copyright (C) 2009 Ali <aliov at xfce.org>
+ *  Copyright (C) 2009-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/libdbus/xfpm-dbus.c b/libdbus/xfpm-dbus.c
index 1f0e623..00321df 100644
--- a/libdbus/xfpm-dbus.c
+++ b/libdbus/xfpm-dbus.c
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2008-2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2008-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/libdbus/xfpm-dbus.h b/libdbus/xfpm-dbus.h
index dff2ef1..728b180 100644
--- a/libdbus/xfpm-dbus.h
+++ b/libdbus/xfpm-dbus.h
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2008 Ali <aliov at xfce.org>
+ * * Copyright (C) 2008-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/libdbus/xfpm-unique.c b/libdbus/xfpm-unique.c
index 9addfb7..adb1d72 100644
--- a/libdbus/xfpm-unique.c
+++ b/libdbus/xfpm-unique.c
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2010 Ali <aliov at xfce.org>
+ * * Copyright (C) 2010-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/libdbus/xfpm-unique.h b/libdbus/xfpm-unique.h
index 147b414..5cc6c2f 100644
--- a/libdbus/xfpm-unique.h
+++ b/libdbus/xfpm-unique.h
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2010 Ali <aliov at xfce.org>
+ * * Copyright (C) 2010-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/panel-plugins/brightness/brightness-button.c b/panel-plugins/brightness/brightness-button.c
index 5693372..0cf3dec 100644
--- a/panel-plugins/brightness/brightness-button.c
+++ b/panel-plugins/brightness/brightness-button.c
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2009-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/panel-plugins/brightness/brightness-button.h b/panel-plugins/brightness/brightness-button.h
index 7d3573d..5a37e1c 100644
--- a/panel-plugins/brightness/brightness-button.h
+++ b/panel-plugins/brightness/brightness-button.h
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2009-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/panel-plugins/brightness/brightness-plugin.c b/panel-plugins/brightness/brightness-plugin.c
index ec9103e..f7e84d0 100644
--- a/panel-plugins/brightness/brightness-plugin.c
+++ b/panel-plugins/brightness/brightness-plugin.c
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2009-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/settings/xfpm-settings-main.c b/settings/xfpm-settings-main.c
index 49d31da..0986c0b 100644
--- a/settings/xfpm-settings-main.c
+++ b/settings/xfpm-settings-main.c
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2008-2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2008-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/settings/xfpm-settings.c b/settings/xfpm-settings.c
index c15dbfb..1d686ac 100644
--- a/settings/xfpm-settings.c
+++ b/settings/xfpm-settings.c
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2008-2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2008-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/settings/xfpm-settings.h b/settings/xfpm-settings.h
index b23dd0f..7dd1444 100644
--- a/settings/xfpm-settings.h
+++ b/settings/xfpm-settings.h
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2008-2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2008-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-backlight.c b/src/xfpm-backlight.c
index 8281a3f..0a85e7c 100644
--- a/src/xfpm-backlight.c
+++ b/src/xfpm-backlight.c
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2009-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-backlight.h b/src/xfpm-backlight.h
index 3f9160d..f54beb6 100644
--- a/src/xfpm-backlight.h
+++ b/src/xfpm-backlight.h
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2009-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-battery.c b/src/xfpm-battery.c
index 7926f5c..81f4a4c 100644
--- a/src/xfpm-battery.c
+++ b/src/xfpm-battery.c
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2009-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-battery.h b/src/xfpm-battery.h
index e0a54b7..116312c 100644
--- a/src/xfpm-battery.h
+++ b/src/xfpm-battery.h
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2009-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-button.c b/src/xfpm-button.c
index a903311..d914ded 100644
--- a/src/xfpm-button.c
+++ b/src/xfpm-button.c
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2008-2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2008-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-button.h b/src/xfpm-button.h
index 6ce5309..fc9bd97 100644
--- a/src/xfpm-button.h
+++ b/src/xfpm-button.h
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2008-2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2008-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-config.h b/src/xfpm-config.h
index 39b5a75..87767cb 100644
--- a/src/xfpm-config.h
+++ b/src/xfpm-config.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*-
  *
- * * Copyright (C) 2008 Ali <aliov at xfce.org>
+ * * Copyright (C) 2008-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-console-kit.c b/src/xfpm-console-kit.c
index 775d219..cbf9784 100644
--- a/src/xfpm-console-kit.c
+++ b/src/xfpm-console-kit.c
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2009-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-console-kit.h b/src/xfpm-console-kit.h
index 5d5bc1d..42bf420 100644
--- a/src/xfpm-console-kit.h
+++ b/src/xfpm-console-kit.h
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2009-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-disks.c b/src/xfpm-disks.c
index 3f9f986..e32cbf3 100644
--- a/src/xfpm-disks.c
+++ b/src/xfpm-disks.c
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2009-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-disks.h b/src/xfpm-disks.h
index 61a8080..e28d902 100644
--- a/src/xfpm-disks.h
+++ b/src/xfpm-disks.h
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2009-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-dpms.c b/src/xfpm-dpms.c
index b1bf891..56c6e27 100644
--- a/src/xfpm-dpms.c
+++ b/src/xfpm-dpms.c
@@ -1,6 +1,6 @@
 /*
  *
- * * Copyright (C) 2008 Ali <aliov at xfce.org>
+ * * Copyright (C) 2008-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-dpms.h b/src/xfpm-dpms.h
index 067622f..e4baece 100644
--- a/src/xfpm-dpms.h
+++ b/src/xfpm-dpms.h
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2008-2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2008-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-enum-glib.h b/src/xfpm-enum-glib.h
index 9a5c3ff..1dcc16e 100644
--- a/src/xfpm-enum-glib.h
+++ b/src/xfpm-enum-glib.h
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2008-2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2008-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-enum.h b/src/xfpm-enum.h
index 7eccb49..5a9f630 100644
--- a/src/xfpm-enum.h
+++ b/src/xfpm-enum.h
@@ -1,5 +1,5 @@
  /*
- * * Copyright (C) 2008-2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2008-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-errors.c b/src/xfpm-errors.c
index 7a449f4..4364bcd 100644
--- a/src/xfpm-errors.c
+++ b/src/xfpm-errors.c
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2009-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-errors.h b/src/xfpm-errors.h
index c7ec90d..10d4845 100644
--- a/src/xfpm-errors.h
+++ b/src/xfpm-errors.h
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2009-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-inhibit.c b/src/xfpm-inhibit.c
index 5de6e09..0f842a3 100644
--- a/src/xfpm-inhibit.c
+++ b/src/xfpm-inhibit.c
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2008-2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2008-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-inhibit.h b/src/xfpm-inhibit.h
index d5c1f99..5b66fc0 100644
--- a/src/xfpm-inhibit.h
+++ b/src/xfpm-inhibit.h
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2009-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-main.c b/src/xfpm-main.c
index 809aa14..d43cc74 100644
--- a/src/xfpm-main.c
+++ b/src/xfpm-main.c
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2008-2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2008-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-manager.c b/src/xfpm-manager.c
index a91f9c2..2d9a81c 100644
--- a/src/xfpm-manager.c
+++ b/src/xfpm-manager.c
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2008-2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2008-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-manager.h b/src/xfpm-manager.h
index 9cca308..fcbceb3 100644
--- a/src/xfpm-manager.h
+++ b/src/xfpm-manager.h
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2008-2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2008-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-network-manager.c b/src/xfpm-network-manager.c
index ab98714..651f746 100644
--- a/src/xfpm-network-manager.c
+++ b/src/xfpm-network-manager.c
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2008-2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2008-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-network-manager.h b/src/xfpm-network-manager.h
index 0b680d4..9d77ab8 100644
--- a/src/xfpm-network-manager.h
+++ b/src/xfpm-network-manager.h
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2008-2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2008-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-notify.c b/src/xfpm-notify.c
index 17a896c..8c1862f 100644
--- a/src/xfpm-notify.c
+++ b/src/xfpm-notify.c
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2008-2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2008-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-notify.h b/src/xfpm-notify.h
index 5d519ff..256eebd 100644
--- a/src/xfpm-notify.h
+++ b/src/xfpm-notify.h
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2008-2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2008-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-polkit.c b/src/xfpm-polkit.c
index 1d0d178..f8f7f9a 100644
--- a/src/xfpm-polkit.c
+++ b/src/xfpm-polkit.c
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2009-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-polkit.h b/src/xfpm-polkit.h
index 69225e5..bc3267d 100644
--- a/src/xfpm-polkit.h
+++ b/src/xfpm-polkit.h
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2009-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-power-common.c b/src/xfpm-power-common.c
index 922e22e..39ecc18 100644
--- a/src/xfpm-power-common.c
+++ b/src/xfpm-power-common.c
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2010 Ali <aliov at xfce.org>
+ * * Copyright (C) 2010-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-power-common.h b/src/xfpm-power-common.h
index d5b5518..1040aed 100644
--- a/src/xfpm-power-common.h
+++ b/src/xfpm-power-common.h
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2010 Ali <aliov at xfce.org>
+ * * Copyright (C) 2010-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-power-info.c b/src/xfpm-power-info.c
index 5922bdf..b29707b 100644
--- a/src/xfpm-power-info.c
+++ b/src/xfpm-power-info.c
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2008-2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2008-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-power.c b/src/xfpm-power.c
index 0acc690..ff12d69 100644
--- a/src/xfpm-power.c
+++ b/src/xfpm-power.c
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2009-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-power.h b/src/xfpm-power.h
index 8cfcd61..4206f0f 100644
--- a/src/xfpm-power.h
+++ b/src/xfpm-power.h
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2009-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-xfconf.c b/src/xfpm-xfconf.c
index c87f2fc..68f409e 100644
--- a/src/xfpm-xfconf.c
+++ b/src/xfpm-xfconf.c
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2009-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/xfpm-xfconf.h b/src/xfpm-xfconf.h
index 15eccc5..a6f9f6f 100644
--- a/src/xfpm-xfconf.h
+++ b/src/xfpm-xfconf.h
@@ -1,5 +1,5 @@
 /*
- * * Copyright (C) 2009 Ali <aliov at xfce.org>
+ * * Copyright (C) 2009-2011 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *



More information about the Xfce4-commits mailing list