summaryrefslogtreecommitdiff
path: root/kernel/ztd-loc.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/ztd-loc.c')
-rw-r--r--kernel/ztd-loc.c30
1 files changed, 14 insertions, 16 deletions
diff --git a/kernel/ztd-loc.c b/kernel/ztd-loc.c
index 6486a2a..d454322 100644
--- a/kernel/ztd-loc.c
+++ b/kernel/ztd-loc.c
@@ -7,22 +7,7 @@
*
* All rights reserved.
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU 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 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.
- *
- *
- * Note : a zaptel source must exist prior to loading this driver
+ * Note : a Zaptel source must exist prior to loading this driver
*
* Address syntax :
* <key>:<id>[:<monitor id>]
@@ -47,6 +32,19 @@
*
*/
+/*
+ * 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 <linux/kernel.h>
#include <linux/errno.h>
#include <linux/module.h>