summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinod Subbarayalu <vsubbarayalu@nvidia.com>2013-06-11 18:01:00 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:27:48 -0700
commit08c148757859ef7ab5841e218ccff1789740c984 (patch)
tree430c0d48f3fe9b9d65c62348ee11d533f6f1f5cc
parent1749e425f61de7183431707ec466b07f1fba7c31 (diff)
audio: Add License info for tfa9887 driver.
Bug: 1294260 Change-Id: I5f4e9cf1c032f1aa05f5a75fd717c8a89caa5d19 Signed-off-by: Vinod Subbarayalu <vsubbarayalu@nvidia.com> (cherry picked from commit 03c636f0e612b052f5aa91cfcb8f78c7c7c78e1b) Reviewed-on: http://git-master/r/243097 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Scott Peterson <speterson@nvidia.com>
-rw-r--r--drivers/misc/tfa9887.c20
-rw-r--r--include/linux/tfa9887.h15
2 files changed, 35 insertions, 0 deletions
diff --git a/drivers/misc/tfa9887.c b/drivers/misc/tfa9887.c
index 611414070f0d..c7e6d0097416 100644
--- a/drivers/misc/tfa9887.c
+++ b/drivers/misc/tfa9887.c
@@ -1,3 +1,19 @@
+/*
+ * drivers/misc/tfa9887.c
+ *
+ * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved.
+ *
+ * This software is licensed under the terms of the GNU General Public
+ * License version 2, as published by the Free Software Foundation, and
+ * may be copied, distributed, and modified under those terms.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ */
+
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/err.h>
@@ -1629,3 +1645,7 @@ static void __exit tfa9887_exit(void)
}
module_exit(tfa9887_exit);
+MODULE_AUTHOR("Vinod Subbarayalu <vsubbarayalu@nvidia.com>, Scott Peterson <speterson@nvidia.com>");
+MODULE_DESCRIPTION("TFA9887 Audio Codec driver");
+MODULE_LICENSE("GPL");
+
diff --git a/include/linux/tfa9887.h b/include/linux/tfa9887.h
index 50106bb342f2..be85647ac1ab 100644
--- a/include/linux/tfa9887.h
+++ b/include/linux/tfa9887.h
@@ -1,3 +1,18 @@
+/*
+ * include/linux/tfa9887.h
+ *
+ * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved.
+ *
+ * This software is licensed under the terms of the GNU General Public
+ * License version 2, as published by the Free Software Foundation, and
+ * may be copied, distributed, and modified under those terms.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ */
#ifndef __LINUX_TFA9887_H
#define __LINUX_TFA9887_H