[Pommed-commits] r434 - trunk/pommed

jblache at alioth.debian.org jblache at alioth.debian.org
Fri Feb 8 20:36:15 UTC 2008


Author: jblache
Date: 2008-02-08 20:36:15 +0000 (Fri, 08 Feb 2008)
New Revision: 434

Modified:
   trunk/pommed/pommed.c
Log:
Copyright update.


Modified: trunk/pommed/pommed.c
===================================================================
--- trunk/pommed/pommed.c	2008-02-08 20:34:57 UTC (rev 433)
+++ trunk/pommed/pommed.c	2008-02-08 20:36:15 UTC (rev 434)
@@ -3,7 +3,7 @@
  *
  * $Id$
  *
- * Copyright (C) 2006-2007 Julien BLACHE <jb at jblache.org>
+ * Copyright (C) 2006-2008 Julien BLACHE <jb at jblache.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
@@ -607,7 +607,7 @@
 usage(void)
 {
   printf("pommed v" M_VERSION " ($Rev$) Apple laptops hotkeys handler\n");
-  printf("Copyright (C) 2006-2007 Julien BLACHE <jb at jblache.org>\n");
+  printf("Copyright (C) 2006-2008 Julien BLACHE <jb at jblache.org>\n");
 
   printf("Usage:\n");
   printf("\tpommed\t-- start pommed as a daemon\n");
@@ -652,7 +652,7 @@
 
 	  case 'v':
 	    printf("pommed v" M_VERSION " ($Rev$) Apple laptops hotkeys handler\n");
-	    printf("Copyright (C) 2006-2007 Julien BLACHE <jb at jblache.org>\n");
+	    printf("Copyright (C) 2006-2008 Julien BLACHE <jb at jblache.org>\n");
 
 	    exit(0);
 	    break;
@@ -671,7 +671,7 @@
     }
 
   logmsg(LOG_INFO, "pommed v" M_VERSION " ($Rev$) Apple laptops hotkeys handler");
-  logmsg(LOG_INFO, "Copyright (C) 2006-2007 Julien BLACHE <jb at jblache.org>");
+  logmsg(LOG_INFO, "Copyright (C) 2006-2008 Julien BLACHE <jb at jblache.org>");
 
   /* Load our configuration */
   ret = config_load();




More information about the Pommed-commits mailing list