aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnselm R. Garbe2007-05-29 11:57:08 +0200
committerAnselm R. Garbe2007-05-29 11:57:08 +0200
commit136043e1dab764d4a00014ad391e4f0b115ace4f (patch)
treea3648440d1d628c351296f8e7f39e604633d462c
parent7daabb895dcc9a7a7918bcd3a5b56eacb69fd4f4 (diff)
downloadaur-136043e1dab764d4a00014ad391e4f0b115ace4f.tar.gz
added nsz to copyright holders as well, because he did a lot recently
-rw-r--r--LICENSE1
-rw-r--r--client.c1
-rw-r--r--config.arg.h1
-rw-r--r--config.default.h1
-rw-r--r--draw.c1
-rw-r--r--dwm.h1
-rw-r--r--event.c1
-rw-r--r--layout.c1
-rw-r--r--main.c1
-rw-r--r--tag.c1
-rw-r--r--util.c1
11 files changed, 11 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index 455ec58db558..a26cf0aca985 100644
--- a/LICENSE
+++ b/LICENSE
@@ -3,6 +3,7 @@ MIT/X Consortium License
© 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
© 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
© 2007 Premysl Hruby <dfenze at gmail dot com>
+© 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
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 e670cc896e23..c4b0941a996b 100644
--- a/client.c
+++ b/client.c
@@ -1,6 +1,7 @@
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
* © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
* © 2007 Premysl Hruby <dfenze at gmail dot com>
+ * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
* See LICENSE file for license details. */
#include "dwm.h"
#include <stdlib.h>
diff --git a/config.arg.h b/config.arg.h
index e1a2e8aa9be0..3e0d45a6021a 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -1,6 +1,7 @@
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
* © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
* © 2007 Premysl Hruby <dfenze at gmail dot com>
+ * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
* See LICENSE file for license details. */
/* appearance */
diff --git a/config.default.h b/config.default.h
index dd814423c5c5..e45d523ae557 100644
--- a/config.default.h
+++ b/config.default.h
@@ -1,6 +1,7 @@
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
* © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
* © 2007 Premysl Hruby <dfenze at gmail dot com>
+ * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
* See LICENSE file for license details. */
/* appearance */
diff --git a/draw.c b/draw.c
index bb5ac27715b4..4cb97f0f6ea7 100644
--- a/draw.c
+++ b/draw.c
@@ -1,6 +1,7 @@
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
* © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
* © 2007 Premysl Hruby <dfenze at gmail dot com>
+ * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
* See LICENSE file for license details. */
#include "dwm.h"
#include <string.h>
diff --git a/dwm.h b/dwm.h
index 64ed4c7b5ed7..eff134a69130 100644
--- a/dwm.h
+++ b/dwm.h
@@ -1,6 +1,7 @@
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
* © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
* © 2007 Premysl Hruby <dfenze at gmail dot com>
+ * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
* 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 d8633c5631df..6b1595089a1d 100644
--- a/event.c
+++ b/event.c
@@ -1,6 +1,7 @@
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
* © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
* © 2007 Premysl Hruby <dfenze at gmail dot com>
+ * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
* See LICENSE file for license details. */
#include "dwm.h"
#include <stdio.h>
diff --git a/layout.c b/layout.c
index 2c3f5a234e0c..92c6a53060e7 100644
--- a/layout.c
+++ b/layout.c
@@ -1,6 +1,7 @@
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
* © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
* © 2007 Premysl Hruby <dfenze at gmail dot com>
+ * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
* See LICENSE file for license details. */
#include "dwm.h"
#include <stdlib.h>
diff --git a/main.c b/main.c
index 884d5a38c84c..6cfe75951a6d 100644
--- a/main.c
+++ b/main.c
@@ -1,6 +1,7 @@
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
* © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
* © 2007 Premysl Hruby <dfenze at gmail dot com>
+ * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
* See LICENSE file for license details. */
#include "dwm.h"
#include <errno.h>
diff --git a/tag.c b/tag.c
index fb366bed0285..e0721642791c 100644
--- a/tag.c
+++ b/tag.c
@@ -1,6 +1,7 @@
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
* © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
* © 2007 Premysl Hruby <dfenze at gmail dot com>
+ * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
* See LICENSE file for license details. */
#include "dwm.h"
#include <regex.h>
diff --git a/util.c b/util.c
index effd9da79e1b..77e79e186a0f 100644
--- a/util.c
+++ b/util.c
@@ -1,6 +1,7 @@
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
* © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
* © 2007 Premysl Hruby <dfenze at gmail dot com>
+ * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
* See LICENSE file for license details. */
#include "dwm.h"
#include <stdarg.h>