[Asterisk-cvs] asterisk dsp.c, 1.48, 1.49 jitterbuf.c, 1.19,
1.20 muted.c, 1.11, 1.12 plc.c, 1.7, 1.8 slinfactory.c, 1.1, 1.2
kpfleming
kpfleming
Thu Sep 15 11:46:01 CDT 2005
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv12249
Modified Files:
dsp.c jitterbuf.c muted.c plc.c slinfactory.c
Log Message:
more license/copyright header updates (thanks Ian!)
Index: dsp.c
===================================================================
RCS file: /usr/cvsroot/asterisk/dsp.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- dsp.c 1 Sep 2005 22:34:24 -0000 1.48
+++ dsp.c 15 Sep 2005 15:44:25 -0000 1.49
@@ -1,18 +1,28 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Convenience Signal Processing routines
- *
- * Copyright (C) 2002, Digium
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
* Mark Spencer <markster at digium.com>
*
- * This program is free software, distributed under the terms of
- * the GNU General Public License.
- *
* Goertzel routines are borrowed from Steve Underwood's tremendous work on the
* DTMF detector.
*
+ * 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.
+ */
+
+/*
+ *
+ * Convenience Signal Processing routines
+ *
*/
/* Some routines from tone_detect.c by Steven Underwood as published under the zapata library */
Index: jitterbuf.c
===================================================================
RCS file: /usr/cvsroot/asterisk/jitterbuf.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- jitterbuf.c 21 Jun 2005 01:30:10 -0000 1.19
+++ jitterbuf.c 15 Sep 2005 15:44:26 -0000 1.20
@@ -1,16 +1,28 @@
/*
- * jitterbuf: an application-independent jitterbuffer
+ * Asterisk -- An open source telephony toolkit.
*
- * Copyrights:
* Copyright (C) 2004-2005, Horizon Wimba, Inc.
*
* Contributors:
* Steve Kann <stevek at stevek.com>
*
+ * Copyright on this file is disclaimed to Digium for inclusion in Asterisk
+ *
+ * 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 Lesser (Library) General Public License
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*
+ *
+ * jitterbuf: an application-independent jitterbuffer
*
- * Copyright on this file is disclaimed to Digium for inclusion in Asterisk
*/
#include <stdio.h>
Index: muted.c
===================================================================
RCS file: /usr/cvsroot/asterisk/muted.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- muted.c 18 Jul 2005 15:51:09 -0000 1.11
+++ muted.c 15 Sep 2005 15:44:26 -0000 1.12
@@ -1,16 +1,28 @@
/*
- * Mute Daemon
- *
- * Specially written for Malcolm Davenport, but I think I'll use it too
+ * Asterisk -- An open source telephony toolkit.
*
- * Copyright (C) 2004 - 2005, Digium Inc.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
* Mark Spencer <markster at digium.com>
- *
+ *
* Updated for Mac OSX CoreAudio
* by Josh Roberson <josh at asteriasgi.com>
*
- * Distributed under the terms of the GNU General Public License version 2.0
+ * 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.
+ */
+
+/*
+ * Mute Daemon
+ *
+ * Specially written for Malcolm Davenport, but I think I'll use it too
*
*/
Index: plc.c
===================================================================
RCS file: /usr/cvsroot/asterisk/plc.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- plc.c 25 Jul 2005 15:23:47 -0000 1.7
+++ plc.c 15 Sep 2005 15:44:26 -0000 1.8
@@ -1,7 +1,5 @@
/*
- * SpanDSP - a series of DSP components for telephony
- *
- * plc.c
+ * Asterisk -- An open source telephony toolkit.
*
* Written by Steve Underwood <steveu at coppice.org>
*
@@ -9,24 +7,27 @@
*
* All rights reserved.
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * 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.
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * 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.
*
* This version may be optionally licenced under the GNU LGPL licence.
+ *
* This version is disclaimed to DIGIUM for inclusion in the Asterisk project.
*/
+/*
+ *
+ * SpanDSP - a series of DSP components for telephony
+ *
+ */
+
/*! \file */
#include <stdio.h>
Index: slinfactory.c
===================================================================
RCS file: /usr/cvsroot/asterisk/slinfactory.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- slinfactory.c 20 Jul 2005 00:53:21 -0000 1.1
+++ slinfactory.c 15 Sep 2005 15:44:26 -0000 1.2
@@ -1,15 +1,26 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * A machine to gather up arbitrary frames and convert them
- * to raw slinear on demand.
- *
* Copyright (C) 2005, Anthony Minessale II.
*
* Anthony Minessale <anthmct at yahoo.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.
+ */
+
+/*
+ *
+ * A machine to gather up arbitrary frames and convert them
+ * to raw slinear on demand.
+ *
*/
#include "asterisk/slinfactory.h"
More information about the svn-commits
mailing list