From a730213c3b47397c890eea0df7e03e45d5d38b6d Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Fri, 13 Apr 2007 11:40:09 +0200 Subject: [PATCH] yet another fix of copyright compactisition --- Makefile | 2 +- client.c | 3 ++- config.arg.h | 6 +++--- config.default.h | 6 +++--- draw.c | 3 ++- dwm.h | 3 ++- event.c | 3 ++- layout.c | 3 ++- main.c | 5 +++-- tag.c | 3 ++- util.c | 3 ++- 11 files changed, 24 insertions(+), 16 deletions(-) diff --git a/Makefile b/Makefile index 2c015b9..50732a1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # dwm - dynamic window manager -# (C)opyright MMVI-MMVII Anselm R. Garbe +# © 2006-2007 Anselm R. Garbe, Sander van Dijk include config.mk diff --git a/client.c b/client.c index f5fb7a4..b7fde1a 100644 --- a/client.c +++ b/client.c @@ -1,4 +1,5 @@ -/* © 2004-2007 Anselm R. Garbe +/* © 2006-2007 Anselm R. Garbe + * © 2006-2007 Sander van Dijk * See LICENSE file for license details. */ #include "dwm.h" #include diff --git a/config.arg.h b/config.arg.h index 1c38086..d170c71 100644 --- a/config.arg.h +++ b/config.arg.h @@ -1,6 +1,6 @@ -/* (C)opyright MMVI-MMVII Anselm R. Garbe - * See LICENSE file for license details. - */ +/* © 2006-2007 Anselm R. Garbe + * © 2006-2007 Sander van Dijk + * See LICENSE file for license details. */ /* appearance */ #define BORDERPX 1 diff --git a/config.default.h b/config.default.h index 073146f..8fa0764 100644 --- a/config.default.h +++ b/config.default.h @@ -1,6 +1,6 @@ -/* (C)opyright MMVI-MMVII Anselm R. Garbe - * See LICENSE file for license details. - */ +/* © 2006-2007 Anselm R. Garbe + * © 2006-2007 Sander van Dijk + * See LICENSE file for license details. */ /* appearance */ #define BORDERPX 1 diff --git a/draw.c b/draw.c index 2a45cff..ce24354 100644 --- a/draw.c +++ b/draw.c @@ -1,4 +1,5 @@ -/* © 2004-2007 Anselm R. Garbe +/* © 2006-2007 Anselm R. Garbe + * © 2006-2007 Sander van Dijk * See LICENSE file for license details. */ #include "dwm.h" #include diff --git a/dwm.h b/dwm.h index 8af071a..ae648b5 100644 --- a/dwm.h +++ b/dwm.h @@ -1,4 +1,5 @@ -/* (C)opyright MMVI-MMVII Anselm R. Garbe +/* © 2006-2007 Anselm R. Garbe + * © 2006-2007 Sander van Dijk * 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 4d9a1e6..c41c975 100644 --- a/event.c +++ b/event.c @@ -1,4 +1,5 @@ -/* © 2004-2007 Anselm R. Garbe +/* © 2006-2007 Anselm R. Garbe + * © 2006-2007 Sander van Dijk * See LICENSE file for license details. */ #include "dwm.h" #include diff --git a/layout.c b/layout.c index 9de26bc..5a32fd3 100644 --- a/layout.c +++ b/layout.c @@ -1,4 +1,5 @@ -/* © 2004-2007 Anselm R. Garbe +/* © 2006-2007 Anselm R. Garbe + * © 2006-2007 Sander van Dijk * See LICENSE file for license details. */ #include "dwm.h" #include diff --git a/main.c b/main.c index c65cfc8..66645b3 100644 --- a/main.c +++ b/main.c @@ -1,4 +1,5 @@ -/* © 2004-2007 Anselm R. Garbe +/* © 2006-2007 Anselm R. Garbe + * © 2006-2007 Sander van Dijk * See LICENSE file for license details. */ #include "dwm.h" #include @@ -254,7 +255,7 @@ main(int argc, char *argv[]) { XEvent ev; if(argc == 2 && !strncmp("-v", argv[1], 3)) - eprint("dwm-"VERSION", © 2004-2007 Anselm R. Garbe\n"); + eprint("dwm-"VERSION", © 2004-2007 Anselm R. Garbe, Sander van Dijk\n"); else if(argc != 1) eprint("usage: dwm [-v]\n"); setlocale(LC_CTYPE, ""); diff --git a/tag.c b/tag.c index 6c54e0c..2db70b8 100644 --- a/tag.c +++ b/tag.c @@ -1,4 +1,5 @@ -/* © 2004-2007 Anselm R. Garbe +/* © 2006-2007 Anselm R. Garbe + * © 2006-2007 Sander van Dijk * See LICENSE file for license details. */ #include "dwm.h" #include diff --git a/util.c b/util.c index cae9ba3..7b94c50 100644 --- a/util.c +++ b/util.c @@ -1,4 +1,5 @@ -/* © 2004-2007 Anselm R. Garbe +/* © 2006-2007 Anselm R. Garbe + * © 2006-2007 Sander van Dijk * See LICENSE file for license details. */ #include "dwm.h" #include -- 1.7.10.4