Просмотр исходного кода

Clarified that Unlicense is also used for contributions.

David Piuva 15 часов назад
Родитель
Сommit
fcb09ef675
2 измененных файлов с 3 добавлено и 3 удалено
  1. 2 2
      Doc/Generator/Input/License.txt
  2. 1 1
      Doc/License.html

+ 2 - 2
Doc/Generator/Input/License.txt

@@ -24,7 +24,7 @@ Permission is granted to anyone to use this software for any purpose, including
 
 3. This notice may not be removed or altered from any source distribution.
 ---
-Title2: Public domain (other people's code)
+Title2: Public domain (pasted dependencies and contributions)
 
 The renderer has embedded the stb_image library using public domain terms (unlicense.org). While you could use stb_image under the more restrictive MIT license terms out of respect for its creators, it's essentially nullified by the more permissive public domain option.
 
@@ -43,4 +43,4 @@ For releasing source code, you can only violate the terms as a whole if you alte
 For releasing binaries, you can only violate the terms as a whole if you lie about who made what. There are no requirements to credit anyone in released binaries, because stb_image lets you choose the public domain license.
 
 You are not forced to share modifications, because the library does not contain any GPL license. It is however in a company's best interest to share bug-fixes so that they don't have to be re-applied when pulling a new version.
----
+---

+ 1 - 1
Doc/License.html

@@ -55,7 +55,7 @@ Permission is granted to anyone to use this software for any purpose, including
 </P><P>
 3. This notice may not be removed or altered from any source distribution.
 </P><IMG SRC="Images/Border.png"><P>
-</P><H2> Public domain (other people's code)</H2><P>
+</P><H2> Public domain (pasted dependencies and contributions)</H2><P>
 </P><P>
 The renderer has embedded the stb_image library using public domain terms (unlicense.org). While you could use stb_image under the more restrictive MIT license terms out of respect for its creators, it's essentially nullified by the more permissive public domain option.