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/c1d331e7 Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/c1d331e7 Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/c1d331e7 Branch: refs/heads/4.4.x Commit: c1d331e76b7a5b37d3fe93a13f4cd9a9208fecba Parents: 85fe355 Author: Vladimir Kotikov <[email protected]> Authored: Tue Aug 30 18:03:52 2016 +0300 Committer: daserge <[email protected]> Committed: Thu Oct 20 20:54:54 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/c1d331e7/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/c1d331e7/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/c1d331e7/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/c1d331e7/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: [email protected] For additional commands, e-mail: [email protected]
