Skip to content

Commit

Permalink
Revert "Update README.md"
Browse files Browse the repository at this point in the history
This reverts commit 7f173cf.
  • Loading branch information
JakeDaBoss committed Sep 25, 2018
1 parent 7f173cf commit d95034d
Showing 1 changed file with 29 additions and 4 deletions.
33 changes: 29 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
# This repository is now archived and deprecated. This will no longer be updated. Please send an e-mail through our Forum's contact form to inquire.
---

# SCP13 Repository

[Website](https://www.scp13.site) - [Code](https://github.com/SS13-SCP13/SS13-SCP13)
Expand All @@ -10,3 +6,32 @@
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/ss13-scp13/ss13-scp13.svg)](http://isitmaintained.com/project/ss13-scp13/ss13-scp13 "Average time to resolve an issue")
[![Percentage of issues still open](http://isitmaintained.com/badge/open/ss13-scp13/ss13-scp13.svg)](http://isitmaintained.com/project/ss13-scp13/ss13-scp13 "Percentage of issues still open")
[![forthebadge](https://forthebadge.com/images/badges/built-with-science.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/no-ragrets.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/powered-by-responsibility.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/its-not-a-lie-if-you-believe-it.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/thats-how-they-get-you.svg)](https://forthebadge.com)


---

### LICENSE
The code for SCP13 is licensed under the [GNU Affero General Public License v3](http://www.gnu.org/licenses/agpl.html), which can be found in full in LICENSE-AGPL3.txt.

Code with a git authorship date prior to `1420675200 +0000` (2015/01/08 00:00) is licensed under the GNU General Public License version 3, which can be found in full in LICENSE-GPL3.txt.

All code where the authorship dates are not prior to `1420675200 +0000` is assumed to be licensed under AGPL v3, if you wish to license under GPL v3 please make this clear in the commit message and any added files.

If you wish to develop and host this codebase in a closed source manner you may use all commits prior to `1420675200 +0000`, which are licensed under GPL v3. The major change here is that if you host a server using any code licensed under AGPLv3 you are required to provide full source code for your servers users as well including addons and modifications you have made.

See [here](https://www.gnu.org/licenses/why-affero-gpl.html) for more information.

tgui clientside is licensed as a subproject under the MIT license.
Font Awesome font files, used by tgui, are licensed under the SIL Open Font License v1.1
tgui assets are licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/).

See tgui/LICENSE.md for the MIT license.
See tgui/assets/fonts/SIL-OFL-1.1-LICENSE.md for the SIL Open Font License.

All assets including icons and sound are under a [Creative Commons 3.0 BY-SA license](http://creativecommons.org/licenses/by-sa/3.0/) unless otherwise indicated.

### GETTING THE CODE
The simplest way to obtain the code is using the github .zip feature.
The recommended way is to download our most recent releases, as they are confirmed to be stable and compiling.

Compiling, running and administrating the code is unsupported by official staff of this project. If you're unfamiliar with this process, you're ill-advised to undertake this process.

0 comments on commit d95034d

Please sign in to comment.