From 9fdd2cd1a9dbe9b533fab9a8a98b9849dc4c7b59 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Tue, 29 May 2007 11:57:08 +0200 Subject: [PATCH] added nsz to copyright holders as well, because he did a lot recently --- LICENSE | 1 + client.c | 1 + config.arg.h | 1 + config.default.h | 1 + draw.c | 1 + dwm.h | 1 + event.c | 1 + layout.c | 1 + main.c | 1 + tag.c | 1 + util.c | 1 + 11 files changed, 11 insertions(+) diff --git a/LICENSE b/LICENSE index 455ec58..a26cf0a 100644 --- a/LICENSE +++ b/LICENSE @@ -3,6 +3,7 @@ MIT/X Consortium License © 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 --git a/client.c b/client.c index e670cc8..c4b0941 100644 --- a/client.c +++ b/client.c @@ -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 --git a/config.arg.h b/config.arg.h index e1a2e8a..3e0d45a 100644 --- a/config.arg.h +++ b/config.arg.h @@ -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 --git a/config.default.h b/config.default.h index dd81442..e45d523 100644 --- a/config.default.h +++ b/config.default.h @@ -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 --git a/draw.c b/draw.c index bb5ac27..4cb97f0 100644 --- a/draw.c +++ b/draw.c @@ -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 --git a/dwm.h b/dwm.h index 64ed4c7..eff134a 100644 --- a/dwm.h +++ b/dwm.h @@ -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 --git a/event.c b/event.c index d8633c5..6b15950 100644 --- a/event.c +++ b/event.c @@ -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 --git a/layout.c b/layout.c index 2c3f5a2..92c6a53 100644 --- a/layout.c +++ b/layout.c @@ -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 --git a/main.c b/main.c index 884d5a3..6cfe759 100644 --- a/main.c +++ b/main.c @@ -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 --git a/tag.c b/tag.c index fb366be..e072164 100644 --- a/tag.c +++ b/tag.c @@ -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 --git a/util.c b/util.c index effd9da..77e79e1 100644 --- a/util.c +++ b/util.c @@ -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 -- 1.7.10.4