Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

About Licensing

All 3rd party code dependecies (libraries) contain their own licences, which I have tried to accumulate in the "libraries" folder inside this directory.

Here is a list of the licensing for the libraries included:

boost-asio		Boost Software License 1.0
boost-iostreams	Boost Software License 1.0
boost-locale	Boost Software License 1.0
boost-lockfree	Boost Software License 1.0
boost-system	Boost Software License 1.0
boost-variant	Boost Software License 1.0
fmt				MIT License
tomlplusplus	MIT License
openssl			Apache 2.0 License
libiconv		GNU Lesser General Public License (LGPL) v2.1+
libmariadb		Modified BSD License
cryptopp		CryptoGams License
pugixml			MIT License
zlib			zlib/libpng License (PNG license with zlib portion)
curl			Curl License

The Original CodeBase that this project was built on top of (The Forgottenserver 1.4.2) used the GNU-GPL license, which can be found inside the "original codebase" folder, please be aware of this, as it is why this project currently falls under duo licensing.

All code changes and contributions to this project fall under MIT license. You can find this specific license included in the directory with this readme.