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

Sean Bright sean.bright at gmail.com
Thu Oct 25 17:26:38 CDT 2007


s/2006/2007/

On 10/25/07, SVN commits to the Asterisk project <
asterisk-commits at lists.digium.com> wrote:
>
> 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"
>
>
>
> _______________________________________________
> --Bandwidth and Colocation Provided by http://www.api-digital.com--
>
> asterisk-commits mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-dev/attachments/20071025/88f03ca4/attachment-0001.htm 


More information about the asterisk-dev mailing list