]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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 0dd7364785ae8e3462093e34de81244d60bb9122..9b162bfc2d17faf3e3c7df3281613e90cb116b38 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 f6a29abca70f6c956cce5028cd34d68b5a9924d8..9ca3164b13323674eb814d6e4fa5a1a0b1969b0a 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 a1faf7895b58db325c5b1b984c081e5fffd6cdab..c1b6aa551ce123c037860042e0588c418a2facea 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 c873f339da1d7194fb9c0ce06da6788635797ef8..57c738b1293f1ef92901c15debc68616c37c0df8 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 c9087c9fc15cdd99d76c45ba21402503566d301f..da95c1b3cb1e9777abceb370292ba1e70b96d377 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>