Repository: cordova-ios Updated Branches: refs/heads/master c609c35c0 -> 9c9b6dee7
Add Apache 2.0 License to files. Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/9c9b6dee Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/9c9b6dee Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/9c9b6dee Branch: refs/heads/master Commit: 9c9b6dee7662745882b0d72b5ad5a2dc780eb57c Parents: c609c35 Author: Shazron Abdullah <[email protected]> Authored: Tue Oct 4 16:12:54 2016 -0700 Committer: Shazron Abdullah <[email protected]> Committed: Tue Oct 4 16:12:54 2016 -0700 ---------------------------------------------------------------------- .../__PROJECT_NAME__/CDVLaunchScreen.storyboard | 18 ++++++++++++++++++ bin/templates/project/pods-debug.xcconfig | 19 +++++++++++++++++++ bin/templates/project/pods-release.xcconfig | 19 +++++++++++++++++++ bin/templates/scripts/cordova/lib/Podfile.js | 19 +++++++++++++++++++ bin/templates/scripts/cordova/lib/PodsJson.js | 19 +++++++++++++++++++ tests/spec/unit/Podfile.spec.js | 19 +++++++++++++++++++ tests/spec/unit/PodsJson.spec.js | 19 +++++++++++++++++++ 7 files changed, 132 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/9c9b6dee/bin/templates/project/__PROJECT_NAME__/CDVLaunchScreen.storyboard ---------------------------------------------------------------------- diff --git a/bin/templates/project/__PROJECT_NAME__/CDVLaunchScreen.storyboard b/bin/templates/project/__PROJECT_NAME__/CDVLaunchScreen.storyboard index 0cb1e66..51cdcf6 100644 --- a/bin/templates/project/__PROJECT_NAME__/CDVLaunchScreen.storyboard +++ b/bin/templates/project/__PROJECT_NAME__/CDVLaunchScreen.storyboard @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- + 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. +--> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10117" systemVersion="15G1004" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" initialViewController="01J-lp-oVM"> <dependencies> <deployment identifier="iOS"/> http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/9c9b6dee/bin/templates/project/pods-debug.xcconfig ---------------------------------------------------------------------- diff --git a/bin/templates/project/pods-debug.xcconfig b/bin/templates/project/pods-debug.xcconfig index 116ea38..12c7065 100644 --- a/bin/templates/project/pods-debug.xcconfig +++ b/bin/templates/project/pods-debug.xcconfig @@ -1 +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. +// + // DO NOT MODIFY -- auto-generated by Apache Cordova http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/9c9b6dee/bin/templates/project/pods-release.xcconfig ---------------------------------------------------------------------- diff --git a/bin/templates/project/pods-release.xcconfig b/bin/templates/project/pods-release.xcconfig index d91e99c..12e2b13 100644 --- a/bin/templates/project/pods-release.xcconfig +++ b/bin/templates/project/pods-release.xcconfig @@ -1 +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. +// + // DO NOT MODIFY -- auto-generated by Apache Cordova \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/9c9b6dee/bin/templates/scripts/cordova/lib/Podfile.js ---------------------------------------------------------------------- diff --git a/bin/templates/scripts/cordova/lib/Podfile.js b/bin/templates/scripts/cordova/lib/Podfile.js index 02be8a0..643ce1d 100644 --- a/bin/templates/scripts/cordova/lib/Podfile.js +++ b/bin/templates/scripts/cordova/lib/Podfile.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. +*/ + var fs = require('fs'), path = require('path'), util = require('util'), http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/9c9b6dee/bin/templates/scripts/cordova/lib/PodsJson.js ---------------------------------------------------------------------- diff --git a/bin/templates/scripts/cordova/lib/PodsJson.js b/bin/templates/scripts/cordova/lib/PodsJson.js index 55134a9..b13a1af 100644 --- a/bin/templates/scripts/cordova/lib/PodsJson.js +++ b/bin/templates/scripts/cordova/lib/PodsJson.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. +*/ + var fs = require('fs'), path = require('path'), util = require('util'), http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/9c9b6dee/tests/spec/unit/Podfile.spec.js ---------------------------------------------------------------------- diff --git a/tests/spec/unit/Podfile.spec.js b/tests/spec/unit/Podfile.spec.js index df48175..062c528 100644 --- a/tests/spec/unit/Podfile.spec.js +++ b/tests/spec/unit/Podfile.spec.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. +*/ + var path = require('path'), util = require('util'), fs = require('fs'), http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/9c9b6dee/tests/spec/unit/PodsJson.spec.js ---------------------------------------------------------------------- diff --git a/tests/spec/unit/PodsJson.spec.js b/tests/spec/unit/PodsJson.spec.js index 5b3cff3..6f845e9 100644 --- a/tests/spec/unit/PodsJson.spec.js +++ b/tests/spec/unit/PodsJson.spec.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. +*/ + var path = require('path'), util = require('util'), CordovaError = require('cordova-common').CordovaError; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
