Re: [PATCH 09/24] USB: chipidea: Remove redundant license text

2017-11-07 Thread Greg Kroah-Hartman
On Tue, Nov 07, 2017 at 09:35:03AM +0800, Peter Chen wrote:
> On Mon, Nov 06, 2017 at 03:37:18PM +0100, Greg Kroah-Hartman wrote:
> > Now that the SPDX tag is in all USB files, that identifies the license
> > in a specific and legally-defined manner.  So the extra GPL text wording
> > can be removed as it is no longer needed at all.
> > 
> > This is done on a quest to remove the 700+ different ways that files in
> > the kernel describe the GPL license text.  And there's unneeded stuff
> > like the address (sometimes incorrect) for the FSF which is never
> > needed.
> > 
> > No copyright headers or other non-license-description text was removed.
> > 
> > Cc: Peter Chen 
> > Cc: Thierry Reding 
> > Cc: Jonathan Hunter 
> > Signed-off-by: Greg Kroah-Hartman 
> 
> Acked-by: Peter Chen 

Thanks for the ack.

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 09/24] USB: chipidea: Remove redundant license text

2017-11-06 Thread Peter Chen
On Mon, Nov 06, 2017 at 03:37:18PM +0100, Greg Kroah-Hartman wrote:
> Now that the SPDX tag is in all USB files, that identifies the license
> in a specific and legally-defined manner.  So the extra GPL text wording
> can be removed as it is no longer needed at all.
> 
> This is done on a quest to remove the 700+ different ways that files in
> the kernel describe the GPL license text.  And there's unneeded stuff
> like the address (sometimes incorrect) for the FSF which is never
> needed.
> 
> No copyright headers or other non-license-description text was removed.
> 
> Cc: Peter Chen 
> Cc: Thierry Reding 
> Cc: Jonathan Hunter 
> Signed-off-by: Greg Kroah-Hartman 

Acked-by: Peter Chen 

> ---
>  drivers/usb/chipidea/bits.h  |  4 
>  drivers/usb/chipidea/ci.h|  4 
>  drivers/usb/chipidea/ci_hdrc_imx.c   |  7 ---
>  drivers/usb/chipidea/ci_hdrc_imx.h   |  7 ---
>  drivers/usb/chipidea/ci_hdrc_msm.c   |  7 +--
>  drivers/usb/chipidea/ci_hdrc_pci.c   |  4 
>  drivers/usb/chipidea/ci_hdrc_tegra.c |  4 
>  drivers/usb/chipidea/ci_hdrc_usb2.c  |  4 
>  drivers/usb/chipidea/ci_hdrc_zevio.c |  5 -
>  drivers/usb/chipidea/core.c  |  4 
>  drivers/usb/chipidea/host.c  | 13 -
>  drivers/usb/chipidea/otg.c   |  4 
>  drivers/usb/chipidea/otg.h   |  4 
>  drivers/usb/chipidea/otg_fsm.c   |  4 
>  drivers/usb/chipidea/otg_fsm.h   |  4 
>  drivers/usb/chipidea/udc.c   |  4 
>  drivers/usb/chipidea/udc.h   |  4 
>  drivers/usb/chipidea/ulpi.c  |  9 -
>  drivers/usb/chipidea/usbmisc_imx.c   |  7 ---
>  19 files changed, 1 insertion(+), 102 deletions(-)
> 
> diff --git a/drivers/usb/chipidea/bits.h b/drivers/usb/chipidea/bits.h
> index 018a28e2e7d8..98da99510be7 100644
> --- a/drivers/usb/chipidea/bits.h
> +++ b/drivers/usb/chipidea/bits.h
> @@ -5,10 +5,6 @@
>   * Copyright (C) 2008 Chipidea - MIPS Technologies, Inc. All rights reserved.
>   *
>   * Author: David Lopo
> - *
> - * 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.
>   */
>  
>  #ifndef __DRIVERS_USB_CHIPIDEA_BITS_H
> diff --git a/drivers/usb/chipidea/ci.h b/drivers/usb/chipidea/ci.h
> index fa6dd9d9f5c6..98b7cb3d0064 100644
> --- a/drivers/usb/chipidea/ci.h
> +++ b/drivers/usb/chipidea/ci.h
> @@ -5,10 +5,6 @@
>   * Copyright (C) 2008 Chipidea - MIPS Technologies, Inc. All rights reserved.
>   *
>   * Author: David Lopo
> - *
> - * 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.
>   */
>  
>  #ifndef __DRIVERS_USB_CHIPIDEA_CI_H
> diff --git a/drivers/usb/chipidea/ci_hdrc_imx.c 
> b/drivers/usb/chipidea/ci_hdrc_imx.c
> index 9a2f7416ff9e..3b45c25f296e 100644
> --- a/drivers/usb/chipidea/ci_hdrc_imx.c
> +++ b/drivers/usb/chipidea/ci_hdrc_imx.c
> @@ -3,13 +3,6 @@
>   * Copyright 2012 Freescale Semiconductor, Inc.
>   * Copyright (C) 2012 Marek Vasut 
>   * on behalf of DENX Software Engineering GmbH
> - *
> - * The code contained herein is licensed under the GNU General Public
> - * License. You may obtain a copy of the GNU General Public License
> - * Version 2 or later at the following locations:
> - *
> - * http://www.opensource.org/licenses/gpl-license.html
> - * http://www.gnu.org/copyleft/gpl.html
>   */
>  
>  #include 
> diff --git a/drivers/usb/chipidea/ci_hdrc_imx.h 
> b/drivers/usb/chipidea/ci_hdrc_imx.h
> index 98a8b8c817ff..204275f47573 100644
> --- a/drivers/usb/chipidea/ci_hdrc_imx.h
> +++ b/drivers/usb/chipidea/ci_hdrc_imx.h
> @@ -1,13 +1,6 @@
>  // SPDX-License-Identifier: GPL-2.0+
>  /*
>   * Copyright 2012 Freescale Semiconductor, Inc.
> - *
> - * The code contained herein is licensed under the GNU General Public
> - * License. You may obtain a copy of the GNU General Public License
> - * Version 2 or later at the following locations:
> - *
> - * http://www.opensource.org/licenses/gpl-license.html
> - * http://www.gnu.org/copyleft/gpl.html
>   */
>  
>  #ifndef __DRIVER_USB_CHIPIDEA_CI_HDRC_IMX_H
> diff --git a/drivers/usb/chipidea/ci_hdrc_msm.c 
> b/drivers/usb/chipidea/ci_hdrc_msm.c
> index 85aac4e881aa..3593ce0ec641 100644
> --- a/drivers/usb/chipidea/ci_hdrc_msm.c
> +++ b/drivers/usb/chipidea/ci_hdrc_msm.c
> @@ -1,10 +1,5 @@
>  // SPDX-License-Identifier: GPL-2.0
> -/* Copyright (c) 2010, Code Aurora Forum. All rights reserved.
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License version 2 and
> - * only version 2 as published by the Free Software Foundation.
> - */
> +/*