154 lines
2.3 KiB
Text
154 lines
2.3 KiB
Text
Kangaroo Punch MultiPlayer Game Server Mark II
|
|
Copyright (C) 2020-2021 Scott Duensing
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
Licenses Used By:
|
|
|
|
|
|
|
|
Client
|
|
======
|
|
|
|
DOS Serial Library
|
|
------------------
|
|
https://github.com/kstenerud/DOS-Serial-Library
|
|
Attribution
|
|
|
|
ENet
|
|
----
|
|
https://github.com/zpl-c/enet
|
|
MIT
|
|
|
|
ini
|
|
---
|
|
https://github.com/rxi/ini
|
|
MIT
|
|
|
|
MemWatch
|
|
--------
|
|
http://www.linkdata.se/sourcecode/memwatch/
|
|
GPL2
|
|
|
|
SDL2
|
|
----
|
|
https://www.libsdl.org/
|
|
BSD 3-Clause
|
|
|
|
SDL2_image
|
|
----------
|
|
https://www.libsdl.org/
|
|
BSD 3-Clause
|
|
|
|
SHA256
|
|
------
|
|
https://github.com/ilvn/SHA256
|
|
MIT
|
|
|
|
SQLite 3.4.2
|
|
------------
|
|
https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.2/repos/pkg-html/sqlite.html
|
|
Public Domain
|
|
|
|
stb_ds.h
|
|
--------
|
|
https://github.com/nothings/stb
|
|
Public Domain
|
|
|
|
stb_image.h
|
|
-----------
|
|
https://github.com/nothings/stb
|
|
Public Domain
|
|
|
|
tiny-AES-c
|
|
----------
|
|
https://github.com/kokke/tiny-AES-c
|
|
Unlicense
|
|
|
|
tiny-AES128-C
|
|
-------------
|
|
https://github.com/bonybrown/tiny-AES128-C
|
|
Unlicense
|
|
|
|
|
|
|
|
Font Converter
|
|
==============
|
|
|
|
MemWatch
|
|
--------
|
|
http://www.linkdata.se/sourcecode/memwatch/
|
|
GPL2
|
|
|
|
stb_image.h
|
|
-----------
|
|
https://github.com/nothings/stb
|
|
Public Domain
|
|
|
|
|
|
|
|
Server
|
|
======
|
|
|
|
ENet
|
|
----
|
|
https://github.com/zpl-c/enet
|
|
MIT
|
|
|
|
GnuTLS
|
|
------
|
|
https://gnutls.org/
|
|
LGPL 2.1
|
|
|
|
ini
|
|
---
|
|
https://github.com/rxi/ini
|
|
MIT
|
|
|
|
json-c
|
|
------
|
|
https://github.com/json-c/json-c
|
|
Attribution
|
|
|
|
MariaDB Client Library
|
|
----------------------
|
|
https://mariadb.org/
|
|
LGPL 2.1
|
|
|
|
MemWatch
|
|
--------
|
|
http://www.linkdata.se/sourcecode/memwatch/
|
|
GPL2
|
|
|
|
SHA256
|
|
------
|
|
https://github.com/ilvn/SHA256
|
|
MIT
|
|
|
|
stb_ds.h
|
|
--------
|
|
https://github.com/nothings/stb
|
|
Public Domain
|
|
|
|
tiny-AES-c
|
|
----------
|
|
https://github.com/kokke/tiny-AES-c
|
|
Unlicense
|
|
|
|
tiny-AES128-C
|
|
-------------
|
|
https://github.com/bonybrown/tiny-AES128-C
|
|
Unlicense
|