summaryrefslogtreecommitdiff
path: root/include/asterisk/pbx.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/pbx.h')
-rwxr-xr-xinclude/asterisk/pbx.h25
1 files changed, 17 insertions, 8 deletions
diff --git a/include/asterisk/pbx.h b/include/asterisk/pbx.h
index f36d971bf..9828aa6bb 100755
--- a/include/asterisk/pbx.h
+++ b/include/asterisk/pbx.h
@@ -1,15 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Core PBX routines and definitions.
- *
- * Copyright (C) 1999, Mark Spencer
+ * Copyright (C) 1999 - 2005, Digium, Inc.
+ *
+ * Mark Spencer <markster@digium.com>
*
- * Mark Spencer <markster@linux-support.net>
+ * 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
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
*/
+
+/*
+ * Core PBX routines and definitions.
+ */
+
#ifndef _ASTERISK_PBX_H
#define _ASTERISK_PBX_H
@@ -642,5 +652,4 @@ void ast_hint_state_changed(const char *device);
}
#endif
-
-#endif
+#endif /* _ASTERISK_PBX_H */