Re: [patch 10/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 60

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Reviewed-by: Allison Randal <allison@xxxxxxxxxxx>

On 5/20/19 3:19 AM, Thomas Gleixner wrote:
> Based on 1 normalized pattern(s):
> 
>   released according to the gnu gpl version 2 or any later version
> 
> extracted by the scancode license scanner the SPDX license identifier
> 
>   GPL-2.0-or-later
> 
> has been chosen to replace the boilerplate/reference in 10 file(s).
> 
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> 
> ---
> https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch3&id=0dfde1eebe73
> ---
>  drivers/fmc/fmc-chardev.c      |    3 +--
>  drivers/fmc/fmc-core.c         |    3 +--
>  drivers/fmc/fmc-debug.c        |    3 +--
>  drivers/fmc/fmc-dump.c         |    3 +--
>  drivers/fmc/fmc-match.c        |    3 +--
>  drivers/fmc/fmc-private.h      |    3 +--
>  drivers/fmc/fmc-sdb.c          |    3 +--
>  drivers/fmc/fmc-write-eeprom.c |    3 +--
>  drivers/fmc/fru-parse.c        |    3 +--
>  include/linux/fmc.h            |    3 +--
>  10 files changed, 10 insertions(+), 20 deletions(-)
> 
> --- a/drivers/fmc/fmc-chardev.c
> +++ b/drivers/fmc/fmc-chardev.c
> @@ -1,9 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Copyright (C) 2012 CERN (www.cern.ch)
>   * Author: Alessandro Rubini <rubini@xxxxxxxxx>
>   *
> - * Released according to the GNU GPL, version 2 or any later version.
> - *
>   * This work is part of the White Rabbit project, a research effort led
>   * by CERN, the European Institute for Nuclear Research.
>   */
> --- a/drivers/fmc/fmc-core.c
> +++ b/drivers/fmc/fmc-core.c
> @@ -1,9 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Copyright (C) 2012 CERN (www.cern.ch)
>   * Author: Alessandro Rubini <rubini@xxxxxxxxx>
>   *
> - * Released according to the GNU GPL, version 2 or any later version.
> - *
>   * This work is part of the White Rabbit project, a research effort led
>   * by CERN, the European Institute for Nuclear Research.
>   */
> --- a/drivers/fmc/fmc-debug.c
> +++ b/drivers/fmc/fmc-debug.c
> @@ -1,8 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Copyright (C) 2015 CERN (www.cern.ch)
>   * Author: Federico Vaga <federico.vaga@xxxxxxx>
> - *
> - * Released according to the GNU GPL, version 2 or any later version.
>   */
>  
>  #include <linux/module.h>
> --- a/drivers/fmc/fmc-dump.c
> +++ b/drivers/fmc/fmc-dump.c
> @@ -1,9 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Copyright (C) 2013 CERN (www.cern.ch)
>   * Author: Alessandro Rubini <rubini@xxxxxxxxx>
>   *
> - * Released according to the GNU GPL, version 2 or any later version.
> - *
>   * This work is part of the White Rabbit project, a research effort led
>   * by CERN, the European Institute for Nuclear Research.
>   */
> --- a/drivers/fmc/fmc-match.c
> +++ b/drivers/fmc/fmc-match.c
> @@ -1,9 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Copyright (C) 2012 CERN (www.cern.ch)
>   * Author: Alessandro Rubini <rubini@xxxxxxxxx>
>   *
> - * Released according to the GNU GPL, version 2 or any later version.
> - *
>   * This work is part of the White Rabbit project, a research effort led
>   * by CERN, the European Institute for Nuclear Research.
>   */
> --- a/drivers/fmc/fmc-private.h
> +++ b/drivers/fmc/fmc-private.h
> @@ -1,8 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0-or-later */
>  /*
>   * Copyright (C) 2015 CERN (www.cern.ch)
>   * Author: Federico Vaga <federico.vaga@xxxxxxx>
> - *
> - * Released according to the GNU GPL, version 2 or any later version.
>   */
>  
>  extern int fmc_debug_init(struct fmc_device *fmc);
> --- a/drivers/fmc/fmc-sdb.c
> +++ b/drivers/fmc/fmc-sdb.c
> @@ -1,9 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Copyright (C) 2012 CERN (www.cern.ch)
>   * Author: Alessandro Rubini <rubini@xxxxxxxxx>
>   *
> - * Released according to the GNU GPL, version 2 or any later version.
> - *
>   * This work is part of the White Rabbit project, a research effort led
>   * by CERN, the European Institute for Nuclear Research.
>   */
> --- a/drivers/fmc/fmc-write-eeprom.c
> +++ b/drivers/fmc/fmc-write-eeprom.c
> @@ -1,9 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Copyright (C) 2012 CERN (www.cern.ch)
>   * Author: Alessandro Rubini <rubini@xxxxxxxxx>
>   *
> - * Released according to the GNU GPL, version 2 or any later version.
> - *
>   * This work is part of the White Rabbit project, a research effort led
>   * by CERN, the European Institute for Nuclear Research.
>   */
> --- a/drivers/fmc/fru-parse.c
> +++ b/drivers/fmc/fru-parse.c
> @@ -1,9 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Copyright (C) 2012 CERN (www.cern.ch)
>   * Author: Alessandro Rubini <rubini@xxxxxxxxx>
>   *
> - * Released according to the GNU GPL, version 2 or any later version.
> - *
>   * This work is part of the White Rabbit project, a research effort led
>   * by CERN, the European Institute for Nuclear Research.
>   */
> --- a/include/linux/fmc.h
> +++ b/include/linux/fmc.h
> @@ -1,9 +1,8 @@
> +/* SPDX-License-Identifier: GPL-2.0-or-later */
>  /*
>   * Copyright (C) 2012 CERN (www.cern.ch)
>   * Author: Alessandro Rubini <rubini@xxxxxxxxx>
>   *
> - * Released according to the GNU GPL, version 2 or any later version.
> - *
>   * This work is part of the White Rabbit project, a research effort led
>   * by CERN, the European Institute for Nuclear Research.
>   */
> 
> 



[Index of Archives]     [Linux Samsung SoC]     [Linux Rockchip SoC]     [Linux Actions SoC]     [Linux for Synopsys ARC Processors]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]


  Powered by Linux