# HG changeset patch # User Anselm R. Garbe # Date 1180520368 -7200 # Node ID c13cb8c6b7a56af74cc88346e71d2490470b546f # Parent 8a8b7a413e6675cd973bdc91785d91eee55f0fd1 referred to LICENSE file diff -r 8a8b7a413e66 -r c13cb8c6b7a5 client.c --- a/client.c Wed May 30 12:10:01 2007 +0200 +++ b/client.c Wed May 30 12:19:28 2007 +0200 @@ -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 -r 8a8b7a413e66 -r c13cb8c6b7a5 config.arg.h --- a/config.arg.h Wed May 30 12:10:01 2007 +0200 +++ b/config.arg.h Wed May 30 12:19:28 2007 +0200 @@ -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 -r 8a8b7a413e66 -r c13cb8c6b7a5 config.default.h --- a/config.default.h Wed May 30 12:10:01 2007 +0200 +++ b/config.default.h Wed May 30 12:19:28 2007 +0200 @@ -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 -r 8a8b7a413e66 -r c13cb8c6b7a5 draw.c --- a/draw.c Wed May 30 12:10:01 2007 +0200 +++ b/draw.c Wed May 30 12:19:28 2007 +0200 @@ -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 -r 8a8b7a413e66 -r c13cb8c6b7a5 dwm.h --- a/dwm.h Wed May 30 12:10:01 2007 +0200 +++ b/dwm.h Wed May 30 12:19:28 2007 +0200 @@ -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 -r 8a8b7a413e66 -r c13cb8c6b7a5 event.c --- a/event.c Wed May 30 12:10:01 2007 +0200 +++ b/event.c Wed May 30 12:19:28 2007 +0200 @@ -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 -r 8a8b7a413e66 -r c13cb8c6b7a5 layout.c --- a/layout.c Wed May 30 12:10:01 2007 +0200 +++ b/layout.c Wed May 30 12:19:28 2007 +0200 @@ -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 -r 8a8b7a413e66 -r c13cb8c6b7a5 main.c --- a/main.c Wed May 30 12:10:01 2007 +0200 +++ b/main.c Wed May 30 12:19:28 2007 +0200 @@ -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 -r 8a8b7a413e66 -r c13cb8c6b7a5 tag.c --- a/tag.c Wed May 30 12:10:01 2007 +0200 +++ b/tag.c Wed May 30 12:19:28 2007 +0200 @@ -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 -r 8a8b7a413e66 -r c13cb8c6b7a5 util.c --- a/util.c Wed May 30 12:10:01 2007 +0200 +++ b/util.c Wed May 30 12:19:28 2007 +0200 @@ -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