[Asterisk-cvs] asterisk/funcs func_cdr.c, 1.1, 1.2 func_env.c, 1.1,
1.2 func_logic.c, 1.1, 1.2 func_md5.c, 1.1, 1.2 func_strings.c,
1.2, 1.3
kpfleming at lists.digium.com
kpfleming at lists.digium.com
Thu May 5 08:41:58 CDT 2005
Update of /usr/cvsroot/asterisk/funcs
In directory mongoose.digium.com:/tmp/cvs-serv21743/funcs
Modified Files:
func_cdr.c func_env.c func_logic.c func_md5.c func_strings.c
Log Message:
clean up file headers
restore appropriate copyrights for functions that came from files with copyrights listed
Index: func_cdr.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_cdr.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- func_cdr.c 5 May 2005 05:39:33 -0000 1.1
+++ func_cdr.c 5 May 2005 12:48:52 -0000 1.2
@@ -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
Index: func_env.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_env.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- func_env.c 5 May 2005 05:39:33 -0000 1.1
+++ func_env.c 5 May 2005 12:48:52 -0000 1.2
@@ -1,7 +1,7 @@
/*
* Asterisk -- A telephony toolkit for Linux.
*
- * MD5 digest related dialplan functions
+ * Environment related dialplan functions
*
* Copyright (C) 2005, Digium, Inc.
*
Index: func_logic.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_logic.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- func_logic.c 5 May 2005 05:39:33 -0000 1.1
+++ func_logic.c 5 May 2005 12:48:52 -0000 1.2
@@ -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
Index: func_md5.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_md5.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- func_md5.c 5 May 2005 05:39:33 -0000 1.1
+++ func_md5.c 5 May 2005 12:48:52 -0000 1.2
@@ -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
Index: func_strings.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_strings.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- func_strings.c 5 May 2005 05:50:11 -0000 1.2
+++ func_strings.c 5 May 2005 12:48:52 -0000 1.3
@@ -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
More information about the svn-commits
mailing list