-
Notifications
You must be signed in to change notification settings - Fork 19
/
LICENSE
59 lines (42 loc) · 3.76 KB
/
LICENSE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Commercial Development License
The following license applies to software components purchased and paid for in full.
Copyright (c) 2012-2014 Matthias Tretter (@myell0w). All rights reserved.
Redistribution and use of this software is permitted in binary form under the following conditions:
* The software must be distributed only as part of a larger original work by the licensee; verbatim redistribution of the software as licensed is prohibited.
* The software may only be distributed as a software application readily executable by end users on designated devices designed by Apple Inc.
running the iOS operating system. Redistributing the software in re-linkable "library" form is explicitly prohibited.
* The software's binary object code must be statically linked to the application to form a single binary file.
* No source or header files may be redistributed.
* Neither the names MTDirectionsKit or Matthias Tretter, nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
* The license has not been terminated by licensee.
* The licensee has separately licensed the required "iOS SDK" software from Apple Inc.
You agree that with purchasing the software you allow Matthias Tretter to list your company and/or company products as users of MTDirectionsKit.
If you do not agree to this, an additional fee can be paid to remove this right.
The license your purchased, unless otherwise negotiated, is valid for one bundle identifier, thus one iOS application.
Redistribution and use of the software is permitted in binary and/or source form under the following conditions:
The recipient has purchased a separate, independent license for the software from Matthias Tretter.
The redistributed software is governed by that license.
Any modifications to the software by the licensee are to be marked clearly as such.
This software is provided by Matthias Tretter "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 Matthias Tretter
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 sue, data or profits; or other 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.
Evaluation License/The MIT License (MIT)
The following license applies to the open source versions of the software components.
Copyright (c) 2012-2014 Matthias Tretter (@myell0w).
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.