aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarg@mig29 <unknown>2007-01-02 15:44:32 +0100
committerarg@mig29 <unknown>2007-01-02 15:44:32 +0100
commit08420a935b96bf1bd8531c3a9cda66ee87e31855 (patch)
treeaed7af0fcf5b603824864ff8995451e6cc900e47
parentdeea1fb5abbb6c23d7d1e0be6f2936d15cc334be (diff)
downloaddmenu-08420a935b96bf1bd8531c3a9cda66ee87e31855.tar.gz
dmenu-08420a935b96bf1bd8531c3a9cda66ee87e31855.tar.bz2
dmenu-08420a935b96bf1bd8531c3a9cda66ee87e31855.zip
corrections
-rw-r--r--LICENSE4
-rw-r--r--main.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/LICENSE b/LICENSE
index d3a309d..2d25a17 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,7 @@
MIT/X Consortium License
-(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>
+(C)opyright MMVI-MMVII Anselm R. Garbe <garbeam at gmail dot com>
+(C)opyright MMVI-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"),
diff --git a/main.c b/main.c
index cb52c9c..573d7c3 100644
--- a/main.c
+++ b/main.c
@@ -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 MMVII Anselm R. Garbe\n", stdout);
+ fputs("dmenu-"VERSION", (C)opyright MMVI-MMVII Anselm R. Garbe\n", stdout);
exit(EXIT_SUCCESS);
}
else