diff options
-rw-r--r-- | LICENSE | 4 | ||||
-rw-r--r-- | client.c | 2 | ||||
-rw-r--r-- | config.arg.h | 2 | ||||
-rw-r--r-- | config.default.h | 2 | ||||
-rw-r--r-- | dwm.h | 2 | ||||
-rw-r--r-- | event.c | 2 | ||||
-rw-r--r-- | main.c | 4 | ||||
-rw-r--r-- | tag.c | 2 | ||||
-rw-r--r-- | util.c | 2 | ||||
-rw-r--r-- | view.c | 2 |
10 files changed, 12 insertions, 12 deletions
@@ -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"), @@ -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/config.arg.h b/config.arg.h index dfb9dd2..9ef0e81 100644 --- a/config.arg.h +++ b/config.arg.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. */ diff --git a/config.default.h b/config.default.h index a66c662..3dd5aa0 100644 --- a/config.default.h +++ b/config.default.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. */ @@ -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 @@ -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" @@ -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) @@ -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" @@ -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" @@ -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" |