aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_logic.c
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/func_logic.c')
-rwxr-xr-xfuncs/func_logic.c21
1 files changed, 16 insertions, 5 deletions
diff --git a/funcs/func_logic.c b/funcs/func_logic.c
index 7c9c1af1b..d041c4d17 100755
--- a/funcs/func_logic.c
+++ b/funcs/func_logic.c
@@ -1,13 +1,24 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Conditional logic dialplan functions
- *
- * Copyright (C) 2005, Digium, Inc.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
* Portions Copyright (C) 2005, Anthony Minessale II
*
+ * 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.
+ */
+
+/*
+ *
+ * Conditional logic dialplan functions
+ *
*/
#include <stdlib.h>