You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/09/17 20:21:27 UTC

[2/2] android commit: Add missing copyright header for Whitelist.java. (cherry picked from commit b7ede8f9bae64b889faa75187a13702668b6aa38)

Add missing copyright header for Whitelist.java.
(cherry picked from commit b7ede8f9bae64b889faa75187a13702668b6aa38)


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/734d4d31
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/734d4d31
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/734d4d31

Branch: refs/heads/3.1.x
Commit: 734d4d3147e5a93169ef1bda8c798d15113c78b5
Parents: d269b54
Author: Andrew Grieve <ag...@chromium.org>
Authored: Tue Sep 17 14:20:57 2013 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Tue Sep 17 14:21:20 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/734d4d31/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;