From 890d7ee57652d2bf9d5e9f5bea267eb9a36bf1cf Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 23 Mar 2013 13:03:36 -0700 Subject: [PATCH] Updated the license listed in the header, fixing bug 1768 --- include/SDL.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/SDL.h b/include/SDL.h index ac468ffd8..0cfcdc71a 100644 --- a/include/SDL.h +++ b/include/SDL.h @@ -41,10 +41,9 @@ * Guile, Haskell, Java, Lisp, Lua, ML, Objective C, Pascal, Perl, PHP, * 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 in the file "COPYING". This license allows you to use SDL - * freely in commercial programs as long as you link with the dynamic - * library. + * freely for any purpose as long as you retain the copyright notice. * * 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.