diff options
-rw-r--r-- | include/media/ov5650.h | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/include/media/ov5650.h b/include/media/ov5650.h index 526d3502b8f1..8ad5185d35e5 100644 --- a/include/media/ov5650.h +++ b/include/media/ov5650.h @@ -1,11 +1,20 @@ -/** - * Copyright (c) 2008 NVIDIA Corporation. All rights reserved. +/* + * Copyright (C) 2010 Motorola, Inc. + * Copyright (C) 2011 NVIDIA Corporation. * - * 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 of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + * 02111-1307, USA */ #ifndef __OV5650_H__ |