summaryrefslogtreecommitdiff
path: root/ast_expr2.fl
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-01-03 22:16:23 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-01-03 22:16:23 +0000
commita4f8d466e860c43ad863c33e2f35c48a649427bc (patch)
treeb0d5def00e4d551d72af15c696133736bb0771cc /ast_expr2.fl
parenta1a5e746ee1db4bfa8e95ab96ac8122718222c34 (diff)
update copyright headers for files changed this year
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7751 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'ast_expr2.fl')
-rw-r--r--ast_expr2.fl23
1 files changed, 23 insertions, 0 deletions
diff --git a/ast_expr2.fl b/ast_expr2.fl
index 9e198e7b2..66c7844fb 100644
--- a/ast_expr2.fl
+++ b/ast_expr2.fl
@@ -1,4 +1,27 @@
%{
+/*
+ * Asterisk -- An open source telephony toolkit.
+ *
+ * Copyright (C) 1999 - 2006, Digium, Inc.
+ *
+ * Mark Spencer <markster@digium.com>
+ *
+ * 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.
+ */
+
+/*! \file
+ *
+ * \brief Dialplan Expression Parser
+ */
+
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>