You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2014/09/04 19:32:46 UTC

android commit: CB-7463: Adding licences. I don't know what the gradle syntax is for comments, that still needs to be done.

Repository: cordova-android
Updated Branches:
  refs/heads/master 4dc32e194 -> 81cc3c260


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/81cc3c26
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/81cc3c26
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/81cc3c26

Branch: refs/heads/master
Commit: 81cc3c260f6df93eefcfba99e19e9ac984478bde
Parents: 4dc32e1
Author: Joe Bowser <bo...@apache.org>
Authored: Thu Sep 4 10:32:29 2014 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Thu Sep 4 10:32:29 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/81cc3c26/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/81cc3c26/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;