aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornchalko <nchalko@google.com>2018-02-20 11:36:08 -0800
committerNick Chalko <nchalko@google.com>2018-02-21 11:11:17 -0800
commitf6db2fb309edaea71e7baa66591ead3a14bb8f5a (patch)
tree325e4cfd671f47fe1448c9956cbdebcd2f818661
parent21fcfd835dd087753beb922d7418f5a30e67bdfb (diff)
downloadTV-f6db2fb309edaea71e7baa66591ead3a14bb8f5a.tar.gz
Add missing license header
PiperOrigin-RevId: 186335607 Change-Id: Ief132e8b824834d78c77aca96816e65d49aa63f3
-rw-r--r--tests/common/src/com/android/tv/testing/robo/RobotTestAppHelper.java15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/common/src/com/android/tv/testing/robo/RobotTestAppHelper.java b/tests/common/src/com/android/tv/testing/robo/RobotTestAppHelper.java
index 3eb97b5f..9eb79298 100644
--- a/tests/common/src/com/android/tv/testing/robo/RobotTestAppHelper.java
+++ b/tests/common/src/com/android/tv/testing/robo/RobotTestAppHelper.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright (C) 2018 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.tv.testing.robo;
import android.media.tv.TvContract;