[Galago-commits] r2693 - in trunk/galago-daemon: . src tests

galago-commits at freedesktop.org galago-commits at freedesktop.org
Mon Apr 10 00:13:34 PDT 2006


Author: chipx86
Date: 2006-04-10 00:13:27 -0700 (Mon, 10 Apr 2006)
New Revision: 2693

Modified:
   trunk/galago-daemon/ChangeLog
   trunk/galago-daemon/configure.ac
   trunk/galago-daemon/src/account-list.c
   trunk/galago-daemon/src/account-list.h
   trunk/galago-daemon/src/account.c
   trunk/galago-daemon/src/coco.c
   trunk/galago-daemon/src/coco.h
   trunk/galago-daemon/src/core.c
   trunk/galago-daemon/src/filter.c
   trunk/galago-daemon/src/filter.h
   trunk/galago-daemon/src/galagod.c
   trunk/galago-daemon/src/galagod.h
   trunk/galago-daemon/src/logging.c
   trunk/galago-daemon/src/logging.h
   trunk/galago-daemon/src/main.c
   trunk/galago-daemon/src/meta-account.c
   trunk/galago-daemon/src/meta-account.h
   trunk/galago-daemon/src/meta-object.c
   trunk/galago-daemon/src/meta-object.h
   trunk/galago-daemon/src/meta-person.c
   trunk/galago-daemon/src/meta-person.h
   trunk/galago-daemon/src/meta-presence.c
   trunk/galago-daemon/src/meta-presence.h
   trunk/galago-daemon/src/meta-service.c
   trunk/galago-daemon/src/meta-service.h
   trunk/galago-daemon/src/person-list.c
   trunk/galago-daemon/src/person-list.h
   trunk/galago-daemon/src/person.c
   trunk/galago-daemon/src/presence.c
   trunk/galago-daemon/src/service-list.c
   trunk/galago-daemon/src/service-list.h
   trunk/galago-daemon/src/service.c
   trunk/galago-daemon/src/utils.c
   trunk/galago-daemon/src/utils.h
   trunk/galago-daemon/tests/check-galagod.c
   trunk/galago-daemon/tests/shutdown-daemon.c
Log:
Update copyrights.


Modified: trunk/galago-daemon/ChangeLog
===================================================================
--- trunk/galago-daemon/ChangeLog	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/ChangeLog	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,3 +1,42 @@
+Mon Apr 10 00:13:20 PDT 2006  Christian Hammond <chipx86 at chipx86.com>
+
+	* configure.ac:
+	* src/account.c:
+	* src/account-list.c:
+	* src/account-list.h:
+	* src/coco.c:
+	* src/coco.h:
+	* src/core.c:
+	* src/filter.c:
+	* src/filter.h:
+	* src/galagod.c:
+	* src/galagod.h:
+	* src/logging.c:
+	* src/logging.h:
+	* src/main.c:
+	* src/meta-account.c:
+	* src/meta-account.h:
+	* src/meta-object.c:
+	* src/meta-object.h:
+	* src/meta-person.c:
+	* src/meta-person.h:
+	* src/meta-presence.c:
+	* src/meta-presence.h:
+	* src/meta-service.c:
+	* src/meta-service.h:
+	* src/person.c:
+	* src/person-list.c:
+	* src/person-list.h:
+	* src/presence.c:
+	* src/service.c:
+	* src/service-list.c:
+	* src/service-list.h:
+	* src/utils.c:
+	* src/utils.h:
+	* tests/check-galagod.c:
+	* tests/shutdown-daemon.c:
+	  - Update copyrights.
+
 Mon Apr 10 00:05:58 PDT 2006  Christian Hammond <chipx86 at chipx86.com>
 
 	* src/core.c:

Modified: trunk/galago-daemon/configure.ac
===================================================================
--- trunk/galago-daemon/configure.ac	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/configure.ac	2006-04-10 07:13:27 UTC (rev 2693)
@@ -6,7 +6,7 @@
 AC_INIT(galago-daemon, 0.3.4.90, chipx86 at chipx86.com)
 AC_PREREQ(2.50)
 AC_CONFIG_SRCDIR(config.h.in)
-AC_COPYRIGHT([Copyright 2004-2005 Christian Hammond])
+AC_COPYRIGHT([Copyright 2004-2006 Christian Hammond])
 
 dnl ################################################################
 dnl # Version information

Modified: trunk/galago-daemon/src/account-list.c
===================================================================
--- trunk/galago-daemon/src/account-list.c	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/src/account-list.c	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,7 +1,7 @@
 /**
  * @file account-list.c Account list
  *
- * Copyright (C) 2004-2005 Christian Hammond.
+ * Copyright (C) 2004-2006 Christian Hammond.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: trunk/galago-daemon/src/account-list.h
===================================================================
--- trunk/galago-daemon/src/account-list.h	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/src/account-list.h	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,7 +1,7 @@
 /**
  * @file account-list.h Account list
  *
- * Copyright (C) 2004-2005 Christian Hammond.
+ * Copyright (C) 2004-2006 Christian Hammond.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: trunk/galago-daemon/src/account.c
===================================================================
--- trunk/galago-daemon/src/account.c	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/src/account.c	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,7 +1,7 @@
 /**
  * @file account.c Galago Account message processor
  *
- * Copyright (C) 2004-2005 Christian Hammond.
+ * Copyright (C) 2004-2006 Christian Hammond.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: trunk/galago-daemon/src/coco.c
===================================================================
--- trunk/galago-daemon/src/coco.c	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/src/coco.c	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,7 +1,7 @@
 /**
  * @file coco.c Core Connection API
  *
- * Copyright (C) 2004-2005 Christian Hammond.
+ * Copyright (C) 2004-2006 Christian Hammond.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: trunk/galago-daemon/src/coco.h
===================================================================
--- trunk/galago-daemon/src/coco.h	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/src/coco.h	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,7 +1,7 @@
 /**
  * @file coco.h Core Connection API
  *
- * Copyright (C) 2004-2005 Christian Hammond.
+ * Copyright (C) 2004-2006 Christian Hammond.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: trunk/galago-daemon/src/core.c
===================================================================
--- trunk/galago-daemon/src/core.c	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/src/core.c	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,7 +1,7 @@
 /**
  * @file core.c Galago Core message processor
  *
- * Copyright (C) 2004-2005 Christian Hammond.
+ * Copyright (C) 2004-2006 Christian Hammond.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: trunk/galago-daemon/src/filter.c
===================================================================
--- trunk/galago-daemon/src/filter.c	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/src/filter.c	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,7 +1,7 @@
 /**
  * @file filter.c Message filter utility functions
  *
- * Copyright (C) 2004-2005 Christian Hammond.
+ * Copyright (C) 2004-2006 Christian Hammond.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: trunk/galago-daemon/src/filter.h
===================================================================
--- trunk/galago-daemon/src/filter.h	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/src/filter.h	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,7 +1,7 @@
 /**
  * @file filter.h Message filter utility functions
  *
- * Copyright (C) 2004-2005 Christian Hammond.
+ * Copyright (C) 2004-2006 Christian Hammond.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: trunk/galago-daemon/src/galagod.c
===================================================================
--- trunk/galago-daemon/src/galagod.c	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/src/galagod.c	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,7 +1,7 @@
 /**
  * @file galagod.c Galago daemon
  *
- * Copyright (C) 2004-2005 Christian Hammond.
+ * Copyright (C) 2004-2006 Christian Hammond.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: trunk/galago-daemon/src/galagod.h
===================================================================
--- trunk/galago-daemon/src/galagod.h	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/src/galagod.h	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,7 +1,7 @@
 /**
  * @file galagod.h Galago daemon
  *
- * Copyright (C) 2004-2005 Christian Hammond.
+ * Copyright (C) 2004-2006 Christian Hammond.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: trunk/galago-daemon/src/logging.c
===================================================================
--- trunk/galago-daemon/src/logging.c	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/src/logging.c	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,7 +1,7 @@
 /**
  * @file logging.c Debug logging support
  *
- * Copyright (C) 2004-2005 Christian Hammond.
+ * Copyright (C) 2004-2006 Christian Hammond.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: trunk/galago-daemon/src/logging.h
===================================================================
--- trunk/galago-daemon/src/logging.h	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/src/logging.h	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,7 +1,7 @@
 /**
  * @file logging.h Debug logging support
  *
- * Copyright (C) 2004-2005 Christian Hammond.
+ * Copyright (C) 2004-2006 Christian Hammond.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: trunk/galago-daemon/src/main.c
===================================================================
--- trunk/galago-daemon/src/main.c	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/src/main.c	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,7 +1,7 @@
 /**
  * @file main.c Main Galago Daemon file.
  *
- * Copyright (C) 2004-2005 Christian Hammond.
+ * Copyright (C) 2004-2006 Christian Hammond.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: trunk/galago-daemon/src/meta-account.c
===================================================================
--- trunk/galago-daemon/src/meta-account.c	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/src/meta-account.c	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,7 +1,7 @@
 /**
  * @file meta-account.c Meta-Account API
  *
- * Copyright (C) 2004-2005 Christian Hammond.
+ * Copyright (C) 2004-2006 Christian Hammond.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: trunk/galago-daemon/src/meta-account.h
===================================================================
--- trunk/galago-daemon/src/meta-account.h	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/src/meta-account.h	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,7 +1,7 @@
 /**
  * @file meta-account.h Meta-Account API
  *
- * Copyright (C) 2004-2005 Christian Hammond.
+ * Copyright (C) 2004-2006 Christian Hammond.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: trunk/galago-daemon/src/meta-object.c
===================================================================
--- trunk/galago-daemon/src/meta-object.c	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/src/meta-object.c	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,7 +1,7 @@
 /**
  * @file meta-object.c MetaObject API
  *
- * Copyright (C) 2004-2005 Christian Hammond.
+ * Copyright (C) 2004-2006 Christian Hammond.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: trunk/galago-daemon/src/meta-object.h
===================================================================
--- trunk/galago-daemon/src/meta-object.h	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/src/meta-object.h	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,7 +1,7 @@
 /**
  * @file meta-object.h MetaObject API
  *
- * Copyright (C) 2004-2005 Christian Hammond.
+ * Copyright (C) 2004-2006 Christian Hammond.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: trunk/galago-daemon/src/meta-person.c
===================================================================
--- trunk/galago-daemon/src/meta-person.c	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/src/meta-person.c	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,7 +1,7 @@
 /**
  * @file meta-person.c MetaPerson API
  *
- * Copyright (C) 2004-2005 Christian Hammond.
+ * Copyright (C) 2004-2006 Christian Hammond.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: trunk/galago-daemon/src/meta-person.h
===================================================================
--- trunk/galago-daemon/src/meta-person.h	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/src/meta-person.h	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,7 +1,7 @@
 /**
  * @file meta-person.h MetaPerson API
  *
- * Copyright (C) 2004-2005 Christian Hammond.
+ * Copyright (C) 2004-2006 Christian Hammond.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: trunk/galago-daemon/src/meta-presence.c
===================================================================
--- trunk/galago-daemon/src/meta-presence.c	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/src/meta-presence.c	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,7 +1,7 @@
 /**
  * @file meta-presence.c Meta-Presence API
  *
- * Copyright (C) 2004-2005 Christian Hammond.
+ * Copyright (C) 2004-2006 Christian Hammond.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: trunk/galago-daemon/src/meta-presence.h
===================================================================
--- trunk/galago-daemon/src/meta-presence.h	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/src/meta-presence.h	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,7 +1,7 @@
 /**
  * @file meta-presence.h Meta-Presence API
  *
- * Copyright (C) 2004-2005 Christian Hammond.
+ * Copyright (C) 2004-2006 Christian Hammond.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: trunk/galago-daemon/src/meta-service.c
===================================================================
--- trunk/galago-daemon/src/meta-service.c	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/src/meta-service.c	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,7 +1,7 @@
 /**
  * @file meta-service.c Meta-Service API
  *
- * Copyright (C) 2004-2005 Christian Hammond.
+ * Copyright (C) 2004-2006 Christian Hammond.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: trunk/galago-daemon/src/meta-service.h
===================================================================
--- trunk/galago-daemon/src/meta-service.h	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/src/meta-service.h	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,7 +1,7 @@
 /**
  * @file meta-service.h Meta-Service API
  *
- * Copyright (C) 2004-2005 Christian Hammond.
+ * Copyright (C) 2004-2006 Christian Hammond.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: trunk/galago-daemon/src/person-list.c
===================================================================
--- trunk/galago-daemon/src/person-list.c	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/src/person-list.c	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,7 +1,7 @@
 /**
  * @file person-list.c Person list
  *
- * Copyright (C) 2004-2005 Christian Hammond.
+ * Copyright (C) 2004-2006 Christian Hammond.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: trunk/galago-daemon/src/person-list.h
===================================================================
--- trunk/galago-daemon/src/person-list.h	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/src/person-list.h	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,7 +1,7 @@
 /**
  * @file person-list.h Person list
  *
- * Copyright (C) 2004-2005 Christian Hammond.
+ * Copyright (C) 2004-2006 Christian Hammond.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: trunk/galago-daemon/src/person.c
===================================================================
--- trunk/galago-daemon/src/person.c	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/src/person.c	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,7 +1,7 @@
 /**
  * @file person.c Galago Person message processor
  *
- * Copyright (C) 2004-2005 Christian Hammond.
+ * Copyright (C) 2004-2006 Christian Hammond.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: trunk/galago-daemon/src/presence.c
===================================================================
--- trunk/galago-daemon/src/presence.c	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/src/presence.c	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,7 +1,7 @@
 /**
  * @file presence.c Galago Presence message processor
  *
- * Copyright (C) 2004-2005 Christian Hammond.
+ * Copyright (C) 2004-2006 Christian Hammond.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: trunk/galago-daemon/src/service-list.c
===================================================================
--- trunk/galago-daemon/src/service-list.c	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/src/service-list.c	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,7 +1,7 @@
 /**
  * @file service-list.c Service list
  *
- * Copyright (C) 2004-2005 Christian Hammond.
+ * Copyright (C) 2004-2006 Christian Hammond.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: trunk/galago-daemon/src/service-list.h
===================================================================
--- trunk/galago-daemon/src/service-list.h	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/src/service-list.h	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,7 +1,7 @@
 /**
  * @file service-list.h Service list
  *
- * Copyright (C) 2004-2005 Christian Hammond.
+ * Copyright (C) 2004-2006 Christian Hammond.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: trunk/galago-daemon/src/service.c
===================================================================
--- trunk/galago-daemon/src/service.c	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/src/service.c	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,7 +1,7 @@
 /**
  * @file service.c Galago Service message processor
  *
- * Copyright (C) 2004-2005 Christian Hammond.
+ * Copyright (C) 2004-2006 Christian Hammond.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: trunk/galago-daemon/src/utils.c
===================================================================
--- trunk/galago-daemon/src/utils.c	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/src/utils.c	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,7 +1,7 @@
 /**
  * @file utils.c Utility functions
  *
- * Copyright (C) 2004-2005 Christian Hammond.
+ * Copyright (C) 2004-2006 Christian Hammond.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: trunk/galago-daemon/src/utils.h
===================================================================
--- trunk/galago-daemon/src/utils.h	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/src/utils.h	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,7 +1,7 @@
 /**
  * @file utils.h Utility functions
  *
- * Copyright (C) 2004-2005 Christian Hammond.
+ * Copyright (C) 2004-2006 Christian Hammond.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: trunk/galago-daemon/tests/check-galagod.c
===================================================================
--- trunk/galago-daemon/tests/check-galagod.c	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/tests/check-galagod.c	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,7 +1,7 @@
 /**
  * @file check-galagod.c Unit tests
  *
- * @Copyright (C) 2004-2005 Christian Hammond
+ * @Copyright (C) 2004-2006 Christian Hammond
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: trunk/galago-daemon/tests/shutdown-daemon.c
===================================================================
--- trunk/galago-daemon/tests/shutdown-daemon.c	2006-04-10 07:08:23 UTC (rev 2692)
+++ trunk/galago-daemon/tests/shutdown-daemon.c	2006-04-10 07:13:27 UTC (rev 2693)
@@ -1,7 +1,7 @@
 /**
  * @file shutdown-daemon.c Sends the ShutDown command to the daemon.
  *
- * @Copyright (C) 2004-2005 Christian Hammond
+ * @Copyright (C) 2004-2006 Christian Hammond
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as



More information about the galago-commits mailing list