This repository has been archived by the owner on May 7, 2018. It is now read-only.
forked from oscarpilote/Ortho4XP
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLICENSE.3rd_party
103 lines (71 loc) · 3.65 KB
/
LICENSE.3rd_party
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
Parts of the following software are redistributed along with Ortho4XP :
Medit by Pascal Frey
Showme and Triangle by Jonathan Shewchuk
DSFTool by Laminar Research
7-zip by Igor Pavlov
The following legal notices apply to them :
------------------------------------------------------------------------------
Medit
Pascal Frey
https://www.ljll.math.upmc.fr/frey/software.html
Ce logiciel a été enregistré à l’APP sous le numéro IDDN.FR.001.410023.00.R.P.
2001.000.10800 le 25 janvier 2001.
The explicit authorization to distribute it here was given by Pascal Frey.
------------------------------------------------------------------------------
------------------------------------------------------------------------------
Showme and Triangle
Jonathan Shewchuk
The licence is explicitely included in the header files of Utils/showme.c
and Utils/Triangle4XP.c.
Triangle4XP.c is a mofification by Oscar Pilote of the original Triangle.c of
Jonathan Shewchuk, the full copyright of the file Triangle4XP.c is left to
Jonathan Shewchuks; the extracted modifications are licened GPL v3 with author
Oscar Pilote.
------------------------------------------------------------------------------
------------------------------------------------------------------------------
DSFTool
Laminar Research
The scenery tools are open source; code original to Laminar Research is
availble via the MIT/X11 license; various required libraries have licenses
that are compatible with either MIT/X11 or GPL.
The source code for these tools is all available at:
http://dev.x-plane.com/cgit/cgit.cgi/xptools.git/
------------------------------------------------------------------------------
------------------------------------------------------------------------------
7-Zip
Igor Pavlov
License for use and distribution
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7-Zip Copyright (C) 1999-2016 Igor Pavlov.
Licenses for files are:
1) 7z.dll: GNU LGPL + unRAR restriction
2) All other files: GNU LGPL
The GNU LGPL + unRAR restriction means that you must follow both
GNU LGPL rules and unRAR restriction rules.
Note:
You can use 7-Zip on any computer, including a computer in a commercial
organization. You don't need to register or pay for 7-Zip.
GNU LGPL information
--------------------
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You can receive a copy of the GNU Lesser General Public License from
http://www.gnu.org/
unRAR restriction
-----------------
The decompression engine for RAR archives was developed using source
code of unRAR program.
All copyrights to original unRAR code are owned by Alexander Roshal.
The license for original unRAR code has the following restriction:
The unRAR sources cannot be used to re-create the RAR compression algorithm,
which is proprietary. Distribution of modified unRAR sources in separate form
or as a part of other software is permitted, provided that it is clearly
stated in the documentation and source comments that the code may
not be used to develop a RAR (WinRAR) compatible archiver.
------------------------------------------------------------------------------