[asterisk-commits] mmichelson: branch mmichelson/forward-loop r87065 - in /team/mmichelson/forwa...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Oct 25 17:17:31 CDT 2007


Author: mmichelson
Date: Thu Oct 25 17:17:31 2007
New Revision: 87065

URL: http://svn.digium.com/view/asterisk?view=rev&rev=87065
Log:
Adding copyright information to the top of the new files in this branch


Modified:
    team/mmichelson/forward-loop/include/asterisk/global_datastores.h
    team/mmichelson/forward-loop/main/global_datastores.c

Modified: team/mmichelson/forward-loop/include/asterisk/global_datastores.h
URL: http://svn.digium.com/view/asterisk/team/mmichelson/forward-loop/include/asterisk/global_datastores.h?view=diff&rev=87065&r1=87064&r2=87065
==============================================================================
--- team/mmichelson/forward-loop/include/asterisk/global_datastores.h (original)
+++ team/mmichelson/forward-loop/include/asterisk/global_datastores.h Thu Oct 25 17:17:31 2007
@@ -1,3 +1,25 @@
+/*
+ * Asterisk -- An open source telephony toolkit.
+ *
+ * Copyright (C) 1999 - 2006, Digium, Inc.
+ *
+ * Mark Michelson <mmichelson at digium.com>
+ *
+ * See http://www.asterisk.org for more information about
+ * the Asterisk project. Please do not directly contact
+ * any of the maintainers of this project for assistance;
+ * the project provides a web site, mailing lists and IRC
+ * channels for your use.
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*! \file
+ * \brief globally accessible channel datastores
+ * \author Mark Michelson <mmichelson at digium.com>
+ */
 
 #ifndef _ASTERISK_GLOBAL_DATASTORE_H
 #define _ASTERISK_GLOBAL_DATASTORE_H

Modified: team/mmichelson/forward-loop/main/global_datastores.c
URL: http://svn.digium.com/view/asterisk/team/mmichelson/forward-loop/main/global_datastores.c?view=diff&rev=87065&r1=87064&r2=87065
==============================================================================
--- team/mmichelson/forward-loop/main/global_datastores.c (original)
+++ team/mmichelson/forward-loop/main/global_datastores.c Thu Oct 25 17:17:31 2007
@@ -1,3 +1,28 @@
+/*
+ * Asterisk -- An open source telephony toolkit.
+ *
+ * Copyright (C) 1999 - 2006, Digium, Inc.
+ *
+ * Mark Michelson <mmichelson at digium.com>
+ *
+ * See http://www.asterisk.org for more information about
+ * the Asterisk project. Please do not directly contact
+ * any of the maintainers of this project for assistance;
+ * the project provides a web site, mailing lists and IRC
+ * channels for your use.
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*! \file
+ *
+ * \brief globally-accessible datastore information and callbacks
+ *
+ * \author Mark Michelson <mmichelson at digium.com>
+ */
+
 #include "asterisk/global_datastores.h"
 #include "asterisk/linkedlists.h"
 




More information about the asterisk-commits mailing list