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:54:39 UTC

[1/2] android commit: CB-7463: Looked at the Apache BigTop git, gradle uses C-style comments

Repository: cordova-android
Updated Branches:
  refs/heads/3.6.x afdd16a21 -> 7dbc5b096
Updated Tags:  refs/tags/3.6.0 [created] 7dbc5b096


CB-7463: Looked at the Apache BigTop git, gradle uses C-style comments


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

Branch: refs/heads/3.6.x
Commit: 60578f3f0d5b07ae15c6541c53b6aa6f498893c8
Parents: afdd16a
Author: Joe Bowser <bo...@apache.org>
Authored: Thu Sep 4 10:49:43 2014 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Thu Sep 4 10:53:29 2014 -0700

----------------------------------------------------------------------
 framework/build.gradle | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/60578f3f/framework/build.gradle
----------------------------------------------------------------------
diff --git a/framework/build.gradle b/framework/build.gradle
index 82c1ac2..47341b3 100644
--- a/framework/build.gradle
+++ b/framework/build.gradle
@@ -1,3 +1,24 @@
+/*
+       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.
+*/
+
+
+
 buildscript {
     repositories {
         mavenCentral()


[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.

Posted by bo...@apache.org.
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 <bo...@apache.org>
Authored: Thu Sep 4 10:32:29 2014 -0700
Committer: Joe Bowser <bo...@apache.org>
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;