License

The Gini Vision Library is licensed under a Private License and also integrates several third party libraries. To add all license notices and permissions required to your application you can either use the prebuild files provided by CocoaPods or you can add them manually.

Note

Irrespective of the option you choose always make sure to ship all license notices and permissions with your application.

Using CocoaPods

CocoaPods makes it easy for you to integrate licensing notices into your application. After installing or updating the SDK, CocoaPods generates two Acknowledgements files for each target specified in your Podfile. There is a markdown file, for general consumption, as well as a property list file that can be added to a settings bundle.

All required licenses for the Gini Vision Library will automatically be added to those files.

For further information on how to use CocoaPods to display acknowledgements inside your app or in the Settings application refer to the CocoaPods Wiki on Github.

Manually

If you prefer adding the licenses manually use the Markdown content provided here to satisfy all license requirements.

# Acknowledgements

This application makes use of the following third party libraries:

## Gini Vision 

Copyright (c) 2014, Gini GmbH
All rights reserved.

The Gini Vision Library is licensed through Gini GmbH ("Gini") and may not be used, altered or copied in any way without explicit permission by Gini. The terms of usage are defined in a separate usage agreement between Gini and the licensee, where the licensee can gain access to a non-exclusive, non-transferable usage right which is restricted for the time of a contractual relationship between Gini and the licensee.

## OpenCV

IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.

By downloading, copying, installing or using the software you agree to this license. If you do not agree to this license, do not download, install, copy or use the software.

### License Agreement
For Open Source Computer Vision Library

Copyright (C) 2000-2008, Intel Corporation
All rights reserved.
Copyright (C) 2009-2011, Willow Garage Inc.
All rights reserved.
Third party copyrights are property of their respective owners.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

* Redistribution's of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

* Redistribution's in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

* The name of the copyright holders may not be used to endorse or promote products derived from this software without specific prior written permission.

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 Intel Corporation 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.

## Kiwi

Copyright (c) 2010, Allen Ding
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

3.  Neither the name of Allen Ding nor the names of any contributors may be used to endorse or promote products derived from this software without specific prior written permission.

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 HOLDER 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.