aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-05 12:48:52 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-05 12:48:52 +0000
commit8b926a7bc765676aed928ab9056788e1892503c4 (patch)
treee3ac5fb01ceecbdbff1f1bc08999dff0be824e99 /funcs
parent6fa82b10b283c668beb5e936318980d294e66b4b (diff)
clean up file headers
restore appropriate copyrights for functions that came from files with copyrights listed git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5587 f38db490-d61c-443f-a65b-d21fe96a405b
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