[Asterisk-cvs] asterisk/res res_adsi.c, 1.16, 1.17 res_agi.c, 1.49, 1.50 res_config_odbc.c, 1.28, 1.29 res_crypto.c, 1.25, 1.26 res_features.c, 1.71, 1.72 res_indications.c, 1.14, 1.15 res_monitor.c, 1.37, 1.38 res_musiconhold.c, 1.70, 1.71 res_odbc.c, 1.18, 1.19 res_osp.c, 1.21, 1.22

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


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

Modified Files:
	res_adsi.c res_agi.c res_config_odbc.c res_crypto.c 
	res_features.c res_indications.c res_monitor.c 
	res_musiconhold.c res_odbc.c res_osp.c 
Log Message:
update MANY more files with proper copyright/license info (thanks Ian!)


Index: res_adsi.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_adsi.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- res_adsi.c	7 Sep 2005 18:55:03 -0000	1.16
+++ res_adsi.c	14 Sep 2005 20:46:50 -0000	1.17
@@ -1,17 +1,27 @@
 /*
- * Asterisk -- A telephony toolkit for Linux.
- *
- * ADSI support 
- * 
- * Copyright (C) 2001, Linux Support Services, Inc.
+ * Asterisk -- An open source telephony toolkit.
  *
- * Mark Spencer <markster at linux-support.net>
+ * Copyright (C) 1999 - 2005, Digium, Inc.
  *
- * This program is free software, distributed under the terms of
- * the GNU General Public License.
+ * Mark Spencer <markster at digium.com>
  *
  * Includes code and algorithms from the Zapata library.
  *
+ * 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.
+ */
+
+/*
+ *
+ * ADSI support 
+ * 
  */
 
 #include <time.h>

Index: res_agi.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_agi.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- res_agi.c	23 Aug 2005 01:30:22 -0000	1.49
+++ res_agi.c	14 Sep 2005 20:46:50 -0000	1.50
@@ -1,14 +1,25 @@
 /*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
  *
- * Asterisk Gateway Interface
- * 
  * 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
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*
+ *
+ * Asterisk Gateway Interface
+ * 
  */
 
 #include <sys/types.h>

Index: res_config_odbc.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_config_odbc.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- res_config_odbc.c	6 Jun 2005 22:12:19 -0000	1.28
+++ res_config_odbc.c	14 Sep 2005 20:46:50 -0000	1.29
@@ -1,5 +1,5 @@
 /*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
  *
  * Copyright (C) 1999 - 2005, Digium, Inc.
  *
@@ -7,6 +7,22 @@
  *
  * res_config_odbc.c <odbc+odbc plugin for portable configuration engine >
  * Copyright (C) 2004 - 2005 Anthony Minessale II <anthmct at yahoo.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 <stdlib.h>

Index: res_crypto.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_crypto.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- res_crypto.c	23 Aug 2005 15:41:17 -0000	1.25
+++ res_crypto.c	14 Sep 2005 20:46:50 -0000	1.26
@@ -1,14 +1,25 @@
 /*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
  *
- * Provide Cryptographic Signature capability
- * 
  * 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
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*
+ *
+ * Provide Cryptographic Signature capability
+ * 
  */
 
 #include <sys/types.h>

Index: res_features.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_features.c,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- res_features.c	7 Sep 2005 21:36:30 -0000	1.71
+++ res_features.c	14 Sep 2005 20:46:50 -0000	1.72
@@ -1,14 +1,25 @@
 /*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
  *
- * Routines implementing call parking
- * 
  * 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
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*
+ *
+ * Routines implementing call parking
+ * 
  */
 
 #include <pthread.h>

Index: res_indications.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_indications.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- res_indications.c	13 Jul 2005 14:07:29 -0000	1.14
+++ res_indications.c	14 Sep 2005 20:46:50 -0000	1.15
@@ -1,16 +1,25 @@
-/** @file res_indications.c 
- *
- * Asterisk -- A telephony toolkit for Linux.
+/*
+ * Asterisk -- An open source telephony toolkit.
  *
- * Load the indications
- * 
  * Copyright (C) 2002, Pauline Middelink
  *
  * Pauline Middelink <middelink at polyware.nl>
  *
+ * 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
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/** @file res_indications.c 
  *
+ * Load the indications
+ * 
  * Load the country specific dialtones into the asterisk PBX.
  */
  

Index: res_monitor.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_monitor.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- res_monitor.c	10 Jul 2005 23:21:39 -0000	1.37
+++ res_monitor.c	14 Sep 2005 20:46:50 -0000	1.38
@@ -1,13 +1,25 @@
-/* res_monitor.c 
+/*
+ * Asterisk -- An open source telephony toolkit.
  *
- * Asterisk -- A telephony toolkit for Linux.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
  *
- * Copyright (C) 2005, Digium
+ * Mark Spencer <markster at digium.com>
  *
- * 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
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/* 
+ *
+ * res_monitor.c 
+ *
  */
  
 #include <stdio.h>

Index: res_musiconhold.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_musiconhold.c,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- res_musiconhold.c	1 Sep 2005 19:34:49 -0000	1.70
+++ res_musiconhold.c	14 Sep 2005 20:46:50 -0000	1.71
@@ -1,14 +1,25 @@
 /*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
  *
- * Routines implementing music on hold
- * 
  * 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
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*
+ *
+ * Routines implementing music on hold
+ * 
  */
 
 #include <stdlib.h>

Index: res_odbc.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_odbc.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- res_odbc.c	2 Sep 2005 19:29:18 -0000	1.18
+++ res_odbc.c	14 Sep 2005 20:46:50 -0000	1.19
@@ -1,5 +1,5 @@
 /*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
  *
  * Copyright (C) 1999 - 2005, Digium, Inc.
  *
@@ -7,6 +7,23 @@
  *
  * res_odbc.c <ODBC resource manager>
  * Copyright (C) 2004 - 2005 Anthony Minessale II <anthmct at yahoo.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 <stdlib.h>

Index: res_osp.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_osp.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- res_osp.c	14 Sep 2005 01:40:22 -0000	1.21
+++ res_osp.c	14 Sep 2005 20:46:50 -0000	1.22
@@ -1,14 +1,25 @@
 /*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
  *
- * Provide Open Settlement Protocol capability
- * 
- * Copyright (C) 2004 - 2005, Digium, Inc.
+ * 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
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*
+ *
+ * Provide Open Settlement Protocol capability
+ * 
  */
 
 #include <sys/types.h>




More information about the svn-commits mailing list