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 --- codecs/codec_adpcm.c | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'codecs/codec_adpcm.c') 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 , 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 -- cgit v1.2.3