[PATCH 02/11] staging: greybus: Remove redundant license text

Bryan O'Donoghue pure.logic at nexus-software.ie
Wed Nov 8 11:11:30 UTC 2017


On 07/11/17 13:58, Greg Kroah-Hartman wrote:
> Now that the SPDX tag is in all greybus 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: Vaibhav Hiremath <hvaibhav.linux at gmail.com>
> Cc: Johan Hovold <johan at kernel.org>
> Cc: Alex Elder <elder at kernel.org>
> Cc: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
> Cc: Vaibhav Agarwal <vaibhav.sr at gmail.com>
> Cc: Mark Greer <mgreer at animalcreek.com>
> Cc: Viresh Kumar <vireshk at kernel.org>
> Cc: Rui Miguel Silva <rmfrfs at gmail.com>
> Cc: David Lin <dtwlin at gmail.com>
> Cc: "Bryan O'Donoghue" <pure.logic at nexus-software.ie>
> Signed-off-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
> ---
>   drivers/staging/greybus/arche-apb-ctrl.c        | 2 --
>   drivers/staging/greybus/arche-platform.c        | 2 --
>   drivers/staging/greybus/arche_platform.h        | 2 --
>   drivers/staging/greybus/audio_apbridgea.c       | 2 --
>   drivers/staging/greybus/audio_codec.c           | 2 --
>   drivers/staging/greybus/audio_codec.h           | 2 --
>   drivers/staging/greybus/audio_gb.c              | 2 --
>   drivers/staging/greybus/audio_manager.c         | 2 --
>   drivers/staging/greybus/audio_manager.h         | 2 --
>   drivers/staging/greybus/audio_manager_module.c  | 2 --
>   drivers/staging/greybus/audio_manager_private.h | 2 --
>   drivers/staging/greybus/audio_manager_sysfs.c   | 2 --
>   drivers/staging/greybus/audio_module.c          | 2 --
>   drivers/staging/greybus/audio_topology.c        | 2 --
>   drivers/staging/greybus/authentication.c        | 2 --
>   drivers/staging/greybus/bootrom.c               | 2 --
>   drivers/staging/greybus/bundle.c                | 2 --
>   drivers/staging/greybus/bundle.h                | 2 --
>   drivers/staging/greybus/camera.c                | 2 --
>   drivers/staging/greybus/connection.c            | 2 --
>   drivers/staging/greybus/connection.h            | 2 --
>   drivers/staging/greybus/control.c               | 2 --
>   drivers/staging/greybus/control.h               | 2 --
>   drivers/staging/greybus/core.c                  | 2 --
>   drivers/staging/greybus/debugfs.c               | 2 --
>   drivers/staging/greybus/es2.c                   | 2 --
>   drivers/staging/greybus/firmware.h              | 2 --
>   drivers/staging/greybus/fw-core.c               | 2 --
>   drivers/staging/greybus/fw-download.c           | 2 --
>   drivers/staging/greybus/fw-management.c         | 2 --
>   drivers/staging/greybus/gb-camera.h             | 2 --
>   drivers/staging/greybus/gbphy.c                 | 2 --
>   drivers/staging/greybus/gbphy.h                 | 2 --
>   drivers/staging/greybus/gpio.c                  | 2 --
>   drivers/staging/greybus/greybus.h               | 2 --
>   drivers/staging/greybus/greybus_trace.h         | 2 --
>   drivers/staging/greybus/hd.c                    | 2 --
>   drivers/staging/greybus/hd.h                    | 2 --
>   drivers/staging/greybus/hid.c                   | 2 --
>   drivers/staging/greybus/i2c.c                   | 2 --
>   drivers/staging/greybus/interface.c             | 2 --
>   drivers/staging/greybus/interface.h             | 2 --
>   drivers/staging/greybus/light.c                 | 2 --
>   drivers/staging/greybus/log.c                   | 2 --
>   drivers/staging/greybus/loopback.c              | 2 --
>   drivers/staging/greybus/manifest.c              | 2 --
>   drivers/staging/greybus/manifest.h              | 2 --
>   drivers/staging/greybus/module.c                | 2 --
>   drivers/staging/greybus/module.h                | 2 --
>   drivers/staging/greybus/operation.c             | 2 --
>   drivers/staging/greybus/operation.h             | 2 --
>   drivers/staging/greybus/power_supply.c          | 2 --
>   drivers/staging/greybus/pwm.c                   | 2 --
>   drivers/staging/greybus/raw.c                   | 2 --
>   drivers/staging/greybus/sdio.c                  | 2 --
>   drivers/staging/greybus/spi.c                   | 2 --
>   drivers/staging/greybus/spilib.c                | 2 --
>   drivers/staging/greybus/svc.c                   | 2 --
>   drivers/staging/greybus/svc.h                   | 2 --
>   drivers/staging/greybus/svc_watchdog.c          | 2 --
>   drivers/staging/greybus/uart.c                  | 2 --
>   drivers/staging/greybus/usb.c                   | 3 ---
>   drivers/staging/greybus/vibrator.c              | 2 --
>   63 files changed, 127 deletions(-)
> 
> diff --git a/drivers/staging/greybus/arche-apb-ctrl.c b/drivers/staging/greybus/arche-apb-ctrl.c
> index c6c3d01395ed..b0c66112eb18 100644
> --- a/drivers/staging/greybus/arche-apb-ctrl.c
> +++ b/drivers/staging/greybus/arche-apb-ctrl.c
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2014-2015 Google Inc.
>    * Copyright 2014-2015 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #include <linux/clk.h>
> diff --git a/drivers/staging/greybus/arche-platform.c b/drivers/staging/greybus/arche-platform.c
> index 28c874ff16a7..ace4eb365c0e 100644
> --- a/drivers/staging/greybus/arche-platform.c
> +++ b/drivers/staging/greybus/arche-platform.c
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2014-2015 Google Inc.
>    * Copyright 2014-2015 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #include <linux/clk.h>
> diff --git a/drivers/staging/greybus/arche_platform.h b/drivers/staging/greybus/arche_platform.h
> index 933be229b6d9..02056351d25a 100644
> --- a/drivers/staging/greybus/arche_platform.h
> +++ b/drivers/staging/greybus/arche_platform.h
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2015-2016 Google Inc.
>    * Copyright 2015-2016 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #ifndef __ARCHE_PLATFORM_H
> diff --git a/drivers/staging/greybus/audio_apbridgea.c b/drivers/staging/greybus/audio_apbridgea.c
> index d9a51dcfbaf0..7ebb1bde5cb7 100644
> --- a/drivers/staging/greybus/audio_apbridgea.c
> +++ b/drivers/staging/greybus/audio_apbridgea.c
> @@ -3,8 +3,6 @@
>    * Greybus Audio Device Class Protocol helpers
>    *
>    * Copyright 2015-2016 Google Inc.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #include "greybus.h"
> diff --git a/drivers/staging/greybus/audio_codec.c b/drivers/staging/greybus/audio_codec.c
> index 813a3636fb52..fdb9e83cc34b 100644
> --- a/drivers/staging/greybus/audio_codec.c
> +++ b/drivers/staging/greybus/audio_codec.c
> @@ -3,8 +3,6 @@
>    * APBridge ALSA SoC dummy codec driver
>    * Copyright 2016 Google Inc.
>    * Copyright 2016 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   #include <linux/kernel.h>
>   #include <linux/module.h>
> diff --git a/drivers/staging/greybus/audio_codec.h b/drivers/staging/greybus/audio_codec.h
> index 4f0f2a042746..161b37c8ef17 100644
> --- a/drivers/staging/greybus/audio_codec.h
> +++ b/drivers/staging/greybus/audio_codec.h
> @@ -3,8 +3,6 @@
>    * Greybus audio driver
>    * Copyright 2015 Google Inc.
>    * Copyright 2015 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #ifndef __LINUX_GBAUDIO_CODEC_H
> diff --git a/drivers/staging/greybus/audio_gb.c b/drivers/staging/greybus/audio_gb.c
> index fde86b45ef06..8894f1c87d48 100644
> --- a/drivers/staging/greybus/audio_gb.c
> +++ b/drivers/staging/greybus/audio_gb.c
> @@ -3,8 +3,6 @@
>    * Greybus Audio Device Class Protocol helpers
>    *
>    * Copyright 2015-2016 Google Inc.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #include "greybus.h"
> diff --git a/drivers/staging/greybus/audio_manager.c b/drivers/staging/greybus/audio_manager.c
> index f5ef376467bc..d44b070d8862 100644
> --- a/drivers/staging/greybus/audio_manager.c
> +++ b/drivers/staging/greybus/audio_manager.c
> @@ -3,8 +3,6 @@
>    * Greybus operations
>    *
>    * Copyright 2015-2016 Google Inc.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #include <linux/string.h>
> diff --git a/drivers/staging/greybus/audio_manager.h b/drivers/staging/greybus/audio_manager.h
> index 312fa2af1270..dcb1a20f5ff1 100644
> --- a/drivers/staging/greybus/audio_manager.h
> +++ b/drivers/staging/greybus/audio_manager.h
> @@ -3,8 +3,6 @@
>    * Greybus operations
>    *
>    * Copyright 2015-2016 Google Inc.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #ifndef _GB_AUDIO_MANAGER_H_
> diff --git a/drivers/staging/greybus/audio_manager_module.c b/drivers/staging/greybus/audio_manager_module.c
> index 9fbfe394e11c..52342e832e3b 100644
> --- a/drivers/staging/greybus/audio_manager_module.c
> +++ b/drivers/staging/greybus/audio_manager_module.c
> @@ -3,8 +3,6 @@
>    * Greybus operations
>    *
>    * Copyright 2015-2016 Google Inc.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #include <linux/slab.h>
> diff --git a/drivers/staging/greybus/audio_manager_private.h b/drivers/staging/greybus/audio_manager_private.h
> index ee9b39977b41..9d9b58fc54c4 100644
> --- a/drivers/staging/greybus/audio_manager_private.h
> +++ b/drivers/staging/greybus/audio_manager_private.h
> @@ -3,8 +3,6 @@
>    * Greybus operations
>    *
>    * Copyright 2015-2016 Google Inc.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #ifndef _GB_AUDIO_MANAGER_PRIVATE_H_
> diff --git a/drivers/staging/greybus/audio_manager_sysfs.c b/drivers/staging/greybus/audio_manager_sysfs.c
> index 4a23ad177e65..283fbed0c8ed 100644
> --- a/drivers/staging/greybus/audio_manager_sysfs.c
> +++ b/drivers/staging/greybus/audio_manager_sysfs.c
> @@ -3,8 +3,6 @@
>    * Greybus operations
>    *
>    * Copyright 2015-2016 Google Inc.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #include <linux/string.h>
> diff --git a/drivers/staging/greybus/audio_module.c b/drivers/staging/greybus/audio_module.c
> index fb9bf23e4407..d065334efa23 100644
> --- a/drivers/staging/greybus/audio_module.c
> +++ b/drivers/staging/greybus/audio_module.c
> @@ -3,8 +3,6 @@
>    * Greybus audio driver
>    * Copyright 2015 Google Inc.
>    * Copyright 2015 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   #include <linux/kernel.h>
>   #include <linux/module.h>
> diff --git a/drivers/staging/greybus/audio_topology.c b/drivers/staging/greybus/audio_topology.c
> index 28fba9bccf29..de4b1b2b12f3 100644
> --- a/drivers/staging/greybus/audio_topology.c
> +++ b/drivers/staging/greybus/audio_topology.c
> @@ -3,8 +3,6 @@
>    * Greybus audio driver
>    * Copyright 2015-2016 Google Inc.
>    * Copyright 2015-2016 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #include "audio_codec.h"
> diff --git a/drivers/staging/greybus/authentication.c b/drivers/staging/greybus/authentication.c
> index 155862ac6728..16cc65e1472b 100644
> --- a/drivers/staging/greybus/authentication.c
> +++ b/drivers/staging/greybus/authentication.c
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2016 Google Inc.
>    * Copyright 2016 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #include "greybus.h"
> diff --git a/drivers/staging/greybus/bootrom.c b/drivers/staging/greybus/bootrom.c
> index 6fd1ce76fa0e..e85ffae85dff 100644
> --- a/drivers/staging/greybus/bootrom.c
> +++ b/drivers/staging/greybus/bootrom.c
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2016 Google Inc.
>    * Copyright 2016 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #include <linux/firmware.h>
> diff --git a/drivers/staging/greybus/bundle.c b/drivers/staging/greybus/bundle.c
> index 5d94fc0735bd..81c018da1248 100644
> --- a/drivers/staging/greybus/bundle.c
> +++ b/drivers/staging/greybus/bundle.c
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2014-2015 Google Inc.
>    * Copyright 2014-2015 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #include "greybus.h"
> diff --git a/drivers/staging/greybus/bundle.h b/drivers/staging/greybus/bundle.h
> index a9cd7c241d78..ffcfd43802cc 100644
> --- a/drivers/staging/greybus/bundle.h
> +++ b/drivers/staging/greybus/bundle.h
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2014 Google Inc.
>    * Copyright 2014 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #ifndef __BUNDLE_H
> diff --git a/drivers/staging/greybus/camera.c b/drivers/staging/greybus/camera.c
> index 2ce5b20a3df0..f13f16b63d7e 100644
> --- a/drivers/staging/greybus/camera.c
> +++ b/drivers/staging/greybus/camera.c
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2015 Google Inc.
>    * Copyright 2015 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #include <linux/debugfs.h>
> diff --git a/drivers/staging/greybus/connection.c b/drivers/staging/greybus/connection.c
> index 24ab6c0f72ec..2103168b585e 100644
> --- a/drivers/staging/greybus/connection.c
> +++ b/drivers/staging/greybus/connection.c
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2014 Google Inc.
>    * Copyright 2014 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #include <linux/workqueue.h>
> diff --git a/drivers/staging/greybus/connection.h b/drivers/staging/greybus/connection.h
> index 2c6c0dd50f46..ec3f1d3ef3b9 100644
> --- a/drivers/staging/greybus/connection.h
> +++ b/drivers/staging/greybus/connection.h
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2014 Google Inc.
>    * Copyright 2014 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #ifndef __CONNECTION_H
> diff --git a/drivers/staging/greybus/control.c b/drivers/staging/greybus/control.c
> index 627e16c1d43a..35f945a12b11 100644
> --- a/drivers/staging/greybus/control.c
> +++ b/drivers/staging/greybus/control.c
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2015 Google Inc.
>    * Copyright 2015 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #include <linux/kernel.h>
> diff --git a/drivers/staging/greybus/control.h b/drivers/staging/greybus/control.h
> index 43974a70b241..643ddb9e0f92 100644
> --- a/drivers/staging/greybus/control.h
> +++ b/drivers/staging/greybus/control.h
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2015 Google Inc.
>    * Copyright 2015 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #ifndef __CONTROL_H
> diff --git a/drivers/staging/greybus/core.c b/drivers/staging/greybus/core.c
> index 44775772acf2..dafa430d176e 100644
> --- a/drivers/staging/greybus/core.c
> +++ b/drivers/staging/greybus/core.c
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2014-2015 Google Inc.
>    * Copyright 2014-2015 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
> diff --git a/drivers/staging/greybus/debugfs.c b/drivers/staging/greybus/debugfs.c
> index d870d11c767a..56e20c30feb5 100644
> --- a/drivers/staging/greybus/debugfs.c
> +++ b/drivers/staging/greybus/debugfs.c
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2014 Google Inc.
>    * Copyright 2014 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #include <linux/debugfs.h>
> diff --git a/drivers/staging/greybus/es2.c b/drivers/staging/greybus/es2.c
> index 25c5edbfeade..b082d81833a0 100644
> --- a/drivers/staging/greybus/es2.c
> +++ b/drivers/staging/greybus/es2.c
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2014-2015 Google Inc.
>    * Copyright 2014-2015 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   #include <linux/kthread.h>
>   #include <linux/sizes.h>
> diff --git a/drivers/staging/greybus/firmware.h b/drivers/staging/greybus/firmware.h
> index b59f7885402a..946221307ef6 100644
> --- a/drivers/staging/greybus/firmware.h
> +++ b/drivers/staging/greybus/firmware.h
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2016 Google Inc.
>    * Copyright 2016 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #ifndef __FIRMWARE_H
> diff --git a/drivers/staging/greybus/fw-core.c b/drivers/staging/greybus/fw-core.c
> index d9d337ba2073..388866d92f5b 100644
> --- a/drivers/staging/greybus/fw-core.c
> +++ b/drivers/staging/greybus/fw-core.c
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2016 Google Inc.
>    * Copyright 2016 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
>   
> diff --git a/drivers/staging/greybus/fw-download.c b/drivers/staging/greybus/fw-download.c
> index 5837402ade44..d3b7cccbc10d 100644
> --- a/drivers/staging/greybus/fw-download.c
> +++ b/drivers/staging/greybus/fw-download.c
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2016 Google Inc.
>    * Copyright 2016 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #include <linux/firmware.h>
> diff --git a/drivers/staging/greybus/fw-management.c b/drivers/staging/greybus/fw-management.c
> index 768badb754f9..71aec14f8181 100644
> --- a/drivers/staging/greybus/fw-management.c
> +++ b/drivers/staging/greybus/fw-management.c
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2016 Google Inc.
>    * Copyright 2016 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #include <linux/cdev.h>
> diff --git a/drivers/staging/greybus/gb-camera.h b/drivers/staging/greybus/gb-camera.h
> index ff7e739304d6..ee293e461fc3 100644
> --- a/drivers/staging/greybus/gb-camera.h
> +++ b/drivers/staging/greybus/gb-camera.h
> @@ -3,8 +3,6 @@
>    * Greybus Camera protocol driver.
>    *
>    * Copyright 2015 Google Inc.
> - *
> - * Released under the GPLv2 only.
>    */
>   #ifndef __GB_CAMERA_H
>   #define __GB_CAMERA_H
> diff --git a/drivers/staging/greybus/gbphy.c b/drivers/staging/greybus/gbphy.c
> index e5bfe0ad0f94..6cb85c3d3572 100644
> --- a/drivers/staging/greybus/gbphy.c
> +++ b/drivers/staging/greybus/gbphy.c
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2014 Google Inc.
>    * Copyright 2014 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
> diff --git a/drivers/staging/greybus/gbphy.h b/drivers/staging/greybus/gbphy.h
> index 99041896c973..99463489d7d6 100644
> --- a/drivers/staging/greybus/gbphy.h
> +++ b/drivers/staging/greybus/gbphy.h
> @@ -3,8 +3,6 @@
>    * Greybus Bridged-Phy Bus driver
>    *
>    * Copyright 2016 Google Inc.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #ifndef __GBPHY_H
> diff --git a/drivers/staging/greybus/gpio.c b/drivers/staging/greybus/gpio.c
> index 3997c5cb0e6e..b1d4698019a1 100644
> --- a/drivers/staging/greybus/gpio.c
> +++ b/drivers/staging/greybus/gpio.c
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2014 Google Inc.
>    * Copyright 2014 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #include <linux/kernel.h>
> diff --git a/drivers/staging/greybus/greybus.h b/drivers/staging/greybus/greybus.h
> index 847c5b0efcfc..d03ddb7c9df0 100644
> --- a/drivers/staging/greybus/greybus.h
> +++ b/drivers/staging/greybus/greybus.h
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2014-2015 Google Inc.
>    * Copyright 2014-2015 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #ifndef __LINUX_GREYBUS_H
> diff --git a/drivers/staging/greybus/greybus_trace.h b/drivers/staging/greybus/greybus_trace.h
> index d3988df866ea..7b5e2c6b1f6b 100644
> --- a/drivers/staging/greybus/greybus_trace.h
> +++ b/drivers/staging/greybus/greybus_trace.h
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2015 Google Inc.
>    * Copyright 2015 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   #undef TRACE_SYSTEM
>   #define TRACE_SYSTEM greybus
> diff --git a/drivers/staging/greybus/hd.c b/drivers/staging/greybus/hd.c
> index 96f3fa1c62c3..969f86697673 100644
> --- a/drivers/staging/greybus/hd.c
> +++ b/drivers/staging/greybus/hd.c
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2014-2015 Google Inc.
>    * Copyright 2014-2015 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #include <linux/kernel.h>
> diff --git a/drivers/staging/greybus/hd.h b/drivers/staging/greybus/hd.h
> index 8a811e6a1637..6cf024a20a58 100644
> --- a/drivers/staging/greybus/hd.h
> +++ b/drivers/staging/greybus/hd.h
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2014-2015 Google Inc.
>    * Copyright 2014-2015 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #ifndef __HD_H
> diff --git a/drivers/staging/greybus/hid.c b/drivers/staging/greybus/hid.c
> index 538d5cd140ca..04053ff075a6 100644
> --- a/drivers/staging/greybus/hid.c
> +++ b/drivers/staging/greybus/hid.c
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2014 Google Inc.
>    * Copyright 2014 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #include <linux/bitops.h>
> diff --git a/drivers/staging/greybus/i2c.c b/drivers/staging/greybus/i2c.c
> index 02fd168ed014..58a37deb6579 100644
> --- a/drivers/staging/greybus/i2c.c
> +++ b/drivers/staging/greybus/i2c.c
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2014 Google Inc.
>    * Copyright 2014 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #include <linux/kernel.h>
> diff --git a/drivers/staging/greybus/interface.c b/drivers/staging/greybus/interface.c
> index 1528af096c42..d7b5b89a2f40 100644
> --- a/drivers/staging/greybus/interface.c
> +++ b/drivers/staging/greybus/interface.c
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2014 Google Inc.
>    * Copyright 2014 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #include <linux/delay.h>
> diff --git a/drivers/staging/greybus/interface.h b/drivers/staging/greybus/interface.h
> index 417916c9815d..1c00c5bb3ec9 100644
> --- a/drivers/staging/greybus/interface.h
> +++ b/drivers/staging/greybus/interface.h
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2014 Google Inc.
>    * Copyright 2014 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #ifndef __INTERFACE_H
> diff --git a/drivers/staging/greybus/light.c b/drivers/staging/greybus/light.c
> index 51bf9e28aac4..010ae1e9c7fb 100644
> --- a/drivers/staging/greybus/light.c
> +++ b/drivers/staging/greybus/light.c
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2015 Google Inc.
>    * Copyright 2015 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #include <linux/kernel.h>
> diff --git a/drivers/staging/greybus/log.c b/drivers/staging/greybus/log.c
> index 08aaab7ddc98..15a88574dbb0 100644
> --- a/drivers/staging/greybus/log.c
> +++ b/drivers/staging/greybus/log.c
> @@ -3,8 +3,6 @@
>    * Greybus driver for the log protocol
>    *
>    * Copyright 2016 Google Inc.
> - *
> - * Released under the GPLv2 only.
>    */
>   #include <linux/kernel.h>
>   #include <linux/module.h>
> diff --git a/drivers/staging/greybus/loopback.c b/drivers/staging/greybus/loopback.c
> index 9c4367e674ab..42f6f3de967c 100644
> --- a/drivers/staging/greybus/loopback.c
> +++ b/drivers/staging/greybus/loopback.c
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2014 Google Inc.
>    * Copyright 2014 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
> diff --git a/drivers/staging/greybus/manifest.c b/drivers/staging/greybus/manifest.c
> index 9ac81753774b..08db49264f2b 100644
> --- a/drivers/staging/greybus/manifest.c
> +++ b/drivers/staging/greybus/manifest.c
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2014-2015 Google Inc.
>    * Copyright 2014-2015 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #include "greybus.h"
> diff --git a/drivers/staging/greybus/manifest.h b/drivers/staging/greybus/manifest.h
> index 75169e207397..f3c95a255631 100644
> --- a/drivers/staging/greybus/manifest.h
> +++ b/drivers/staging/greybus/manifest.h
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2014 Google Inc.
>    * Copyright 2014 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #ifndef __MANIFEST_H
> diff --git a/drivers/staging/greybus/module.c b/drivers/staging/greybus/module.c
> index 54465805cf83..b785382192de 100644
> --- a/drivers/staging/greybus/module.c
> +++ b/drivers/staging/greybus/module.c
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2016 Google Inc.
>    * Copyright 2016 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #include "greybus.h"
> diff --git a/drivers/staging/greybus/module.h b/drivers/staging/greybus/module.h
> index 706b00a66023..b1ebcc6636db 100644
> --- a/drivers/staging/greybus/module.h
> +++ b/drivers/staging/greybus/module.h
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2016 Google Inc.
>    * Copyright 2016 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #ifndef __MODULE_H
> diff --git a/drivers/staging/greybus/operation.c b/drivers/staging/greybus/operation.c
> index 5682f70367e7..609332b3e15b 100644
> --- a/drivers/staging/greybus/operation.c
> +++ b/drivers/staging/greybus/operation.c
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2014-2015 Google Inc.
>    * Copyright 2014-2015 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #include <linux/kernel.h>
> diff --git a/drivers/staging/greybus/operation.h b/drivers/staging/greybus/operation.h
> index d900c7947902..40b7b02fff88 100644
> --- a/drivers/staging/greybus/operation.h
> +++ b/drivers/staging/greybus/operation.h
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2014 Google Inc.
>    * Copyright 2014 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #ifndef __OPERATION_H
> diff --git a/drivers/staging/greybus/power_supply.c b/drivers/staging/greybus/power_supply.c
> index bc16307c73b8..0529e5628c24 100644
> --- a/drivers/staging/greybus/power_supply.c
> +++ b/drivers/staging/greybus/power_supply.c
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2014-2015 Google Inc.
>    * Copyright 2014-2015 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #include <linux/kernel.h>
> diff --git a/drivers/staging/greybus/pwm.c b/drivers/staging/greybus/pwm.c
> index f71ffd2248e0..4a6d394b6c44 100644
> --- a/drivers/staging/greybus/pwm.c
> +++ b/drivers/staging/greybus/pwm.c
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2014 Google Inc.
>    * Copyright 2014 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #include <linux/kernel.h>
> diff --git a/drivers/staging/greybus/raw.c b/drivers/staging/greybus/raw.c
> index e330375d8105..838acbe84ca0 100644
> --- a/drivers/staging/greybus/raw.c
> +++ b/drivers/staging/greybus/raw.c
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2015 Google Inc.
>    * Copyright 2015 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   #include <linux/kernel.h>
>   #include <linux/module.h>
> diff --git a/drivers/staging/greybus/sdio.c b/drivers/staging/greybus/sdio.c
> index a81e0f4286ef..38e85033fc4b 100644
> --- a/drivers/staging/greybus/sdio.c
> +++ b/drivers/staging/greybus/sdio.c
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2014-2015 Google Inc.
>    * Copyright 2014-2015 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #include <linux/kernel.h>
> diff --git a/drivers/staging/greybus/spi.c b/drivers/staging/greybus/spi.c
> index f3fb00826b6e..47d896992b35 100644
> --- a/drivers/staging/greybus/spi.c
> +++ b/drivers/staging/greybus/spi.c
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2014-2016 Google Inc.
>    * Copyright 2014-2016 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #include <linux/module.h>
> diff --git a/drivers/staging/greybus/spilib.c b/drivers/staging/greybus/spilib.c
> index 9b4424d9910e..2e07c6b41334 100644
> --- a/drivers/staging/greybus/spilib.c
> +++ b/drivers/staging/greybus/spilib.c
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2014-2016 Google Inc.
>    * Copyright 2014-2016 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #include <linux/bitops.h>
> diff --git a/drivers/staging/greybus/svc.c b/drivers/staging/greybus/svc.c
> index ae1fb9bfea83..a874fed761a1 100644
> --- a/drivers/staging/greybus/svc.c
> +++ b/drivers/staging/greybus/svc.c
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2015 Google Inc.
>    * Copyright 2015 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #include <linux/debugfs.h>
> diff --git a/drivers/staging/greybus/svc.h b/drivers/staging/greybus/svc.h
> index 7501334d6c7e..ad01783bac9c 100644
> --- a/drivers/staging/greybus/svc.h
> +++ b/drivers/staging/greybus/svc.h
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2015 Google Inc.
>    * Copyright 2015 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #ifndef __SVC_H
> diff --git a/drivers/staging/greybus/svc_watchdog.c b/drivers/staging/greybus/svc_watchdog.c
> index 1fcc7dec4739..7868ad8211c5 100644
> --- a/drivers/staging/greybus/svc_watchdog.c
> +++ b/drivers/staging/greybus/svc_watchdog.c
> @@ -3,8 +3,6 @@
>    * SVC Greybus "watchdog" driver.
>    *
>    * Copyright 2016 Google Inc.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #include <linux/delay.h>
> diff --git a/drivers/staging/greybus/uart.c b/drivers/staging/greybus/uart.c
> index c4126c480c3c..8a006323c3c1 100644
> --- a/drivers/staging/greybus/uart.c
> +++ b/drivers/staging/greybus/uart.c
> @@ -5,8 +5,6 @@
>    * Copyright 2014 Google Inc.
>    * Copyright 2014 Linaro Ltd.
>    *
> - * Released under the GPLv2 only.
> - *
>    * Heavily based on drivers/usb/class/cdc-acm.c and
>    * drivers/usb/serial/usb-serial.c.
>    */
> diff --git a/drivers/staging/greybus/usb.c b/drivers/staging/greybus/usb.c
> index 4fde518d9b14..1c246c73a085 100644
> --- a/drivers/staging/greybus/usb.c
> +++ b/drivers/staging/greybus/usb.c
> @@ -4,9 +4,6 @@
>    *
>    * Copyright 2014 Google Inc.
>    * Copyright 2014 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
> - *
>    */
>   #include <linux/kernel.h>
>   #include <linux/module.h>
> diff --git a/drivers/staging/greybus/vibrator.c b/drivers/staging/greybus/vibrator.c
> index 111501643af2..3e5dedeacd5c 100644
> --- a/drivers/staging/greybus/vibrator.c
> +++ b/drivers/staging/greybus/vibrator.c
> @@ -4,8 +4,6 @@
>    *
>    * Copyright 2014 Google Inc.
>    * Copyright 2014 Linaro Ltd.
> - *
> - * Released under the GPLv2 only.
>    */
>   
>   #include <linux/kernel.h>
> 

Acked-by: Bryan O'Donoghue <pure.logic at nexus-software.ie>


More information about the devel mailing list