[Pommed-commits] [SCM] pommed - hotkeys handler for Apple laptops branch, master, updated. 1.35-10-g7e63a8e

Julien BLACHE jb at jblache.org
Sat Feb 5 13:34:41 UTC 2011


The following commit has been merged in the master branch:
commit 8ea1731fe3d80e077d765d739f48a6d164ef1e16
Author: Julien BLACHE <jb at jblache.org>
Date:   Sat Feb 5 14:21:47 2011 +0100

    Update copyright notice for pommed

diff --git a/pommed/pommed.c b/pommed/pommed.c
index ee323ef..b45113e 100644
--- a/pommed/pommed.c
+++ b/pommed/pommed.c
@@ -782,7 +782,7 @@ static void
 usage(void)
 {
   printf("pommed v" M_VERSION " Apple laptops hotkeys handler\n");
-  printf("Copyright (C) 2006-2010 Julien BLACHE <jb at jblache.org>\n");
+  printf("Copyright (C) 2006-2011 Julien BLACHE <jb at jblache.org>\n");
 
   printf("Usage:\n");
   printf("\tpommed\t-- start pommed as a daemon\n");
@@ -824,7 +824,7 @@ main (int argc, char **argv)
 
 	  case 'v':
 	    printf("pommed v" M_VERSION " Apple laptops hotkeys handler\n");
-	    printf("Copyright (C) 2006-2010 Julien BLACHE <jb at jblache.org>\n");
+	    printf("Copyright (C) 2006-2011 Julien BLACHE <jb at jblache.org>\n");
 
 	    exit(0);
 	    break;
@@ -850,7 +850,7 @@ main (int argc, char **argv)
     }
 
   logmsg(LOG_INFO, "pommed v" M_VERSION " Apple laptops hotkeys handler");
-  logmsg(LOG_INFO, "Copyright (C) 2006-2010 Julien BLACHE <jb at jblache.org>");
+  logmsg(LOG_INFO, "Copyright (C) 2006-2011 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