aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/com/android/volley/toolbox
diff options
context:
space:
mode:
authorAnonymous <no-reply@google.com>2017-03-06 18:26:10 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-03-06 18:26:10 +0000
commit3a1232594eb627e9e59b22406816648a55a3f2ae (patch)
tree46968a89f96c9e1c2195b467f388685fc1e9fd6a /src/test/java/com/android/volley/toolbox
parent9424680a52bc7804e0c7f0f71c2f1ea282f10cdd (diff)
parentc0552da8fc0b28ffb1cd4bf56f88ccf6c8f762dc (diff)
downloadvolley-3a1232594eb627e9e59b22406816648a55a3f2ae.tar.gz
Import of Volley from GitHub to AOSP. GitOrigin-RevId: bc67181a21ab41a7c6b4a4adbcb9935bff888622 Change-Id: I8c1fd9c4cb81acf443169506ce920f030e3ea31candroid-wear-o-preview-4android-wear-o-preview-3android-o-preview-4android-o-preview-3android-o-preview-2
am: c0552da8fc Change-Id: I6394b864f1a9df381a34d0b31e1aabb8e6562f39
Diffstat (limited to 'src/test/java/com/android/volley/toolbox')
-rw-r--r--src/test/java/com/android/volley/toolbox/NetworkImageViewTest.java16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/test/java/com/android/volley/toolbox/NetworkImageViewTest.java b/src/test/java/com/android/volley/toolbox/NetworkImageViewTest.java
index 917ddb4..055005f 100644
--- a/src/test/java/com/android/volley/toolbox/NetworkImageViewTest.java
+++ b/src/test/java/com/android/volley/toolbox/NetworkImageViewTest.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2014 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.volley.toolbox;
import android.content.Context;