summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Hill <colin.james.hill@gmail.com>2011-02-27 18:48:40 -0800
committerColin Hill <colin.james.hill@gmail.com>2011-02-27 18:48:40 -0800
commit3b3252b1f83e0efed4178509d36481c2b23b39df (patch)
treeedcaa53eb0da820767a288f5312ad85e8a1febd4
parent7f1dd59b90edf8aff40fc6d1fd1a5399aceef11d (diff)
Updated authors.
-rw-r--r--AUTHORS10
-rw-r--r--src/client.h12
-rw-r--r--src/driver.c12
-rw-r--r--src/input.c12
-rw-r--r--src/input.h12
-rw-r--r--src/xcbclient.c12
-rw-r--r--src/xlibclient.c12
7 files changed, 59 insertions, 23 deletions
diff --git a/AUTHORS b/AUTHORS
index 4cb4050..e197268 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,7 +1,7 @@
+Paulo Zanoni <pzanoni@mandriva.com>
Tuan Bui <tuanbui918@gmail.com>
-Colin Cornaby <>
-Timothy Fleck <>
+Colin Cornaby <colin.cornaby@mac.com>
+Timothy Fleck <tim.cs.pdx@gmail.com>
Colin Hill <colin.james.hill@gmail.com>
-Weseung Hwang <>
-Nathaniel Way <>
-Paulo Zanoni <pzanoni@mandriva.com>
+Weseung Hwang <weseung@gmail.com>
+Nathaniel Way <nathanielcw@hotmail.com>
diff --git a/src/client.h b/src/client.h
index 7425390..9a15ce9 100644
--- a/src/client.h
+++ b/src/client.h
@@ -18,9 +18,15 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * Authors: Paulo Zanoni <pzanoni@mandriva.com>, Timothy Fleck,
- * Colin Cornaby, Weseung Hwang, Colin Hill, Nathaniel Way,
- * Tuan Thong Bui.
+ * Authors:
+ *
+ * Paulo Zanoni <pzanoni@mandriva.com>
+ * Tuan Bui <tuanbui918@gmail.com>
+ * Colin Cornaby <colin.cornaby@mac.com>
+ * Timothy Fleck <tim.cs.pdx@gmail.com>
+ * Colin Hill <colin.james.hill@gmail.com>
+ * Weseung Hwang <weseung@gmail.com>
+ * Nathaniel Way <nathanielcw@hotmail.com>
*/
#include <xorg/colormap.h>
diff --git a/src/driver.c b/src/driver.c
index 3015e76..d4a0b1f 100644
--- a/src/driver.c
+++ b/src/driver.c
@@ -18,9 +18,15 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * Authors: Paulo Zanoni <pzanoni@mandriva.com>, Timothy Fleck,
- * Colin Cornaby, Weseung Hwang, Colin Hill, Nathaniel Way,
- * Tuan Thong Bui.
+ * Authors:
+ *
+ * Paulo Zanoni <pzanoni@mandriva.com>
+ * Tuan Bui <tuanbui918@gmail.com>
+ * Colin Cornaby <colin.cornaby@mac.com>
+ * Timothy Fleck <tim.cs.pdx@gmail.com>
+ * Colin Hill <colin.james.hill@gmail.com>
+ * Weseung Hwang <weseung@gmail.com>
+ * Nathaniel Way <nathanielcw@hotmail.com>
*/
#include <stdlib.h>
diff --git a/src/input.c b/src/input.c
index 6e7de4c..4856604 100644
--- a/src/input.c
+++ b/src/input.c
@@ -18,9 +18,15 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * Authors: Paulo Zanoni <pzanoni@mandriva.com>, Timothy Fleck,
- * Colin Cornaby, Weseung Hwang, Colin Hill, Nathaniel Way,
- * Tuan Thong Bui.
+ * Authors:
+ *
+ * Paulo Zanoni <pzanoni@mandriva.com>
+ * Tuan Bui <tuanbui918@gmail.com>
+ * Colin Cornaby <colin.cornaby@mac.com>
+ * Timothy Fleck <tim.cs.pdx@gmail.com>
+ * Colin Hill <colin.james.hill@gmail.com>
+ * Weseung Hwang <weseung@gmail.com>
+ * Nathaniel Way <nathanielcw@hotmail.com>
*/
#include <errno.h>
diff --git a/src/input.h b/src/input.h
index b60a40a..72b2d77 100644
--- a/src/input.h
+++ b/src/input.h
@@ -18,9 +18,15 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * Authors: Paulo Zanoni <pzanoni@mandriva.com>, Timothy Fleck,
- * Colin Cornaby, Weseung Hwang, Colin Hill, Nathaniel Way,
- * Tuan Thong Bui.
+ * Authors:
+ *
+ * Paulo Zanoni <pzanoni@mandriva.com>
+ * Tuan Bui <tuanbui918@gmail.com>
+ * Colin Cornaby <colin.cornaby@mac.com>
+ * Timothy Fleck <tim.cs.pdx@gmail.com>
+ * Colin Hill <colin.james.hill@gmail.com>
+ * Weseung Hwang <weseung@gmail.com>
+ * Nathaniel Way <nathanielcw@hotmail.com>
*/
#include <xorg/xf86.h>
diff --git a/src/xcbclient.c b/src/xcbclient.c
index 053470f..d10887b 100644
--- a/src/xcbclient.c
+++ b/src/xcbclient.c
@@ -18,9 +18,15 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * Authors: Paulo Zanoni <pzanoni@mandriva.com>, Timothy Fleck,
- * Colin Cornaby, Weseung Hwang, Colin Hill, Nathaniel Way,
- * Tuan Thong Bui.
+ * Authors:
+ *
+ * Paulo Zanoni <pzanoni@mandriva.com>
+ * Tuan Bui <tuanbui918@gmail.com>
+ * Colin Cornaby <colin.cornaby@mac.com>
+ * Timothy Fleck <tim.cs.pdx@gmail.com>
+ * Colin Hill <colin.james.hill@gmail.com>
+ * Weseung Hwang <weseung@gmail.com>
+ * Nathaniel Way <nathanielcw@hotmail.com>
*/
#include <client.h>
diff --git a/src/xlibclient.c b/src/xlibclient.c
index de4e0df..2f356dc 100644
--- a/src/xlibclient.c
+++ b/src/xlibclient.c
@@ -18,9 +18,15 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * Authors: Paulo Zanoni <pzanoni@mandriva.com>, Timothy Fleck,
- * Colin Cornaby, Weseung Hwang, Colin Hill, Nathaniel Way,
- * Tuan Thong Bui.
+ * Authors:
+ *
+ * Paulo Zanoni <pzanoni@mandriva.com>
+ * Tuan Bui <tuanbui918@gmail.com>
+ * Colin Cornaby <colin.cornaby@mac.com>
+ * Timothy Fleck <tim.cs.pdx@gmail.com>
+ * Colin Hill <colin.james.hill@gmail.com>
+ * Weseung Hwang <weseung@gmail.com>
+ * Nathaniel Way <nathanielcw@hotmail.com>
*/
#include <stdlib.h>