summaryrefslogtreecommitdiff
path: root/include/media
diff options
context:
space:
mode:
authorCharlie Huang <chahuang@nvidia.com>2013-11-13 15:28:26 -0800
committerThomas Cherry <tcherry@nvidia.com>2013-11-19 16:51:48 -0800
commit9fa1be6e12d82bcc72c44d03c52ae7c6c8078798 (patch)
tree361f969b09337ba158e33602437c4eee206a97ca /include/media
parentb6ba70948ac868e74eb704921dcf4408a8a70e2d (diff)
drivers: media: tegra: fix incorrect license info
to make them compatible with the Linux kernel licensing. bug 1406088 Change-Id: I33a3f3995d1fe256e662236b0e33b59a4fa024be Signed-off-by: Charlie Huang <chahuang@nvidia.com> Reviewed-on: http://git-master/r/332586 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Thomas Cherry <tcherry@nvidia.com>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/imx132.h16
-rw-r--r--include/media/imx135.h16
2 files changed, 22 insertions, 10 deletions
diff --git a/include/media/imx132.h b/include/media/imx132.h
index fe05d1a4610c..453cffaab38d 100644
--- a/include/media/imx132.h
+++ b/include/media/imx132.h
@@ -1,11 +1,17 @@
/**
* Copyright (c) 2012-2013 NVIDIA Corporation. All rights reserved.
*
- * NVIDIA Corporation and its licensors retain all intellectual property
- * and proprietary rights in and to this software and related documentation
- * and any modifications thereto. Any use, reproduction, disclosure or
- * distribution of this software and related documentation without an express
- * license agreement from NVIDIA Corporation is strictly prohibited.
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __IMX132_H__
diff --git a/include/media/imx135.h b/include/media/imx135.h
index ee9bb95e084e..c3e0fb5f1e78 100644
--- a/include/media/imx135.h
+++ b/include/media/imx135.h
@@ -1,11 +1,17 @@
/**
* Copyright (c) 2012-2013, NVIDIA Corporation. All rights reserved.
*
- * NVIDIA Corporation and its licensors retain all intellectual property
- * and proprietary rights in and to this software and related documentation
- * and any modifications thereto. Any use, reproduction, disclosure or
- * distribution of this software and related documentation without an express
- * license agreement from NVIDIA Corporation is strictly prohibited.
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __IMX135_H__