lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <87muvn17l7.fsf@e105922-lin.cambridge.arm.com>
Date:   Fri, 22 Jun 2018 10:41:40 +0100
From:   Punit Agrawal <punit.agrawal@....com>
To:     Mawanda Henry <mawandahenrynaco@...il.com>
Cc:     mawanda111@...il.com, robin.murphy@....com, arnd@...db.de,
        peterz@...radead.org, tglx@...utronix.de, marc.zyngier@....com,
        robh@...nel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/4] drivers/bus: arm-cci: use SPDX license information

Hi,

Mawanda Henry <mawandahenrynaco@...il.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@...il.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@....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>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ