summaryrefslogtreecommitdiff
path: root/fxotune.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-08-14 00:58:36 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-08-14 00:58:36 +0000
commit3001c9701d58c20c8f5b574cb34db89171191981 (patch)
tree14b222f6a5ec684dab8e95d7f91d47469470d24b /fxotune.c
parent20ab0ff88dafea669c3c4bc7d23243c6e3c3f796 (diff)
more license header updates
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4482 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'fxotune.c')
-rw-r--r--fxotune.c17
1 files changed, 13 insertions, 4 deletions
diff --git a/fxotune.c b/fxotune.c
index d7ee9ca..21c8fe7 100644
--- a/fxotune.c
+++ b/fxotune.c
@@ -1,8 +1,4 @@
/*
- * This file and contents thereof are licensed under the terms and
- * conditions of the GNU Public License version 2. For more information
- * (including terms and conditions) see http://www.gnu.org/
- *
* fxotune.c -- A utility for tuning the various settings on the fxo
* modules for the TDM400 cards.
*
@@ -11,6 +7,19 @@
* (C) 2004-2005 Digium, Inc.
*/
+/*
+ * 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 as published by the
+ * Free Software Foundation. See the LICENSE file included with
+ * this program for more details.
+ */
+
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>