Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3CC7411DD5 for ; Thu, 4 Sep 2014 17:54:40 +0000 (UTC) Received: (qmail 6760 invoked by uid 500); 4 Sep 2014 17:54:39 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 6734 invoked by uid 500); 4 Sep 2014 17:54:39 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 6722 invoked by uid 99); 4 Sep 2014 17:54:39 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Sep 2014 17:54:39 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 88F14A084FA; Thu, 4 Sep 2014 17:54:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bowserj@apache.org To: commits@cordova.apache.org Date: Thu, 04 Sep 2014 17:54:40 -0000 Message-Id: <41e00588d4a94e018f52c4b7bf883a61@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] android commit: CB-7463: Adding licences. I don't know what the gradle syntax is for comments, that still needs to be done. CB-7463: Adding licences. I don't know what the gradle syntax is for comments, that still needs to be done. Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/7dbc5b09 Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/7dbc5b09 Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/7dbc5b09 Branch: refs/heads/3.6.x Commit: 7dbc5b096554f06fd05b31ef51ed5e2bde2c0536 Parents: 60578f3 Author: Joe Bowser Authored: Thu Sep 4 10:32:29 2014 -0700 Committer: Joe Bowser Committed: Thu Sep 4 10:53:41 2014 -0700 ---------------------------------------------------------------------- .../apache/cordova/test/SabotagedActivity.java | 19 +++++++++++++++++++ .../test/junit/IntentUriOverrideTest.java | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/7dbc5b09/test/src/org/apache/cordova/test/SabotagedActivity.java ---------------------------------------------------------------------- diff --git a/test/src/org/apache/cordova/test/SabotagedActivity.java b/test/src/org/apache/cordova/test/SabotagedActivity.java index e1170ba..7f3edc5 100644 --- a/test/src/org/apache/cordova/test/SabotagedActivity.java +++ b/test/src/org/apache/cordova/test/SabotagedActivity.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.test; import java.io.IOException; http://git-wip-us.apache.org/repos/asf/cordova-android/blob/7dbc5b09/test/src/org/apache/cordova/test/junit/IntentUriOverrideTest.java ---------------------------------------------------------------------- diff --git a/test/src/org/apache/cordova/test/junit/IntentUriOverrideTest.java b/test/src/org/apache/cordova/test/junit/IntentUriOverrideTest.java index 381e0ed..559bcc7 100644 --- a/test/src/org/apache/cordova/test/junit/IntentUriOverrideTest.java +++ b/test/src/org/apache/cordova/test/junit/IntentUriOverrideTest.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.test.junit; import org.apache.cordova.CordovaWebView;