From e7b42528b357fa3014c896a94eaad86b235b64d1 Mon Sep 17 00:00:00 2001 From: Miguel Astor Date: Fri, 13 Dec 2013 10:44:13 -0430 Subject: [PATCH] Fixed the Android Open Source Project copyright notice. --- src/ve/ucv/ciens/ccg/nxtcam/camera/CameraPreview.java | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/ve/ucv/ciens/ccg/nxtcam/camera/CameraPreview.java b/src/ve/ucv/ciens/ccg/nxtcam/camera/CameraPreview.java index 759fcc1..9348f43 100644 --- a/src/ve/ucv/ciens/ccg/nxtcam/camera/CameraPreview.java +++ b/src/ve/ucv/ciens/ccg/nxtcam/camera/CameraPreview.java @@ -13,9 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. * + * NOTE: * The getOptimalPreviewSize() function is copied and slightly modified from - * the Android Open Source Project ApiDemos camera preview code which is - * Copyright (C) 2007 The Android Open Source Project. + * the Android Open Source Project ApiDemos camera preview code available at + * the following url http://goo.gl/thP1e4 from http://android.googlesource.com . + * The ApiDemos code is Copyright (C) 2007 The Android Open Source Project also + * avilable under the Apache License Version 2.0. */ package ve.ucv.ciens.ccg.nxtcam.camera;