summaryrefslogtreecommitdiff
path: root/hdlcverify.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 /hdlcverify.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 'hdlcverify.c')
-rw-r--r--hdlcverify.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/hdlcverify.c b/hdlcverify.c
index 8f45a95..eb736fc 100644
--- a/hdlcverify.c
+++ b/hdlcverify.c
@@ -1,3 +1,16 @@
+/*
+ * 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 <fcntl.h>
#include <string.h>