From: Vinod Koul <vkoul@kernel.org>
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Viresh Kumar <vireshk@kernel.org>, dmaengine@vger.kernel.org
Subject: [v2,7/7] dmaengine: dw: convert to SPDX identifiers
Date: Fri, 4 Jan 2019 20:50:32 +0530 [thread overview]
Message-ID: <20190104152032.GK13372@vkoul-mobl.Dlink> (raw)
On 05-12-18, 18:28, Andy Shevchenko wrote:
> This patch updates license to use SPDX-License-Identifier
> instead of verbose license text.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
> drivers/dma/dw/Kconfig | 2 ++
> drivers/dma/dw/core.c | 5 +----
> drivers/dma/dw/internal.h | 5 +----
> drivers/dma/dw/pci.c | 5 +----
> drivers/dma/dw/platform.c | 5 +----
> drivers/dma/dw/regs.h | 5 +----
> include/linux/dma/dw.h | 5 +----
> include/linux/platform_data/dma-dw.h | 5 +----
> 8 files changed, 9 insertions(+), 28 deletions(-)
>
> diff --git a/drivers/dma/dw/Kconfig b/drivers/dma/dw/Kconfig
> index 04b9728c1d26..e5162690de8f 100644
> --- a/drivers/dma/dw/Kconfig
> +++ b/drivers/dma/dw/Kconfig
> @@ -1,3 +1,5 @@
> +# SPDX-License-Identifier: GPL-2.0
> +
> #
> # DMA engine configuration for dw
> #
> diff --git a/drivers/dma/dw/core.c b/drivers/dma/dw/core.c
> index b7e4dab28f8a..3a1ab52ffae0 100644
> --- a/drivers/dma/dw/core.c
> +++ b/drivers/dma/dw/core.c
> @@ -1,13 +1,10 @@
> +// SPDX-License-Identifier: GPL-2.0
> /*
> * Core driver for the Synopsys DesignWare DMA Controller
> *
> * Copyright (C) 2007-2008 Atmel Corporation
> * Copyright (C) 2010-2011 ST Microelectronics
> * Copyright (C) 2013 Intel Corporation
> - *
> - * 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/bitops.h>
> diff --git a/drivers/dma/dw/internal.h b/drivers/dma/dw/internal.h
> index fdcac21ea665..4be4c9596260 100644
> --- a/drivers/dma/dw/internal.h
> +++ b/drivers/dma/dw/internal.h
> @@ -1,11 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0
That is not correct, See Documentation/process/license-rules.rst
For headers it is:
C header: /* SPDX-License-Identifier: <SPDX License Expression> */
next reply other threads:[~2019-01-04 15:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-04 15:20 Vinod Koul [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-12-05 16:28 [v2,7/7] dmaengine: dw: convert to SPDX identifiers Andy Shevchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190104152032.GK13372@vkoul-mobl.Dlink \
--to=vkoul@kernel.org \
--cc=andriy.shevchenko@linux.intel.com \
--cc=dmaengine@vger.kernel.org \
--cc=vireshk@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox