git clone dmenu dmenu Log gph
Found at: gopher.r-36.net:70/scm/dmenu/commit/771c0cb6072b3e90d4ed7007073552736c49e655.gph
tnext version will contain updated copyright notice - dmenu - Dmenu fork with xft fonts.
git clone git://r-36.net/dmenu
---
commit 771c0cb6072b3e90d4ed7007073552736c49e655
parent 43a19425af43f89f44dea85ad8cfe10d6317048d
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(-)
---
diff --git a/LICENSE b/LICENSE
t@@ -1,7 +1,7 @@
MIT/X Consortium License
-(C)opyright MMVI Anselm R. Garbe
-(C)opyright MMVI Sander van Dijk
+(C)opyright MMVII Anselm R. Garbe
+(C)opyright MMVII Sander van Dijk
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
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
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
diff --git a/dmenu.h b/dmenu.h
t@@ -1,4 +1,4 @@
-/* (C)opyright MMVI Anselm R. Garbe
+/* (C)opyright MMVII Anselm R. Garbe
* See LICENSE file for license details.
*/
t@@ -1,4 +1,4 @@
-/* (C)opyright MMIV-MMVI Anselm R. Garbe
+/* (C)opyright MMIV-MMVII Anselm R. Garbe
* See LICENSE file for license details.
*/
#include "dmenu.h"
t@@ -1,5 +1,5 @@
-/* (C)opyright MMVI Anselm R. Garbe
- * (C)opyright MMVI Sander van Dijk
+/* (C)opyright MMVII Anselm R. Garbe
+ * (C)opyright MMVII Sander van Dijk
* 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
t@@ -1,4 +1,4 @@
-/* (C)opyright MMVI Anselm R. Garbe
+/* (C)opyright MMVII Anselm R. Garbe
* See LICENSE file for license details.
*/
#include "dmenu.h"
.