From: Anselm R. Garbe Date: Tue, 29 May 2007 09:47:55 +0000 (+0200) Subject: added anydot to Copyright holders, because he contributed a lot recently X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=e1deda9e040c052af62aecc2fb4ee770fb2496a2 added anydot to Copyright holders, because he contributed a lot recently --- diff --git a/LICENSE b/LICENSE index 69214cb..455ec58 100644 --- a/LICENSE +++ b/LICENSE @@ -2,6 +2,7 @@ MIT/X Consortium License © 2006-2007 Anselm R. Garbe © 2006-2007 Sander van Dijk +© 2007 Premysl Hruby 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 90399ae..e670cc8 100644 --- a/client.c +++ b/client.c @@ -1,5 +1,6 @@ /* © 2006-2007 Anselm R. Garbe * © 2006-2007 Sander van Dijk + * © 2007 Premysl Hruby * See LICENSE file for license details. */ #include "dwm.h" #include diff --git a/config.arg.h b/config.arg.h index 6ff9973..e1a2e8a 100644 --- a/config.arg.h +++ b/config.arg.h @@ -1,5 +1,6 @@ /* © 2006-2007 Anselm R. Garbe * © 2006-2007 Sander van Dijk + * © 2007 Premysl Hruby * See LICENSE file for license details. */ /* appearance */ diff --git a/config.default.h b/config.default.h index 84e4751..dd81442 100644 --- a/config.default.h +++ b/config.default.h @@ -1,5 +1,6 @@ /* © 2006-2007 Anselm R. Garbe * © 2006-2007 Sander van Dijk + * © 2007 Premysl Hruby * See LICENSE file for license details. */ /* appearance */ diff --git a/draw.c b/draw.c index ce24354..bb5ac27 100644 --- a/draw.c +++ b/draw.c @@ -1,5 +1,6 @@ /* © 2006-2007 Anselm R. Garbe * © 2006-2007 Sander van Dijk + * © 2007 Premysl Hruby * See LICENSE file for license details. */ #include "dwm.h" #include diff --git a/dwm.h b/dwm.h index 2c1d41b..64ed4c7 100644 --- a/dwm.h +++ b/dwm.h @@ -1,5 +1,6 @@ /* © 2006-2007 Anselm R. Garbe * © 2006-2007 Sander van Dijk + * © 2007 Premysl Hruby * 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 f9d2e0c..d8633c5 100644 --- a/event.c +++ b/event.c @@ -1,5 +1,6 @@ /* © 2006-2007 Anselm R. Garbe * © 2006-2007 Sander van Dijk + * © 2007 Premysl Hruby * See LICENSE file for license details. */ #include "dwm.h" #include diff --git a/layout.c b/layout.c index de6aef6..2c3f5a2 100644 --- a/layout.c +++ b/layout.c @@ -1,5 +1,6 @@ /* © 2006-2007 Anselm R. Garbe * © 2006-2007 Sander van Dijk + * © 2007 Premysl Hruby * See LICENSE file for license details. */ #include "dwm.h" #include diff --git a/main.c b/main.c index 23fd7bd..884d5a3 100644 --- a/main.c +++ b/main.c @@ -1,5 +1,6 @@ /* © 2006-2007 Anselm R. Garbe * © 2006-2007 Sander van Dijk + * © 2007 Premysl Hruby * See LICENSE file for license details. */ #include "dwm.h" #include diff --git a/tag.c b/tag.c index 2db70b8..fb366be 100644 --- a/tag.c +++ b/tag.c @@ -1,5 +1,6 @@ /* © 2006-2007 Anselm R. Garbe * © 2006-2007 Sander van Dijk + * © 2007 Premysl Hruby * See LICENSE file for license details. */ #include "dwm.h" #include diff --git a/util.c b/util.c index 7b94c50..effd9da 100644 --- a/util.c +++ b/util.c @@ -1,5 +1,6 @@ /* © 2006-2007 Anselm R. Garbe * © 2006-2007 Sander van Dijk + * © 2007 Premysl Hruby * See LICENSE file for license details. */ #include "dwm.h" #include