[asterisk-commits] trunk r32306 - /trunk/contrib/utils/zones2indications.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Mon Jun 5 08:56:35 MST 2006


Author: russell
Date: Mon Jun  5 10:56:35 2006
New Revision: 32306

URL: http://svn.digium.com/view/asterisk?rev=32306&view=rev
Log:
use the standard Asterisk copyright header

Modified:
    trunk/contrib/utils/zones2indications.c

Modified: trunk/contrib/utils/zones2indications.c
URL: http://svn.digium.com/view/asterisk/trunk/contrib/utils/zones2indications.c?rev=32306&r1=32305&r2=32306&view=diff
==============================================================================
--- trunk/contrib/utils/zones2indications.c (original)
+++ trunk/contrib/utils/zones2indications.c Mon Jun  5 10:56:35 2006
@@ -1,22 +1,24 @@
 /*
- * zones2indications: print libtonozone data as Asterisk indications.conf
- * 
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- * 
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU Lesser General Public License for more details.
- * 
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 
+ * Asterisk -- An open source telephony toolkit.
  *
- * Author: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+ * Copyright (C) 1999 - 2006, Digium, Inc.
+ *
+ * Tzafrir Cohen <tzafrir.cohen at xorcom.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 print libtonozone data as Asterisk indications.conf
+ */ 
 
 #include <stdio.h>
 #include <stdlib.h>



More information about the asterisk-commits mailing list