[Asterisk-cvs] asterisk/channels chan_h323.c,1.127,1.128

kpfleming kpfleming
Thu Sep 15 11:46:02 CDT 2005


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>




More information about the svn-commits mailing list