From 2343fdd8cf22c4ff0cbe38c8c2040bf1c048e28e Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Mon, 18 Sep 2006 05:08:55 +0000 Subject: [PATCH] Attribution. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2734 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch.c | 1 + src/switch_channel.c | 1 + src/switch_core.c | 2 ++ src/switch_event.c | 2 ++ 4 files changed, 6 insertions(+) diff --git a/src/switch.c b/src/switch.c index ed6a6ee5c2..154ad49726 100644 --- a/src/switch.c +++ b/src/switch.c @@ -24,6 +24,7 @@ * Contributor(s): * * Anthony Minessale II + * Michael Jerris * * * switch.c -- Main diff --git a/src/switch_channel.c b/src/switch_channel.c index ad909c7587..dd88e61938 100644 --- a/src/switch_channel.c +++ b/src/switch_channel.c @@ -24,6 +24,7 @@ * Contributor(s): * * Anthony Minessale II + * Michael Jerris * * * switch_channel.c -- Media Channel Interface diff --git a/src/switch_core.c b/src/switch_core.c index 3342f6fbe3..f7c2c649ae 100644 --- a/src/switch_core.c +++ b/src/switch_core.c @@ -24,6 +24,8 @@ * Contributor(s): * * Anthony Minessale II + * Michael Jerris + * Paul D. Tinsley * * * switch_core.c -- Main Core Library diff --git a/src/switch_event.c b/src/switch_event.c index ac140bd2ce..bffe06e410 100644 --- a/src/switch_event.c +++ b/src/switch_event.c @@ -24,6 +24,8 @@ * Contributor(s): * * Anthony Minessale II + * Michael Jerris + * Paul D. Tinsley * * * switch_event.c -- Event System