Updated documentation to reflect new license

This commit is contained in:
Sam Lantinga 2011-04-15 14:22:08 -07:00
parent 605263ee5f
commit 13cc0a3c3a
3 changed files with 5 additions and 7 deletions

6
README
View file

@ -21,10 +21,8 @@ several other languages, including Ada, C#, Eiffel, Erlang, Euphoria,
Go, Guile, Haskell, Java, Lisp, Lua, ML, Objective C, Pascal, Perl, PHP, Go, Guile, Haskell, Java, Lisp, Lua, ML, Objective C, Pascal, Perl, PHP,
Pike, Pliant, Python, Ruby, and Smalltalk. Pike, Pliant, Python, Ruby, and Smalltalk.
This library is distributed under GNU LGPL version 2, which can be This library is distributed under the zlib license, which can be found
found in the file "COPYING". This license allows you to use SDL in the file "COPYING".
freely in commercial programs as long as you link with the dynamic
library.
The best way to learn how to use SDL is to check out the header files in The best way to learn how to use SDL is to check out the header files in
the "include" subdirectory and the programs in the "test" subdirectory. the "include" subdirectory and the programs in the "test" subdirectory.

View file

@ -8,6 +8,6 @@ emulators.
The Simple DirectMedia Layer library source code is available from: The Simple DirectMedia Layer library source code is available from:
http://www.libsdl.org/ http://www.libsdl.org/
This library is distributed under the terms of the GNU LGPL license: This library is distributed under the terms of the zlib license:
http://www.gnu.org/copyleft/lesser.html http://www.zlib.net/zlib_license.html

View file

@ -4,7 +4,7 @@ Version: @SDL_VERSION@
Release: 1 Release: 1
Source: http://www.libsdl.org/release/%{name}-%{version}.tar.gz Source: http://www.libsdl.org/release/%{name}-%{version}.tar.gz
URL: http://www.libsdl.org/ URL: http://www.libsdl.org/
License: LGPL License: zlib
Group: System Environment/Libraries Group: System Environment/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
Prefix: %{_prefix} Prefix: %{_prefix}