corrections - dwm - dynamic window manager HTML git clone https://git.parazyd.org/dwm DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit ac24f132dba7e59d9d9ff98d984f5e0b0d20fd09 DIR parent cb4aa5bc35cf16a06bb2b4e880648e390fa2cc55 HTML Author: arg@mig29 <unknown> Date: Tue, 2 Jan 2007 15:44:19 +0100 corrections Diffstat: M LICENSE | 4 ++-- M client.c | 2 +- M config.arg.h | 2 +- M config.default.h | 2 +- M dwm.h | 2 +- M event.c | 2 +- M main.c | 4 ++-- M tag.c | 2 +- M util.c | 2 +- M view.c | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) --- DIR diff --git 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"), DIR diff --git 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" DIR diff --git 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. */ DIR diff --git 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. */ DIR diff --git 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 DIR diff --git 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" DIR diff --git 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) DIR diff --git 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" DIR diff --git 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" DIR diff --git 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"