linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] drivers/bus: arm-cci: use SPDX license information
@ 2018-06-22  8:07 Mawanda Henry
  2018-06-22  9:41 ` Punit Agrawal
  0 siblings, 1 reply; 2+ messages in thread
From: Mawanda Henry @ 2018-06-22  8:07 UTC (permalink / raw)
  To: mawanda111
  Cc: robin.murphy, arnd, peterz, punit.agrawal, tglx, marc.zyngier,
	robh, linux-kernel

SPDX license helps developers and machines to know the license governing
a particular file hence easing work

Signed-off-by: Mawanda Henry <mawandahenrynaco@gmail.com>
---
 drivers/bus/arm-cci.c | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/drivers/bus/arm-cci.c b/drivers/bus/arm-cci.c
index b8184a9..74a2e0a 100644
--- a/drivers/bus/arm-cci.c
+++ b/drivers/bus/arm-cci.c
@@ -1,17 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * CCI cache coherent interconnect driver
  *
  * Copyright (C) 2013 ARM Ltd.
  * Author: Lorenzo Pieralisi <lorenzo.pieralisi@arm.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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #include <linux/arm-cci.h>
-- 
2.7.4


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

* Re: [PATCH 1/4] drivers/bus: arm-cci: use SPDX license information
  2018-06-22  8:07 [PATCH 1/4] drivers/bus: arm-cci: use SPDX license information Mawanda Henry
@ 2018-06-22  9:41 ` Punit Agrawal
  0 siblings, 0 replies; 2+ messages in thread
From: Punit Agrawal @ 2018-06-22  9:41 UTC (permalink / raw)
  To: Mawanda Henry
  Cc: mawanda111, robin.murphy, arnd, peterz, tglx, marc.zyngier, robh,
	linux-kernel

Hi,

Mawanda Henry <mawandahenrynaco@gmail.com> writes:

> SPDX license helps developers and machines to know the license governing
> a particular file hence easing work
>
> Signed-off-by: Mawanda Henry <mawandahenrynaco@gmail.com>
> ---
>  drivers/bus/arm-cci.c | 10 +---------
>  1 file changed, 1 insertion(+), 9 deletions(-)
>
> diff --git a/drivers/bus/arm-cci.c b/drivers/bus/arm-cci.c
> index b8184a9..74a2e0a 100644
> --- a/drivers/bus/arm-cci.c
> +++ b/drivers/bus/arm-cci.c
> @@ -1,17 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later

Please use GPL-2.0 as per the below text.

While you're updating this can you also update the MODULE_LICENSE() at
the end of the file to "GPL v2".

>  /*
>   * CCI cache coherent interconnect driver
>   *
>   * Copyright (C) 2013 ARM Ltd.
>   * Author: Lorenzo Pieralisi <lorenzo.pieralisi@arm.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.
> - *
> - * This program is distributed "as is" WITHOUT ANY WARRANTY of any
> - * kind, whether express or implied; without even the implied warranty
> - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - * GNU General Public License for more details.
>   */
>  
>  #include <linux/arm-cci.h>

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

end of thread, other threads:[~2018-06-22  9:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-22  8:07 [PATCH 1/4] drivers/bus: arm-cci: use SPDX license information Mawanda Henry
2018-06-22  9:41 ` Punit Agrawal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).