diff options
author | Owen Lin <owenlin@google.com> | 2010-05-13 12:12:50 +0800 |
---|---|---|
committer | Owen Lin <owenlin@google.com> | 2010-05-13 12:16:10 +0800 |
commit | ec1dfcb7314d10ff243a922fe4eff66ea699dd77 (patch) | |
tree | dd5a66962ceab7d7e357b63daa76870ee7608992 /src/com/android/camera/ui/ZoomController.java | |
parent | e391150007300e63d3fb6e2236db3f4c9247fb9c (diff) | |
download | LegacyCamera-ec1dfcb7314d10ff243a922fe4eff66ea699dd77.zip LegacyCamera-ec1dfcb7314d10ff243a922fe4eff66ea699dd77.tar.gz LegacyCamera-ec1dfcb7314d10ff243a922fe4eff66ea699dd77.tar.bz2 |
Add copyright headers to source codes.
Bug: 2680376
Change-Id: I4d0b297f2cee13bb03104996f020732713c61e03
Diffstat (limited to 'src/com/android/camera/ui/ZoomController.java')
-rw-r--r-- | src/com/android/camera/ui/ZoomController.java | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/com/android/camera/ui/ZoomController.java b/src/com/android/camera/ui/ZoomController.java index 83e2d09..063237f 100644 --- a/src/com/android/camera/ui/ZoomController.java +++ b/src/com/android/camera/ui/ZoomController.java @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2010 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.android.camera.ui; import static com.android.camera.ui.GLRootView.dpToPixel; |