aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-14 20:46:50 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-14 20:46:50 +0000
commit95fe2b8fd4f3d52c2a4b86931266af889e748e84 (patch)
treeb90e51c1cacd3ab396da5863aeb9c5152f0f85c3 /codecs
parent9ffe7a545d976f395906d78042216dcfd46d5224 (diff)
update MANY more files with proper copyright/license info (thanks Ian!)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6596 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs')
-rwxr-xr-xcodecs/codec_a_mu.c24
-rwxr-xr-xcodecs/codec_adpcm.c20
-rwxr-xr-xcodecs/codec_alaw.c24
-rwxr-xr-xcodecs/codec_g723_1.c23
-rwxr-xr-xcodecs/codec_g726.c27
-rwxr-xr-xcodecs/codec_gsm.c27
-rwxr-xr-xcodecs/codec_ilbc.c21
-rwxr-xr-xcodecs/codec_lpc10.c24
-rwxr-xr-xcodecs/codec_speex.c25
-rwxr-xr-xcodecs/codec_ulaw.c24
10 files changed, 177 insertions, 62 deletions
diff --git a/codecs/codec_a_mu.c b/codecs/codec_a_mu.c
index 475446046..492f3f436 100755
--- a/codecs/codec_a_mu.c
+++ b/codecs/codec_a_mu.c
@@ -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) 1999 - 2005, Digium, Inc.
*
- * Copyright (c) 2001 Linux Support Services, Inc. All rights reserved.
+ * Mark Spencer <markster@digium.com>
*
- * Mark Spencer <markster@linux-support.net
+ * 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>
diff --git a/codecs/codec_adpcm.c b/codecs/codec_adpcm.c
index 76423066b..892847683 100755
--- a/codecs/codec_adpcm.c
+++ b/codecs/codec_adpcm.c
@@ -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@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>
diff --git a/codecs/codec_alaw.c b/codecs/codec_alaw.c
index 31333bd39..5ada484fc 100755
--- a/codecs/codec_alaw.c
+++ b/codecs/codec_alaw.c
@@ -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@linux-support.net
+ * Mark Spencer <markster@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>
diff --git a/codecs/codec_g723_1.c b/codecs/codec_g723_1.c
index 54653cbd2..c7215f411 100755
--- a/codecs/codec_g723_1.c
+++ b/codecs/codec_g723_1.c
@@ -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@digium.com>
*
- * Mark Spencer <markster@linux-support.net>
+ * 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
diff --git a/codecs/codec_g726.c b/codecs/codec_g726.c
index a058e1219..1ac6ff450 100755
--- a/codecs/codec_g726.c
+++ b/codecs/codec_g726.c
@@ -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@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@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>
diff --git a/codecs/codec_gsm.c b/codecs/codec_gsm.c
index 12b730625..78ade004a 100755
--- a/codecs/codec_gsm.c
+++ b/codecs/codec_gsm.c
@@ -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.
+ *
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
- * Mark Spencer <markster@linux-support.net>
+ * Mark Spencer <markster@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>
diff --git a/codecs/codec_ilbc.c b/codecs/codec_ilbc.c
index c9f8102d7..c669252cb 100755
--- a/codecs/codec_ilbc.c
+++ b/codecs/codec_ilbc.c
@@ -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@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>
diff --git a/codecs/codec_lpc10.c b/codecs/codec_lpc10.c
index 46093b51f..be798198c 100755
--- a/codecs/codec_lpc10.c
+++ b/codecs/codec_lpc10.c
@@ -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@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@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>
diff --git a/codecs/codec_speex.c b/codecs/codec_speex.c
index bb660190c..5ec74dcfa 100755
--- a/codecs/codec_speex.c
+++ b/codecs/codec_speex.c
@@ -1,17 +1,28 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Translate between signed linear and Speex (Open Codec)
- *
- * Copyright (C) 2002, Digium
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
* Mark Spencer <markster@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>
diff --git a/codecs/codec_ulaw.c b/codecs/codec_ulaw.c
index 8ab3a2cad..f1d10ef5d 100755
--- a/codecs/codec_ulaw.c
+++ b/codecs/codec_ulaw.c
@@ -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@linux-support.net
+ * Mark Spencer <markster@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>