tnext version will contain updated copyright notice - dmenu - Dmenu fork with xft fonts.
 (HTM) git clone git://r-36.net/dmenu
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 771c0cb6072b3e90d4ed7007073552736c49e655
 (DIR) parent 43a19425af43f89f44dea85ad8cfe10d6317048d
 (HTM) Author: arg@mig29 <unknown>
       Date:   Tue,  2 Jan 2007 15:38:44 +0100
       
       next version will contain updated copyright notice
       Diffstat:
         LICENSE                             |       4 ++--
         Makefile                            |       2 +-
         config.mk                           |       2 +-
         dmenu.h                             |       2 +-
         draw.c                              |       2 +-
         main.c                              |       6 +++---
         util.c                              |       2 +-
       
       7 files changed, 10 insertions(+), 10 deletions(-)
       ---
 (DIR) diff --git a/LICENSE b/LICENSE
       t@@ -1,7 +1,7 @@
        MIT/X Consortium License
        
       -(C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
       -(C)opyright MMVI Sander van Dijk <a dot h dot vandijk at gmail dot com>
       +(C)opyright MMVII Anselm R. Garbe <garbeam at gmail dot com>
       +(C)opyright MMVII Sander van Dijk <a dot h dot vandijk at gmail dot com>
        
        Permission is hereby granted, free of charge, to any person obtaining a
        copy of this software and associated documentation files (the "Software"),
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -1,5 +1,5 @@
        # dmenu - dynamic menu
       -#   (C)opyright MMVI Anselm R. Garbe
       +#   (C)opyright MMVII Anselm R. Garbe
        
        include config.mk
        
 (DIR) diff --git a/config.mk b/config.mk
       t@@ -1,5 +1,5 @@
        # dmenu version
       -VERSION = 1.8
       +VERSION = 1.9
        
        # Customize below to fit your system
        
 (DIR) diff --git a/dmenu.h b/dmenu.h
       t@@ -1,4 +1,4 @@
       -/* (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
       +/* (C)opyright MMVII Anselm R. Garbe <garbeam at gmail dot com>
         * See LICENSE file for license details.
         */
        
 (DIR) diff --git a/draw.c b/draw.c
       t@@ -1,4 +1,4 @@
       -/* (C)opyright MMIV-MMVI Anselm R. Garbe <garbeam at gmail dot com>
       +/* (C)opyright MMIV-MMVII Anselm R. Garbe <garbeam at gmail dot com>
         * See LICENSE file for license details.
         */
        #include "dmenu.h"
 (DIR) diff --git a/main.c b/main.c
       t@@ -1,5 +1,5 @@
       -/* (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
       - * (C)opyright MMVI Sander van Dijk <a dot h dot vandijk at gmail dot com>
       +/* (C)opyright MMVII Anselm R. Garbe <garbeam at gmail dot com>
       + * (C)opyright MMVII Sander van Dijk <a dot h dot vandijk at gmail dot com>
         * See LICENSE file for license details.
         */
        #include "dmenu.h"
       t@@ -373,7 +373,7 @@ main(int argc, char *argv[]) {
                                if(++i < argc) timeout.tv_sec = atoi(argv[i]);
                        }
                        else if(!strncmp(argv[i], "-v", 3)) {
       -                        fputs("dmenu-"VERSION", (C)opyright MMVI Anselm R. Garbe\n", stdout);
       +                        fputs("dmenu-"VERSION", (C)opyright MMVII Anselm R. Garbe\n", stdout);
                                exit(EXIT_SUCCESS);
                        }
                        else
 (DIR) diff --git a/util.c b/util.c
       t@@ -1,4 +1,4 @@
       -/* (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
       +/* (C)opyright MMVII Anselm R. Garbe <garbeam at gmail dot com>
         * See LICENSE file for license details.
         */
        #include "dmenu.h"