Skip to content

Latest commit

 

History

History
164 lines (118 loc) · 8.03 KB

Credits.md

File metadata and controls

164 lines (118 loc) · 8.03 KB

Multiplayer Online Game

Credits

The application is using several components and libraries, which are described in this document.

Libraries

The application uses the Boost library. Boost is licensed under the BSL Boost Software License, Version 1.0.

The application uses the ATL library from Microsoft.

The application uses the WTL library from Microsoft. WTL is licensed under the Common Public License 1.0 (CPL).

The application uses the SDL Simple DirectMedia Layer library 2.0. SDL 2.0 is released under the zlib license.

The application uses the FreeType font engine library. FreeType was written David Turner, Robert Wilhelm and Werner Lemberg. FreeType is licensed and used under the FreeType Project LICENSE.

The application uses the zlib data compression library written by written by Jean-loup Gailly and Mark Adler. zlib is licensed under the zlib license.

The application uses the JsonCpp JSON reading and writing library. JsonCpp is written by Baptiste Lepilleur and was placed in the Public Domain.

The application uses Terrain Level of Detail (LOD) sourcecode from Shamus Young. The sourcecode was released as-is.

The application uses Map Generation sourcecode from Amit Patel. The sourcecode was released under the MIT License.

The application uses the Eigen linear algebra library. Eigen is written by Benoît Jacob, Gaël Guennebaud and others. Eigen is released under the LGPL3+ license.

The application uses the SQLite database library. The implementation was released into Public Domain.

The application uses the XInt Extended Integer library submitted for review to be included into Boost. XInt is written by Chad Nelson and was licensed under the BSL Boost Software License, Version 1.0.

The application uses an implementation of the SRP Secure Remote Password Protocol, version SRP-6a. SRP-6 is documented in RFC 5054.

The application uses an implementation of the RC4 encryption algorithm, coded after pseudo code from http://de.wikipedia.org/wiki/RC4.

The application uses an implementation of the SHA-1 hash algorithm written by Steve Reid and modified by Aaron D. Gifford. The implementation was released into Public Domain.

The application uses an SHA-256 implementation from Aaron D. Gifford. It is licensed under an open source BSD license.

The following section is required to be included in the documentation:

  • Copyright (c) 2000-2001, Aaron D. Gifford
  • All rights reserved.
  • Redistribution and use in source and binary forms, with or without
  • modification, are permitted provided that the following conditions
  • are met:
    1. Redistributions of source code must retain the above copyright
  • notice, this list of conditions and the following disclaimer.
    1. Redistributions in binary form must reproduce the above copyright
  • notice, this list of conditions and the following disclaimer in the
  • documentation and/or other materials provided with the distribution.
    1. Neither the name of the copyright holder nor the names of contributors
  • may be used to endorse or promote products derived from this software
  • without specific prior written permission.
  • THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTOR(S) ``AS IS'' AND
  • ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  • IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  • ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTOR(S) BE LIABLE
  • FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  • DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  • OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  • HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  • LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  • OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  • SUCH DAMAGE.

The application uses the OpenAL library. It is licensed under the GNU Lesser General Public License.

The application uses the Xiph Ogg Vorbis libraries. They are licensed under the BSD license.

The following section is required to be included in the documentation:

© 2006, Xiph.Org Foundation

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

Neither the name of the Xiph.org Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

This software is provided by the copyright holders and contributors “as is” and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the foundation or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.