From 608d685b2c91aa5b777bd56ccf44705db80b6e6f Mon Sep 17 00:00:00 2001 From: Oliver Woodman Date: Fri, 10 Apr 2015 22:56:13 +0100 Subject: [PATCH] Add missing header. --- .../java/com/google/android/exoplayer/CTest.java | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/library/src/test/java/com/google/android/exoplayer/CTest.java b/library/src/test/java/com/google/android/exoplayer/CTest.java index ab5157eb4a..3aa97464a3 100644 --- a/library/src/test/java/com/google/android/exoplayer/CTest.java +++ b/library/src/test/java/com/google/android/exoplayer/CTest.java @@ -1,3 +1,18 @@ +/* + * 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.google.android.exoplayer; import android.annotation.SuppressLint;