commit | af873fcecef567abf8a3468b06dd4e4aab46da6d | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <[email protected]> | Tue May 28 09:57:21 2019 -0700 |
committer | Greg Kroah-Hartman <[email protected]> | Thu May 30 11:29:22 2019 -0700 |
tree | 38c4670cc5bf715dbdc0254362ec5934f369dcf6 | |
parent | 2522fe45a186e6276583e02723b78e1d1987cdd5 [diff] [blame] |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194 Based on 1 normalized pattern(s): license terms gnu general public license gpl version 2 extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 161 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Allison Randal <[email protected]> Reviewed-by: Alexios Zavras <[email protected]> Reviewed-by: Steve Winslow <[email protected]> Reviewed-by: Richard Fontana <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
diff --git a/drivers/watchdog/via_wdt.c b/drivers/watchdog/via_wdt.c index d56d0a9..eeb39f9 100644 --- a/drivers/watchdog/via_wdt.c +++ b/drivers/watchdog/via_wdt.c
@@ -1,8 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * VIA Chipset Watchdog Driver * * Copyright (C) 2011 Sigfox - * License terms: GNU General Public License (GPL) version 2 * Author: Marc Vertes <[email protected]> * Based on a preliminary version from Harald Welte <[email protected]> * Timer code by Wim Van Sebroeck <[email protected]>