You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by da...@apache.org on 2017/01/27 11:41:10 UTC

cordova-windows git commit: Added missing license to PluginInfo.js

Repository: cordova-windows
Updated Branches:
  refs/heads/master 16167f585 -> 7288f1717


Added missing license to PluginInfo.js


Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/7288f171
Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/7288f171
Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/7288f171

Branch: refs/heads/master
Commit: 7288f1717d1fb75fc22d46e6e56901a247be7758
Parents: 16167f5
Author: daserge <v-...@microsoft.com>
Authored: Fri Jan 27 14:28:32 2017 +0300
Committer: daserge <v-...@microsoft.com>
Committed: Fri Jan 27 14:28:32 2017 +0300

----------------------------------------------------------------------
 template/cordova/lib/PluginInfo.js | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/7288f171/template/cordova/lib/PluginInfo.js
----------------------------------------------------------------------
diff --git a/template/cordova/lib/PluginInfo.js b/template/cordova/lib/PluginInfo.js
index f7a6132..78c9593 100644
--- a/template/cordova/lib/PluginInfo.js
+++ b/template/cordova/lib/PluginInfo.js
@@ -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.
+*/
+
 var semver = require('semver');
 var CommonPluginInfo = require('cordova-common').PluginInfo;
 


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