summaryrefslogtreecommitdiff
path: root/zonedata.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-08-05 23:43:02 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-08-05 23:43:02 +0000
commitbdc1755fdfc4dacb85a535434a5e0694ef16c3b2 (patch)
tree03296551f695de9f6189ca27a57b1f1f410153d5 /zonedata.c
parent659ec2f72e0b4e0100c47956719efdb4435bf811 (diff)
clean up license headers in files, add LICENSE files, and apply LGPL (instead of GPL) to libtonezone files
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4708 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'zonedata.c')
-rw-r--r--zonedata.c35
1 files changed, 21 insertions, 14 deletions
diff --git a/zonedata.c b/zonedata.c
index e462b59..c041975 100644
--- a/zonedata.c
+++ b/zonedata.c
@@ -3,26 +3,33 @@
*
* Working with the "Tormenta ISA" Card
*
- * This program is free software; you can redistribute it and/or modify
- * it under thet erms 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.
- *
* Primary Author: Mark Spencer <markster@digium.com>
*
* This information from ITU E.180 Supplement 2.
* UK information from BT SIN 350 Issue 1.1
* Helpful reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf
*/
+
+/*
+ * 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 Lesser General Public License Version 2.1 as published
+ * by the Free Software Foundation. See the LICENSE.LGPL file
+ * included with this program for more details.
+ *
+ * In addition, when this program is distributed with Asterisk in
+ * any form that would qualify as a 'combined work' or as a
+ * 'derivative work' (but not mere aggregation), you can redistribute
+ * and/or modify the combination under the terms of the license
+ * provided with that copy of Asterisk, instead of the license
+ * terms granted here.
+ */
+
#include "tonezone.h"
struct tone_zone builtin_zones[] =