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 2016/08/30 15:04:24 UTC

cordova-windows git commit: Add missing license headers to prebuild scripts

Repository: cordova-windows
Updated Branches:
  refs/heads/master 28f21615a -> ddb23c16b


Add missing license headers to prebuild scripts


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

Branch: refs/heads/master
Commit: ddb23c16b5ec2eba888e337810af38a41fc10932
Parents: 28f2161
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Tue Aug 30 18:03:52 2016 +0300
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Tue Aug 30 18:03:52 2016 +0300

----------------------------------------------------------------------
 template/cordova/prebuild-10.js       | 18 ++++++++++++++++++
 template/cordova/prebuild-81.js       | 18 ++++++++++++++++++
 template/cordova/prebuild-phone-81.js | 18 ++++++++++++++++++
 template/cordova/prebuild.js          | 19 +++++++++++++++++++
 4 files changed, 73 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/ddb23c16/template/cordova/prebuild-10.js
----------------------------------------------------------------------
diff --git a/template/cordova/prebuild-10.js b/template/cordova/prebuild-10.js
index 6c081f3..c3183ff 100644
--- a/template/cordova/prebuild-10.js
+++ b/template/cordova/prebuild-10.js
@@ -1,2 +1,20 @@
+/**
+    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 patch = require('./prebuild');
 patch('10');

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/ddb23c16/template/cordova/prebuild-81.js
----------------------------------------------------------------------
diff --git a/template/cordova/prebuild-81.js b/template/cordova/prebuild-81.js
index 9d8103b..c37284b 100644
--- a/template/cordova/prebuild-81.js
+++ b/template/cordova/prebuild-81.js
@@ -1,2 +1,20 @@
+/**
+    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 patch = require('./prebuild');
 patch('8.1');

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/ddb23c16/template/cordova/prebuild-phone-81.js
----------------------------------------------------------------------
diff --git a/template/cordova/prebuild-phone-81.js b/template/cordova/prebuild-phone-81.js
index f9dcb17..d3f7fa8 100644
--- a/template/cordova/prebuild-phone-81.js
+++ b/template/cordova/prebuild-phone-81.js
@@ -1,2 +1,20 @@
+/**
+    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 patch = require('./prebuild');
 patch('phone-8.1');

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/ddb23c16/template/cordova/prebuild.js
----------------------------------------------------------------------
diff --git a/template/cordova/prebuild.js b/template/cordova/prebuild.js
index 6dbafa0..f8aab91 100644
--- a/template/cordova/prebuild.js
+++ b/template/cordova/prebuild.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.
+*/
+
 // https://issues.apache.org/jira/browse/CB-11658 activated event is not fired on Windows 10 RS1
 // Patching start page to include WinJS/base.js reference to HTML as a workaround
 


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