You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/01/28 22:05:37 UTC

[2/2] ios commit: Fix usage message of update_cordova_subproject.

Updated Branches:
  refs/heads/master 97e7c2c1f -> 9867e4de5


Fix usage message of update_cordova_subproject.


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

Branch: refs/heads/master
Commit: 9867e4de528ef9a883e6078b7016f67954877318
Parents: c9ed42f
Author: Andrew Grieve <ag...@chromium.org>
Authored: Mon Jan 28 16:05:10 2013 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Mon Jan 28 16:05:10 2013 -0500

----------------------------------------------------------------------
 bin/update_cordova_subproject |   34 ++++++++++++++++------------------
 1 files changed, 16 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/9867e4de/bin/update_cordova_subproject
----------------------------------------------------------------------
diff --git a/bin/update_cordova_subproject b/bin/update_cordova_subproject
index 921431e..07b257a 100755
--- a/bin/update_cordova_subproject
+++ b/bin/update_cordova_subproject
@@ -1,22 +1,20 @@
 #!/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.
-"""
+# 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.