Skip to content

Latest commit

 

History

History
266 lines (160 loc) · 6.93 KB

File metadata and controls

266 lines (160 loc) · 6.93 KB

CREDITS

Here is the list of the external libraries used by the iOS Client. We thank them all for their contributions:

AMLocalizedString

https://github.com/tagyro/AMLocalizedString

Copyright (c) 2010-2015 Juan Albero Sanchis

License:

https://github.com/tagyro/AMLocalizedString/blob/master/LICENSE


CTAssetsPickerController

https://github.com/chiunam/CTAssetsPickerController

Copyright (c) 2015 Clement CN Tsang

License:

The MIT License (MIT)

https://github.com/chiunam/CTAssetsPickerController/blob/master/LICENSE


DateTools

https://github.com/MatthewYork/DateTools

Copyright (c) 2014 Matthew York

License:

The MIT License (MIT)

https://github.com/MatthewYork/DateTools/blob/master/LICENSE


DZNEmptyDataSet

https://github.com/dzenbot/DZNEmptyDataSet

Copyright (c) 2016 Ignacio Romero Zurbuchen iromero@dzen.cl

License:

The MIT License (MIT)

https://github.com/dzenbot/DZNEmptyDataSet/blob/master/LICENSE


GKContactImage

https://github.com/gekitz/GKContactImage

Copyright (c) 2014 Georg Kitz

License:

The MIT License (MIT)

JSQMessagesViewController

https://github.com/jessesquires/JSQMessagesViewController

Copyright (c) 2013-present Jesse Squires

License:

The MIT License (MIT)

https://github.com/jessesquires/JSQMessagesViewController/blob/develop/LICENSE


LTHPasscodeViewController

https://github.com/rolandleth/LTHPasscodeViewController

Copyright (c) 2013 Roland Leth

License:

The MIT License (MIT)

https://github.com/rolandleth/LTHPasscodeViewController/blob/master/LICENSE.txt


MWPhotoBrowser

https://github.com/meganz/MWPhotoBrowser

Copyright (c) 2010 Michael Waterfall michaelwaterfall@gmail.com

License:

The MIT License (MIT)

PieChart

https://github.com/astrokin/PieChart

Copyright (c) 2013 Alexey

License:

The MIT License (MIT)

https://github.com/astrokin/PieChart/blob/master/LICENSE


PureLayout

https://github.com/PureLayout/PureLayout

Copyright (c) 2014-2015 Tyler Fox

License:

The MIT License (MIT)

https://github.com/PureLayout/PureLayout/blob/master/LICENSE


Reachability

https://github.com/tonymillion/Reachability

Copyright (c) 2011-2013, Tony Million.

License:

https://github.com/tonymillion/Reachability/blob/master/LICENCE.txt


SAMKeychain

https://github.com/soffes/SAMKeychain

Copyright (c) 2010-2016 Sam Soffes, http://soff.es

License:

The MIT License (MIT)

https://github.com/soffes/SAMKeychain/blob/master/LICENSE


SVProgressHUD

https://github.com/SVProgressHUD/SVProgressHUD

Copyright (c) 2011-2016 Sam Vermette, Tobias Tiemerding and contributors.

License:

The MIT License (MIT)

https://github.com/SVProgressHUD/SVProgressHUD/blob/master/LICENSE.txt


SVWebViewController

https://github.com/TransitApp/SVWebViewController

Copyright (c) 2011 Sam Vermette

License:

The MIT License (MIT)

https://github.com/TransitApp/SVWebViewController/blob/master/LICENSE.txt


UIBarButtonItem-Badge

https://github.com/meganz/UIBarButtonItem-Badge

License:

The MIT License (MIT)


MEGA C++ SDK

https://github.com/meganz/sdk

(c) 2013-2016 by Mega Limited, Auckland, New Zealand

Description:

MEGA --- The Privacy Company --- is a Secure Cloud Storage provider that protects your data thanks to end-to-end encryption. We call it User Controlled Encryption, or UCE, and all our clients automatically manage it.

All files stored on MEGA are encrypted. All data transfers from and to MEGA are encrypted. And while most cloud storage providers can and do claim the same, MEGA is different – unlike the industry norm where the cloud storage provider holds the decryption key, with MEGA, you control the encryption, you hold the keys, and you decide who you grant or deny access to your files.

This SDK brings you all the power of our client applications and let you create your own or analyze the security of our products.

Usage:

iOS uses the MEGA C++ SDK to get all functionality that requires access to MEGA servers.

License:

Simplified (2-clause) BSD License.

https://github.com/meganz/sdk/blob/master/LICENSE


Dependencies of the MEGA C++ SDK

Due to the usage of the MEGA C++ SDK, MEGAsync requires some additional libraries. Here is a brief description of all of them:

c-ares:

Copyright 1998 by the Massachusetts Institute of Technology.

c-ares is a C library for asynchronous DNS requests (including name resolves)

http://c-ares.haxx.se/

License: MIT license

http://c-ares.haxx.se/license.html

libcurl

Copyright (C) 1998 - 2016, Daniel Stenberg, daniel@haxx.se, et al.

The multiprotocol file transfer library

https://curl.haxx.se/libcurl/

License: MIT/X derivate license

https://curl.haxx.se/docs/copyright.html

Crypto++

Copyright (c) 1995-2013 by Wei Dai. (for the compilation) and public domain (for individual files)

Crypto++ Library is a free C++ class library of cryptographic schemes.

https://www.cryptopp.com/

License: Crypto++ Library is copyrighted as a compilation and (as of version 5.6.2)

licensed under the Boost Software License 1.0, while the individual files in the compilation are all public domain.

OpenSSL

Copyright (c) 1998-2016 The OpenSSL Project. All rights reserved.

A toolkit implementing SSL v2/v3 and TLS protocols with full-strength cryptography world-wide.

https://www.openssl.org/

License: OpenSSL License

https://github.com/openssl/openssl/blob/master/LICENSE

libuv

Copyright Joyent, Inc. and other Node contributors. All rights reserved.

libuv is a multi-platform support library with a focus on asynchronous I/O.

https://github.com/libuv/libuv

License: MIT

https://github.com/libuv/libuv/blob/v1.x/LICENSE