From 2c6be7239f932121b9e4526b01b957fcefc8345a Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Wed, 30 May 2007 12:19:28 +0200 Subject: [PATCH] referred to LICENSE file --- client.c | 7 +------ config.arg.h | 7 +------ config.default.h | 7 +------ draw.c | 7 +------ dwm.h | 7 +------ event.c | 7 +------ layout.c | 7 +------ main.c | 7 +------ tag.c | 7 +------ util.c | 7 +------ 10 files changed, 10 insertions(+), 60 deletions(-) diff --git a/client.c b/client.c index 3be154b..adf422e 100644 --- a/client.c +++ b/client.c @@ -1,9 +1,4 @@ -/* © 2006-2007 Anselm R. Garbe - * © 2006-2007 Sander van Dijk - * © 2006-2007 Jukka Salmi - * © 2007 Premysl Hruby - * © 2007 Szabolcs Nagy - * See LICENSE file for license details. */ +/* See LICENSE file for copyright and license details. */ #include "dwm.h" #include #include diff --git a/config.arg.h b/config.arg.h index 20870d5..bc3adb4 100644 --- a/config.arg.h +++ b/config.arg.h @@ -1,9 +1,4 @@ -/* © 2006-2007 Anselm R. Garbe - * © 2006-2007 Sander van Dijk - * © 2006-2007 Jukka Salmi - * © 2007 Premysl Hruby - * © 2007 Szabolcs Nagy - * See LICENSE file for license details. */ +/* See LICENSE file for copyright and license details. */ /* appearance */ #define BARPOS BarTop /* BarBot, BarOff */ diff --git a/config.default.h b/config.default.h index 2d13238..e3de066 100644 --- a/config.default.h +++ b/config.default.h @@ -1,9 +1,4 @@ -/* © 2006-2007 Anselm R. Garbe - * © 2006-2007 Sander van Dijk - * © 2006-2007 Jukka Salmi - * © 2007 Premysl Hruby - * © 2007 Szabolcs Nagy - * See LICENSE file for license details. */ +/* See LICENSE file for copyright and license details. */ /* appearance */ #define BARPOS BarTop /* BarBot, BarOff */ diff --git a/draw.c b/draw.c index 06acc74..16bf805 100644 --- a/draw.c +++ b/draw.c @@ -1,9 +1,4 @@ -/* © 2006-2007 Anselm R. Garbe - * © 2006-2007 Sander van Dijk - * © 2006-2007 Jukka Salmi - * © 2007 Premysl Hruby - * © 2007 Szabolcs Nagy - * See LICENSE file for license details. */ +/* See LICENSE file for copyright and license details. */ #include "dwm.h" #include diff --git a/dwm.h b/dwm.h index 02bfbcc..b2162c0 100644 --- a/dwm.h +++ b/dwm.h @@ -1,9 +1,4 @@ -/* © 2006-2007 Anselm R. Garbe - * © 2006-2007 Sander van Dijk - * © 2006-2007 Jukka Salmi - * © 2007 Premysl Hruby - * © 2007 Szabolcs Nagy - * See LICENSE file for license details. +/* See LICENSE file for copyright and license details. * * dynamic window manager is designed like any other X client as well. It is * driven through handling X events. In contrast to other X clients, a window diff --git a/event.c b/event.c index ce23e41..ad4e271 100644 --- a/event.c +++ b/event.c @@ -1,9 +1,4 @@ -/* © 2006-2007 Anselm R. Garbe - * © 2006-2007 Sander van Dijk - * © 2006-2007 Jukka Salmi - * © 2007 Premysl Hruby - * © 2007 Szabolcs Nagy - * See LICENSE file for license details. */ +/* See LICENSE file for copyright and license details. */ #include "dwm.h" #include #include diff --git a/layout.c b/layout.c index 7b9b3ef..ecd7a16 100644 --- a/layout.c +++ b/layout.c @@ -1,9 +1,4 @@ -/* © 2006-2007 Anselm R. Garbe - * © 2006-2007 Sander van Dijk - * © 2006-2007 Jukka Salmi - * © 2007 Premysl Hruby - * © 2007 Szabolcs Nagy - * See LICENSE file for license details. */ +/* See LICENSE file for copyright and license details. */ #include "dwm.h" #include diff --git a/main.c b/main.c index 5551e6e..032fafa 100644 --- a/main.c +++ b/main.c @@ -1,9 +1,4 @@ -/* © 2006-2007 Anselm R. Garbe - * © 2006-2007 Sander van Dijk - * © 2006-2007 Jukka Salmi - * © 2007 Premysl Hruby - * © 2007 Szabolcs Nagy - * See LICENSE file for license details. */ +/* See LICENSE file for copyright and license details. */ #include "dwm.h" #include #include diff --git a/tag.c b/tag.c index aecf048..c44954b 100644 --- a/tag.c +++ b/tag.c @@ -1,9 +1,4 @@ -/* © 2006-2007 Anselm R. Garbe - * © 2006-2007 Sander van Dijk - * © 2006-2007 Jukka Salmi - * © 2007 Premysl Hruby - * © 2007 Szabolcs Nagy - * See LICENSE file for license details. */ +/* See LICENSE file for copyright and license details. */ #include "dwm.h" #include #include diff --git a/util.c b/util.c index 858cb69..d39d73c 100644 --- a/util.c +++ b/util.c @@ -1,9 +1,4 @@ -/* © 2006-2007 Anselm R. Garbe - * © 2006-2007 Sander van Dijk - * © 2006-2007 Jukka Salmi - * © 2007 Premysl Hruby - * © 2007 Szabolcs Nagy - * See LICENSE file for license details. */ +/* See LICENSE file for copyright and license details. */ #include "dwm.h" #include #include -- 1.7.10.4