treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
[sfrench/cifs-2.6.git] / drivers / watchdog / hpwdt.c
index db1bf6f546aec70988d6614644c51b750b862efc..8a90f159ffb1e5c08d75054a3a585fad62cbc451 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *     HPE WatchDog Driver
  *     based on
@@ -6,11 +7,6 @@
  *
  *     (c) Copyright 2018 Hewlett Packard Enterprise Development LP
  *     Thomas Mingarelli <thomas.mingarelli@hpe.com>
- *
- *     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
- *
  */
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt