[Asterisk-cvs] asterisk/channels chan_h323.c,1.127,1.128
kpfleming
kpfleming
Thu Sep 15 11:46:02 CDT 2005
- Previous message: [Asterisk-cvs] asterisk/cdr cdr_manager.c, 1.7, 1.8 cdr_pgsql.c,
1.21, 1.22 cdr_tds.c, 1.12, 1.13
- Next message: [Asterisk-cvs] asterisk/apps app_alarmreceiver.c, 1.14,
1.15 app_curl.c, 1.9, 1.10 app_cut.c, 1.12, 1.13 app_dictate.c,
1.4, 1.5 app_eval.c, 1.6, 1.7 app_exec.c, 1.6,
1.7 app_festival.c, 1.32, 1.33 app_forkcdr.c, 1.11,
1.12 app_hasnewvoicemail.c, 1.15, 1.16 app_queue.c, 1.161,
1.162 app_random.c, 1.7, 1.8 app_rpt.c, 1.41,
1.42 app_sayunixtime.c, 1.11, 1.12 app_userevent.c, 1.6,
1.7 app_verbose.c, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv12249/channels
Modified Files:
chan_h323.c
Log Message:
more license/copyright header updates (thanks Ian!)
Index: chan_h323.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_h323.c,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -d -r1.127 -r1.128
--- chan_h323.c 15 Sep 2005 03:26:02 -0000 1.127
+++ chan_h323.c 15 Sep 2005 15:44:26 -0000 1.128
@@ -1,5 +1,7 @@
/*
- * chan_h323.c
+ * Asterisk -- An open source telephony toolkit.
+ *
+ * Copyright (C) 1999 - 2005
*
* OpenH323 Channel Driver for ASTERISK PBX.
* By Jeremy McNamara
@@ -8,22 +10,21 @@
* chan_h323 has been derived from code created by
* Michael Manousos and Mark Spencer
*
- * This file is part of the chan_h323 driver for Asterisk
- *
- * chan_h323 is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * 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.
*
- * chan_h323 is distributed WITHOUT ANY WARRANTY; without even
- * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- * PURPOSE. See the GNU General Public License for more details.
+ * 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.
+ */
+
+/*
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * This file is part of the chan_h323 driver for Asterisk
*
- * Version Info: $Id$
*/
#include <sys/socket.h>
- Previous message: [Asterisk-cvs] asterisk/cdr cdr_manager.c, 1.7, 1.8 cdr_pgsql.c,
1.21, 1.22 cdr_tds.c, 1.12, 1.13
- Next message: [Asterisk-cvs] asterisk/apps app_alarmreceiver.c, 1.14,
1.15 app_curl.c, 1.9, 1.10 app_cut.c, 1.12, 1.13 app_dictate.c,
1.4, 1.5 app_eval.c, 1.6, 1.7 app_exec.c, 1.6,
1.7 app_festival.c, 1.32, 1.33 app_forkcdr.c, 1.11,
1.12 app_hasnewvoicemail.c, 1.15, 1.16 app_queue.c, 1.161,
1.162 app_random.c, 1.7, 1.8 app_rpt.c, 1.41,
1.42 app_sayunixtime.c, 1.11, 1.12 app_userevent.c, 1.6,
1.7 app_verbose.c, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list