Updated Branches: refs/heads/master f187cdd74 -> 4bdfe36aa
[CB-1486] Added missing apache source headers Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/4bdfe36a Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/4bdfe36a Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/4bdfe36a Branch: refs/heads/master Commit: 4bdfe36aaa04140100e9963ca598f8c33df12bd4 Parents: f187cdd Author: Steven Gill <stevengil...@gmail.com> Authored: Mon Sep 17 14:43:38 2012 -0700 Committer: Steven Gill <stevengil...@gmail.com> Committed: Mon Sep 17 14:43:38 2012 -0700 ---------------------------------------------------------------------- bin/diagnose_project | 18 ++++++++++++++++++ bin/update_cordova_subproject | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/4bdfe36a/bin/diagnose_project ---------------------------------------------------------------------- diff --git a/bin/diagnose_project b/bin/diagnose_project index 7e70ce6..04c5e50 100755 --- a/bin/diagnose_project +++ b/bin/diagnose_project @@ -1,5 +1,23 @@ #!/usr/bin/python """ +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. +""" +""" Prints out information regarding a Cordova project for diagnostic purposes. Currently this only reports information but does not give any recommendations yet. http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/4bdfe36a/bin/update_cordova_subproject ---------------------------------------------------------------------- diff --git a/bin/update_cordova_subproject b/bin/update_cordova_subproject index f7a4075..ab5655a 100755 --- a/bin/update_cordova_subproject +++ b/bin/update_cordova_subproject @@ -1,5 +1,23 @@ #!/usr/bin/python """ +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. +""" +""" Updates the subproject path of the CordovaLib entry to point to this script's version of Cordova. Usage: CordovaVersion/bin/update_cordova_project path/to/your/app.xcodeproj