]> git.armaanb.net Git - dmenu.git/commitdiff
next version will contain updated copyright notice
authorarg@mig29 <unknown>
Tue, 2 Jan 2007 14:38:44 +0000 (15:38 +0100)
committerarg@mig29 <unknown>
Tue, 2 Jan 2007 14:38:44 +0000 (15:38 +0100)
LICENSE
Makefile
config.mk
dmenu.h
draw.c
main.c
util.c

diff --git a/LICENSE b/LICENSE
index 67e22c37c3a994e66539612cb02de910eca91baa..d3a309d689840ab5e6c8c13e6fccdddf0ffef5df 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -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"),
index d208dbbd13e6a20d26fbc2b822c455c65579ceda..fec5da45eb9de55c659f14710e5ab678aebab2cb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 # dmenu - dynamic menu
-#   (C)opyright MMVI Anselm R. Garbe
+#   (C)opyright MMVII Anselm R. Garbe
 
 include config.mk
 
index 167024311ecb51eb13649a185afa477804a9306e..7b2808d5614556caf4debb4c7d09e410b40a56d6 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
 # dmenu version
-VERSION = 1.8
+VERSION = 1.9
 
 # Customize below to fit your system
 
diff --git a/dmenu.h b/dmenu.h
index ff9790d5b90024a55262181c2f81cf897c12b62f..0afdf0e1d0fce1e79adf5dc148952191aa59c58c 100644 (file)
--- a/dmenu.h
+++ b/dmenu.h
@@ -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.
  */
 
diff --git a/draw.c b/draw.c
index 710af8e7ecb91a4b35294ed04ae471347983874d..92f07ca786b705d991a6d06fd3051d64ff8e76e3 100644 (file)
--- a/draw.c
+++ b/draw.c
@@ -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"
diff --git a/main.c b/main.c
index 69214dd5e7c54434edb0056360add8377f9b9b68..71ad8678133c7a116337b02dc587c5109e453c6e 100644 (file)
--- a/main.c
+++ b/main.c
@@ -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"
@@ -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
diff --git a/util.c b/util.c
index 0427ed5a0c03c89319556a1ac2d903906f547d4f..62b816b964bbf01c8861c1b255fd909b27baf38f 100644 (file)
--- a/util.c
+++ b/util.c
@@ -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"