Repository: cordova-ios Updated Branches: refs/heads/master e788aa2ff -> 9b0761f44
Fixed Apache RAT license issues Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/9b0761f4 Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/9b0761f4 Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/9b0761f4 Branch: refs/heads/master Commit: 9b0761f44f1eb61c5c1f2a29b76739a8cdc158a7 Parents: e788aa2 Author: Shazron Abdullah <[email protected]> Authored: Fri Dec 4 16:45:04 2015 -0800 Committer: Shazron Abdullah <[email protected]> Committed: Fri Dec 4 16:45:04 2015 -0800 ---------------------------------------------------------------------- .../cordova/lib/plugman/pluginHandlers.js | 17 ++++++++++++++++ guides/API changes in 4.0.md | 21 ++++++++++++++++++++ 2 files changed, 38 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/9b0761f4/bin/templates/scripts/cordova/lib/plugman/pluginHandlers.js ---------------------------------------------------------------------- diff --git a/bin/templates/scripts/cordova/lib/plugman/pluginHandlers.js b/bin/templates/scripts/cordova/lib/plugman/pluginHandlers.js index 3994510..d60738b 100644 --- a/bin/templates/scripts/cordova/lib/plugman/pluginHandlers.js +++ b/bin/templates/scripts/cordova/lib/plugman/pluginHandlers.js @@ -1,3 +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 fs = require('fs'); var path = require('path'); var shell = require('shelljs'); http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/9b0761f4/guides/API changes in 4.0.md ---------------------------------------------------------------------- diff --git a/guides/API changes in 4.0.md b/guides/API changes in 4.0.md index dd50ff8..6c82d52 100644 --- a/guides/API changes in 4.0.md +++ b/guides/API changes in 4.0.md @@ -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. +# +--> + # API Changes in cordova-ios-4.0 * CDVViewController.h (_updated_) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
