From 95fe2b8fd4f3d52c2a4b86931266af889e748e84 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Wed, 14 Sep 2005 20:46:50 +0000 Subject: 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 --- formats/format_au.c | 19 +++++++++++++++---- formats/format_g723.c | 23 +++++++++++++++++------ formats/format_g729.c | 23 +++++++++++++++++------ formats/format_gsm.c | 19 +++++++++++++++---- formats/format_h263.c | 23 +++++++++++++++++------ formats/format_ilbc.c | 19 +++++++++++++++---- formats/format_jpeg.c | 23 +++++++++++++++++------ formats/format_ogg_vorbis.c | 17 ++++++++++++++--- formats/format_pcm.c | 23 +++++++++++++++++------ formats/format_pcm_alaw.c | 21 ++++++++++++++++----- formats/format_sln.c | 18 +++++++++++++++--- formats/format_vox.c | 23 +++++++++++++++++------ formats/format_wav.c | 23 +++++++++++++++++------ formats/format_wav_gsm.c | 19 +++++++++++++++---- 14 files changed, 224 insertions(+), 69 deletions(-) (limited to 'formats') 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 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 * - * 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. + */ + +/* + * + * Old-style G.723 frame/timestamp format. + * */ #include 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 * - * 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. + */ + +/* + * + * Save to raw, headerless G729 data. + * */ #include 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 * + * 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 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 * - * 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. + */ + +/* + * + * Save to raw, headerless h263 data. + * */ #include 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 * @@ -9,8 +7,21 @@ * * 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. + */ + +/* + * + * Save to raw, headerless iLBC data. + * */ #include 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 * - * 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. + */ + +/* + * + * JPEG File format support. + * */ #include 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 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 * - * 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. + */ + +/* + * + * Flat, binary, ulaw PCM file format. + * */ #include 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 * + * 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 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 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 * - * 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. + */ + +/* + * + * Flat, binary, ADPCM vox file format. + * */ #include 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 * - * 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 WAV in the proprietary Microsoft format. + * */ #include 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 * + * 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 -- cgit v1.2.3