Commit d674ee23 authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Wim Van Sebroeck

watchdog: rza_wdt: convert to SPDX identifiers

This patch updates license to use SPDX-License-Identifier
instead of verbose license text.
Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarWim Van Sebroeck <wim@linux-watchdog.org>
parent 5a623ce0
// SPDX-License-Identifier: GPL-2.0
/* /*
* Renesas RZ/A Series WDT Driver * Renesas RZ/A Series WDT Driver
* *
* Copyright (C) 2017 Renesas Electronics America, Inc. * Copyright (C) 2017 Renesas Electronics America, Inc.
* Copyright (C) 2017 Chris Brandt * Copyright (C) 2017 Chris Brandt
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#include <linux/bitops.h> #include <linux/bitops.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment