updated readme with more detailed license info

This commit is contained in:
Andrew Stephan
2014-03-16 19:08:36 -04:00
parent b49b7e6eb8
commit bcdcd5e621
3 changed files with 215 additions and 3 deletions
+3 -3
View File
@@ -3,15 +3,15 @@ cordova-imagePicker
Cordova Plugin For Multiple Image Selection - implemented for iOS and Android 4.0 and above.
For iOS this plugin uses the ELCImagePickerController, with slight modifications for the iOS image picker.
For iOS this plugin uses the ELCImagePickerController, with slight modifications for the iOS image picker. ELCImagePicker uses the MIT License which can be found in the file LICENSE.
https://github.com/B-Sides/ELCImagePickerController
For Android this plugin uses MultiImageChooser, with modifications.
For Android this plugin uses MultiImageChooser, with modifications. MultiImageChooser uses the BSD 2-Clause License which can be found in the file BSD_LICENSE. Some code inside MultImageChooser is licensed under the Apache license which can be found in the file APACHE_LICENSE.
https://github.com/derosa/MultiImageChooser
Code(FakeR) was also taken from the phonegap BarCodeScanner plugin
Code(FakeR) was also taken from the phonegap BarCodeScanner plugin. This code uses the MIT license.
https://github.com/wildabeast/BarcodeScanner