[Pommed-commits] r290 - in trunk: pommed wmpomme

Julien Blache jblache at alioth.debian.org
Fri Mar 2 20:34:39 CET 2007


Author: jblache
Date: 2007-03-02 19:34:39 +0000 (Fri, 02 Mar 2007)
New Revision: 290

Modified:
   trunk/pommed/pommed.c
   trunk/wmpomme/wmpomme.c
Log:
Update copyright dates.


Modified: trunk/pommed/pommed.c
===================================================================
--- trunk/pommed/pommed.c	2007-03-02 19:32:38 UTC (rev 289)
+++ trunk/pommed/pommed.c	2007-03-02 19:34:39 UTC (rev 290)
@@ -598,7 +598,7 @@
 
 	  case 'v':
 	    printf("pommed v" M_VERSION " ($Rev$) Apple laptops hotkeys handler\n");
-	    printf("Copyright (C) 2006 Julien BLACHE <jb at jblache.org>\n");
+	    printf("Copyright (C) 2006-2007 Julien BLACHE <jb at jblache.org>\n");
 
 	    exit(0);
 	    break;
@@ -617,7 +617,7 @@
     }
 
   logmsg(LOG_INFO, "pommed v" M_VERSION " ($Rev$) Apple laptops hotkeys handler");
-  logmsg(LOG_INFO, "Copyright (C) 2006 Julien BLACHE <jb at jblache.org>");
+  logmsg(LOG_INFO, "Copyright (C) 2006-2007 Julien BLACHE <jb at jblache.org>");
 
   /* Load our configuration */
   ret = config_load();

Modified: trunk/wmpomme/wmpomme.c
===================================================================
--- trunk/wmpomme/wmpomme.c	2007-03-02 19:32:38 UTC (rev 289)
+++ trunk/wmpomme/wmpomme.c	2007-03-02 19:34:39 UTC (rev 290)
@@ -715,7 +715,7 @@
 usage(void)
 {
   fprintf(stderr, "wmpomme v" WMPOMME_VERSION "\n");
-  fprintf(stderr, "Copyright (C) 2006 Julien BLACHE <jb at jblache.org>\n");
+  fprintf(stderr, "Copyright (C) 2006-2007 Julien BLACHE <jb at jblache.org>\n");
   fprintf(stderr, "Based on wmwave by Carsten Schuermann <carsten at schuermann.org>\n\n");
   fprintf(stderr, "Usage:\n");
   fprintf(stderr, "\t-display <display name>\n");
@@ -726,5 +726,5 @@
 printversion(void)
 {
   fprintf(stderr, "wmpomme v%s\n", WMPOMME_VERSION);
-  fprintf(stderr, "Copyright (C) 2006 Julien BLACHE <jb at jblache.org>\n");
+  fprintf(stderr, "Copyright (C) 2006-2007 Julien BLACHE <jb at jblache.org>\n");
 }




More information about the Pommed-commits mailing list