aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-05 15:56:35 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-05 15:56:35 +0000
commit436d0a6604e4a4197fa230020a78e3361d110c0f (patch)
tree2e7ebefa3292b0fdbd3d088005169ebd022251b1 /contrib
parent72ae0537f2954e47c25365452afe4da705f6fe0b (diff)
use the standard Asterisk copyright header
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32306 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'contrib')
-rw-r--r--contrib/utils/zones2indications.c34
1 files changed, 18 insertions, 16 deletions
diff --git a/contrib/utils/zones2indications.c b/contrib/utils/zones2indications.c
index fb48a33cd..f8055cfb0 100644
--- a/contrib/utils/zones2indications.c
+++ b/contrib/utils/zones2indications.c
@@ -1,23 +1,25 @@
/*
- * 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@xorcom.com>
+ * Copyright (C) 1999 - 2006, Digium, Inc.
+ *
+ * Tzafrir Cohen <tzafrir.cohen@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>
#include <tonezone.h>