[svn-commits] snuffy: branch snuffy/func_memcache r229818 - /team/snuffy/func_memcache/funcs/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Nov 12 23:22:15 CST 2009


Author: snuffy
Date: Thu Nov 12 23:22:12 2009
New Revision: 229818

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=229818
Log:
Update Copyright, remove unneeded include

Modified:
    team/snuffy/func_memcache/funcs/func_memcache.c

Modified: team/snuffy/func_memcache/funcs/func_memcache.c
URL: http://svnview.digium.com/svn/asterisk/team/snuffy/func_memcache/funcs/func_memcache.c?view=diff&rev=229818&r1=229817&r2=229818
==============================================================================
--- team/snuffy/func_memcache/funcs/func_memcache.c (original)
+++ team/snuffy/func_memcache/funcs/func_memcache.c Thu Nov 12 23:22:12 2009
@@ -1,11 +1,7 @@
 /*
  * Asterisk -- An open source telephony toolkit.
  *
- * Copyright (C) 2005-2006, Russell Bryant <russelb at clemson.edu> 
- *
- * func_db.c adapted from the old app_db.c, copyright by the following people 
- * Copyright (C) 2005, Mark Spencer <markster at digium.com>
- * Copyright (C) 2003, Jefferson Noxon <jeff at debian.org>
+ * Copyright (C) 2009, Bradley Latus <snuffy22 at gmail.com>
  *
  * See http://www.asterisk.org for more information about
  * the Asterisk project. Please do not directly contact
@@ -22,7 +18,7 @@
  *
  * \brief Functions for interaction with the Asterisk database
  *
- * \author Russell Bryant <russelb at clemson.edu>
+ * \author Bradley Latus <snuffy22 at gmail.com>
  *
  * \ingroup functions
  */
@@ -41,7 +37,6 @@
 #include "asterisk/utils.h"
 #include "asterisk/app.h"
 #include "asterisk/cli.h"
-#include "asterisk/astobj2.h"
 
 /*** DOCUMENTATION
 	<function name="MEMCACHE" language="en_US">




More information about the svn-commits mailing list