greybus: add copyright statements
authorAlex Elder <elder@linaro.org>
Fri, 22 May 2015 17:59:15 +0000 (12:59 -0500)
committerGreg Kroah-Hartman <gregkh@google.com>
Sat, 23 May 2015 23:47:56 +0000 (16:47 -0700)
The Greybus audio source files included no copyright statements.
Add them.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/audio-dai.c
drivers/staging/greybus/audio-gb-cmds.c
drivers/staging/greybus/audio-pcm.c
drivers/staging/greybus/audio.c
drivers/staging/greybus/audio.h

index 0dd7364..9b162bf 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * Greybus audio Digital Audio Interface (DAI) driver
+ *
+ * Copyright 2015 Google Inc.
+ * Copyright 2015 Linaro Ltd.
+ *
+ * Released under the GPLv2 only.
+ */
+
 #include <linux/kernel.h>
 #include <linux/device.h>
 #include <linux/interrupt.h>
index f6a29ab..9ca3164 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * Greybus audio commands
+ *
+ * Copyright 2015 Google Inc.
+ * Copyright 2015 Linaro Ltd.
+ *
+ * Released under the GPLv2 only.
+ */
+
 #include <linux/kernel.h>
 
 #include "greybus.h"
index a1faf78..c1b6aa5 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * Greybus audio Pulse Code Modulation (PCM) driver
+ *
+ * Copyright 2015 Google Inc.
+ * Copyright 2015 Linaro Ltd.
+ *
+ * Released under the GPLv2 only.
+ */
+
 #include <linux/kernel.h>
 #include <linux/device.h>
 #include <linux/interrupt.h>
index c873f33..57c738b 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * Greybus audio driver
+ *
+ * Copyright 2015 Google Inc.
+ * Copyright 2015 Linaro Ltd.
+ *
+ * Released under the GPLv2 only.
+ */
+
 #include <linux/kernel.h>
 #include <linux/device.h>
 #include <linux/interrupt.h>
index c9087c9..da95c1b 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * Greybus audio
+ *
+ * Copyright 2015 Google Inc.
+ * Copyright 2015 Linaro Ltd.
+ *
+ * Released under the GPLv2 only.
+ */
+
 #ifndef __GB_AUDIO_H
 #define __GB_AUDIO_H
 #include <linux/kernel.h>