diff options
author | bearbin <bearbin@gmail.com> | 2013-07-27 17:31:58 +0200 |
---|---|---|
committer | bearbin <bearbin@gmail.com> | 2013-07-27 17:31:58 +0200 |
commit | f605b3353efa933ea0aaca33170b38ae93d4905f (patch) | |
tree | 178d709f948c123e0f8aa1994104868b2bd086e1 | |
parent | Fixed xoft build link (diff) | |
parent | Added the license, so now it is clear for new people what it is. (diff) | |
download | cuberite-f605b3353efa933ea0aaca33170b38ae93d4905f.tar cuberite-f605b3353efa933ea0aaca33170b38ae93d4905f.tar.gz cuberite-f605b3353efa933ea0aaca33170b38ae93d4905f.tar.bz2 cuberite-f605b3353efa933ea0aaca33170b38ae93d4905f.tar.lz cuberite-f605b3353efa933ea0aaca33170b38ae93d4905f.tar.xz cuberite-f605b3353efa933ea0aaca33170b38ae93d4905f.tar.zst cuberite-f605b3353efa933ea0aaca33170b38ae93d4905f.zip |
-rw-r--r-- | CONTRIBUTORS | 11 | ||||
-rw-r--r-- | LICENSE | 13 |
2 files changed, 24 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS new file mode 100644 index 000000000..ebb5f37ed --- /dev/null +++ b/CONTRIBUTORS @@ -0,0 +1,11 @@ +Many people have contributed to MCServer, and this list attempts to broadcast at least some of them. + +faketruth (founder) +xoft +keyboard +STR_Warrior +mgueydan +tigerw +bearbin + +If you feel you have contributed enough to be included in this list, just put in a PR including yourself. diff --git a/LICENSE b/LICENSE new file mode 100644 index 000000000..566c55b46 --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ + Copyright MCServer Contributors + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. |