Forgot to add the Apache headers on IceCreamCordovaWebViewClient.java
Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/commit/fffaa9bc Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/fffaa9bc Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/fffaa9bc Branch: refs/heads/master Commit: fffaa9bced0205d271c7e43f76ca32d8320c0d4c Parents: 2dc0727 Author: Joe Bowser <bows...@apache.org> Authored: Tue Aug 14 10:56:54 2012 -0700 Committer: Joe Bowser <bows...@apache.org> Committed: Tue Aug 14 10:56:54 2012 -0700 ---------------------------------------------------------------------- .../cordova/IceCreamCordovaWebViewClient.java | 18 +++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/fffaa9bc/framework/src/org/apache/cordova/IceCreamCordovaWebViewClient.java ---------------------------------------------------------------------- diff --git a/framework/src/org/apache/cordova/IceCreamCordovaWebViewClient.java b/framework/src/org/apache/cordova/IceCreamCordovaWebViewClient.java index 24a9daa..a96b242 100644 --- a/framework/src/org/apache/cordova/IceCreamCordovaWebViewClient.java +++ b/framework/src/org/apache/cordova/IceCreamCordovaWebViewClient.java @@ -1,3 +1,21 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you 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 org.apache.cordova; import java.io.IOException;