-
Notifications
You must be signed in to change notification settings - Fork 14
The website for Simple Directmedia Layer.
License
libsdl-org/sdlweb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
<!DOCTYPE html> <html> <head> <title>Simple DirectMedia Layer - License</title> <?php require_once("include/meta.inc.php"); ?><?php $current_page = basename(__FILE__, '.php'); ?> </head> <body> <div id="wrapper"> <?php require_once("include/header.inc.php"); ?> <div id="left"> <?php require_once("include/sidebar.inc.php"); ?> </div> <div id="content"> <h1>Licensing the Simple DirectMedia Layer library</h1> <div> <blockquote class="graytext"> <p> SDL 2.0 and newer are available under the <a href="https://www.zlib.net/zlib_license.html"> zlib license </a>: <pre> 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. </pre> </p> <p> SDL 1.2 and older are available under the <a href="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html"> GNU LGPL license </a>. </p> </blockquote> </div> </div> <div class="clearer"></div> </div> <?php require_once("include/footer.inc.php"); ?> </body> </html>
About
The website for Simple Directmedia Layer.