aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael VanOverbeek <[email protected]>2017-01-08 18:05:48 -0500
committerGitHub <[email protected]>2017-01-08 18:05:48 -0500
commit2950f6c0248082a16c345a553a0072e9b15fd033 (patch)
tree4cde77564e73f3faf64ed7b0a17426ec5c6713f3
parent78fcfce2522f0d3a16d148725beb4a6eafd6e215 (diff)
downloadshiftos_thereturn-2950f6c0248082a16c345a553a0072e9b15fd033.tar.gz
shiftos_thereturn-2950f6c0248082a16c345a553a0072e9b15fd033.tar.bz2
shiftos_thereturn-2950f6c0248082a16c345a553a0072e9b15fd033.zip
Update README to test our gitbot on discord
-rw-r--r--README.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0ba8d41..8a72a60 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,20 @@
# ShiftOS
-[![Build status](https://ci.appveyor.com/api/projects/status/ktdv3nt6c3q88g2t?svg=true)](https://ci.appveyor.com/project/ComputeLinux/shiftos)
The official, open-source, C# revamp of ShiftOS by Michael VanOverbeek and the ShiftOS devs.
+
+## Repository status:
+
+AppVeyor build status:
+[![Build status](https://ci.appveyor.com/api/projects/status/ktdv3nt6c3q88g2t?svg=true)](https://ci.appveyor.com/project/ComputeLinux/shiftos)
+
+## License
+
+We are licensed under the MIT license. All we ask is that you:
+
+1. Don't steal our code and call it yours
+2. If you fork us, please leave any copyright statements and license info at the top of all .cs files. You can use the InsertLicense executable to insert the statement into any code files missing the copyright statement.
+
+
+## Using our code for your own front-end project
+
+You may use the ShiftOS.Engine, ShiftOS.Objects, and ShiftOS.Server projects to create your own games. Just, please, include our original license and linkback to us in your game. After all, we spend a lot of time working on this!