summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCharlie Huang <chahuang@nvidia.com>2013-11-13 15:28:26 -0800
committerHarry Hong <hhong@nvidia.com>2014-01-12 17:03:13 -0800
commit7376643a34952cd0807855c35a27d15c8449477d (patch)
treec35737e6873535ba65d4098c7da00bab374a9a05 /include
parentfccc33265935c572c7e66e76b255cd52b070a330 (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/330752 (cherry picked from commit e618d9e50589cc3d43e3ca3b0d37a4562b844777) Reviewed-on: http://git-master/r/353929 Reviewed-by: Harry Hong <hhong@nvidia.com> Tested-by: Harry Hong <hhong@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r--include/media/imx132.h18
-rw-r--r--include/media/imx135.h18
2 files changed, 24 insertions, 12 deletions
diff --git a/include/media/imx132.h b/include/media/imx132.h
index 18ee9bcabb05..dc77f145313c 100644
--- a/include/media/imx132.h
+++ b/include/media/imx132.h
@@ -1,11 +1,17 @@
/**
- * Copyright (c) 2012-2013 NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2012-2014 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 738e0eea9e09..16ceeb5a584a 100644
--- a/include/media/imx135.h
+++ b/include/media/imx135.h
@@ -1,11 +1,17 @@
/**
- * Copyright (c) 2012-2013, NVIDIA Corporation. All rights reserved.
+ * Copyright (c) 2012-2014, 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__