[hackers] [dwm] added anydot to Copyright holders, because he contributed a lot recently

From: Anselm R. Garbe <arg_AT_suckless.org>
Date: Tue May 29 11:49:02 2007

changeset: 905:ca352bd2f8f7
tag: tip
user: Anselm R. Garbe <arg_AT_suckless.org>
date: Tue May 29 11:47:55 2007 +0200
summary: added anydot to Copyright holders, because he contributed a lot recently

diff -r 2dfd50e4cfde -r ca352bd2f8f7 LICENSE
--- a/LICENSE Tue May 29 11:35:20 2007 +0200
+++ b/LICENSE Tue May 29 11:47:55 2007 +0200
@@ -2,6 +2,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>
 
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
diff -r 2dfd50e4cfde -r ca352bd2f8f7 client.c
--- a/client.c Tue May 29 11:35:20 2007 +0200
+++ b/client.c Tue May 29 11:47:55 2007 +0200
@@ -1,5 +1,6 @@
 /* © 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>
  * See LICENSE file for license details. */
 #include "dwm.h"
 #include <stdlib.h>
diff -r 2dfd50e4cfde -r ca352bd2f8f7 config.arg.h
--- a/config.arg.h Tue May 29 11:35:20 2007 +0200
+++ b/config.arg.h Tue May 29 11:47:55 2007 +0200
@@ -1,5 +1,6 @@
 /* © 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>
  * See LICENSE file for license details. */
 
 /* appearance */
diff -r 2dfd50e4cfde -r ca352bd2f8f7 config.default.h
--- a/config.default.h Tue May 29 11:35:20 2007 +0200
+++ b/config.default.h Tue May 29 11:47:55 2007 +0200
@@ -1,5 +1,6 @@
 /* © 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>
  * See LICENSE file for license details. */
 
 /* appearance */
diff -r 2dfd50e4cfde -r ca352bd2f8f7 draw.c
--- a/draw.c Tue May 29 11:35:20 2007 +0200
+++ b/draw.c Tue May 29 11:47:55 2007 +0200
@@ -1,5 +1,6 @@
 /* © 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>
  * See LICENSE file for license details. */
 #include "dwm.h"
 #include <string.h>
diff -r 2dfd50e4cfde -r ca352bd2f8f7 dwm.h
--- a/dwm.h Tue May 29 11:35:20 2007 +0200
+++ b/dwm.h Tue May 29 11:47:55 2007 +0200
@@ -1,5 +1,6 @@
 /* © 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>
  * See LICENSE file for license details.
  *
  * dynamic window manager is designed like any other X client as well. It is
diff -r 2dfd50e4cfde -r ca352bd2f8f7 event.c
--- a/event.c Tue May 29 11:35:20 2007 +0200
+++ b/event.c Tue May 29 11:47:55 2007 +0200
@@ -1,5 +1,6 @@
 /* © 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>
  * See LICENSE file for license details. */
 #include "dwm.h"
 #include <stdio.h>
diff -r 2dfd50e4cfde -r ca352bd2f8f7 layout.c
--- a/layout.c Tue May 29 11:35:20 2007 +0200
+++ b/layout.c Tue May 29 11:47:55 2007 +0200
@@ -1,5 +1,6 @@
 /* © 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>
  * See LICENSE file for license details. */
 #include "dwm.h"
 #include <stdlib.h>
diff -r 2dfd50e4cfde -r ca352bd2f8f7 main.c
--- a/main.c Tue May 29 11:35:20 2007 +0200
+++ b/main.c Tue May 29 11:47:55 2007 +0200
@@ -1,5 +1,6 @@
 /* © 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>
  * See LICENSE file for license details. */
 #include "dwm.h"
 #include <errno.h>
diff -r 2dfd50e4cfde -r ca352bd2f8f7 tag.c
--- a/tag.c Tue May 29 11:35:20 2007 +0200
+++ b/tag.c Tue May 29 11:47:55 2007 +0200
@@ -1,5 +1,6 @@
 /* © 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>
  * See LICENSE file for license details. */
 #include "dwm.h"
 #include <regex.h>
diff -r 2dfd50e4cfde -r ca352bd2f8f7 util.c
--- a/util.c Tue May 29 11:35:20 2007 +0200
+++ b/util.c Tue May 29 11:47:55 2007 +0200
@@ -1,5 +1,6 @@
 /* © 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>
  * See LICENSE file for license details. */
 #include "dwm.h"
 #include <stdarg.h>
Received on Tue May 29 2007 - 11:49:02 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:56:51 UTC