Commit a0d261cc authored by Bagas Sanjaya's avatar Bagas Sanjaya Committed by Wim Van Sebroeck

watchdog: Convert GPL 2.0 notice to SPDX identifier

Convert the boilerplate to SPDX license identifier. While at it, also
move SPDX identifier for drivers/watchdog/rtd119x_wdt.c to the top of
file (as in other files).

Cc: Ray Lehtiniemi <rayl@mail.com>,
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Deepak Saxena <dsaxena@plexity.net>
Cc: Marc Zyngier <maz@kernel.org>
Cc: Jonas Jensen <jonas.jensen@gmail.com>
Cc: Sylver Bruneau <sylver.bruneau@googlemail.com>
Cc: Denis Turischev <denis@compulab.co.il>
Cc: Mika Westerberg <mika.westerberg@linux.intel.com>
Acked-by: default avatarAndreas Färber <afaerber@suse.de>
Signed-off-by: default avatarBagas Sanjaya <bagasdotme@gmail.com>
Acked-by: default avatarMika Westerberg <mika.westerberg@linux.intel.com>
Acked-by: default avatarRay Lehtiniemi <rayl@mail.com>
Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
Link: https://lkml.kernel.org/r/20230517072140.1086660-2-bagasdotme@gmail.comSigned-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarWim Van Sebroeck <wim@linux-watchdog.org>
parent 20fbe629
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Watchdog driver for Cirrus Logic EP93xx family of devices. * Watchdog driver for Cirrus Logic EP93xx family of devices.
* *
...@@ -11,10 +12,6 @@ ...@@ -11,10 +12,6 @@
* Copyright (c) 2012 H Hartley Sweeten <hsweeten@visionengravers.com> * Copyright (c) 2012 H Hartley Sweeten <hsweeten@visionengravers.com>
* Convert to a platform device and use the watchdog framework API * Convert to a platform device and use the watchdog framework API
* *
* 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.
*
* This watchdog fires after 250msec, which is a too short interval * This watchdog fires after 250msec, which is a too short interval
* for us to rely on the user space daemon alone. So we ping the * for us to rely on the user space daemon alone. So we ping the
* wdt each ~200msec and eventually stop doing it if the user space * wdt each ~200msec and eventually stop doing it if the user space
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* drivers/watchdog/m54xx_wdt.c * drivers/watchdog/m54xx_wdt.c
* *
...@@ -11,9 +12,6 @@ ...@@ -11,9 +12,6 @@
* Copyright 2004 (c) MontaVista, Software, Inc. * Copyright 2004 (c) MontaVista, Software, Inc.
* Based on sa1100 driver, Copyright (C) 2000 Oleg Drokin <green@crimea.edu> * Based on sa1100 driver, Copyright (C) 2000 Oleg Drokin <green@crimea.edu>
* *
* 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-only
/* /*
* drivers/char/watchdog/max63xx_wdt.c * drivers/char/watchdog/max63xx_wdt.c
* *
...@@ -5,10 +6,6 @@ ...@@ -5,10 +6,6 @@
* *
* Copyright (C) 2009 Marc Zyngier <maz@misterjones.org> * Copyright (C) 2009 Marc Zyngier <maz@misterjones.org>
* *
* 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.
*
* This driver assumes the watchdog pins are memory mapped (as it is * This driver assumes the watchdog pins are memory mapped (as it is
* the case for the Arcom Zeus). Should it be connected over GPIOs or * the case for the Arcom Zeus). Should it be connected over GPIOs or
* another interface, some abstraction will have to be introduced. * another interface, some abstraction will have to be introduced.
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* MOXA ART SoCs watchdog driver. * MOXA ART SoCs watchdog driver.
* *
...@@ -5,9 +6,6 @@ ...@@ -5,9 +6,6 @@
* *
* Jonas Jensen <jonas.jensen@gmail.com> * Jonas Jensen <jonas.jensen@gmail.com>
* *
* 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.
*/ */
#include <linux/clk.h> #include <linux/clk.h>
......
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* 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.
*
* Copyright (C) 2007-2017 Cavium, Inc. * Copyright (C) 2007-2017 Cavium, Inc.
*/ */
#include <asm/asm.h> #include <asm/asm.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* drivers/watchdog/orion_wdt.c * drivers/watchdog/orion_wdt.c
* *
...@@ -5,9 +6,6 @@ ...@@ -5,9 +6,6 @@
* *
* Author: Sylver Bruneau <sylver.bruneau@googlemail.com> * Author: Sylver Bruneau <sylver.bruneau@googlemail.com>
* *
* 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+
/* /*
* Realtek RTD129x watchdog * Realtek RTD129x watchdog
* *
* Copyright (c) 2017 Andreas Färber * Copyright (c) 2017 Andreas Färber
* *
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <linux/bitops.h> #include <linux/bitops.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Watchdog driver for SBC-FITPC2 board * Watchdog driver for SBC-FITPC2 board
* *
...@@ -5,9 +6,6 @@ ...@@ -5,9 +6,6 @@
* *
* Adapted from the IXP2000 watchdog driver by Deepak Saxena. * Adapted from the IXP2000 watchdog driver by Deepak Saxena.
* *
* 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 " WATCHDOG: " fmt #define pr_fmt(fmt) KBUILD_MODNAME " WATCHDOG: " fmt
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Watchdog driver for TS-4800 based boards * Watchdog driver for TS-4800 based boards
* *
* Copyright (c) 2015 - Savoir-faire Linux * Copyright (c) 2015 - Savoir-faire Linux
* *
* 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.
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Watchdog driver for Technologic Systems TS-72xx based SBCs * Watchdog driver for Technologic Systems TS-72xx based SBCs
* (TS-7200, TS-7250 and TS-7260). These boards have external * (TS-7200, TS-7250 and TS-7260). These boards have external
...@@ -8,9 +9,6 @@ ...@@ -8,9 +9,6 @@
* *
* This driver is based on ep93xx_wdt and wm831x_wdt drivers. * This driver is based on ep93xx_wdt and wm831x_wdt drivers.
* *
* 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.
*/ */
#include <linux/platform_device.h> #include <linux/platform_device.h>
......
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