From 778029e5c62c414c958d2bc15e35c301a92c95cd Mon Sep 17 00:00:00 2001 From: Teng-Hui Zhu Date: Wed, 1 Aug 2012 13:58:10 -0700 Subject: Add license info to the HTML5Video files. Change-Id: I44775bcdcc48d2c024b086098e140dae92f53339 --- core/java/android/webkit/HTML5VideoView.java | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'core/java/android/webkit/HTML5VideoView.java') diff --git a/core/java/android/webkit/HTML5VideoView.java b/core/java/android/webkit/HTML5VideoView.java index 96d824888d29..8f9f8eb2ef34 100644 --- a/core/java/android/webkit/HTML5VideoView.java +++ b/core/java/android/webkit/HTML5VideoView.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2012 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 android.webkit; -- cgit v1.2.3