[svn-commits] kpfleming: linux/trunk r4709 - in /linux/trunk: ./ drivers/dahdi/ include/dahdi/
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Aug 5 18:56:01 CDT 2008
Author: kpfleming
Date: Tue Aug 5 18:56:00 2008
New Revision: 4709
URL: http://svn.digium.com/view/dahdi?view=rev&rev=4709
Log:
first pass at licensing cleanup here... put dahdi/user.h under LGPL instead of GPL
Added:
linux/trunk/LICENSE
- copied unchanged from r4708, tools/trunk/LICENSE
linux/trunk/LICENSE.LGPL
- copied unchanged from r4708, tools/trunk/LICENSE.LGPL
Modified:
linux/trunk/README
linux/trunk/drivers/dahdi/adt_lec.h
linux/trunk/drivers/dahdi/arith.h
linux/trunk/drivers/dahdi/biquad.h
linux/trunk/drivers/dahdi/dahdi_config.h
linux/trunk/drivers/dahdi/digits.h
linux/trunk/drivers/dahdi/ecdis.h
linux/trunk/drivers/dahdi/fir.h
linux/trunk/drivers/dahdi/fxo_modes.h
linux/trunk/drivers/dahdi/proslic.h
linux/trunk/drivers/dahdi/tor2-hw.h
linux/trunk/drivers/dahdi/voicebus.h
linux/trunk/include/dahdi/fasthdlc.h
linux/trunk/include/dahdi/kernel.h
linux/trunk/include/dahdi/user.h
linux/trunk/include/dahdi/wctdm_user.h
Modified: linux/trunk/README
URL: http://svn.digium.com/view/dahdi/linux/trunk/README?view=diff&rev=4709&r1=4708&r2=4709
==============================================================================
--- linux/trunk/README (original)
+++ linux/trunk/README Tue Aug 5 18:56:00 2008
@@ -535,13 +535,15 @@
License
-------
-libpri is distributed under the terms of the GNU General Public License,
-which permit its use and linking with other GPL'd software only.
-The GNU GPL is included in the file LICENSE in this directory.
-
-If you wish to use the DAHDI drivers in an application for which the GPL is
-not appropriate (e.g. a proprietary embedded system), licenses under more
-flexible terms can be readily obtained through Digium, Inc.at reasonable cost.
+This package is distributed under the terms of the GNU General Public License
+Version 2, except for some components which are distributed under the terms of
+the GNU Lesser General Public License Version 2.1. Both licenses are included
+in this directory, and each file is clearly marked as to which license applies.
+
+If you wish to use the DAHDI drivers in an application for which the license
+terms are not appropriate (e.g. a proprietary embedded system), licenses under
+more flexible terms can be readily obtained through Digium, Inc. at reasonable
+cost.
Reporting Bugs
Modified: linux/trunk/drivers/dahdi/adt_lec.h
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/adt_lec.h?view=diff&rev=4709&r1=4708&r2=4709
==============================================================================
--- linux/trunk/drivers/dahdi/adt_lec.h (original)
+++ linux/trunk/drivers/dahdi/adt_lec.h Tue Aug 5 18:56:00 2008
@@ -6,20 +6,19 @@
* Kevin P. Fleming <kpfleming at digium.com>
*
* All rights reserved.
+ */
+
+/*
+ * 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; 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.
- *
- * 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 as published by the
+ * Free Software Foundation. See the LICENSE file included with
+ * this program for more details.
*/
#ifndef _ADT_LEC_H
Modified: linux/trunk/drivers/dahdi/arith.h
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/arith.h?view=diff&rev=4709&r1=4708&r2=4709
==============================================================================
--- linux/trunk/drivers/dahdi/arith.h (original)
+++ linux/trunk/drivers/dahdi/arith.h Tue Aug 5 18:56:00 2008
@@ -1,10 +1,24 @@
-#ifndef _DAHDI_ARITH_H
-#define _DAHDI_ARITH_H
/*
* Handy add/subtract functions to operate on chunks of shorts.
* Feel free to add customizations for additional architectures
*
*/
+
+/*
+ * 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 as published by the
+ * Free Software Foundation. See the LICENSE file included with
+ * this program for more details.
+ */
+
+#ifndef _DAHDI_ARITH_H
+#define _DAHDI_ARITH_H
#ifdef CONFIG_DAHDI_MMX
#ifdef DAHDI_CHUNKSIZE
Modified: linux/trunk/drivers/dahdi/biquad.h
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/biquad.h?view=diff&rev=4709&r1=4708&r2=4709
==============================================================================
--- linux/trunk/drivers/dahdi/biquad.h (original)
+++ linux/trunk/drivers/dahdi/biquad.h Tue Aug 5 18:56:00 2008
@@ -10,20 +10,19 @@
*
* 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.
+ */
+
+/*
+ * 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 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.
- *
- * 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 as published by the
+ * Free Software Foundation. See the LICENSE file included with
+ * this program for more details.
*/
typedef struct
Modified: linux/trunk/drivers/dahdi/dahdi_config.h
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/dahdi_config.h?view=diff&rev=4709&r1=4708&r2=4709
==============================================================================
--- linux/trunk/drivers/dahdi/dahdi_config.h (original)
+++ linux/trunk/drivers/dahdi/dahdi_config.h Tue Aug 5 18:56:00 2008
@@ -2,8 +2,22 @@
* DAHDI configuration options
*
*/
-#ifndef _ZCONFIG_H
-#define _ZCONFIG_H
+
+/*
+ * 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 as published by the
+ * Free Software Foundation. See the LICENSE file included with
+ * this program for more details.
+ */
+
+#ifndef _DAHDI_CONFIG_H
+#define _DAHDI_CONFIG_H
#ifdef __KERNEL__
#include <linux/version.h>
Modified: linux/trunk/drivers/dahdi/digits.h
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/digits.h?view=diff&rev=4709&r1=4708&r2=4709
==============================================================================
--- linux/trunk/drivers/dahdi/digits.h (original)
+++ linux/trunk/drivers/dahdi/digits.h Tue Aug 5 18:56:00 2008
@@ -1,20 +1,19 @@
/*
* DAHDI Telephony
*
- * 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.
- *
- * 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.
+ */
+
+/*
+ * 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 as published by the
+ * Free Software Foundation. See the LICENSE file included with
+ * this program for more details.
*/
#ifndef _DIGITS_H
Modified: linux/trunk/drivers/dahdi/ecdis.h
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/ecdis.h?view=diff&rev=4709&r1=4708&r2=4709
==============================================================================
--- linux/trunk/drivers/dahdi/ecdis.h (original)
+++ linux/trunk/drivers/dahdi/ecdis.h Tue Aug 5 18:56:00 2008
@@ -11,20 +11,19 @@
*
* 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.
+ */
+
+/*
+ * 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 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.
- *
- * 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 as published by the
+ * Free Software Foundation. See the LICENSE file included with
+ * this program for more details.
*/
#include "biquad.h"
Modified: linux/trunk/drivers/dahdi/fir.h
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/fir.h?view=diff&rev=4709&r1=4708&r2=4709
==============================================================================
--- linux/trunk/drivers/dahdi/fir.h (original)
+++ linux/trunk/drivers/dahdi/fir.h Tue Aug 5 18:56:00 2008
@@ -9,20 +9,19 @@
*
* 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.
+ */
+
+/*
+ * 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 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.
- *
- * 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 as published by the
+ * Free Software Foundation. See the LICENSE file included with
+ * this program for more details.
*/
#if !defined(_FIR_H_)
Modified: linux/trunk/drivers/dahdi/fxo_modes.h
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/fxo_modes.h?view=diff&rev=4709&r1=4708&r2=4709
==============================================================================
--- linux/trunk/drivers/dahdi/fxo_modes.h (original)
+++ linux/trunk/drivers/dahdi/fxo_modes.h Tue Aug 5 18:56:00 2008
@@ -7,20 +7,19 @@
* Kevin P. Fleming <kpfleming at digium.com>
*
* All rights reserved.
+ */
+
+/*
+ * 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; 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.
- *
- * 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 as published by the
+ * Free Software Foundation. See the LICENSE file included with
+ * this program for more details.
*/
#ifndef _FXO_MODES_H
Modified: linux/trunk/drivers/dahdi/proslic.h
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/proslic.h?view=diff&rev=4709&r1=4708&r2=4709
==============================================================================
--- linux/trunk/drivers/dahdi/proslic.h (original)
+++ linux/trunk/drivers/dahdi/proslic.h Tue Aug 5 18:56:00 2008
@@ -1,3 +1,16 @@
+/*
+ * 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 as published by the
+ * Free Software Foundation. See the LICENSE file included with
+ * this program for more details.
+ */
+
// ProSlic Header File
typedef struct {
Modified: linux/trunk/drivers/dahdi/tor2-hw.h
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/tor2-hw.h?view=diff&rev=4709&r1=4708&r2=4709
==============================================================================
--- linux/trunk/drivers/dahdi/tor2-hw.h (original)
+++ linux/trunk/drivers/dahdi/tor2-hw.h Tue Aug 5 18:56:00 2008
@@ -8,20 +8,19 @@
*
* 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.
- *
- * 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.
+ */
+
+/*
+ * 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 as published by the
+ * Free Software Foundation. See the LICENSE file included with
+ * this program for more details.
*/
#ifndef _TOR2_HW_H
Modified: linux/trunk/drivers/dahdi/voicebus.h
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/voicebus.h?view=diff&rev=4709&r1=4708&r2=4709
==============================================================================
--- linux/trunk/drivers/dahdi/voicebus.h (original)
+++ linux/trunk/drivers/dahdi/voicebus.h Tue Aug 5 18:56:00 2008
@@ -10,21 +10,22 @@
*
* 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.
- *
- * 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.
+ */
+
+/*
+ * 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 as published by the
+ * Free Software Foundation. See the LICENSE file included with
+ * this program for more details.
*/
+
+
#ifndef __VOICEBUS_H__
#define __VOICEBUS_H__
Modified: linux/trunk/include/dahdi/fasthdlc.h
URL: http://svn.digium.com/view/dahdi/linux/trunk/include/dahdi/fasthdlc.h?view=diff&rev=4709&r1=4708&r2=4709
==============================================================================
--- linux/trunk/include/dahdi/fasthdlc.h (original)
+++ linux/trunk/include/dahdi/fasthdlc.h Tue Aug 5 18:56:00 2008
@@ -5,18 +5,28 @@
* implementation of standard HDLC protocol.
*
* This table based HDLC technology is PATENT PENDING, but will always be
- * remain freely distributable under the terms of the GPL version 2.0.
+ * remain freely distributable under the terms of the GPL version 2.
*
* For non-GPL licensing, please contact Mark Spencer at
* the below e-mail address.
*
* Copyright (C) 2001-2008, Digium, Inc.
*
- * Written by Mark Spencer <markster at linux-support.net>
+ * Written by Mark Spencer <markster at digium.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 as published by the
+ * Free Software Foundation. See the LICENSE file included with
+ * this program for more details.
*/
#ifndef _FASTHDLC_H
Modified: linux/trunk/include/dahdi/kernel.h
URL: http://svn.digium.com/view/dahdi/linux/trunk/include/dahdi/kernel.h?view=diff&rev=4709&r1=4708&r2=4709
==============================================================================
--- linux/trunk/include/dahdi/kernel.h (original)
+++ linux/trunk/include/dahdi/kernel.h Tue Aug 5 18:56:00 2008
@@ -1,7 +1,7 @@
/*
* DAHDI Telephony Interface
*
- * Written by Mark Spencer <markster at linux-support.net>
+ * Written by Mark Spencer <markster at digium.com>
* Based on previous works, designs, and architectures conceived and
* written by Jim Dixon <jim at lambdatel.com>.
*
@@ -10,18 +10,19 @@
*
* 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.
- *
- * 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.
- *
- * 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.
+ */
+
+/*
+ * 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 as published by the
+ * Free Software Foundation. See the LICENSE file included with
+ * this program for more details.
*/
/*!
Modified: linux/trunk/include/dahdi/user.h
URL: http://svn.digium.com/view/dahdi/linux/trunk/include/dahdi/user.h?view=diff&rev=4709&r1=4708&r2=4709
==============================================================================
--- linux/trunk/include/dahdi/user.h (original)
+++ linux/trunk/include/dahdi/user.h Tue Aug 5 18:56:00 2008
@@ -1,7 +1,7 @@
/*
* DAHDI Telephony Interface
*
- * Written by Mark Spencer <markster at linux-support.net>
+ * Written by Mark Spencer <markster at digium.com>
* Based on previous works, designs, and architectures conceived and
* written by Jim Dixon <jim at lambdatel.com>.
*
@@ -10,18 +10,26 @@
*
* 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.
- *
- * 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.
- *
- * 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.
+ */
+
+/*
+ * 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 General Public License Version 2.1 as published
+ * by the Free Software Foundation. See the LICENSE.LGPL file
+ * included with this program for more details.
+ *
+ * In addition, when this program is distributed with Asterisk in
+ * any form that would qualify as a 'combined work' or as a
+ * 'derivative work' (but not mere aggregation), you can redistribute
+ * and/or modify the combination under the terms of the license
+ * provided with that copy of Asterisk, instead of the license
+ * terms granted here.
*/
#ifndef _DAHDI_USER_H
Modified: linux/trunk/include/dahdi/wctdm_user.h
URL: http://svn.digium.com/view/dahdi/linux/trunk/include/dahdi/wctdm_user.h?view=diff&rev=4709&r1=4708&r2=4709
==============================================================================
--- linux/trunk/include/dahdi/wctdm_user.h (original)
+++ linux/trunk/include/dahdi/wctdm_user.h Tue Aug 5 18:56:00 2008
@@ -1,26 +1,25 @@
/*
* Wildcard S100P FXS Interface Driver for DAHDI Telephony interface
*
- * Written by Mark Spencer <markster at linux-support.net>
+ * Written by Mark Spencer <markster at digium.com>
*
* Copyright (C) 2001-2008, Digium, Inc.
*
* 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.
- *
- * 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.
+ */
+
+/*
+ * 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 as published by the
+ * Free Software Foundation. See the LICENSE file included with
+ * this program for more details.
*/
#ifndef _WCTDM_H
More information about the svn-commits
mailing list