##################################################################################### BEGIN MAGIC LEAP IOS APP NOTICES This listing provides notice and guidance regarding the indicated items and should not be construed as an admission that the listed component appears in the distribution or in the manner indicated. For example, the listing may include various dependencies applicable only to development, testing, and evaluation, which may not be included in the distribution and, indeed, may have been deprecated in favor of alternatives. Similarly, fulfilling a license’s compliance requirements for a particular form of distribution is not an admission that the software is in fact distributed in that form. For example, some dependencies may be dual-licensed and may permit redistribution under different licenses. Distributions and packaging vary and not all third party components are relied upon in the same manner or degree. The presence of a dependency under a given header below is merely for organizational purposes and is not necessarily indicative of the relevant, or elected, license. Where dependency authors provided incomplete or inconsistent documentation, inferences have been made with the intention of giving effect to the dependency author’s desired intent. Note that some compliance documentation may be found in the software itself. For dependencies appearing in this product, that require access to source code materials, if an offer is not stated below, you may contact Magic Leap directly to receive the materials required under that license. Note that where identical license documentation appears in multiple locations of the dependency source code, the documentation may have been presented below only once to facilitate concision. Where third party licenses require that an offer to provide relevant source code be made, in accordance with the terms of the third party license, please contact Magic Leap if you wish to receive such a copy. TABLE OF CONTENTS: ------------------- MIT / BSD AND VARIANT LICENSED THIRD PARTY CODE ------------------- CocoaLumberJack RNCryptor SlideMenuControllerSwift SVProgressHUD Swime library 3.0.1 SwiftPulse library LinearProgressView library 2.0.0 FilesProvider library 0.21.0 AlamoFireImage library 3.5.0 NVActivityIndicatorView 4.0.0 Zip 1.1.0 CTShowcase 2.2.0 BCMeshTransformView JVFloatLabeledTextField KeyChainAccess ReachabilitySwift CwlUtils library 1 RSKImageCropper 1.6.4 Alamofire 4.8.0 ------------------- APACHE 2 LICENSED THIRD PARTY CODE ------------------- INSPhotoGallery library 1.2.3 AmazonAWSSDK ------------------- LGPL V3.0 LICENSED THIRD PARTY CODE ------------------- VLCKit 3.1.2 ------------------- OTHER LICENSED THIRD PARTY MATERIALS ------------------- Fabric_Crashlytics GlassesOn 6over6 iOS SDK 1.0.0 ------------------------------------------------------------------------------------------------------------------- BEGIN MIT / BSD AND VARIANT LICENSED THIRD PARTY CODE ------------------------------------------------------------------------------------------------------------------- ////Begin:CocoaLumberJack-------------------- Software License Agreement (BSD License) Copyright (c) 2010-2016, Deusty, LLC All rights reserved. Redistribution and use of this software in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Neither the name of Deusty nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission of Deusty, LLC. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. CocoaLumberjack/Demos/WebServerIPhone/Vendor/CocoaHTTPServer/Mime/MultipartMessageHeader.h and CocoalLumberjack/Demos/WebServerIPhone/Vendor/CocoaHTTPServer/Mime/MultipartMessageHeader.m recites: " // Created by Валерий Гавриловon 29.03.12. // Copyright (c) 2012 LLC "Online Publishing Partners" (onlinepp.ru). All rights reserved. // " CocoaLumberjack/Demos/SQLiteLogger/FMDB/FMDatabaseAdditions.h and CocoaLumberjack/Demos/SQLiteLogger/FMDB/FMDatabaseAdditions.m recite: "// FMDatabaseAdditions.h // fmkit // // Created by August Mueller on 10/30/05. // Copyright 2005 Flying Meat Inc.. All rights reserved. // //////End:CocoaLumberJack-------------------- ////Begin:RNCryptor-------------------- RNCryptor-master\LICENSE recites: The MIT License (MIT) Copyright (c) 2015 Rob Napier Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. RNCryptor-master\README.md recites: RNCryptor-master\RNCryptor.podspec recites: Pod::Spec.new do |s| s.name = 'RNCryptor' s.version = '5.0.3' s.summary = 'Cross-language AES Encryptor/Decryptor data format.' s.authors = {'Rob Napier' => 'robnapier@gmail.com'} s.social_media_url = 'https://twitter.com/cocoaphony' s.license = 'MIT' s.source = { :git => 'https://github.com/rnapier/RNCryptor.git', :tag => "#{s.version.to_s}" } s.description = 'Implements a secure encryption format based on AES, PBKDF2, and HMAC.' s.homepage = 'https://github.com/rnapier/RNCryptor' s.source_files = 'Sources/RNCryptor/RNCryptor.swift', 'Sources/Cryptor/include/RNCryptor.h' s.ios.deployment_target = '8.0' s.osx.deployment_target = '10.9' s.watchos.deployment_target = '2.0' s.tvos.deployment_target = '9.0' end RNCryptor-master\Examples\rncrypt\main.swift recites: // // main.swift // rncrypt // // Created by Rob Napier on 6/19/16. // Copyright © 2016 Rob Napier. All rights reserved. // RNCryptor-master\Sources\Cryptor\include\RNCryptor.h recites: // // RNCryptor.h // // Copyright © 2015 Rob Napier. All rights reserved. // // This code is licensed under the MIT License: // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the // Software is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. // // // CommonCryptoError.h // CommonCrypto // // Created by Richard Murphy on 4/15/14. // Copyright (c) 2014 Platform Security. All rights reserved. // RNCryptor-master\Tests\RNCryptorTests\GenVectorTests recites: #!/usr/bin/env ruby # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the rights to use, copy, modify, merge, publish, distribute, sublicense, # and/or sell copies of the Software, and to permit persons to whom the # Software is furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # DEALINGS IN THE SOFTWARE. # RNCryptor-master\Tests\RNCryptorTests\OverfowingBuffer.swift recites: // // OverflowingBuffer.swift // // Copyright © 2015 Rob Napier. All rights reserved. // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the // Software is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. // //////End:RNCryptor-------------------- ////Begin:SlideMenuControllerSwift-------------------- SlideMenuControllerSwift-master\LICENSE recites: The MIT License (MIT) Copyright (c) 2014 Yuji Hato Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. SlideMenuControllerSwift-master\README.md recites: SlideMenuControllerSwift ======================== [![Platform](http://img.shields.io/badge/platform-iOS-blue.svg?style=flat )](https://developer.apple.com/iphone/index.action) [![Language](http://img.shields.io/badge/language-Swift-brightgreen.svg?style=flat )](https://developer.apple.com/swift) [![License](http://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat )](http://mit-license.org) [![Issues](https://img.shields.io/github/issues/dekatotoro/SlideMenuControllerSwift.svg?style=flat )](https://github.com/dekatotoro/SlideMenuControllerSwift/issues?state=open) [![Downloads](https://img.shields.io/cocoapods/dt/SlideMenuControllerSwift.svg)](https://cocoapods.org/pods/SlideMenuControllerSwift) iOS Slide View based on iQON, Feedly, Google+, Ameba iPhone app. SlideMenuControllerSwift-master\SlideMenuControllerSwift.podspec recites: Pod::Spec.new do |s| s.name = "SlideMenuControllerSwift" s.version = "4.0.0" s.summary = "iOS Slide View based on iQON, Feedly, Google+, Ameba iPhone app." s.homepage = "https://github.com/dekatotoro/SlideMenuControllerSwift" s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "Yuji Hato" => "hatoyujidev@gmail.com" } s.social_media_url = "https://twitter.com/dekatotoro" s.platform = :ios s.ios.deployment_target = "9.0" s.source = { :git => "https://github.com/dekatotoro/SlideMenuControllerSwift.git", :tag => s.version } s.source_files = "Source/*.swift" s.requires_arc = true end SlideMenuControllerSwift-master\SlideMenuControllerSwift\AppDelegate.swift recites: // // AppDelegate.swift // test11 // // Created by Yuji Hato on 4/20/15. // Copyright (c) 2015 Yuji Hato. All rights reserved. // SlideMenuControllerSwift-master\SlideMenuControllerSwift\BaseTableViewCell.swift recites: // // BaseTableViewCell.swift // SlideMenuControllerSwift // // Created by Yuji Hato on 1/22/15. // Copyright (c) 2015 Yuji Hato. All rights reserved. // SlideMenuControllerSwift-master\SlideMenuControllerSwift\DataTableViewCell.swift recites: // // DataTableViewCell.swift // SlideMenuControllerSwift // // Created by Yuji Hato on 11/8/15. // Copyright © 2015 Yuji Hato. All rights reserved. // SlideMenuControllerSwift-master\SlideMenuControllerSwift\UIApplication.swift recites: // // UIApplication.swift // SlideMenuControllerSwift // // Created by Yuji Hato on 11/11/15. // Copyright © 2015 Yuji Hato. All rights reserved. // SlideMenuControllerSwift-master\SlideMenuControllerSwift\Base.lproj\LaunchScreen.xib recites: