# HG changeset patch # User Anselm R. Garbe # Date 1180432628 -7200 # Node ID e04a79845936c7ce10dc76f61ee5c6db905dece4 # Parent ca352bd2f8f7b6ba3163d613f6ff9540665a88d4 added nsz to copyright holders as well, because he did a lot recently diff -r ca352bd2f8f7 -r e04a79845936 LICENSE --- a/LICENSE Tue May 29 11:47:55 2007 +0200 +++ b/LICENSE Tue May 29 11:57:08 2007 +0200 @@ -3,6 +3,7 @@ © 2006-2007 Anselm R. Garbe © 2006-2007 Sander van Dijk © 2007 Premysl Hruby +© 2007 Szabolcs Nagy Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff -r ca352bd2f8f7 -r e04a79845936 client.c --- a/client.c Tue May 29 11:47:55 2007 +0200 +++ b/client.c Tue May 29 11:57:08 2007 +0200 @@ -1,6 +1,7 @@ /* © 2006-2007 Anselm R. Garbe * © 2006-2007 Sander van Dijk * © 2007 Premysl Hruby + * © 2007 Szabolcs Nagy * See LICENSE file for license details. */ #include "dwm.h" #include diff -r ca352bd2f8f7 -r e04a79845936 config.arg.h --- a/config.arg.h Tue May 29 11:47:55 2007 +0200 +++ b/config.arg.h Tue May 29 11:57:08 2007 +0200 @@ -1,6 +1,7 @@ /* © 2006-2007 Anselm R. Garbe * © 2006-2007 Sander van Dijk * © 2007 Premysl Hruby + * © 2007 Szabolcs Nagy * See LICENSE file for license details. */ /* appearance */ diff -r ca352bd2f8f7 -r e04a79845936 config.default.h --- a/config.default.h Tue May 29 11:47:55 2007 +0200 +++ b/config.default.h Tue May 29 11:57:08 2007 +0200 @@ -1,6 +1,7 @@ /* © 2006-2007 Anselm R. Garbe * © 2006-2007 Sander van Dijk * © 2007 Premysl Hruby + * © 2007 Szabolcs Nagy * See LICENSE file for license details. */ /* appearance */ diff -r ca352bd2f8f7 -r e04a79845936 draw.c --- a/draw.c Tue May 29 11:47:55 2007 +0200 +++ b/draw.c Tue May 29 11:57:08 2007 +0200 @@ -1,6 +1,7 @@ /* © 2006-2007 Anselm R. Garbe * © 2006-2007 Sander van Dijk * © 2007 Premysl Hruby + * © 2007 Szabolcs Nagy * See LICENSE file for license details. */ #include "dwm.h" #include diff -r ca352bd2f8f7 -r e04a79845936 dwm.h --- a/dwm.h Tue May 29 11:47:55 2007 +0200 +++ b/dwm.h Tue May 29 11:57:08 2007 +0200 @@ -1,6 +1,7 @@ /* © 2006-2007 Anselm R. Garbe * © 2006-2007 Sander van Dijk * © 2007 Premysl Hruby + * © 2007 Szabolcs Nagy * See LICENSE file for license details. * * dynamic window manager is designed like any other X client as well. It is diff -r ca352bd2f8f7 -r e04a79845936 event.c --- a/event.c Tue May 29 11:47:55 2007 +0200 +++ b/event.c Tue May 29 11:57:08 2007 +0200 @@ -1,6 +1,7 @@ /* © 2006-2007 Anselm R. Garbe * © 2006-2007 Sander van Dijk * © 2007 Premysl Hruby + * © 2007 Szabolcs Nagy * See LICENSE file for license details. */ #include "dwm.h" #include diff -r ca352bd2f8f7 -r e04a79845936 layout.c --- a/layout.c Tue May 29 11:47:55 2007 +0200 +++ b/layout.c Tue May 29 11:57:08 2007 +0200 @@ -1,6 +1,7 @@ /* © 2006-2007 Anselm R. Garbe * © 2006-2007 Sander van Dijk * © 2007 Premysl Hruby + * © 2007 Szabolcs Nagy * See LICENSE file for license details. */ #include "dwm.h" #include diff -r ca352bd2f8f7 -r e04a79845936 main.c --- a/main.c Tue May 29 11:47:55 2007 +0200 +++ b/main.c Tue May 29 11:57:08 2007 +0200 @@ -1,6 +1,7 @@ /* © 2006-2007 Anselm R. Garbe * © 2006-2007 Sander van Dijk * © 2007 Premysl Hruby + * © 2007 Szabolcs Nagy * See LICENSE file for license details. */ #include "dwm.h" #include diff -r ca352bd2f8f7 -r e04a79845936 tag.c --- a/tag.c Tue May 29 11:47:55 2007 +0200 +++ b/tag.c Tue May 29 11:57:08 2007 +0200 @@ -1,6 +1,7 @@ /* © 2006-2007 Anselm R. Garbe * © 2006-2007 Sander van Dijk * © 2007 Premysl Hruby + * © 2007 Szabolcs Nagy * See LICENSE file for license details. */ #include "dwm.h" #include diff -r ca352bd2f8f7 -r e04a79845936 util.c --- a/util.c Tue May 29 11:47:55 2007 +0200 +++ b/util.c Tue May 29 11:57:08 2007 +0200 @@ -1,6 +1,7 @@ /* © 2006-2007 Anselm R. Garbe * © 2006-2007 Sander van Dijk * © 2007 Premysl Hruby + * © 2007 Szabolcs Nagy * See LICENSE file for license details. */ #include "dwm.h" #include