aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_adsi.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_adsi.c')
-rwxr-xr-xres/res_adsi.c26
1 files changed, 18 insertions, 8 deletions
diff --git a/res/res_adsi.c b/res/res_adsi.c
index 2669cd644..3ebe53bda 100755
--- a/res/res_adsi.c
+++ b/res/res_adsi.c
@@ -1,17 +1,27 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * ADSI support
- *
- * Copyright (C) 2001, Linux Support Services, Inc.
- *
- * Mark Spencer <markster@linux-support.net>
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
- * This program is free software, distributed under the terms of
- * the GNU General Public License.
+ * Mark Spencer <markster@digium.com>
*
* Includes code and algorithms from the Zapata library.
*
+ * 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.
+ */
+
+/*
+ *
+ * ADSI support
+ *
*/
#include <time.h>