aboutsummaryrefslogtreecommitdiff
path: root/draw.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-04-13 11:32:38 +0200
committerAnselm R. Garbe <arg@suckless.org>2007-04-13 11:32:38 +0200
commit399993c6b5d594278bf822e2981ebfe8bfcb58c7 (patch)
tree52af1ed868398c257394802ac83d7d622597e5d8 /draw.c
parent4d318060a2af949b4a40d05019be891f28eb331b (diff)
making Copyright notices more compact
Diffstat (limited to 'draw.c')
-rw-r--r--draw.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/draw.c b/draw.c
index 175017b..2a45cff 100644
--- a/draw.c
+++ b/draw.c
@@ -1,6 +1,5 @@
-/* (C)opyright MMVI-MMVII Anselm R. Garbe <garbeam at gmail dot com>
- * See LICENSE file for license details.
- */
+/* © 2004-2007 Anselm R. Garbe <garbeam at gmail dot com>
+ * See LICENSE file for license details. */
#include "dwm.h"
#include <string.h>