You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2015/10/22 13:06:52 UTC

android commit: Adds licence header to Adb to pass rat audit

Repository: cordova-android
Updated Branches:
  refs/heads/master 1151856d3 -> 78b7ae72c


Adds licence header to Adb to pass rat audit


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

Branch: refs/heads/master
Commit: 78b7ae72c9bc52480b56710d2d634b9103c71ffc
Parents: 1151856
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Thu Oct 22 13:29:38 2015 +0300
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Thu Oct 22 14:06:20 2015 +0300

----------------------------------------------------------------------
 bin/templates/cordova/lib/Adb.js | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/78b7ae72/bin/templates/cordova/lib/Adb.js
----------------------------------------------------------------------
diff --git a/bin/templates/cordova/lib/Adb.js b/bin/templates/cordova/lib/Adb.js
index fc97f66..98cd990 100644
--- a/bin/templates/cordova/lib/Adb.js
+++ b/bin/templates/cordova/lib/Adb.js
@@ -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.
+*/
 
 var Q = require('q');
 var os = require('os');


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org