summaryrefslogtreecommitdiff
path: root/main/autoservice.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2008-03-03 16:02:19 +0000
committerRussell Bryant <russell@russellbryant.com>2008-03-03 16:02:19 +0000
commitf7467c83e684d0233c4c43f8de2c981da8a5abc9 (patch)
tree1a32ab665683c31b0b3ba2cbc12b76c2557142c4 /main/autoservice.c
parent8372a9bf08a152a65f8483324d6c0f679b660ff2 (diff)
Merged revisions 105565 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r105565 | russell | 2008-03-03 10:01:50 -0600 (Mon, 03 Mar 2008) | 3 lines Update the copyright information for autoservice. Most of the code in this file now is stuff that I have written recently ... ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@105566 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/autoservice.c')
-rw-r--r--main/autoservice.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/autoservice.c b/main/autoservice.c
index 74b1015ef..836dfab63 100644
--- a/main/autoservice.c
+++ b/main/autoservice.c
@@ -1,9 +1,10 @@
/*
* Asterisk -- An open source telephony toolkit.
*
- * Copyright (C) 1999 - 2006, Digium, Inc.
+ * Copyright (C) 1999 - 2008, Digium, Inc.
*
* Mark Spencer <markster@digium.com>
+ * Russell Bryant <russell@digium.com>
*
* See http://www.asterisk.org for more information about
* the Asterisk project. Please do not directly contact
@@ -21,6 +22,7 @@
* \brief Automatic channel service routines
*
* \author Mark Spencer <markster@digium.com>
+ * \author Russell Bryant <russell@digium.com>
*/
#include "asterisk.h"