Adding Apache headers to the new classes
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/e4119f3f Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/e4119f3f Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/e4119f3f Branch: refs/heads/CordovaWebView Commit: e4119f3fd2ac4d7f2fc8639be550afbd04c4d351 Parents: 480e5ca Author: Joe Bowser <[email protected]> Authored: Fri May 4 11:19:40 2012 -0700 Committer: Joe Bowser <[email protected]> Committed: Fri May 4 11:19:40 2012 -0700 ---------------------------------------------------------------------- .../src/org/apache/cordova/CordovaException.java | 19 +++++++++++++++ .../src/org/apache/cordova/CordovaWebView.java | 19 +++++++++++++++ 2 files changed, 38 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/e4119f3f/framework/src/org/apache/cordova/CordovaException.java ---------------------------------------------------------------------- diff --git a/framework/src/org/apache/cordova/CordovaException.java b/framework/src/org/apache/cordova/CordovaException.java index 5f63442..c714b72 100644 --- a/framework/src/org/apache/cordova/CordovaException.java +++ b/framework/src/org/apache/cordova/CordovaException.java @@ -1,3 +1,22 @@ +/* + 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; public class CordovaException extends Exception { http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/e4119f3f/framework/src/org/apache/cordova/CordovaWebView.java ---------------------------------------------------------------------- diff --git a/framework/src/org/apache/cordova/CordovaWebView.java b/framework/src/org/apache/cordova/CordovaWebView.java index d3e9e12..b9ea21e 100644 --- a/framework/src/org/apache/cordova/CordovaWebView.java +++ b/framework/src/org/apache/cordova/CordovaWebView.java @@ -1,3 +1,22 @@ +/* + 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;
