[svn-commits] kpfleming: linux/trunk r4712 - in /linux/trunk/drivers/dahdi: hpec/ wct4xxp/ ...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Aug 6 10:05:25 CDT 2008


Author: kpfleming
Date: Wed Aug  6 10:05:25 2008
New Revision: 4712

URL: http://svn.digium.com/view/dahdi?view=rev&rev=4712
Log:
more license header updates

Modified:
    linux/trunk/drivers/dahdi/hpec/hpec.h
    linux/trunk/drivers/dahdi/hpec/hpec_user.h
    linux/trunk/drivers/dahdi/wct4xxp/vpm450m.h
    linux/trunk/drivers/dahdi/wct4xxp/wct4xxp.h
    linux/trunk/drivers/dahdi/wctdm24xxp/GpakApi.h
    linux/trunk/drivers/dahdi/wctdm24xxp/GpakCust.h
    linux/trunk/drivers/dahdi/wctdm24xxp/GpakHpi.h
    linux/trunk/drivers/dahdi/wctdm24xxp/gpakErrs.h
    linux/trunk/drivers/dahdi/wctdm24xxp/gpakenum.h
    linux/trunk/drivers/dahdi/wctdm24xxp/wctdm24xxp.h
    linux/trunk/drivers/dahdi/wcte12xp/GpakApi.h
    linux/trunk/drivers/dahdi/wcte12xp/GpakErrs.h
    linux/trunk/drivers/dahdi/wcte12xp/GpakHpi.h
    linux/trunk/drivers/dahdi/wcte12xp/gpakenum.h
    linux/trunk/drivers/dahdi/wcte12xp/vpmadt032.h
    linux/trunk/drivers/dahdi/wcte12xp/wcte12xp.h

Modified: linux/trunk/drivers/dahdi/hpec/hpec.h
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/hpec/hpec.h?view=diff&rev=4712&r1=4711&r2=4712
==============================================================================
--- linux/trunk/drivers/dahdi/hpec/hpec.h (original)
+++ linux/trunk/drivers/dahdi/hpec/hpec.h Wed Aug  6 10:05:25 2008
@@ -4,20 +4,19 @@
  * Copyright (C) 2006 Digium, Inc.
  *
  * 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.
  */
 
 #if !defined(_HPEC_H)

Modified: linux/trunk/drivers/dahdi/hpec/hpec_user.h
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/hpec/hpec_user.h?view=diff&rev=4712&r1=4711&r2=4712
==============================================================================
--- linux/trunk/drivers/dahdi/hpec/hpec_user.h (original)
+++ linux/trunk/drivers/dahdi/hpec/hpec_user.h Wed Aug  6 10:05:25 2008
@@ -4,20 +4,19 @@
  * Copyright (C) 2006 Digium, Inc.
  *
  * 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.
  */
 
 #if !defined(_HPEC_USER_H)

Modified: linux/trunk/drivers/dahdi/wct4xxp/vpm450m.h
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/wct4xxp/vpm450m.h?view=diff&rev=4712&r1=4711&r2=4712
==============================================================================
--- linux/trunk/drivers/dahdi/wct4xxp/vpm450m.h (original)
+++ linux/trunk/drivers/dahdi/wct4xxp/vpm450m.h Wed Aug  6 10:05:25 2008
@@ -5,20 +5,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 _VPM450M_H

Modified: linux/trunk/drivers/dahdi/wct4xxp/wct4xxp.h
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/wct4xxp/wct4xxp.h?view=diff&rev=4712&r1=4711&r2=4712
==============================================================================
--- linux/trunk/drivers/dahdi/wct4xxp/wct4xxp.h (original)
+++ linux/trunk/drivers/dahdi/wct4xxp/wct4xxp.h Wed Aug  6 10:05:25 2008
@@ -7,20 +7,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.
  */
 
 #include <linux/ioctl.h>

Modified: linux/trunk/drivers/dahdi/wctdm24xxp/GpakApi.h
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/wctdm24xxp/GpakApi.h?view=diff&rev=4712&r1=4711&r2=4712
==============================================================================
--- linux/trunk/drivers/dahdi/wctdm24xxp/GpakApi.h (original)
+++ linux/trunk/drivers/dahdi/wctdm24xxp/GpakApi.h Wed Aug  6 10:05:25 2008
@@ -16,22 +16,21 @@
  *   11/15/2006  - 24 TDM-TDM Channels EC release
  *
  * This program has been released under the terms of the GPL version 2 by
- * permission of Adaptive Digital Technologies, Inc.  The standard
- * GPL disclaimer is given inline below for your convenience.
- *
- * 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. 
+ * permission of Adaptive Digital Technologies, Inc.
+ *
+ */
+
+/*
+ * 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 _GPAKAPI_H  /* prevent multiple inclusion */

Modified: linux/trunk/drivers/dahdi/wctdm24xxp/GpakCust.h
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/wctdm24xxp/GpakCust.h?view=diff&rev=4712&r1=4711&r2=4712
==============================================================================
--- linux/trunk/drivers/dahdi/wctdm24xxp/GpakCust.h (original)
+++ linux/trunk/drivers/dahdi/wctdm24xxp/GpakCust.h Wed Aug  6 10:05:25 2008
@@ -16,22 +16,21 @@
  *   06/15/05 - Initial release.
  *
  * This program has been released under the terms of the GPL version 2 by
- * permission of Adaptive Digital Technologies, Inc.  The standard
- * GPL disclaimer is given inline below for your convenience.
+ * permission of Adaptive Digital Technologies, Inc. 
  *
- * 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 _GPAKCUST_H  /* prevent multiple inclusion */

Modified: linux/trunk/drivers/dahdi/wctdm24xxp/GpakHpi.h
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/wctdm24xxp/GpakHpi.h?view=diff&rev=4712&r1=4711&r2=4712
==============================================================================
--- linux/trunk/drivers/dahdi/wctdm24xxp/GpakHpi.h (original)
+++ linux/trunk/drivers/dahdi/wctdm24xxp/GpakHpi.h Wed Aug  6 10:05:25 2008
@@ -13,22 +13,21 @@
  *   10/17/01 - Initial release.
  *
  * This program has been released under the terms of the GPL version 2 by
- * permission of Adaptive Digital Technologies, Inc.  The standard
- * GPL disclaimer is given inline below for your convenience.
+ * permission of Adaptive Digital Technologies, Inc.
  *
- * 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 _GPAKHPI_H  /* prevent multiple inclusion */

Modified: linux/trunk/drivers/dahdi/wctdm24xxp/gpakErrs.h
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/wctdm24xxp/gpakErrs.h?view=diff&rev=4712&r1=4711&r2=4712
==============================================================================
--- linux/trunk/drivers/dahdi/wctdm24xxp/gpakErrs.h (original)
+++ linux/trunk/drivers/dahdi/wctdm24xxp/gpakErrs.h Wed Aug  6 10:05:25 2008
@@ -15,22 +15,20 @@
  *   06/15/04 - Tone type updates.
  *
  * This program has been released under the terms of the GPL version 2 by
- * permission of Adaptive Digital Technologies, Inc.  The standard
- * GPL disclaimer is given inline below for your convenience.
+ * permission of Adaptive Digital Technologies, Inc.
+ */
+
+/*
+ * 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 _GPAKERRS_H  /* prevent multiple inclusion */

Modified: linux/trunk/drivers/dahdi/wctdm24xxp/gpakenum.h
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/wctdm24xxp/gpakenum.h?view=diff&rev=4712&r1=4711&r2=4712
==============================================================================
--- linux/trunk/drivers/dahdi/wctdm24xxp/gpakenum.h (original)
+++ linux/trunk/drivers/dahdi/wctdm24xxp/gpakenum.h Wed Aug  6 10:05:25 2008
@@ -13,22 +13,21 @@
  *   06/15/05 - Initial release.
  *
  * This program has been released under the terms of the GPL version 2 by
- * permission of Adaptive Digital Technologies, Inc.  The standard
- * GPL disclaimer is given inline below for your convenience.
+ * permission of Adaptive Digital Technologies, Inc.
  *
- * 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 _GPAKENUM_H  /* prevent multiple inclusion */

Modified: linux/trunk/drivers/dahdi/wctdm24xxp/wctdm24xxp.h
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/wctdm24xxp/wctdm24xxp.h?view=diff&rev=4712&r1=4711&r2=4712
==============================================================================
--- linux/trunk/drivers/dahdi/wctdm24xxp/wctdm24xxp.h (original)
+++ linux/trunk/drivers/dahdi/wctdm24xxp/wctdm24xxp.h Wed Aug  6 10:05:25 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 _WCTDM24XXP_H

Modified: linux/trunk/drivers/dahdi/wcte12xp/GpakApi.h
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/wcte12xp/GpakApi.h?view=diff&rev=4712&r1=4711&r2=4712
==============================================================================
--- linux/trunk/drivers/dahdi/wcte12xp/GpakApi.h (original)
+++ linux/trunk/drivers/dahdi/wcte12xp/GpakApi.h Wed Aug  6 10:05:25 2008
@@ -16,22 +16,21 @@
  *   11/15/2006  - 24 TDM-TDM Channels EC release
  *
  * This program has been released under the terms of the GPL version 2 by
- * permission of Adaptive Digital Technologies, Inc.  The standard
- * GPL disclaimer is given inline below for your convenience.
- *
- * 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. 
+ * permission of Adaptive Digital Technologies, Inc.
+ *
+ */
+
+/*
+ * 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 _GPAKAPI_H  /* prevent multiple inclusion */

Modified: linux/trunk/drivers/dahdi/wcte12xp/GpakErrs.h
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/wcte12xp/GpakErrs.h?view=diff&rev=4712&r1=4711&r2=4712
==============================================================================
--- linux/trunk/drivers/dahdi/wcte12xp/GpakErrs.h (original)
+++ linux/trunk/drivers/dahdi/wcte12xp/GpakErrs.h Wed Aug  6 10:05:25 2008
@@ -15,22 +15,21 @@
  *   06/15/04 - Tone type updates.
  *
  * This program has been released under the terms of the GPL version 2 by
- * permission of Adaptive Digital Technologies, Inc.  The standard
- * GPL disclaimer is given inline below for your convenience.
+ * permission of Adaptive Digital Technologies, Inc.
  *
- * 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 _GPAKERRS_H  /* prevent multiple inclusion */

Modified: linux/trunk/drivers/dahdi/wcte12xp/GpakHpi.h
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/wcte12xp/GpakHpi.h?view=diff&rev=4712&r1=4711&r2=4712
==============================================================================
--- linux/trunk/drivers/dahdi/wcte12xp/GpakHpi.h (original)
+++ linux/trunk/drivers/dahdi/wcte12xp/GpakHpi.h Wed Aug  6 10:05:25 2008
@@ -13,22 +13,21 @@
  *   10/17/01 - Initial release.
  *
  * This program has been released under the terms of the GPL version 2 by
- * permission of Adaptive Digital Technologies, Inc.  The standard
- * GPL disclaimer is given inline below for your convenience.
+ * permission of Adaptive Digital Technologies, Inc.
  *
- * 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 _GPAKHPI_H  /* prevent multiple inclusion */

Modified: linux/trunk/drivers/dahdi/wcte12xp/gpakenum.h
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/wcte12xp/gpakenum.h?view=diff&rev=4712&r1=4711&r2=4712
==============================================================================
--- linux/trunk/drivers/dahdi/wcte12xp/gpakenum.h (original)
+++ linux/trunk/drivers/dahdi/wcte12xp/gpakenum.h Wed Aug  6 10:05:25 2008
@@ -13,22 +13,21 @@
  *   06/15/05 - Initial release.
  *
  * This program has been released under the terms of the GPL version 2 by
- * permission of Adaptive Digital Technologies, Inc.  The standard
- * GPL disclaimer is given inline below for your convenience.
+ * permission of Adaptive Digital Technologies, Inc.
  *
- * 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 _GPAKENUM_H  /* prevent multiple inclusion */

Modified: linux/trunk/drivers/dahdi/wcte12xp/vpmadt032.h
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/wcte12xp/vpmadt032.h?view=diff&rev=4712&r1=4711&r2=4712
==============================================================================
--- linux/trunk/drivers/dahdi/wcte12xp/vpmadt032.h (original)
+++ linux/trunk/drivers/dahdi/wcte12xp/vpmadt032.h Wed Aug  6 10:05:25 2008
@@ -12,20 +12,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 _VPM150M_H

Modified: linux/trunk/drivers/dahdi/wcte12xp/wcte12xp.h
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/wcte12xp/wcte12xp.h?view=diff&rev=4712&r1=4711&r2=4712
==============================================================================
--- linux/trunk/drivers/dahdi/wcte12xp/wcte12xp.h (original)
+++ linux/trunk/drivers/dahdi/wcte12xp/wcte12xp.h Wed Aug  6 10:05:25 2008
@@ -12,20 +12,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 _WCTE12XP_H




More information about the svn-commits mailing list