Downloading the source code: Difference between revisions
Created page with "== Download and License == This page contains the information and steps needed to download the latest version of the code, compile it and host your own server." |
No edit summary |
||
Line 1: | Line 1: | ||
== Download and License == | == Download and License == | ||
This page contains the information and steps needed to download the latest version of the code, compile it and host your own server. | This page contains the information and steps needed to download the latest version of the code, compile it and host your own server. | ||
All code after [https://github.com/tgstation/tgstation/commit/333c566b88108de218d882840e61928a9b759d8f commit 333c566b88108de218d882840e61928a9b759d8f on 2014/31/12 at 4:38 PM PST] is licensed under [https://www.gnu.org/licenses/agpl-3.0.html GNU AGPL v3]. | |||
All code before [https://github.com/tgstation/tgstation/commit/333c566b88108de218d882840e61928a9b759d8f commit 333c566b88108de218d882840e61928a9b759d8f on 2014/31/12 at 4:38 PM PST] is licensed under [https://www.gnu.org/licenses/gpl-3.0.html GNU GPL v3]. (Including tools unless their readme specifies otherwise.) | |||
See LICENSE and GPLv3.txt for more details. | |||
The TGS DMAPI API is licensed as a subproject under the MIT license. | |||
See the footer of [https://github.com/The-Final-Nights/The-Final-Nights/blob/master/code/__DEFINES/tgs.dm code/__DEFINES/tgs.dm] and [https://github.com/The-Final-Nights/The-Final-Nights/blob/master/code/modules/tgs/LICENSE code/modules/tgs/LICENSE] for the MIT license. | |||
All assets including icons and sound are under a [https://creativecommons.org/licenses/by-sa/3.0/ Creative Commons 3.0 BY-SA license] unless otherwise indicated. |
Revision as of 01:16, 16 June 2025
Download and License
This page contains the information and steps needed to download the latest version of the code, compile it and host your own server.
All code after commit 333c566b88108de218d882840e61928a9b759d8f on 2014/31/12 at 4:38 PM PST is licensed under GNU AGPL v3.
All code before commit 333c566b88108de218d882840e61928a9b759d8f on 2014/31/12 at 4:38 PM PST is licensed under GNU GPL v3. (Including tools unless their readme specifies otherwise.)
See LICENSE and GPLv3.txt for more details.
The TGS DMAPI API is licensed as a subproject under the MIT license.
See the footer of code/__DEFINES/tgs.dm and code/modules/tgs/LICENSE for the MIT license.
All assets including icons and sound are under a Creative Commons 3.0 BY-SA license unless otherwise indicated.