Fixed the Android Open Source Project copyright notice.

This commit is contained in:
2013-12-13 10:44:13 -04:30
parent a7d0cabba3
commit e7b42528b3

View File

@@ -13,9 +13,12 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
* *
* NOTE:
* The getOptimalPreviewSize() function is copied and slightly modified from * The getOptimalPreviewSize() function is copied and slightly modified from
* the Android Open Source Project ApiDemos camera preview code which is * the Android Open Source Project ApiDemos camera preview code available at
* Copyright (C) 2007 The Android Open Source Project. * 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; package ve.ucv.ciens.ccg.nxtcam.camera;