All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/4] drivers/bus: arm-cci: Use SPDX license information
       [not found] <20180622110628.GA23452@sesnaco>
@ 2018-06-22 12:30 ` Punit Agrawal
  2018-06-27 12:21   ` Will Deacon
  0 siblings, 1 reply; 2+ messages in thread
From: Punit Agrawal @ 2018-06-22 12:30 UTC (permalink / raw)
  To: linux-arm-kernel

[ + alkml, will ]

Please make sure to cc linux-arm-kernel and the appropriate maintainers
(see scripts/get_maintainer.pl) for Arm related patches.

Mawanda Henry <mawandahenrynaco@gmail.com> writes:

> SPDX licence header helps developers and machines to know the right
> license governing a particular file

It's good practice to update the commit log if you change the
commit. Something like -

"While we are at it, also update the MODULE_LICENSE() to reflect the
license version - GPL v2"

> Signed-off-by: Mawanda Henry <mawandahenrynaco@gmail.com>

With that change,

Acked-by: Punit Agrawal <punit.agrawal@arm.com>

> ---
>  drivers/bus/arm-cci.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/bus/arm-cci.c b/drivers/bus/arm-cci.c
> index ab04201..4f92f39 100644
> --- a/drivers/bus/arm-cci.c
> +++ b/drivers/bus/arm-cci.c
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.0-or-later
> +// SPDX-License-Identifier: GPL-2.0
>  /*
>   * CCI cache coherent interconnect driver
>   *
> @@ -575,5 +575,5 @@ EXPORT_SYMBOL_GPL(cci_probed);
>  
>  early_initcall(cci_init);
>  core_initcall(cci_platform_init);
> -MODULE_LICENSE("GPL");
> +MODULE_LICENSE("GPL v2");
>  MODULE_DESCRIPTION("ARM CCI support");

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

* [PATCH 3/4] drivers/bus: arm-cci: Use SPDX license information
  2018-06-22 12:30 ` [PATCH 3/4] drivers/bus: arm-cci: Use SPDX license information Punit Agrawal
@ 2018-06-27 12:21   ` Will Deacon
  0 siblings, 0 replies; 2+ messages in thread
From: Will Deacon @ 2018-06-27 12:21 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Jun 22, 2018 at 01:30:57PM +0100, Punit Agrawal wrote:
> [ + alkml, will ]
> 
> Please make sure to cc linux-arm-kernel and the appropriate maintainers
> (see scripts/get_maintainer.pl) for Arm related patches.
> 
> Mawanda Henry <mawandahenrynaco@gmail.com> writes:
> 
> > SPDX licence header helps developers and machines to know the right
> > license governing a particular file
> 
> It's good practice to update the commit log if you change the
> commit. Something like -
> 
> "While we are at it, also update the MODULE_LICENSE() to reflect the
> license version - GPL v2"
> 
> > Signed-off-by: Mawanda Henry <mawandahenrynaco@gmail.com>
> 
> With that change,
> 
> Acked-by: Punit Agrawal <punit.agrawal@arm.com>

Is there a v2 of this patch that I can pick up?

Will

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

end of thread, other threads:[~2018-06-27 12:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20180622110628.GA23452@sesnaco>
2018-06-22 12:30 ` [PATCH 3/4] drivers/bus: arm-cci: Use SPDX license information Punit Agrawal
2018-06-27 12:21   ` Will Deacon

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.