浏览代码

staging: greybus: Remove redundant license text

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@gmail.com>
Reviewed-by: Alex Elder <elder@linaro.org>
Acked-by: Vaibhav Agarwal <vaibhav.sr@gmail.com>
Acked-by: David Lin <dtwlin@gmail.com>
Acked-by: Johan Hovold <johan@kernel.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Mark Greer <mgreer@animalcreek.com>
Acked-by: Rui Miguel Silva <rmfrfs@gmail.com>
Acked-by: "Bryan O'Donoghue" <pure.logic@nexus-software.ie>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Greg Kroah-Hartman 7 年之前
父节点
当前提交
863dbc52e7
共有 63 个文件被更改,包括 0 次插入127 次删除
  1. 0 2
      drivers/staging/greybus/arche-apb-ctrl.c
  2. 0 2
      drivers/staging/greybus/arche-platform.c
  3. 0 2
      drivers/staging/greybus/arche_platform.h
  4. 0 2
      drivers/staging/greybus/audio_apbridgea.c
  5. 0 2
      drivers/staging/greybus/audio_codec.c
  6. 0 2
      drivers/staging/greybus/audio_codec.h
  7. 0 2
      drivers/staging/greybus/audio_gb.c
  8. 0 2
      drivers/staging/greybus/audio_manager.c
  9. 0 2
      drivers/staging/greybus/audio_manager.h
  10. 0 2
      drivers/staging/greybus/audio_manager_module.c
  11. 0 2
      drivers/staging/greybus/audio_manager_private.h
  12. 0 2
      drivers/staging/greybus/audio_manager_sysfs.c
  13. 0 2
      drivers/staging/greybus/audio_module.c
  14. 0 2
      drivers/staging/greybus/audio_topology.c
  15. 0 2
      drivers/staging/greybus/authentication.c
  16. 0 2
      drivers/staging/greybus/bootrom.c
  17. 0 2
      drivers/staging/greybus/bundle.c
  18. 0 2
      drivers/staging/greybus/bundle.h
  19. 0 2
      drivers/staging/greybus/camera.c
  20. 0 2
      drivers/staging/greybus/connection.c
  21. 0 2
      drivers/staging/greybus/connection.h
  22. 0 2
      drivers/staging/greybus/control.c
  23. 0 2
      drivers/staging/greybus/control.h
  24. 0 2
      drivers/staging/greybus/core.c
  25. 0 2
      drivers/staging/greybus/debugfs.c
  26. 0 2
      drivers/staging/greybus/es2.c
  27. 0 2
      drivers/staging/greybus/firmware.h
  28. 0 2
      drivers/staging/greybus/fw-core.c
  29. 0 2
      drivers/staging/greybus/fw-download.c
  30. 0 2
      drivers/staging/greybus/fw-management.c
  31. 0 2
      drivers/staging/greybus/gb-camera.h
  32. 0 2
      drivers/staging/greybus/gbphy.c
  33. 0 2
      drivers/staging/greybus/gbphy.h
  34. 0 2
      drivers/staging/greybus/gpio.c
  35. 0 2
      drivers/staging/greybus/greybus.h
  36. 0 2
      drivers/staging/greybus/greybus_trace.h
  37. 0 2
      drivers/staging/greybus/hd.c
  38. 0 2
      drivers/staging/greybus/hd.h
  39. 0 2
      drivers/staging/greybus/hid.c
  40. 0 2
      drivers/staging/greybus/i2c.c
  41. 0 2
      drivers/staging/greybus/interface.c
  42. 0 2
      drivers/staging/greybus/interface.h
  43. 0 2
      drivers/staging/greybus/light.c
  44. 0 2
      drivers/staging/greybus/log.c
  45. 0 2
      drivers/staging/greybus/loopback.c
  46. 0 2
      drivers/staging/greybus/manifest.c
  47. 0 2
      drivers/staging/greybus/manifest.h
  48. 0 2
      drivers/staging/greybus/module.c
  49. 0 2
      drivers/staging/greybus/module.h
  50. 0 2
      drivers/staging/greybus/operation.c
  51. 0 2
      drivers/staging/greybus/operation.h
  52. 0 2
      drivers/staging/greybus/power_supply.c
  53. 0 2
      drivers/staging/greybus/pwm.c
  54. 0 2
      drivers/staging/greybus/raw.c
  55. 0 2
      drivers/staging/greybus/sdio.c
  56. 0 2
      drivers/staging/greybus/spi.c
  57. 0 2
      drivers/staging/greybus/spilib.c
  58. 0 2
      drivers/staging/greybus/svc.c
  59. 0 2
      drivers/staging/greybus/svc.h
  60. 0 2
      drivers/staging/greybus/svc_watchdog.c
  61. 0 2
      drivers/staging/greybus/uart.c
  62. 0 3
      drivers/staging/greybus/usb.c
  63. 0 2
      drivers/staging/greybus/vibrator.c

+ 0 - 2
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>

+ 0 - 2
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>

+ 0 - 2
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

+ 0 - 2
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"

+ 0 - 2
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>

+ 0 - 2
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

+ 0 - 2
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"

+ 0 - 2
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>

+ 0 - 2
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_

+ 0 - 2
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>

+ 0 - 2
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_

+ 0 - 2
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>

+ 0 - 2
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>

+ 0 - 2
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"

+ 0 - 2
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"

+ 0 - 2
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>

+ 0 - 2
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"

+ 0 - 2
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

+ 0 - 2
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>

+ 0 - 2
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>

+ 0 - 2
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

+ 0 - 2
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>

+ 0 - 2
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

+ 0 - 2
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

+ 0 - 2
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>

+ 0 - 2
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>

+ 0 - 2
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

+ 0 - 2
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
 

+ 0 - 2
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>

+ 0 - 2
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>

+ 0 - 2
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

+ 0 - 2
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

+ 0 - 2
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

+ 0 - 2
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>

+ 0 - 2
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

+ 0 - 2
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

+ 0 - 2
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>

+ 0 - 2
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

+ 0 - 2
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>

+ 0 - 2
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>

+ 0 - 2
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>

+ 0 - 2
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

+ 0 - 2
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>

+ 0 - 2
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>

+ 0 - 2
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

+ 0 - 2
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"

+ 0 - 2
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

+ 0 - 2
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"

+ 0 - 2
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

+ 0 - 2
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>

+ 0 - 2
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

+ 0 - 2
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>

+ 0 - 2
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>

+ 0 - 2
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>

+ 0 - 2
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>

+ 0 - 2
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>

+ 0 - 2
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>

+ 0 - 2
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>

+ 0 - 2
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

+ 0 - 2
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>

+ 0 - 2
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.
  */

+ 0 - 3
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>

+ 0 - 2
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>