]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - drivers/watchdog/sc1200wdt.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
[mirror_ubuntu-jammy-kernel.git] / drivers / watchdog / sc1200wdt.c
index 3c2e9355410ab7ab91def58b695513aab49c29c8..960385a766b39e9e56572569af50396621965e26 100644 (file)
@@ -1,14 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  *     National Semiconductor PC87307/PC97307 (ala SC1200) WDT driver
  *     (c) Copyright 2002 Zwane Mwaikambo <zwane@commfireservices.com>,
  *                     All Rights Reserved.
  *     Based on wdt.c and wdt977.c by Alan Cox and Woody Suwalski respectively.
  *
- *     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.
- *
  *     The author(s) of this software shall not be held liable for damages
  *     of any nature resulting due to the use of this software. This
  *     software is provided AS-IS with no warranties.
@@ -28,7 +24,6 @@
  *     20020530 Joel Becker            Add Matt Domsch's nowayout module
  *                                     option
  *     20030116 Adam Belay             Updated to the latest pnp code
- *
  */
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt