]> git.armaanb.net Git - dwm.git/commitdiff
corrections
authorarg@mig29 <unknown>
Tue, 2 Jan 2007 14:44:19 +0000 (15:44 +0100)
committerarg@mig29 <unknown>
Tue, 2 Jan 2007 14:44:19 +0000 (15:44 +0100)
LICENSE
client.c
config.arg.h
config.default.h
dwm.h
event.c
main.c
tag.c
util.c
view.c

diff --git a/LICENSE b/LICENSE
index d3a309d689840ab5e6c8c13e6fccdddf0ffef5df..2d25a170d33ce490275e923f5e047a982ba32e5e 100644 (file)
--- 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"),
index 7c00f20f7cc05915837afa7e49ef03b925e06807..a6b781517607b2a0827622aa0412423680385959 100644 (file)
--- a/client.c
+++ b/client.c
@@ -1,4 +1,4 @@
-/* (C)opyright MMVII Anselm R. Garbe <garbeam at gmail dot com>
+/* (C)opyright MMVI-MMVII Anselm R. Garbe <garbeam at gmail dot com>
  * See LICENSE file for license details.
  */
 #include "dwm.h"
index dfb9dd29fb4e9fe593a2582a0c352dc8ee643e52..9ef0e8193c9f53abf39f0e6c448bb17ad3838ea1 100644 (file)
@@ -1,4 +1,4 @@
-/* (C)opyright MMVII Anselm R. Garbe <garbeam at gmail dot com>
+/* (C)opyright MMVI-MMVII Anselm R. Garbe <garbeam at gmail dot com>
  * See LICENSE file for license details.
  */
 
index a66c662555a2877a415526d17d2942a929868bff..3dd5aa0fbe74b72889f8f8319bb4f6fd196978ba 100644 (file)
@@ -1,4 +1,4 @@
-/* (C)opyright MMVII Anselm R. Garbe <garbeam at gmail dot com>
+/* (C)opyright MMVI-MMVII Anselm R. Garbe <garbeam at gmail dot com>
  * See LICENSE file for license details.
  */
 
diff --git a/dwm.h b/dwm.h
index 4a6a30affbb4bcff1484ca753b2460a2c3974d70..a77c3bd586dd000ea8efabb5990aed5a686c8cef 100644 (file)
--- a/dwm.h
+++ b/dwm.h
@@ -1,4 +1,4 @@
-/* (C)opyright MMVII Anselm R. Garbe <garbeam at gmail dot com>
+/* (C)opyright MMVI-MMVII Anselm R. Garbe <garbeam at gmail dot com>
  * See LICENSE file for license details.
  *
  * dynamic window manager is designed like any other X client as well. It is
diff --git a/event.c b/event.c
index a6100e61c1d36f688a95df8623282ae7825c8a9d..0043ed29f78a7905e75e7e90b1da7a579003f441 100644 (file)
--- a/event.c
+++ b/event.c
@@ -1,4 +1,4 @@
-/* (C)opyright MMVII Anselm R. Garbe <garbeam at gmail dot com>
+/* (C)opyright MMVI-MMVII Anselm R. Garbe <garbeam at gmail dot com>
  * See LICENSE file for license details.
  */
 #include "dwm.h"
diff --git a/main.c b/main.c
index 4406b886a61c73e195cce5e38b2ec796a769c4c2..c3526aa6d78989efabced020a0ef21fa27051ab7 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/* (C)opyright MMVII Anselm R. Garbe <garbeam at gmail dot com>
+/* (C)opyright MMVI-MMVII Anselm R. Garbe <garbeam at gmail dot com>
  * See LICENSE file for license details.
  */
 
@@ -236,7 +236,7 @@ main(int argc, char *argv[]) {
        fd_set rd;
 
        if(argc == 2 && !strncmp("-v", argv[1], 3)) {
-               fputs("dwm-"VERSION", (C)opyright MMVII Anselm R. Garbe\n", stdout);
+               fputs("dwm-"VERSION", (C)opyright MMVI-MMVII Anselm R. Garbe\n", stdout);
                exit(EXIT_SUCCESS);
        }
        else if(argc != 1)
diff --git a/tag.c b/tag.c
index ef9cb0889300657441809adf32b17c5ae08ef917..2a06bc99865db3b912884aef47e73a42584a0b5c 100644 (file)
--- a/tag.c
+++ b/tag.c
@@ -1,4 +1,4 @@
-/* (C)opyright MMVII Anselm R. Garbe <garbeam at gmail dot com>
+/* (C)opyright MMVI-MMVII Anselm R. Garbe <garbeam at gmail dot com>
  * See LICENSE file for license details.
  */
 #include "dwm.h"
diff --git a/util.c b/util.c
index 3175ab23d0a98a232983509fe40d64d116b2946c..7d7cb1aa829a5b780be0cb44e810f4394b53b86f 100644 (file)
--- a/util.c
+++ b/util.c
@@ -1,4 +1,4 @@
-/* (C)opyright MMVII Anselm R. Garbe <garbeam at gmail dot com>
+/* (C)opyright MMVI-MMVII Anselm R. Garbe <garbeam at gmail dot com>
  * See LICENSE file for license details.
  */
 #include "dwm.h"
diff --git a/view.c b/view.c
index b3b412d8ea421b0fb6099caaba4dcdf63c60d0ec..72a49913dc4fe937b97e971d7ddc1c535ef3ae7c 100644 (file)
--- a/view.c
+++ b/view.c
@@ -1,4 +1,4 @@
-/* (C)opyright MMVII Anselm R. Garbe <garbeam at gmail dot com>
+/* (C)opyright MMVI-MMVII Anselm R. Garbe <garbeam at gmail dot com>
  * See LICENSE file for license details.
  */
 #include "dwm.h"