aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornchalko <nchalko@google.com>2018-02-16 11:09:22 -0800
committerNick Chalko <nchalko@google.com>2018-02-16 15:06:53 -0800
commit5fd510a7097761e386845a325c64d26cd66e4998 (patch)
treef7e480dafa5568c9cdeb80a55acd6f3903015c01
parent0cc0713c1bf8027642987b750b80217569d2932a (diff)
downloadTV-5fd510a7097761e386845a325c64d26cd66e4998.tar.gz
Add missing license header
PiperOrigin-RevId: 186019980 Change-Id: Iadf89e8aa775482f0a3bd66669166cfab0e5d9dd
-rw-r--r--common/src/com/android/tv/common/util/ContentUriUtils.java16
1 files changed, 16 insertions, 0 deletions
diff --git a/common/src/com/android/tv/common/util/ContentUriUtils.java b/common/src/com/android/tv/common/util/ContentUriUtils.java
index 4f1a1ef6..6cbe5e12 100644
--- a/common/src/com/android/tv/common/util/ContentUriUtils.java
+++ b/common/src/com/android/tv/common/util/ContentUriUtils.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 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.common.util;
import android.content.ContentUris;