aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-09-20 09:12:56 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-09-20 09:12:56 +0000
commit0474a38cc4b1d1c37b7fd0d01eb17fd4947337e4 (patch)
treec9d706c4e4a83cbde78cd27ca40fc3d96a47cf2f
parente6f7a87937362d507b84838a325b69281726b9ed (diff)
Add myself and Kovarththanan Rajaratnam as co authors.
svn path=/trunk/; revision=30006
-rw-r--r--gtk/new_packet_list.c1
-rw-r--r--gtk/packet_list_store.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/gtk/new_packet_list.c b/gtk/new_packet_list.c
index 697d633d76..d2cee6cac6 100644
--- a/gtk/new_packet_list.c
+++ b/gtk/new_packet_list.c
@@ -1,6 +1,7 @@
/* new_packet_list.c
* Routines to implement a new GTK2 packet list using our custom model
* Copyright 2008-2009, Stephen Fisher (see AUTHORS file)
+ * Co-authors Anders Broman and Kovarththanan Rajaratnam.
*
* $Id$
*
diff --git a/gtk/packet_list_store.c b/gtk/packet_list_store.c
index 5d227c3f1b..3b00495b12 100644
--- a/gtk/packet_list_store.c
+++ b/gtk/packet_list_store.c
@@ -1,6 +1,7 @@
/* packet_list_store.c
* Routines to implement a custom GTK+ list model for Wireshark's packet list
* Copyright 2008-2009, Stephen Fisher (see AUTHORS file)
+ * * Co-authors Anders Broman and Kovarththanan Rajaratnam.
*
* $Id$
*