All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] watchdog: wdat_wdt: Convert to use SPDX identifier
@ 2019-06-20  9:22 Mika Westerberg
  2019-06-20 13:10 ` Guenter Roeck
  0 siblings, 1 reply; 2+ messages in thread
From: Mika Westerberg @ 2019-06-20  9:22 UTC (permalink / raw)
  To: Wim Van Sebroeck, Guenter Roeck; +Cc: Mika Westerberg, linux-watchdog

This gets rid of the unnecessary license boilerplate.

No functional changes intended.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
---
 drivers/watchdog/wdat_wdt.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/drivers/watchdog/wdat_wdt.c b/drivers/watchdog/wdat_wdt.c
index 430ee4e9b185..476f79ccb6cf 100644
--- a/drivers/watchdog/wdat_wdt.c
+++ b/drivers/watchdog/wdat_wdt.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * ACPI Hardware Watchdog (WDAT) driver.
  *
  * Copyright (C) 2016, Intel Corporation
  * Author: Mika Westerberg <mika.westerberg@linux.intel.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.
  */
 
 #include <linux/acpi.h>
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-20 13:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-20  9:22 [PATCH] watchdog: wdat_wdt: Convert to use SPDX identifier Mika Westerberg
2019-06-20 13:10 ` Guenter Roeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.