Updated Branches: refs/heads/3.1.x d269b54aa -> 734d4d314 refs/heads/master 15f36cc19 -> b7ede8f9b
Add missing copyright header for Whitelist.java. Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/b7ede8f9 Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/b7ede8f9 Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/b7ede8f9 Branch: refs/heads/master Commit: b7ede8f9bae64b889faa75187a13702668b6aa38 Parents: 15f36cc Author: Andrew Grieve <[email protected]> Authored: Tue Sep 17 14:20:57 2013 -0400 Committer: Andrew Grieve <[email protected]> Committed: Tue Sep 17 14:20:57 2013 -0400 ---------------------------------------------------------------------- framework/src/org/apache/cordova/Whitelist.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/b7ede8f9/framework/src/org/apache/cordova/Whitelist.java ---------------------------------------------------------------------- diff --git a/framework/src/org/apache/cordova/Whitelist.java b/framework/src/org/apache/cordova/Whitelist.java index 59d22ab..f23ac3d 100644 --- a/framework/src/org/apache/cordova/Whitelist.java +++ b/framework/src/org/apache/cordova/Whitelist.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.net.MalformedURLException;
