[Asterisk-cvs]
asterisk/codecs codec_a_mu.c, 1.9, 1.10 codec_adpcm.c,
1.19, 1.20 codec_alaw.c, 1.12, 1.13 codec_g723_1.c, 1.18,
1.19 codec_g726.c, 1.12, 1.13 codec_gsm.c, 1.18,
1.19 codec_ilbc.c, 1.11, 1.12 codec_lpc10.c, 1.16,
1.17 codec_speex.c, 1.18, 1.19 codec_ulaw.c, 1.13, 1.14
kpfleming
kpfleming
Wed Sep 14 16:48:21 CDT 2005
- Previous message: [Asterisk-cvs] asterisk acl.c, 1.56, 1.57 alaw.c, 1.4, 1.5 app.c,
1.75, 1.76 asterisk.c, 1.179, 1.180 astmm.c, 1.20,
1.21 autoservice.c, 1.13, 1.14 callerid.c, 1.35, 1.36 cdr.c,
1.52, 1.53 channel.c, 1.240, 1.241 chanvars.c, 1.10,
1.11 cli.c, 1.97, 1.98 config.c, 1.75, 1.76 db.c, 1.21,
1.22 devicestate.c, 1.6, 1.7 dns.c, 1.17, 1.18 dnsmgr.c, 1.7,
1.8 enum.c, 1.31, 1.32 file.c, 1.75, 1.76 frame.c, 1.62,
1.63 fskmodem.c, 1.8, 1.9 image.c, 1.16, 1.17 indications.c,
1.27, 1.28 io.c, 1.13, 1.14 loader.c, 1.50, 1.51 logger.c,
1.80, 1.81 manager.c, 1.110, 1.111 netsock.c, 1.1, 1.2 pbx.c,
1.274, 1.275 privacy.c, 1.7, 1.8 rtp.c, 1.145, 1.146 say.c,
1.68, 1.69 sched.c, 1.24, 1.25 srv.c, 1.16, 1.17 tdd.c, 1.7,
1.8 term.c, 1.13, 1.14 translate.c, 1.42, 1.43 ulaw.c, 1.5,
1.6 utils.c, 1.68, 1.69
- Next message: [Asterisk-cvs]
asterisk/formats format_au.c, 1.4, 1.5 format_g723.c,
1.21, 1.22 format_g729.c, 1.21, 1.22 format_gsm.c, 1.26,
1.27 format_h263.c, 1.14, 1.15 format_ilbc.c, 1.14,
1.15 format_jpeg.c, 1.10, 1.11 format_ogg_vorbis.c, 1.1,
1.2 format_pcm.c, 1.22, 1.23 format_pcm_alaw.c, 1.20,
1.21 format_sln.c, 1.11, 1.12 format_vox.c, 1.23,
1.24 format_wav.c, 1.26, 1.27 format_wav_gsm.c, 1.35, 1.36
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/codecs
In directory mongoose.digium.com:/tmp/cvs-serv5303/codecs
Modified Files:
codec_a_mu.c codec_adpcm.c codec_alaw.c codec_g723_1.c
codec_g726.c codec_gsm.c codec_ilbc.c codec_lpc10.c
codec_speex.c codec_ulaw.c
Log Message:
update MANY more files with proper copyright/license info (thanks Ian!)
Index: codec_a_mu.c
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/codec_a_mu.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- codec_a_mu.c 6 Jun 2005 22:12:19 -0000 1.9
+++ codec_a_mu.c 14 Sep 2005 20:46:50 -0000 1.10
@@ -1,13 +1,25 @@
-/* codec_a_mu.c - translate between alaw and ulaw directly
- *
- * Asterisk -- A telephony toolkit for Linux.
+/*
+ * Asterisk -- An open source telephony toolkit.
*
- * Copyright (c) 2001 Linux Support Services, Inc. All rights reserved.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
- * Mark Spencer <markster at linux-support.net
+ * 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.
+ */
+
+/*
+ *
+ * codec_a_mu.c - translate between alaw and ulaw directly
+ *
*/
#include <fcntl.h>
Index: codec_adpcm.c
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/codec_adpcm.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- codec_adpcm.c 6 Jun 2005 22:12:19 -0000 1.19
+++ codec_adpcm.c 14 Sep 2005 20:46:50 -0000 1.20
@@ -1,6 +1,5 @@
-/* codec_adpcm.c - translate between signed linear and Dialogic ADPCM
- *
- * Asterisk -- A telephony toolkit for Linux.
+/*
+ * Asterisk -- An open source telephony toolkit.
*
* Based on frompcm.c and topcm.c from the Emiliano MIPL browser/
* interpreter. See http://www.bsdtelephony.com.mx
@@ -10,8 +9,21 @@
*
* Karl Sackett <krs at linux-support.net>, 2001-03-21
*
+ * 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.
+ */
+
+/*
+ *
+ * codec_adpcm.c - translate between signed linear and Dialogic ADPCM
+ *
*/
#include <fcntl.h>
Index: codec_alaw.c
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/codec_alaw.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- codec_alaw.c 6 Jun 2005 22:12:19 -0000 1.12
+++ codec_alaw.c 14 Sep 2005 20:46:50 -0000 1.13
@@ -1,13 +1,25 @@
-/* codec_alaw.c - translate between signed linear and alaw
- *
- * Asterisk -- A telephony toolkit for Linux.
+/*
+ * Asterisk -- An open source telephony toolkit.
*
- * Copyright (c) 2001 Linux Support Services, Inc. All rights reserved.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
- * Mark Spencer <markster at linux-support.net
+ * 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.
+ */
+
+/*
+ *
+ * codec_alaw.c - translate between signed linear and alaw
+ *
*/
#include <fcntl.h>
Index: codec_g723_1.c
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/codec_g723_1.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- codec_g723_1.c 6 Jun 2005 23:12:05 -0000 1.18
+++ codec_g723_1.c 14 Sep 2005 20:46:50 -0000 1.19
@@ -1,18 +1,29 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
- *
- * Translate between signed linear and G.723.1
+ * Asterisk -- An open source telephony toolkit.
*
* The G.723.1 code is not included in the Asterisk distribution because
* it is covered with patents, and in spite of statements to the contrary,
* the "technology" is extremely expensive to license.
*
- * Copyright (C) 1999, Mark Spencer
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
- * Mark Spencer <markster at linux-support.net>
+ * 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.
+ */
+
+/*
+ *
+ * Translate between signed linear and G.723.1
+ *
*/
#define TYPE_HIGH 0x0
Index: codec_g726.c
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/codec_g726.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- codec_g726.c 6 Jun 2005 22:12:19 -0000 1.12
+++ codec_g726.c 14 Sep 2005 20:46:50 -0000 1.13
@@ -1,16 +1,29 @@
-/* codec_g726.c - translate between signed linear and ITU G.726-32kbps
- *
- * Asterisk -- A telephony toolkit for Linux.
+/*
+ * Asterisk -- An open source telephony toolkit.
+ *
+ * Copyright (C) 1999 - 2005, Digium, Inc.
+ *
+ * Mark Spencer <markster at digium.com>
*
* Based on frompcm.c and topcm.c from the Emiliano MIPL browser/
* interpreter. See http://www.bsdtelephony.com.mx
*
- * Copyright (c) 2004 - 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.
+ */
+
+
+/*
+ *
+ * codec_g726.c - translate between signed linear and ITU G.726-32kbps
+ *
*/
#include <fcntl.h>
Index: codec_gsm.c
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/codec_gsm.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- codec_gsm.c 6 Jun 2005 22:12:19 -0000 1.18
+++ codec_gsm.c 14 Sep 2005 20:46:50 -0000 1.19
@@ -1,17 +1,28 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
- *
- * Translate between signed linear and Global System for Mobile Communications (GSM)
+ * Asterisk -- An open source telephony toolkit.
*
* The GSM code is from TOAST. Copyright information for that package is available
- * in the GSM directory.
- *
- * Copyright (C) 1999, Mark Spencer
+ * in the GSM directory.
*
- * Mark Spencer <markster at linux-support.net>
+ * 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.
+ */
+
+/*
+ *
+ * Translate between signed linear and Global System for Mobile Communications (GSM)
+ *
*/
#include <fcntl.h>
Index: codec_ilbc.c
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/codec_ilbc.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- codec_ilbc.c 6 Jun 2005 22:12:19 -0000 1.11
+++ codec_ilbc.c 14 Sep 2005 20:46:50 -0000 1.12
@@ -1,16 +1,27 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
- *
- * Translate between signed linear and Internet Low Bitrate Codec
+ * Asterisk -- An open source telephony toolkit.
*
* The iLBC code is from The IETF code base and is copyright The Internet Society (2004)
- *
+ *
* 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.
+ */
+
+/*
+ *
+ * Translate between signed linear and Internet Low Bitrate Codec
+ *
*/
#include <fcntl.h>
Index: codec_lpc10.c
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/codec_lpc10.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- codec_lpc10.c 6 Jun 2005 22:12:19 -0000 1.16
+++ codec_lpc10.c 14 Sep 2005 20:46:50 -0000 1.17
@@ -1,19 +1,29 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Translate between signed linear and LPC10 (Linear Predictor Code)
+ * Copyright (C) 1999 - 2005, Digium, Inc.
+ *
+ * Mark Spencer <markster at digium.com>
*
* The lpc10 code is from a library used by nautilus, modified to be a bit
* nicer to the compiler.
- *
* See http://www.arl.wustl.edu/~jaf/
- *
- * 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.
+ */
+
+/*
+ *
+ * Translate between signed linear and LPC10 (Linear Predictor Code)
+ *
*/
#include <fcntl.h>
Index: codec_speex.c
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/codec_speex.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- codec_speex.c 26 Aug 2005 20:14:06 -0000 1.18
+++ codec_speex.c 14 Sep 2005 20:46:50 -0000 1.19
@@ -1,17 +1,28 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
- *
- * Translate between signed linear and Speex (Open Codec)
+ * Asterisk -- An open source telephony toolkit.
*
- * Copyright (C) 2002, Digium
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
* Mark Spencer <markster at digium.com>
*
- * This program is free software, distributed under the terms of
- * the GNU General Public License
- *
* This work was motivated by Jeremy McNamara
* hacked to be configurable by anthm and bkw 9/28/2004
+ *
+ * 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.
+ */
+
+/*
+ *
+ * Translate between signed linear and Speex (Open Codec)
+ *
*/
#include <fcntl.h>
Index: codec_ulaw.c
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/codec_ulaw.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- codec_ulaw.c 6 Jun 2005 22:12:19 -0000 1.13
+++ codec_ulaw.c 14 Sep 2005 20:46:50 -0000 1.14
@@ -1,13 +1,25 @@
-/* codec_ulaw.c - translate between signed linear and ulaw
- *
- * Asterisk -- A telephony toolkit for Linux.
+/*
+ * Asterisk -- An open source telephony toolkit.
*
- * Copyright (c) 2001 Linux Support Services, Inc. All rights reserved.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
- * Mark Spencer <markster at linux-support.net
+ * 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.
+ */
+
+/*
+ *
+ * codec_ulaw.c - translate between signed linear and ulaw
+ *
*/
#include <fcntl.h>
- Previous message: [Asterisk-cvs] asterisk acl.c, 1.56, 1.57 alaw.c, 1.4, 1.5 app.c,
1.75, 1.76 asterisk.c, 1.179, 1.180 astmm.c, 1.20,
1.21 autoservice.c, 1.13, 1.14 callerid.c, 1.35, 1.36 cdr.c,
1.52, 1.53 channel.c, 1.240, 1.241 chanvars.c, 1.10,
1.11 cli.c, 1.97, 1.98 config.c, 1.75, 1.76 db.c, 1.21,
1.22 devicestate.c, 1.6, 1.7 dns.c, 1.17, 1.18 dnsmgr.c, 1.7,
1.8 enum.c, 1.31, 1.32 file.c, 1.75, 1.76 frame.c, 1.62,
1.63 fskmodem.c, 1.8, 1.9 image.c, 1.16, 1.17 indications.c,
1.27, 1.28 io.c, 1.13, 1.14 loader.c, 1.50, 1.51 logger.c,
1.80, 1.81 manager.c, 1.110, 1.111 netsock.c, 1.1, 1.2 pbx.c,
1.274, 1.275 privacy.c, 1.7, 1.8 rtp.c, 1.145, 1.146 say.c,
1.68, 1.69 sched.c, 1.24, 1.25 srv.c, 1.16, 1.17 tdd.c, 1.7,
1.8 term.c, 1.13, 1.14 translate.c, 1.42, 1.43 ulaw.c, 1.5,
1.6 utils.c, 1.68, 1.69
- Next message: [Asterisk-cvs]
asterisk/formats format_au.c, 1.4, 1.5 format_g723.c,
1.21, 1.22 format_g729.c, 1.21, 1.22 format_gsm.c, 1.26,
1.27 format_h263.c, 1.14, 1.15 format_ilbc.c, 1.14,
1.15 format_jpeg.c, 1.10, 1.11 format_ogg_vorbis.c, 1.1,
1.2 format_pcm.c, 1.22, 1.23 format_pcm_alaw.c, 1.20,
1.21 format_sln.c, 1.11, 1.12 format_vox.c, 1.23,
1.24 format_wav.c, 1.26, 1.27 format_wav_gsm.c, 1.35, 1.36
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list