Commit d0173278 authored by Guenter Roeck's avatar Guenter Roeck Committed by Wim Van Sebroeck

watchdog: convert remaining drivers to use SPDX license identifier

This gets rid of the unnecessary license boilerplate, and avoids
having to deal with individual patches one by one.

No functional changes.
Reviewed-by: default avatarJerry Hoemann <jerry.hoemann@hpe.com>
Acked-by: default avatarSylvain Lemieux <slemieux.tyco@gmail.com>
Reviewed-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
Acked-by: default avatarWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarWim Van Sebroeck <wim@linux-watchdog.org>
parent 3265c3d8
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Acquire Single Board Computer Watchdog Timer driver * Acquire Single Board Computer Watchdog Timer driver
* *
...@@ -6,11 +7,6 @@ ...@@ -6,11 +7,6 @@
* (c) Copyright 1996 Alan Cox <alan@lxorguk.ukuu.org.uk>, * (c) Copyright 1996 Alan Cox <alan@lxorguk.ukuu.org.uk>,
* All Rights Reserved. * 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.
*
* Neither Alan Cox nor CymruNet Ltd. admit liability nor provide * Neither Alan Cox nor CymruNet Ltd. admit liability nor provide
* warranty for any of this software. This material is provided * warranty for any of this software. This material is provided
* "AS-IS" and at no charge. * "AS-IS" and at no charge.
......
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Advantech Single Board Computer WDT driver * Advantech Single Board Computer WDT driver
* *
...@@ -9,11 +10,6 @@ ...@@ -9,11 +10,6 @@
* (c) Copyright 1996 Alan Cox <alan@lxorguk.ukuu.org.uk>, * (c) Copyright 1996 Alan Cox <alan@lxorguk.ukuu.org.uk>,
* All Rights Reserved. * 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.
*
* Neither Alan Cox nor CymruNet Ltd. admit liability nor provide * Neither Alan Cox nor CymruNet Ltd. admit liability nor provide
* warranty for any of this software. This material is provided * warranty for any of this software. This material is provided
* "AS-IS" and at no charge. * "AS-IS" and at no charge.
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* drivers/char/watchdog/davinci_wdt.c * drivers/char/watchdog/davinci_wdt.c
* *
...@@ -5,10 +6,7 @@ ...@@ -5,10 +6,7 @@
* *
* Copyright (C) 2006-2013 Texas Instruments. * Copyright (C) 2006-2013 Texas Instruments.
* *
* 2007 (c) MontaVista Software, Inc. This file is licensed under * 2007 (c) MontaVista Software, Inc.
* the terms of the GNU General Public License version 2. This program
* is licensed "as is" without any warranty of any kind, whether express
* or implied.
*/ */
#include <linux/module.h> #include <linux/module.h>
......
...@@ -2,15 +2,6 @@ ...@@ -2,15 +2,6 @@
/* /*
* Watchdog timer driver for the WinSystems EBC-C384 * Watchdog timer driver for the WinSystems EBC-C384
* Copyright (C) 2016 William Breathitt Gray * Copyright (C) 2016 William Breathitt Gray
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2, as
* published by the Free Software Foundation.
*
* 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.
*/ */
#include <linux/device.h> #include <linux/device.h>
#include <linux/dmi.h> #include <linux/dmi.h>
......
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Eurotech CPU-1220/1410/1420 on board WDT driver * Eurotech CPU-1220/1410/1420 on board WDT driver
* *
...@@ -11,11 +12,6 @@ ...@@ -11,11 +12,6 @@
* (c) Copyright 1996-1997 Alan Cox <alan@lxorguk.ukuu.org.uk>, * (c) Copyright 1996-1997 Alan Cox <alan@lxorguk.ukuu.org.uk>,
* All Rights Reserved. * 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.
*
* Neither Alan Cox nor CymruNet Ltd. admit liability nor provide * Neither Alan Cox nor CymruNet Ltd. admit liability nor provide
* warranty for any of this software. This material is provided * warranty for any of this software. This material is provided
* "AS-IS" and at no charge. * "AS-IS" and at no charge.
......
// SPDX-License-Identifier: GPL-2.0+
/* /*
* intel TCO vendor specific watchdog driver support * intel TCO vendor specific watchdog driver support
* *
* (c) Copyright 2006-2009 Wim Van Sebroeck <wim@iguana.be>. * (c) Copyright 2006-2009 Wim Van Sebroeck <wim@iguana.be>.
* *
* 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.
*
* Neither Wim Van Sebroeck nor Iguana vzw. admit liability nor * Neither Wim Van Sebroeck nor Iguana vzw. admit liability nor
* provide warranty for any of this software. This material is * provide warranty for any of this software. This material is
* provided "AS-IS" and at no charge. * provided "AS-IS" and at no charge.
...@@ -216,4 +212,3 @@ MODULE_AUTHOR("Wim Van Sebroeck <wim@iguana.be>, " ...@@ -216,4 +212,3 @@ MODULE_AUTHOR("Wim Van Sebroeck <wim@iguana.be>, "
MODULE_DESCRIPTION("Intel TCO Vendor Specific WatchDog Timer Driver Support"); MODULE_DESCRIPTION("Intel TCO Vendor Specific WatchDog Timer Driver Support");
MODULE_VERSION(DRV_VERSION); MODULE_VERSION(DRV_VERSION);
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
// SPDX-License-Identifier: GPL-2.0+
/* /*
* intel TCO Watchdog Driver * intel TCO Watchdog Driver
* *
* (c) Copyright 2006-2011 Wim Van Sebroeck <wim@iguana.be>. * (c) Copyright 2006-2011 Wim Van Sebroeck <wim@iguana.be>.
* *
* 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.
*
* Neither Wim Van Sebroeck nor Iguana vzw. admit liability nor * Neither Wim Van Sebroeck nor Iguana vzw. admit liability nor
* provide warranty for any of this software. This material is * provide warranty for any of this software. This material is
* provided "AS-IS" and at no charge. * provided "AS-IS" and at no charge.
......
// SPDX-License-Identifier: GPL-2.0+
/* /*
* IB700 Single Board Computer WDT driver * IB700 Single Board Computer WDT driver
* *
...@@ -14,11 +15,6 @@ ...@@ -14,11 +15,6 @@
* (c) Copyright 1996 Alan Cox <alan@lxorguk.ukuu.org.uk>, * (c) Copyright 1996 Alan Cox <alan@lxorguk.ukuu.org.uk>,
* All Rights Reserved. * 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.
*
* Neither Alan Cox nor CymruNet Ltd. admit liability nor provide * Neither Alan Cox nor CymruNet Ltd. admit liability nor provide
* warranty for any of this software. This material is provided * warranty for any of this software. This material is provided
* "AS-IS" and at no charge. * "AS-IS" and at no charge.
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* mv64x60_wdt.c - MV64X60 (Marvell Discovery) watchdog userspace interface * mv64x60_wdt.c - MV64X60 (Marvell Discovery) watchdog userspace interface
* *
...@@ -9,10 +10,7 @@ ...@@ -9,10 +10,7 @@
* *
* Derived from mpc8xx_wdt.c, with the following copyright. * Derived from mpc8xx_wdt.c, with the following copyright.
* *
* 2002 (c) Florian Schirmer <jolt@tuxbox.org> This file is licensed under * 2002 (c) Florian Schirmer <jolt@tuxbox.org>
* the terms of the GNU General Public License version 2. This program
* is licensed "as is" without any warranty of any kind, whether express
* or implied.
*/ */
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* nv_tco: TCO timer driver for nVidia chipsets. * nv_tco: TCO timer driver for nVidia chipsets.
* *
...@@ -10,11 +11,6 @@ ...@@ -10,11 +11,6 @@
* Reserved. * Reserved.
* http://www.kernelconcepts.de * http://www.kernelconcepts.de
* *
* 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.
*
* Neither kernel concepts nor Nils Faerber admit liability nor provide * Neither kernel concepts nor Nils Faerber admit liability nor provide
* warranty for any of this software. This material is provided * warranty for any of this software. This material is provided
* "AS-IS" and at no charge. * "AS-IS" and at no charge.
......
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Octeon Watchdog driver * Octeon Watchdog driver
* *
...@@ -10,22 +11,12 @@ ...@@ -10,22 +11,12 @@
* (c) Copyright 1996-1997 Alan Cox <alan@lxorguk.ukuu.org.uk>, * (c) Copyright 1996-1997 Alan Cox <alan@lxorguk.ukuu.org.uk>,
* All Rights Reserved. * 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.
*
* Neither Alan Cox nor CymruNet Ltd. admit liability nor provide * Neither Alan Cox nor CymruNet Ltd. admit liability nor provide
* warranty for any of this software. This material is provided * warranty for any of this software. This material is provided
* "AS-IS" and at no charge. * "AS-IS" and at no charge.
* *
* (c) Copyright 1995 Alan Cox <alan@lxorguk.ukuu.org.uk> * (c) Copyright 1995 Alan Cox <alan@lxorguk.ukuu.org.uk>
* *
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
*
* The OCTEON watchdog has a maximum timeout of 2^32 * io_clock. * The OCTEON watchdog has a maximum timeout of 2^32 * io_clock.
* For most systems this is less than 10 seconds, so to allow for * For most systems this is less than 10 seconds, so to allow for
* software to request longer watchdog heartbeats, we maintain software * software to request longer watchdog heartbeats, we maintain software
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* omap_wdt.c * omap_wdt.c
* *
...@@ -6,10 +7,7 @@ ...@@ -6,10 +7,7 @@
* Author: MontaVista Software, Inc. * Author: MontaVista Software, Inc.
* <gdavis@mvista.com> or <source@mvista.com> * <gdavis@mvista.com> or <source@mvista.com>
* *
* 2003 (c) MontaVista Software, Inc. This file is licensed under the * 2003 (c) MontaVista Software, Inc.
* terms of the GNU General Public License version 2. This program is
* licensed "as is" without any warranty of any kind, whether express
* or implied.
* *
* History: * History:
* *
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* linux/drivers/char/watchdog/omap_wdt.h * linux/drivers/char/watchdog/omap_wdt.h
* *
...@@ -5,26 +6,6 @@ ...@@ -5,26 +6,6 @@
* OMAP Watchdog timer register definitions * OMAP Watchdog timer register definitions
* *
* Copyright (C) 2004 Texas Instruments. * Copyright (C) 2004 Texas Instruments.
*
* 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 SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
* NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* 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.
*/ */
#ifndef _OMAP_WATCHDOG_H #ifndef _OMAP_WATCHDOG_H
......
// SPDX-License-Identifier: GPL-2.0+
/* /*
* NS pc87413-wdt Watchdog Timer driver for Linux 2.6.x.x * NS pc87413-wdt Watchdog Timer driver for Linux 2.6.x.x
* *
...@@ -6,11 +7,6 @@ ...@@ -6,11 +7,6 @@
* (C) Copyright 2006 Sven Anders, <anders@anduras.de> * (C) Copyright 2006 Sven Anders, <anders@anduras.de>
* and Marcus Junker, <junker@anduras.de> * and Marcus Junker, <junker@anduras.de>
* *
* 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.
*
* Neither Sven Anders, Marcus Junker nor ANDURAS AG * Neither Sven Anders, Marcus Junker nor ANDURAS AG
* admit liability nor provide warranty for any of this software. * admit liability nor provide warranty for any of this software.
* This material is provided "AS-IS" and at no charge. * This material is provided "AS-IS" and at no charge.
......
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Berkshire PCI-PC Watchdog Card Driver * Berkshire PCI-PC Watchdog Card Driver
* *
...@@ -10,11 +11,6 @@ ...@@ -10,11 +11,6 @@
* Matt Domsch <Matt_Domsch@dell.com>, * Matt Domsch <Matt_Domsch@dell.com>,
* Rob Radez <rob@osinvestor.com> * Rob Radez <rob@osinvestor.com>
* *
* 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.
*
* Neither Wim Van Sebroeck nor Iguana vzw. admit liability nor * Neither Wim Van Sebroeck nor Iguana vzw. admit liability nor
* provide warranty for any of this software. This material is * provide warranty for any of this software. This material is
* provided "AS-IS" and at no charge. * provided "AS-IS" and at no charge.
......
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Berkshire USB-PC Watchdog Card Driver * Berkshire USB-PC Watchdog Card Driver
* *
...@@ -10,11 +11,6 @@ ...@@ -10,11 +11,6 @@
* Rob Radez <rob@osinvestor.com>, * Rob Radez <rob@osinvestor.com>,
* Greg Kroah-Hartman <greg@kroah.com> * Greg Kroah-Hartman <greg@kroah.com>
* *
* 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.
*
* Neither Wim Van Sebroeck nor Iguana vzw. admit liability nor * Neither Wim Van Sebroeck nor Iguana vzw. admit liability nor
* provide warranty for any of this software. This material is * provide warranty for any of this software. This material is
* provided "AS-IS" and at no charge. * provided "AS-IS" and at no charge.
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* drivers/char/watchdog/pnx4008_wdt.c * drivers/char/watchdog/pnx4008_wdt.c
* *
...@@ -11,10 +12,6 @@ ...@@ -11,10 +12,6 @@
* 2005-2006 (c) MontaVista Software, Inc. * 2005-2006 (c) MontaVista Software, Inc.
* *
* (C) 2012 Wolfram Sang, Pengutronix * (C) 2012 Wolfram Sang, Pengutronix
*
* This file is licensed under the terms of the GNU General Public License
* version 2. This program is licensed "as is" without any warranty of any
* kind, whether express or implied.
*/ */
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
......
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Retu watchdog driver * Retu watchdog driver
* *
...@@ -5,15 +6,6 @@ ...@@ -5,15 +6,6 @@
* *
* Based on code written by Amit Kucheria and Michael Buesch. * Based on code written by Amit Kucheria and Michael Buesch.
* Rewritten by Aaro Koskinen. * Rewritten by Aaro Koskinen.
*
* This file is subject to the terms and conditions of the GNU General
* Public License. See the file "COPYING" in the main directory of this
* archive for more details.
*
* 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.
*/ */
#include <linux/slab.h> #include <linux/slab.h>
......
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Watchdog driver for the SA11x0/PXA2xx * Watchdog driver for the SA11x0/PXA2xx
* *
* (c) Copyright 2000 Oleg Drokin <green@crimea.edu> * (c) Copyright 2000 Oleg Drokin <green@crimea.edu>
* Based on SoftDog driver by Alan Cox <alan@lxorguk.ukuu.org.uk> * Based on SoftDog driver by Alan Cox <alan@lxorguk.ukuu.org.uk>
* *
* 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.
*
* Neither Oleg Drokin nor iXcelerator.com admit liability nor provide * Neither Oleg Drokin nor iXcelerator.com admit liability nor provide
* warranty for any of this software. This material is provided * warranty for any of this software. This material is provided
* "AS-IS" and at no charge. * "AS-IS" and at no charge.
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* NANO7240 SBC Watchdog device driver * NANO7240 SBC Watchdog device driver
* *
* Based on w83877f.c by Scott Jennings, * Based on w83877f.c by Scott Jennings,
* *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation;
*
* Software distributed under the License is distributed on an "AS IS"
* basis, WITHOUT WARRANTY OF ANY KIND, either express or
* implied. See the License for the specific language governing
* rights and limitations under the License.
*
* (c) Copyright 2007 Gilles GIGAN <gilles.gigan@jcu.edu.au> * (c) Copyright 2007 Gilles GIGAN <gilles.gigan@jcu.edu.au>
*
*/ */
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
......
// SPDX-License-Identifier: GPL-2.0+
/* /*
* SBC8360 Watchdog driver * SBC8360 Watchdog driver
* *
...@@ -19,11 +20,6 @@ ...@@ -19,11 +20,6 @@
* (c) Copyright 1996 Alan Cox <alan@lxorguk.ukuu.org.uk>, * (c) Copyright 1996 Alan Cox <alan@lxorguk.ukuu.org.uk>,
* All Rights Reserved. * 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.
*
* Neither Alan Cox nor CymruNet Ltd. admit liability nor provide * Neither Alan Cox nor CymruNet Ltd. admit liability nor provide
* warranty for any of this software. This material is provided * warranty for any of this software. This material is provided
* "AS-IS" and at no charge. * "AS-IS" and at no charge.
......
// SPDX-License-Identifier: GPL-2.0+
/* /*
* sch311x_wdt.c - Driver for the SCH311x Super-I/O chips * sch311x_wdt.c - Driver for the SCH311x Super-I/O chips
* integrated watchdog. * integrated watchdog.
* *
* (c) Copyright 2008 Wim Van Sebroeck <wim@iguana.be>. * (c) Copyright 2008 Wim Van Sebroeck <wim@iguana.be>.
* *
* 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.
*
* Neither Wim Van Sebroeck nor Iguana vzw. admit liability nor * Neither Wim Van Sebroeck nor Iguana vzw. admit liability nor
* provide warranty for any of this software. This material is * provide warranty for any of this software. This material is
* provided "AS-IS" and at no charge. * provided "AS-IS" and at no charge.
......
// SPDX-License-Identifier: GPL-2.0+
/* /*
* SoftDog: A Software Watchdog Device * SoftDog: A Software Watchdog Device
* *
* (c) Copyright 1996 Alan Cox <alan@lxorguk.ukuu.org.uk>, * (c) Copyright 1996 Alan Cox <alan@lxorguk.ukuu.org.uk>,
* All Rights Reserved. * 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.
*
* Neither Alan Cox nor CymruNet Ltd. admit liability nor provide * Neither Alan Cox nor CymruNet Ltd. admit liability nor provide
* warranty for any of this software. This material is provided * warranty for any of this software. This material is provided
* "AS-IS" and at no charge. * "AS-IS" and at no charge.
......
// SPDX-License-Identifier: GPL-2.0+
/* /*
* w83627hf/thf WDT driver * w83627hf/thf WDT driver
* *
...@@ -17,11 +18,6 @@ ...@@ -17,11 +18,6 @@
* (c) Copyright 1996 Alan Cox <alan@lxorguk.ukuu.org.uk>, * (c) Copyright 1996 Alan Cox <alan@lxorguk.ukuu.org.uk>,
* All Rights Reserved. * 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.
*
* Neither Alan Cox nor CymruNet Ltd. admit liability nor provide * Neither Alan Cox nor CymruNet Ltd. admit liability nor provide
* warranty for any of this software. This material is provided * warranty for any of this software. This material is provided
* "AS-IS" and at no charge. * "AS-IS" and at no charge.
......
// SPDX-License-Identifier: GPL-2.0+
/* /*
* ICP Wafer 5823 Single Board Computer WDT driver * ICP Wafer 5823 Single Board Computer WDT driver
* http://www.icpamerica.com/wafer_5823.php * http://www.icpamerica.com/wafer_5823.php
...@@ -13,11 +14,6 @@ ...@@ -13,11 +14,6 @@
* (c) Copyright 1996-1997 Alan Cox <alan@lxorguk.ukuu.org.uk>, * (c) Copyright 1996-1997 Alan Cox <alan@lxorguk.ukuu.org.uk>,
* All Rights Reserved. * 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.
*
* Neither Alan Cox nor CymruNet Ltd. admit liability nor provide * Neither Alan Cox nor CymruNet Ltd. admit liability nor provide
* warranty for any of this software. This material is provided * warranty for any of this software. This material is provided
* "AS-IS" and at no charge. * "AS-IS" and at no charge.
......
// SPDX-License-Identifier: GPL-2.0+
/* /*
* watchdog_core.c * watchdog_core.c
* *
...@@ -16,11 +17,6 @@ ...@@ -16,11 +17,6 @@
* Satyam Sharma <satyam@infradead.org> * Satyam Sharma <satyam@infradead.org>
* Randy Dunlap <randy.dunlap@oracle.com> * Randy Dunlap <randy.dunlap@oracle.com>
* *
* 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.
*
* Neither Alan Cox, CymruNet Ltd., Wim Van Sebroeck nor Iguana vzw. * Neither Alan Cox, CymruNet Ltd., Wim Van Sebroeck nor Iguana vzw.
* admit liability nor provide warranty for any of this software. * admit liability nor provide warranty for any of this software.
* This material is provided "AS-IS" and at no charge. * This material is provided "AS-IS" and at no charge.
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* watchdog_core.h * watchdog_core.h
* *
...@@ -16,11 +17,6 @@ ...@@ -16,11 +17,6 @@
* Satyam Sharma <satyam@infradead.org> * Satyam Sharma <satyam@infradead.org>
* Randy Dunlap <randy.dunlap@oracle.com> * Randy Dunlap <randy.dunlap@oracle.com>
* *
* 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.
*
* Neither Alan Cox, CymruNet Ltd., Wim Van Sebroeck nor Iguana vzw. * Neither Alan Cox, CymruNet Ltd., Wim Van Sebroeck nor Iguana vzw.
* admit liability nor provide warranty for any of this software. * admit liability nor provide warranty for any of this software.
* This material is provided "AS-IS" and at no charge. * This material is provided "AS-IS" and at no charge.
......
// SPDX-License-Identifier: GPL-2.0+
/* /*
* watchdog_dev.c * watchdog_dev.c
* *
...@@ -20,11 +21,6 @@ ...@@ -20,11 +21,6 @@
* Satyam Sharma <satyam@infradead.org> * Satyam Sharma <satyam@infradead.org>
* Randy Dunlap <randy.dunlap@oracle.com> * Randy Dunlap <randy.dunlap@oracle.com>
* *
* 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.
*
* Neither Alan Cox, CymruNet Ltd., Wim Van Sebroeck nor Iguana vzw. * Neither Alan Cox, CymruNet Ltd., Wim Van Sebroeck nor Iguana vzw.
* admit liability nor provide warranty for any of this software. * admit liability nor provide warranty for any of this software.
* This material is provided "AS-IS" and at no charge. * This material is provided "AS-IS" and at no charge.
......
/* SPDX-License-Identifier: GPL-1.0+ */
/* /*
* Industrial Computer Source WDT500/501 driver * Industrial Computer Source WDT500/501 driver
* *
...@@ -11,12 +12,7 @@ ...@@ -11,12 +12,7 @@
* *
* http://www.cymru.net * http://www.cymru.net
* *
* This driver is provided under the GNU General Public License,
* incorporated herein by reference. The driver is provided without
* warranty or support.
*
* Release 0.04. * Release 0.04.
*
*/ */
......
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Industrial Computer Source WDT501 driver * Industrial Computer Source WDT501 driver
* *
* (c) Copyright 1996-1997 Alan Cox <alan@lxorguk.ukuu.org.uk>, * (c) Copyright 1996-1997 Alan Cox <alan@lxorguk.ukuu.org.uk>,
* All Rights Reserved. * 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.
*
* Neither Alan Cox nor CymruNet Ltd. admit liability nor provide * Neither Alan Cox nor CymruNet Ltd. admit liability nor provide
* warranty for any of this software. This material is provided * warranty for any of this software. This material is provided
* "AS-IS" and at no charge. * "AS-IS" and at no charge.
......
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Industrial Computer Source PCI-WDT500/501 driver * Industrial Computer Source PCI-WDT500/501 driver
* *
* (c) Copyright 1996-1997 Alan Cox <alan@lxorguk.ukuu.org.uk>, * (c) Copyright 1996-1997 Alan Cox <alan@lxorguk.ukuu.org.uk>,
* All Rights Reserved. * 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.
*
* Neither Alan Cox nor CymruNet Ltd. admit liability nor provide * Neither Alan Cox nor CymruNet Ltd. admit liability nor provide
* warranty for any of this software. This material is provided * warranty for any of this software. This material is provided
* "AS-IS" and at no charge. * "AS-IS" and at no charge.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment