summaryrefslogtreecommitdiff
path: root/funcs
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-05-05 12:48:52 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-05-05 12:48:52 +0000
commit7cd4ac0ee170ff4a545b1683983b210e0faffca2 (patch)
treee3ac5fb01ceecbdbff1f1bc08999dff0be824e99 /funcs
parent6ec28c9f98f89d11a23375918d6785e52420f2b8 (diff)
clean up file headers
restore appropriate copyrights for functions that came from files with copyrights listed git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5587 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'funcs')
-rwxr-xr-xfuncs/func_cdr.c3
-rwxr-xr-xfuncs/func_env.c2
-rwxr-xr-xfuncs/func_logic.c3
-rwxr-xr-xfuncs/func_md5.c1
-rwxr-xr-xfuncs/func_strings.c2
5 files changed, 8 insertions, 3 deletions
diff --git a/funcs/func_cdr.c b/funcs/func_cdr.c
index 5c226370b..82a8686ba 100755
--- a/funcs/func_cdr.c
+++ b/funcs/func_cdr.c
@@ -1,9 +1,10 @@
/*
* Asterisk -- A telephony toolkit for Linux.
*
- * MD5 digest related dialplan functions
+ * Call Detail Record related dialplan functions
*
* Copyright (C) 2005, Digium, Inc.
+ * Portions Copyright (C) 2005, Anthony Minessale II
*
* This program is free software, distributed under the terms of
* the GNU General Public License
diff --git a/funcs/func_env.c b/funcs/func_env.c
index fd9c68621..4d734137f 100755
--- a/funcs/func_env.c
+++ b/funcs/func_env.c
@@ -1,7 +1,7 @@
/*
* Asterisk -- A telephony toolkit for Linux.
*
- * MD5 digest related dialplan functions
+ * Environment related dialplan functions
*
* Copyright (C) 2005, Digium, Inc.
*
diff --git a/funcs/func_logic.c b/funcs/func_logic.c
index f7f2c8e5c..d20b7719f 100755
--- a/funcs/func_logic.c
+++ b/funcs/func_logic.c
@@ -1,9 +1,10 @@
/*
* Asterisk -- A telephony toolkit for Linux.
*
- * MD5 digest related dialplan functions
+ * Conditional logic dialplan functions
*
* Copyright (C) 2005, Digium, Inc.
+ * Portions Copyright (C) 2005, Anthony Minessale II
*
* This program is free software, distributed under the terms of
* the GNU General Public License
diff --git a/funcs/func_md5.c b/funcs/func_md5.c
index 001229577..f014902ce 100755
--- a/funcs/func_md5.c
+++ b/funcs/func_md5.c
@@ -4,6 +4,7 @@
* MD5 digest related dialplan functions
*
* Copyright (C) 2005, Digium, Inc.
+ * Copyright (C) 2005, Olle E. Johansson, Edvina.net
*
* This program is free software, distributed under the terms of
* the GNU General Public License
diff --git a/funcs/func_strings.c b/funcs/func_strings.c
index 61cef2625..4d571bf9f 100755
--- a/funcs/func_strings.c
+++ b/funcs/func_strings.c
@@ -4,6 +4,8 @@
* String manipulation dialplan functions
*
* Copyright (C) 2005, Digium, Inc.
+ * Portions Copyright (C) 2005, Tilghman Lesher. All rights reserved.
+ * Portions Copyright (C) 2005, Anthony Minessale II
*
* This program is free software, distributed under the terms of
* the GNU General Public License