summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wei <markwei@google.com>2013-10-22 18:35:08 -0700
committerMark Wei <markwei@google.com>2013-10-22 18:35:08 -0700
commit46616414f6dabb6d57b0ac433a5fabe2abb8b5a9 (patch)
treeab54f77f6d35292624d6e52a60be96dd2ff7f3c2
parenta23358fbfd62c7aa1c84bfa8395b4dc427a71ce6 (diff)
downloadbitmap-46616414f6dabb6d57b0ac433a5fabe2abb8b5a9.tar.gz
Add copyright.
Change-Id: I319143db9975244480d0bf4d8c1c3407ae719b14
-rw-r--r--src/com/android/bitmap/view/BasicImageView.java16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/com/android/bitmap/view/BasicImageView.java b/src/com/android/bitmap/view/BasicImageView.java
index eaaf953..3e48af5 100644
--- a/src/com/android/bitmap/view/BasicImageView.java
+++ b/src/com/android/bitmap/view/BasicImageView.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2013 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.bitmap.view;
import android.content.Context;