You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2015/05/08 01:04:35 UTC

cordova-plugin-camera git commit: add missing license header

Repository: cordova-plugin-camera
Updated Branches:
  refs/heads/master 043692827 -> b8b53c625


add missing license header


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/b8b53c62
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/b8b53c62
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/b8b53c62

Branch: refs/heads/master
Commit: b8b53c62546573f87b518fed93488eab3c317c20
Parents: 0436928
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Thu May 7 16:04:19 2015 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Thu May 7 16:04:19 2015 -0700

----------------------------------------------------------------------
 .../CDVCameraTest/CDVCameraLibTests/Info.plist  | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/b8b53c62/tests/ios/CDVCameraTest/CDVCameraLibTests/Info.plist
----------------------------------------------------------------------
diff --git a/tests/ios/CDVCameraTest/CDVCameraLibTests/Info.plist b/tests/ios/CDVCameraTest/CDVCameraLibTests/Info.plist
index a949946..95c8add 100644
--- a/tests/ios/CDVCameraTest/CDVCameraLibTests/Info.plist
+++ b/tests/ios/CDVCameraTest/CDVCameraLibTests/Info.plist
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!--
+#
+# 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.
+#
+-->
 <plist version="1.0">
 <dict>
 	<key>CFBundleDevelopmentRegion</key>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org