Commit 07e00822 authored by Matheus Tavares's avatar Matheus Tavares Committed by Jonathan Cameron

staging:iio:ad2s90: Replace license text w/ SPDX identifier

This patch removes the license boilerplate text at the top of ad2s90.c
and, instead, adds the SPDX GPL-2.0 license identifier, which solves the
checkpatch.pl warning:
"WARNING: Missing or malformed SPDX-License-Identifier tag in line 1".
Signed-off-by: default avatarMatheus Tavares <matheus.bernardino@usp.br>
Acked-by: default avatarAlexandru Ardelean <alexandru.ardelean@analog.com>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent e3d786a3
// SPDX-License-Identifier: GPL-2.0
/* /*
* ad2s90.c simple support for the ADI Resolver to Digital Converters: AD2S90 * ad2s90.c simple support for the ADI Resolver to Digital Converters: AD2S90
* *
* Copyright (c) 2010-2010 Analog Devices Inc. * Copyright (c) 2010-2010 Analog Devices Inc.
*
* 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/types.h> #include <linux/types.h>
#include <linux/mutex.h> #include <linux/mutex.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