aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarg@mig29 <unknown>2007-01-02 15:38:44 +0100
committerarg@mig29 <unknown>2007-01-02 15:38:44 +0100
commit771c0cb6072b3e90d4ed7007073552736c49e655 (patch)
treedee1e6320fecb2b8cab96e5fb1e230e50b3f3674
parent43a19425af43f89f44dea85ad8cfe10d6317048d (diff)
next version will contain updated copyright notice
-rw-r--r--LICENSE4
-rw-r--r--Makefile2
-rw-r--r--config.mk2
-rw-r--r--dmenu.h2
-rw-r--r--draw.c2
-rw-r--r--main.c6
-rw-r--r--util.c2
7 files changed, 10 insertions, 10 deletions
diff --git a/LICENSE b/LICENSE
index 67e22c3..d3a309d 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,7 @@
1MIT/X Consortium License 1MIT/X Consortium License
2 2
3(C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com> 3(C)opyright MMVII Anselm R. Garbe <garbeam at gmail dot com>
4(C)opyright MMVI Sander van Dijk <a dot h dot vandijk at gmail dot com> 4(C)opyright MMVII Sander van Dijk <a dot h dot vandijk at gmail dot com>
5 5
6Permission is hereby granted, free of charge, to any person obtaining a 6Permission is hereby granted, free of charge, to any person obtaining a
7copy of this software and associated documentation files (the "Software"), 7copy of this software and associated documentation files (the "Software"),
diff --git a/Makefile b/Makefile
index d208dbb..fec5da4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
1# dmenu - dynamic menu 1# dmenu - dynamic menu
2# (C)opyright MMVI Anselm R. Garbe 2# (C)opyright MMVII Anselm R. Garbe
3 3
4include config.mk 4include config.mk
5 5
diff --git a/config.mk b/config.mk
index 1670243..7b2808d 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
1# dmenu version 1# dmenu version
2VERSION = 1.8 2VERSION = 1.9
3 3
4# Customize below to fit your system 4# Customize below to fit your system
5 5
diff --git a/dmenu.h b/dmenu.h
index ff9790d..0afdf0e 100644
--- a/dmenu.h
+++ b/dmenu.h
@@ -1,4 +1,4 @@
1/* (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com> 1/* (C)opyright MMVII Anselm R. Garbe <garbeam at gmail dot com>
2 * See LICENSE file for license details. 2 * See LICENSE file for license details.
3 */ 3 */
4 4
diff --git a/draw.c b/draw.c
index 710af8e..92f07ca 100644
--- a/draw.c
+++ b/draw.c
@@ -1,4 +1,4 @@
1/* (C)opyright MMIV-MMVI Anselm R. Garbe <garbeam at gmail dot com> 1/* (C)opyright MMIV-MMVII Anselm R. Garbe <garbeam at gmail dot com>
2 * See LICENSE file for license details. 2 * See LICENSE file for license details.
3 */ 3 */
4#include "dmenu.h" 4#include "dmenu.h"
diff --git a/main.c b/main.c
index 69214dd..71ad867 100644
--- a/main.c
+++ b/main.c
@@ -1,5 +1,5 @@
1/* (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com> 1/* (C)opyright MMVII Anselm R. Garbe <garbeam at gmail dot com>
2 * (C)opyright MMVI Sander van Dijk <a dot h dot vandijk at gmail dot com> 2 * (C)opyright MMVII Sander van Dijk <a dot h dot vandijk at gmail dot com>
3 * See LICENSE file for license details. 3 * See LICENSE file for license details.
4 */ 4 */
5#include "dmenu.h" 5#include "dmenu.h"
@@ -373,7 +373,7 @@ main(int argc, char *argv[]) {
373 if(++i < argc) timeout.tv_sec = atoi(argv[i]); 373 if(++i < argc) timeout.tv_sec = atoi(argv[i]);
374 } 374 }
375 else if(!strncmp(argv[i], "-v", 3)) { 375 else if(!strncmp(argv[i], "-v", 3)) {
376 fputs("dmenu-"VERSION", (C)opyright MMVI Anselm R. Garbe\n", stdout); 376 fputs("dmenu-"VERSION", (C)opyright MMVII Anselm R. Garbe\n", stdout);
377 exit(EXIT_SUCCESS); 377 exit(EXIT_SUCCESS);
378 } 378 }
379 else 379 else
diff --git a/util.c b/util.c
index 0427ed5..62b816b 100644
--- a/util.c
+++ b/util.c
@@ -1,4 +1,4 @@
1/* (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com> 1/* (C)opyright MMVII Anselm R. Garbe <garbeam at gmail dot com>
2 * See LICENSE file for license details. 2 * See LICENSE file for license details.
3 */ 3 */
4#include "dmenu.h" 4#include "dmenu.h"