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 <[EMAIL PROTECTED]
+ * Mark Spencer <[EMAIL PROTECTED]>
+ *
+ * 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 <[EMAIL PROTECTED]>, 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 <[EMAIL PROTECTED]
+ * Mark Spencer <[EMAIL PROTECTED]>
+ *
+ * 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 <[EMAIL PROTECTED]>
+ * Mark Spencer <[EMAIL PROTECTED]>
+ *
+ * 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 <[EMAIL PROTECTED]>
*
* 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 <[EMAIL PROTECTED]>
+ * 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 <[EMAIL PROTECTED]>
+ * Copyright (C) 1999 - 2005, Digium, Inc.
+ *
+ * Mark Spencer <[EMAIL PROTECTED]>
+ *
+ * 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 <[EMAIL PROTECTED]>
*
+ * 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 <[EMAIL PROTECTED]>
*
* 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 <[EMAIL PROTECTED]>
+ * 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 <[EMAIL PROTECTED]>
*
- * 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 <[EMAIL PROTECTED]
+ * Mark Spencer <[EMAIL PROTECTED]>
+ *
+ * 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>
_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs