Skip to content

Commit d14d868

Browse files
committed
Merge remote-tracking branch 'origin/1.92-maintenance' into 1.92-maintenance
2 parents bab9043 + 8de9398 commit d14d868

1 file changed

Lines changed: 62 additions & 7 deletions

File tree

LICENSE.md

Lines changed: 62 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ This is a human-readable summary of the Legal Code (the full license).
4848

4949
The source code distribution and the Mac OS X version of Oolite contain parts subject to the following license:
5050

51-
VirtualRingBuffer
51+
52+
----------------------------------------------------------
53+
VirtualRingBuffer (Not used after Oolite v1.90)
5254

5355
Copyright © 2002, Kurt Revis. All rights reserved.
5456

@@ -70,12 +72,12 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSE
7072
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
7173
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7274

75+
76+
----------------------------------------------------------
7377
The MiniZip code used is subject to the following license.
7478

7579
License
7680

77-
----------------------------------------------------------
78-
7981
Condition of use and distribution are the same than zlib :
8082

8183
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable
@@ -91,12 +93,58 @@ and redistribute it freely, subject to the following restrictions:
9193
software.
9294
3. This notice may not be removed or altered from any source distribution.
9395

96+
9497
----------------------------------------------------------
98+
TinyEXR, used in the HDR snapshot code, is subject to the following license:
99+
100+
Copyright (c) 2014 - 2021, Syoyo Fujita and many contributors.
101+
All rights reserved.
102+
103+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
104+
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
105+
106+
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation
107+
and/or other materials provided with the distribution.
108+
* Neither the name of the Syoyo Fujita nor the names of its contributors may be used to endorse or promote products derived from this software
109+
without specific prior written permission.
110+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
111+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
112+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
113+
DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
114+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
115+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
116+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
117+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
118+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
119+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
120+
121+
TinyEXR contains some OpenEXR code, which is licensed under
122+
123+
Copyright (c) 2002, Industrial Light & Magic, a division of LucasDigital Ltd. LLC
124+
125+
All rights reserved.
126+
127+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
128+
129+
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
130+
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation
131+
and/or other materials provided with the distribution.
132+
Neither the name of Industrial Light & Magic nor the names of its contributors may be used to endorse or promote products derived from this
133+
software without specific prior written permission.
134+
135+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
136+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
137+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
138+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
139+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
140+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
141+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
142+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
143+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
144+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
145+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
95146

96-
Oolite makes use of various external open source libraries, some of them modified to fit certain requirements of the
97-
game. For more information about where to find the source code of those libraries, as well as information about the
98-
modifications required to make them build for Oolite, please refer to the file *ExternalLibrariesSourceCodeChanges.txt*,
99-
found inside the Doc folder of the game’s source code distribution.
147+
----------------------------------------------------------
100148

101149
Military laser sound courtesy of user “notyermom”, sourced from <https://freesound.org/people/notyermom/sounds/434834/>
102150
under license: <https://creativecommons.org/publicdomain/zero/1.0/>
@@ -108,3 +156,10 @@ license: <https://creativecommons.org/licenses/by/3.0/>
108156
Beam laser sound courtesy of user “jobro”, sourced from <https://freesound.org/people/jobro/sounds/35677/> under
109157
license: <https://creativecommons.org/licenses/by/3.0/>
110158

159+
----------------------------------------------------------
160+
161+
Oolite makes use of various external open source libraries, some of them modified to fit certain requirements of the
162+
game. For more information about where to find the source code of those libraries, as well as information about the
163+
modifications required to make them build for Oolite, please refer to the file *ExternalLibrariesSourceCodeChanges.txt*,
164+
found inside the Doc folder of the game’s source code distribution.
165+

0 commit comments

Comments
 (0)