[PATCH 2/2] watchdog: ibmasr: Replace GPL license notice with SPDX identifier

Bagas Sanjaya posted 2 patches 2 years, 7 months ago
[PATCH 2/2] watchdog: ibmasr: Replace GPL license notice with SPDX identifier
Posted by Bagas Sanjaya 2 years, 7 months ago
Replace unversioned GPL license notice with appropriate SPDX license
identifier, which is GPL 1.0+.

Cc: Andrey Panin <pazke@donpac.ru>
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
---
 drivers/watchdog/ibmasr.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/watchdog/ibmasr.c b/drivers/watchdog/ibmasr.c
index 4a22fe15208630..6955c693b5fd00 100644
--- a/drivers/watchdog/ibmasr.c
+++ b/drivers/watchdog/ibmasr.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-1.0+
 /*
  * IBM Automatic Server Restart driver.
  *
@@ -6,8 +7,6 @@
  * Based on driver written by Pete Reynolds.
  * Copyright (c) IBM Corporation, 1998-2004.
  *
- * This software may be used and distributed according to the terms
- * of the GNU Public License, incorporated herein by reference.
  */
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-- 
An old man doll... just what I always wanted! - Clara
Re: [PATCH 2/2] watchdog: ibmasr: Replace GPL license notice with SPDX identifier
Posted by Guenter Roeck 2 years, 7 months ago
On Wed, May 17, 2023 at 02:21:40PM +0700, Bagas Sanjaya wrote:
> Replace unversioned GPL license notice with appropriate SPDX license
> identifier, which is GPL 1.0+.
> 
> Cc: Andrey Panin <pazke@donpac.ru>
> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>

Reviewed-by: Guenter Roeck <linux@roeck-us.net>