aboutsummaryrefslogtreecommitdiffstats
path: root/formats
diff options
context:
space:
mode:
Diffstat (limited to 'formats')
-rwxr-xr-xformats/format_au.c19
-rwxr-xr-xformats/format_g723.c23
-rwxr-xr-xformats/format_g729.c23
-rwxr-xr-xformats/format_gsm.c19
-rwxr-xr-xformats/format_h263.c23
-rwxr-xr-xformats/format_ilbc.c19
-rwxr-xr-xformats/format_jpeg.c23
-rwxr-xr-xformats/format_ogg_vorbis.c17
-rwxr-xr-xformats/format_pcm.c23
-rwxr-xr-xformats/format_pcm_alaw.c21
-rwxr-xr-xformats/format_sln.c18
-rwxr-xr-xformats/format_vox.c23
-rwxr-xr-xformats/format_wav.c23
-rwxr-xr-xformats/format_wav_gsm.c19
14 files changed, 224 insertions, 69 deletions
diff --git a/formats/format_au.c b/formats/format_au.c
index 9329ac683..e49b65041 100755
--- a/formats/format_au.c
+++ b/formats/format_au.c
@@ -1,13 +1,24 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Work with Sun Microsystems AU format.
- *
* Copyright (C) 2005, Andriy Pylypenko
* Code based on format_wav.c by Mark Spencer
*
+ * 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.
+ */
+
+/*
+ *
+ * Work with Sun Microsystems AU format.
+ *
*/
#include <stdlib.h>
diff --git a/formats/format_g723.c b/formats/format_g723.c
index 91187c3bd..cbf76daeb 100755
--- a/formats/format_g723.c
+++ b/formats/format_g723.c
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Old-style G.723 frame/timestamp format.
- *
- * 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.
+ */
+
+/*
+ *
+ * Old-style G.723 frame/timestamp format.
+ *
*/
#include <unistd.h>
diff --git a/formats/format_g729.c b/formats/format_g729.c
index d28098f89..b38dc90d7 100755
--- a/formats/format_g729.c
+++ b/formats/format_g729.c
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Save to raw, headerless G729 data.
- *
- * 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.
+ */
+
+/*
+ *
+ * Save to raw, headerless G729 data.
+ *
*/
#include <unistd.h>
diff --git a/formats/format_gsm.c b/formats/format_gsm.c
index 43a2bb6bf..8a218024e 100755
--- a/formats/format_gsm.c
+++ b/formats/format_gsm.c
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Save to raw, headerless GSM data.
- *
* 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.
+ */
+
+/*
+ *
+ * Save to raw, headerless GSM data.
+ *
*/
#include <unistd.h>
diff --git a/formats/format_h263.c b/formats/format_h263.c
index a8b75b71b..809a14788 100755
--- a/formats/format_h263.c
+++ b/formats/format_h263.c
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Save to raw, headerless h263 data.
- *
- * 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.
+ */
+
+/*
+ *
+ * Save to raw, headerless h263 data.
+ *
*/
#include <unistd.h>
diff --git a/formats/format_ilbc.c b/formats/format_ilbc.c
index 1d4388a7c..3689d6c82 100755
--- a/formats/format_ilbc.c
+++ b/formats/format_ilbc.c
@@ -1,7 +1,5 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
- *
- * Save to raw, headerless iLBC data.
+ * Asterisk -- An open source telephony toolkit.
*
* Brian K. West <brian@bkw.org>
*
@@ -9,8 +7,21 @@
*
* 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.
+ */
+
+/*
+ *
+ * Save to raw, headerless iLBC data.
+ *
*/
#include <unistd.h>
diff --git a/formats/format_jpeg.c b/formats/format_jpeg.c
index 875e32745..a3530cfc6 100755
--- a/formats/format_jpeg.c
+++ b/formats/format_jpeg.c
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * JPEG File format support.
- *
- * 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.
+ */
+
+/*
+ *
+ * JPEG File format support.
+ *
*/
#include <sys/types.h>
diff --git a/formats/format_ogg_vorbis.c b/formats/format_ogg_vorbis.c
index 1fc78afa6..f703fcb8d 100755
--- a/formats/format_ogg_vorbis.c
+++ b/formats/format_ogg_vorbis.c
@@ -1,10 +1,21 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
+ *
+ * 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.
+ */
+
+/*
*
* OGG/Vorbis streams.
*
- * This program is free software, distributed under the terms of
- * the GNU General Public License
*/
#include <netinet/in.h>
diff --git a/formats/format_pcm.c b/formats/format_pcm.c
index cf166350c..dc16935b9 100755
--- a/formats/format_pcm.c
+++ b/formats/format_pcm.c
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Flat, binary, ulaw PCM file format.
- *
- * 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.
+ */
+
+/*
+ *
+ * Flat, binary, ulaw PCM file format.
+ *
*/
#include <unistd.h>
diff --git a/formats/format_pcm_alaw.c b/formats/format_pcm_alaw.c
index 827c1420b..52c3eeed3 100755
--- a/formats/format_pcm_alaw.c
+++ b/formats/format_pcm_alaw.c
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Flat, binary, alaw PCM file format.
- *
- * Copyright (C) 1999, Digium, inc
+ * 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.
+ */
+
+/*
+ *
+ * Flat, binary, alaw PCM file format.
+ *
*/
#include <unistd.h>
diff --git a/formats/format_sln.c b/formats/format_sln.c
index ab4d34757..8a5b0141e 100755
--- a/formats/format_sln.c
+++ b/formats/format_sln.c
@@ -1,12 +1,24 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * RAW SLINEAR Format
* Anthony Minessale (anthmct@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
+ * 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.
+ */
+
+/*
+ *
+ * RAW SLINEAR Format
+ *
*/
#include <unistd.h>
diff --git a/formats/format_vox.c b/formats/format_vox.c
index a3aa6ce14..f63570d6e 100755
--- a/formats/format_vox.c
+++ b/formats/format_vox.c
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Flat, binary, ADPCM vox file format.
- *
- * 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.
+ */
+
+/*
+ *
+ * Flat, binary, ADPCM vox file format.
+ *
*/
#include <unistd.h>
diff --git a/formats/format_wav.c b/formats/format_wav.c
index 182e40c60..4fb97473f 100755
--- a/formats/format_wav.c
+++ b/formats/format_wav.c
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Work with WAV in the proprietary Microsoft format.
- *
- * 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.
+ */
+
+/*
+ *
+ * Work with WAV in the proprietary Microsoft format.
+ *
*/
#include <unistd.h>
diff --git a/formats/format_wav_gsm.c b/formats/format_wav_gsm.c
index fd6d7874d..8c895eda2 100755
--- a/formats/format_wav_gsm.c
+++ b/formats/format_wav_gsm.c
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Save GSM in the proprietary Microsoft format.
- *
* 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.
+ */
+
+/*
+ *
+ * Save GSM in the proprietary Microsoft format.
+ *
*/
#include <unistd.h>