[Asterisk-cvs] asterisk/formats format_g726.c, 1.12, 1.13 format_ogg_vorbis.c, 1.2, 1.3 format_sln.c, 1.12, 1.13

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


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

Modified Files:
	format_g726.c format_ogg_vorbis.c format_sln.c 
Log Message:
more license/copyright header updates (thanks Ian!)


Index: format_g726.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_g726.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- format_g726.c	23 Jun 2005 17:30:56 -0000	1.12
+++ format_g726.c	15 Sep 2005 15:44:26 -0000	1.13
@@ -1,12 +1,25 @@
 /*
- * Headerless G.726 (16/24/32/40kbps) data format for Asterisk.
- * 
+ * Asterisk -- An open source telephony toolkit.
+ *
  * Copyright (c) 2004 - 2005, inAccess Networks
  *
  * Michael Manousos <manousos at inaccessnetworks.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.
+ */
+
+/*
+ *
+ * Headerless G.726 (16/24/32/40kbps) data format for Asterisk.
+ * 
  */
  
 #include <unistd.h>

Index: format_ogg_vorbis.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_ogg_vorbis.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- format_ogg_vorbis.c	14 Sep 2005 20:46:50 -0000	1.2
+++ format_ogg_vorbis.c	15 Sep 2005 15:44:26 -0000	1.3
@@ -1,6 +1,8 @@
 /*
  * Asterisk -- An open source telephony toolkit.
  *
+ * Copyright (C) 2005, Jeff Ollie
+ *
  * 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;

Index: format_sln.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_sln.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- format_sln.c	14 Sep 2005 20:46:50 -0000	1.12
+++ format_sln.c	15 Sep 2005 15:44:26 -0000	1.13
@@ -1,8 +1,8 @@
 /*
  * Asterisk -- An open source telephony toolkit.
  *
+ * Copyright (C) 1999 - 2005, Anthony Minessale
  * Anthony Minessale (anthmct at yahoo.com)
- * Derived from format_pcm.c in the asterisk distro
  *
  * See http://www.asterisk.org for more information about
  * the Asterisk project. Please do not directly contact




More information about the svn-commits mailing list