[Pommed-commits] r540 - trunk/pommed

jblache at alioth.debian.org jblache at alioth.debian.org
Fri Jan 2 20:21:27 UTC 2009


Author: jblache
Date: 2009-01-02 20:21:27 +0000 (Fri, 02 Jan 2009)
New Revision: 540

Modified:
   trunk/pommed/pommed.c
Log:
Update Copyright notice.


Modified: trunk/pommed/pommed.c
===================================================================
--- trunk/pommed/pommed.c	2009-01-02 20:19:41 UTC (rev 539)
+++ trunk/pommed/pommed.c	2009-01-02 20:21:27 UTC (rev 540)
@@ -711,7 +711,7 @@
 usage(void)
 {
   printf("pommed v" M_VERSION " ($Rev$) Apple laptops hotkeys handler\n");
-  printf("Copyright (C) 2006-2008 Julien BLACHE <jb at jblache.org>\n");
+  printf("Copyright (C) 2006-2009 Julien BLACHE <jb at jblache.org>\n");
 
   printf("Usage:\n");
   printf("\tpommed\t-- start pommed as a daemon\n");
@@ -753,7 +753,7 @@
 
 	  case 'v':
 	    printf("pommed v" M_VERSION " ($Rev$) Apple laptops hotkeys handler\n");
-	    printf("Copyright (C) 2006-2008 Julien BLACHE <jb at jblache.org>\n");
+	    printf("Copyright (C) 2006-2009 Julien BLACHE <jb at jblache.org>\n");
 
 	    exit(0);
 	    break;
@@ -779,7 +779,7 @@
     }
 
   logmsg(LOG_INFO, "pommed v" M_VERSION " ($Rev$) Apple laptops hotkeys handler");
-  logmsg(LOG_INFO, "Copyright (C) 2006-2008 Julien BLACHE <jb at jblache.org>");
+  logmsg(LOG_INFO, "Copyright (C) 2006-2009 Julien BLACHE <jb at jblache.org>");
 
   /* Load our configuration */
   ret = config_load();




More information about the Pommed-commits mailing list