hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/drivers/watchdog/sun4v_wdt.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * sun4v watchdog timer
34 * (c) Copyright 2016 Oracle Corporation
....@@ -5,11 +6,6 @@
56 * Implement a simple watchdog driver using the built-in sun4v hypervisor
67 * watchdog support. If time expires, the hypervisor stops or bounces
78 * the guest domain.
8
- *
9
- * This program is free software; you can redistribute it and/or
10
- * modify it under the terms of the GNU General Public License
11
- * as published by the Free Software Foundation; either version
12
- * 2 of the License, or (at your option) any later version.
139 */
1410
1511 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt