From 749345a16ce1225365cf3c9cc55c4b933dc39048 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Tue, 20 Feb 2024 21:55:19 -0800 Subject: [PATCH] Initial commit --- CONTRIBUTING.md | 1 + LICENSE | 8 ++++++++ README.md | 12 ++++++++++++ 3 files changed, 21 insertions(+) create mode 100644 CONTRIBUTING.md create mode 100644 LICENSE create mode 100644 README.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..2c80bc8 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1 @@ +By contributing code to the [StrafesNET project public code](https://git.itzana.me/StrafesNET/game-public), you agree to license your contribution under the [License](LICENSE). \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..24f4f6e --- /dev/null +++ b/LICENSE @@ -0,0 +1,8 @@ +/******************************************************* +* Copyright (C) 2015-2023 Rhys Lloyd +* +* This file is part of StrafesNET bhop/surf. +* +* StrafesNET can not be copied and/or distributed +* without the express permission of Rhys Lloyd +*******************************************************/ \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..e4ff321 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +StrafesNET Roblox Public Code +============================= + +## This code is part of Roblox bhop/surf + +This is a publicly visible subset of the Roblox bhop/surf codebase. + +#### License +This code is not open source and is subject to the code [License](LICENSE). + +#### Contributing +See [Contributing](CONTRIBUTING.md). \ No newline at end of file