[Asterisk-cvs] asterisk/utils astman.c, 1.17, 1.18 check_expr.c, 1.3, 1.4 streamplayer.c, 1.4, 1.5

kpfleming kpfleming
Wed Sep 14 16:48:21 CDT 2005


Update of /usr/cvsroot/asterisk/utils
In directory mongoose.digium.com:/tmp/cvs-serv5303/utils

Modified Files:
	astman.c check_expr.c streamplayer.c 
Log Message:
update MANY more files with proper copyright/license info (thanks Ian!)


Index: astman.c
===================================================================
RCS file: /usr/cvsroot/asterisk/utils/astman.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- astman.c	7 Jun 2005 00:21:01 -0000	1.17
+++ astman.c	14 Sep 2005 20:46:50 -0000	1.18
@@ -1,8 +1,25 @@
 /*
+ * Asterisk -- An open source telephony toolkit.
+ *
+ * Copyright (C) 1999 - 2005, Digium, Inc.
+ *
+ * Mark Spencer <markster at 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.
+ */
+
+/*
+ *
  * ASTerisk MANager
- * Copyright (C) 2002, Linux Support Services, Inc.
  *
- * Distributed under the terms of the GNU General Public License
  */
  
 #include <newt.h>

Index: check_expr.c
===================================================================
RCS file: /usr/cvsroot/asterisk/utils/check_expr.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- check_expr.c	29 Aug 2005 22:03:37 -0000	1.3
+++ check_expr.c	14 Sep 2005 20:46:50 -0000	1.4
@@ -1,3 +1,21 @@
+/*
+ * Asterisk -- An open source telephony toolkit.
+ *
+ * Copyright (C) 1999 - 2005, Digium, Inc.
+ *
+ * Mark Spencer <markster at 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.
+ */
+
 #include <stdio.h>
 #include <stddef.h>
 #include <stdarg.h>

Index: streamplayer.c
===================================================================
RCS file: /usr/cvsroot/asterisk/utils/streamplayer.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- streamplayer.c	14 Sep 2005 01:10:20 -0000	1.4
+++ streamplayer.c	14 Sep 2005 20:46:50 -0000	1.5
@@ -1,16 +1,27 @@
 /*
+ * Asterisk -- An open source telephony toolkit.
+ *
+ * Copyright (C) 1999 - 2005, Digium, Inc.
+ *
+ * Russell Bryant <russell at 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.
+ */
+
+/*
+*
 * streamplayer.c
 *
 * A utility for reading from a stream
 * 
-* Copyright (C) 2005, Digium, Inc.
-*
-* Russell Bryant <russell at digium.com>
-*
-* This program is free software, distributed under the terms of
-* the GNU General Public License
-*
-* $Revision$ 
 */
 
 #include <stdlib.h>




More information about the svn-commits mailing list