hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/drivers/watchdog/retu_wdt.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0+
12 /*
23 * Retu watchdog driver
34 *
....@@ -5,15 +6,6 @@
56 *
67 * Based on code written by Amit Kucheria and Michael Buesch.
78 * Rewritten by Aaro Koskinen.
8
- *
9
- * This file is subject to the terms and conditions of the GNU General
10
- * Public License. See the file "COPYING" in the main directory of this
11
- * archive for more details.
12
- *
13
- * This program is distributed in the hope that it will be useful,
14
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
- * GNU General Public License for more details.
179 */
1810
1911 #include <linux/slab.h>