mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
42 lines
1.6 KiB
Plaintext
42 lines
1.6 KiB
Plaintext
|
RubySFML - Copyright (c) 2007 Sean O'Neil and Laurent Gomila
|
||
|
|
||
|
RubySFML relies on a lot of third-party open-source software, and since it is
|
||
|
a library itself, I need to make sure everyone who uses it is aware of the
|
||
|
various licenses it comes with, as well as to give credit where credit is due.
|
||
|
If you distribute applications that use RubySFML, you may also be required to
|
||
|
give credit where credit is due.
|
||
|
|
||
|
*** Third-party software ***
|
||
|
Ruby 1.8.6 - Ruby license
|
||
|
RubyGems 0.9.4 - Ruby license
|
||
|
ruby-opengl - MIT license
|
||
|
SFML - zlib/png license
|
||
|
zlib - zlib/png license
|
||
|
Freetype - Freetype license (BSD-style with a credit clause)
|
||
|
OpenAL - LGPL license
|
||
|
DevIL - LGPL license
|
||
|
libsndfile - LGPL license
|
||
|
|
||
|
*** The RubySFML library itself (zlib/png) ***
|
||
|
|
||
|
This software is provided 'as-is', without any express or
|
||
|
implied warranty. In no event will the authors be held
|
||
|
liable for any damages arising from the use of this software.
|
||
|
|
||
|
Permission is granted to anyone to use this software for any purpose,
|
||
|
including commercial applications, and to alter it and redistribute
|
||
|
it freely, subject to the following restrictions:
|
||
|
|
||
|
1. The origin of this software must not be misrepresented;
|
||
|
you must not claim that you wrote the original software.
|
||
|
If you use this software in a product, an acknowledgment
|
||
|
in the product documentation would be appreciated but
|
||
|
is not required.
|
||
|
|
||
|
2. Altered source versions must be plainly marked as such,
|
||
|
and must not be misrepresented as being the original software.
|
||
|
|
||
|
3. This notice may not be removed or altered from any
|
||
|
source distribution.
|
||
|
|