diff options
author | Anselm R. Garbe <arg@suckless.org> | 2007-02-08 14:10:17 +0100 |
---|---|---|
committer | Anselm R. Garbe <arg@suckless.org> | 2007-02-08 14:10:17 +0100 |
commit | f3c12a7bfff4480cf749a951bcb7d4e1f1b4aab9 (patch) | |
tree | 9fe94524bf19946d8c599ef7be0a1ac2191ccdc2 | |
parent | nah nah nah, I can't get used to the bottom bar, pushing the conditional dme... (diff) | |
download | dmenu-f3c12a7bfff4480cf749a951bcb7d4e1f1b4aab9.tar.gz dmenu-f3c12a7bfff4480cf749a951bcb7d4e1f1b4aab9.tar.bz2 dmenu-f3c12a7bfff4480cf749a951bcb7d4e1f1b4aab9.zip |
fixed Copyright notice in Makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index d86c111..18279f6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # dmenu - dynamic menu -# (C)opyright MMVII Anselm R. Garbe +# (C)opyright MMVI-MMVII Anselm R. Garbe include config.mk |