Skip to content

Commit 8d2e149

Browse files
bagasmeWim Van Sebroeck
authored andcommitted
watchdog: ibmasr: Replace GPL license notice with SPDX identifier
Replace unversioned GPL license notice with appropriate SPDX license identifier, which is GPL 1.0+. Cc: Andrey Panin <[email protected]> Signed-off-by: Bagas Sanjaya <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
1 parent a0d261c commit 8d2e149

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/watchdog/ibmasr.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-1.0+
12
/*
23
* IBM Automatic Server Restart driver.
34
*
@@ -6,8 +7,6 @@
67
* Based on driver written by Pete Reynolds.
78
* Copyright (c) IBM Corporation, 1998-2004.
89
*
9-
* This software may be used and distributed according to the terms
10-
* of the GNU Public License, incorporated herein by reference.
1110
*/
1211

1312
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

0 commit comments

Comments
 (0)