[Pommed-commits] [SCM] pommed - hotkeys handler for Apple laptops branch, master, updated. 1.32-8-gf51c990

Julien BLACHE jb at jblache.org
Wed Jun 23 19:45:55 UTC 2010


The following commit has been merged in the master branch:
commit 9c7109773265279dd6764818f812f4cd20c0bedd
Author: Julien BLACHE <jb at jblache.org>
Date:   Tue Jun 22 22:06:46 2010 +0200

    Update Copyright notice

diff --git a/pommed/pommed.c b/pommed/pommed.c
index 59a5a82..7d3c196 100644
--- a/pommed/pommed.c
+++ b/pommed/pommed.c
@@ -754,7 +754,7 @@ static void
 usage(void)
 {
   printf("pommed v" M_VERSION " Apple laptops hotkeys handler\n");
-  printf("Copyright (C) 2006-2009 Julien BLACHE <jb at jblache.org>\n");
+  printf("Copyright (C) 2006-2010 Julien BLACHE <jb at jblache.org>\n");
 
   printf("Usage:\n");
   printf("\tpommed\t-- start pommed as a daemon\n");
@@ -796,7 +796,7 @@ main (int argc, char **argv)
 
 	  case 'v':
 	    printf("pommed v" M_VERSION " Apple laptops hotkeys handler\n");
-	    printf("Copyright (C) 2006-2009 Julien BLACHE <jb at jblache.org>\n");
+	    printf("Copyright (C) 2006-2010 Julien BLACHE <jb at jblache.org>\n");
 
 	    exit(0);
 	    break;
@@ -822,7 +822,7 @@ main (int argc, char **argv)
     }
 
   logmsg(LOG_INFO, "pommed v" M_VERSION " Apple laptops hotkeys handler");
-  logmsg(LOG_INFO, "Copyright (C) 2006-2009 Julien BLACHE <jb at jblache.org>");
+  logmsg(LOG_INFO, "Copyright (C) 2006-2010 Julien BLACHE <jb at jblache.org>");
 
   /* Load our configuration */
   ret = config_load();

-- 
pommed - hotkeys handler for Apple laptops



More information about the Pommed-commits mailing list