diff options
author | Anselm R. Garbe <arg@suckless.org> | 2007-02-08 14:09:52 +0100 |
---|---|---|
committer | Anselm R. Garbe <arg@suckless.org> | 2007-02-08 14:09:52 +0100 |
commit | 8fcd1bfda89df37655b140c1b4091d8d50add899 (patch) | |
tree | aabbf50b4468fd96c1486061cf8d4770054cceb9 | |
parent | e39e6979981ea0308f89fde96bd81c45359dcdfd (diff) | |
download | dwm-8fcd1bfda89df37655b140c1b4091d8d50add899.tar.gz |
fixed copyright notice in Makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index dd1a770..e337ec2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # dwm - dynamic window manager -# (C)opyright MMVII Anselm R. Garbe +# (C)opyright MMVI-MMVII Anselm R. Garbe include config.mk |