WoP makes use of several other libraries. Please read the following
statements concerning the licensing and the access to the source code
of these libraries.

SDL
===

The Simple DirectMedia Layer (SDL for short) is a cross-platfrom library
designed to make it easy to write multi-media software, such as games and
emulators.

The Simple DirectMedia Layer library source code is available from:
http://www.libsdl.org/

This library is distributed under the terms of the GNU LGPL license:
http://www.gnu.org/copyleft/lesser.html

SDL_image, SDL_mixer, SDL_net, SDL_ttf
======================================

Several libraries on top of the SDL allow WoP the easy handling of
graphics files (SDL_image), multi-channel audio (SDL_mixer),
cross-platform network access (SDL_net) and rendering of Truetype
fonts (SDL_ttf).

These libraries are distributed under the terms of the GNU LGPL license:
http://www.gnu.org/copyleft/lesser.html

The source is available from the libraries page at the SDL website:
http://www.libsdl.org/

zlib
====

zlib (A Massively Spiffy Yet Delicately Unobtrusive Compression Library) is
used in WoP for the compression of binary data.

Its source can be found at
http://www.zlib.net/

The zlib library is distributed under the terms of its own license:
http://www.zlib.net/zlib_license.html
