Re: [PATCH 5/6] USB: typec: add SPDX identifiers to some files

2017-11-07 Thread Greg Kroah-Hartman
On Tue, Nov 07, 2017 at 11:32:07AM +, Rui Miguel Silva wrote:
> Hi,
> On Mon 06 Nov 2017 at 15:34, Greg Kroah-Hartman 
> wrote:
> > Due to these typec files being moved into the drivers/usb/ directory in
> > this tree, they missed the larger "add SPDX tags to all files" work.  So
> > add the correct SPDX license tag, based on the license text in the file
> > itself.
> >
> > The SPDX identifier is a legally binding shorthand, which can be used
> > instead of the full boiler plate text.
> >
> > Cc: Heikki Krogerus 
> > Cc: Guenter Roeck 
> > Cc: Hans de Goede 
> > Cc: Yueyao Zhu 
> > Cc: Rui Miguel Silva 
> > Cc: Thomas Gleixner 
> > Cc: Kate Stewart 
> > Cc: Philippe Ombredanne 
> > Signed-off-by: Greg Kroah-Hartman 
> 
> Acked-by: Rui Miguel Silva 

Thanks for the acks.

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 5/6] USB: typec: add SPDX identifiers to some files

2017-11-07 Thread Rui Miguel Silva
Hi,
On Mon 06 Nov 2017 at 15:34, Greg Kroah-Hartman 
wrote:
> Due to these typec files being moved into the drivers/usb/ directory in
> this tree, they missed the larger "add SPDX tags to all files" work.  So
> add the correct SPDX license tag, based on the license text in the file
> itself.
>
> The SPDX identifier is a legally binding shorthand, which can be used
> instead of the full boiler plate text.
>
> Cc: Heikki Krogerus 
> Cc: Guenter Roeck 
> Cc: Hans de Goede 
> Cc: Yueyao Zhu 
> Cc: Rui Miguel Silva 
> Cc: Thomas Gleixner 
> Cc: Kate Stewart 
> Cc: Philippe Ombredanne 
> Signed-off-by: Greg Kroah-Hartman 

Acked-by: Rui Miguel Silva 

---
Cheers,
Rui


> ---
>  drivers/usb/typec/fusb302/fusb302.c | 1 +
>  drivers/usb/typec/fusb302/fusb302_reg.h | 1 +
>  drivers/usb/typec/tcpm.c| 1 +
>  drivers/usb/typec/tps6598x.c| 1 +
>  drivers/usb/typec/ucsi/trace.c  | 1 +
>  5 files changed, 5 insertions(+)
>
> diff --git a/drivers/usb/typec/fusb302/fusb302.c 
> b/drivers/usb/typec/fusb302/fusb302.c
> index e790b67d4953..205177176a5f 100644
> --- a/drivers/usb/typec/fusb302/fusb302.c
> +++ b/drivers/usb/typec/fusb302/fusb302.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0+
>  /*
>   * Copyright 2016-2017 Google, Inc
>   *
> diff --git a/drivers/usb/typec/fusb302/fusb302_reg.h 
> b/drivers/usb/typec/fusb302/fusb302_reg.h
> index 0682e63de773..a818563461e7 100644
> --- a/drivers/usb/typec/fusb302/fusb302_reg.h
> +++ b/drivers/usb/typec/fusb302/fusb302_reg.h
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0+
>  /*
>   * Copyright 2016-2017 Google, Inc
>   *
> diff --git a/drivers/usb/typec/tcpm.c b/drivers/usb/typec/tcpm.c
> index 2b735f3e5765..d0e7f19dd5dd 100644
> --- a/drivers/usb/typec/tcpm.c
> +++ b/drivers/usb/typec/tcpm.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0+
>  /*
>   * Copyright 2015-2017 Google, Inc
>   *
> diff --git a/drivers/usb/typec/tps6598x.c b/drivers/usb/typec/tps6598x.c
> index b728d9e36ab0..55cd7e72ee86 100644
> --- a/drivers/usb/typec/tps6598x.c
> +++ b/drivers/usb/typec/tps6598x.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0
>  /*
>   * Driver for TI TPS6598x USB Power Delivery controller family
>   *
> diff --git a/drivers/usb/typec/ucsi/trace.c b/drivers/usb/typec/ucsi/trace.c
> index 006f65c72a34..d9a6ff6e673c 100644
> --- a/drivers/usb/typec/ucsi/trace.c
> +++ b/drivers/usb/typec/ucsi/trace.c
> @@ -1,2 +1,3 @@
> +// SPDX-License-Identifier: GPL-2.0
>  #define CREATE_TRACE_POINTS
>  #include "trace.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 5/6] USB: typec: add SPDX identifiers to some files

2017-11-07 Thread Heikki Krogerus
On Mon, Nov 06, 2017 at 04:34:11PM +0100, Greg Kroah-Hartman wrote:
> Due to these typec files being moved into the drivers/usb/ directory in
> this tree, they missed the larger "add SPDX tags to all files" work.  So
> add the correct SPDX license tag, based on the license text in the file
> itself.
> 
> The SPDX identifier is a legally binding shorthand, which can be used
> instead of the full boiler plate text.
> 
> Cc: Heikki Krogerus 
> Cc: Guenter Roeck 
> Cc: Hans de Goede 
> Cc: Yueyao Zhu 
> Cc: Rui Miguel Silva 
> Cc: Thomas Gleixner 
> Cc: Kate Stewart 
> Cc: Philippe Ombredanne 
> Signed-off-by: Greg Kroah-Hartman 

Acked-by: Heikki Krogerus 

-- 
heikki
--
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