Skip to content

Commit

Permalink
Updated license with JNA/JMonkey/OpenVR details.
Browse files Browse the repository at this point in the history
  • Loading branch information
Automat-GH committed Mar 20, 2016
1 parent d97b8c7 commit a1f151a
Showing 1 changed file with 75 additions and 3 deletions.
78 changes: 75 additions & 3 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,63 @@ LICENSE:

There are several components involved in Minecrift, each with their own license.

The original Minecraft source (not included here), is Copyright 2013 Mojang
The original Minecraft source (not included here), is Copyright Mojang
AB. They retain exclusive rights to their code, but have been generally
supportive of the modding community and have permitted patches of their source
code to be redistributed. Using the code in patches/ does not grant you a
license to Minecraft; instead, its use is contingent upon a license from Mojang
for Minecraft itself. (Buy the game!)
for Minecraft itself. (Buy the game!) The Minecraft EULA grants permission
to create and distribute mods:

https://account.mojang.com/documents/minecraft_eula

The Minecraft Coder Pack (MCP) is not redistributed here, and remains
copyright the MCP team (see http://mcp.ocean-labs.de/index.php/MCP_Releases
for more information). We make use of their scripts, but do not modify them.
Use of MCP is without warranty and without support.

Finally, the Minecrift code (/src/) is Copyright Pete Tabram and Mark Browning
The Minecrift code (/src/) is Copyright Pete Tabram and Mark Browning
2013, but is licensed for use under the LGPL 3.0 or later. A copy of this
license is included below.

JOpenVR is part of the JMonkeyVR project and generated by JNAerator.
JMonkeyEngine is released under the New BSD (3-clause) License. JNAerator
is written and maintained by Olivier Chafik and is distributed under the
terms of the LGPL license. A copy of the JNAerator license can be found at:

https://code.google.com/archive/p/jnaerator/wikis/CreditsAndLicense.wiki

JNA is dual-licensed under 2 alternative Open Source/Free
licenses: LGPL 2.1 and Apache License 2.0. (starting with
JNA version 4.0.0).

What this means is that one can choose either one of these
licenses (for purposes of re-distributing JNA; usually by
including it as one of jars another application or
library uses) by downloading corresponding jar file,
using it, and living happily everafter.

You may obtain a copy of the LGPL License at:

http://www.gnu.org/licenses/licenses.html

A copy is also included in the downloadable source code package
containing JNA, in file "LGPL2.1", under the same directory
as this file.

You may obtain a copy of the ASL License at:

http://www.apache.org/licenses/

A copy is also included in the downloadable source code package
containing JNA, in file "ASL2.0", under the same directory
as this file.

OpenVR is Copyright (c) 2015, Valve Corporation:

https://github.com/ValveSoftware/openvr

A copy of the OpenVR license is below.


GNU LESSER GENERAL PUBLIC LICENSE
Expand Down Expand Up @@ -185,3 +226,34 @@ whether future versions of the GNU Lesser General Public License shall
apply, that proxy's public statement of acceptance of any version is
permanent authorization for you to choose that version for the
Library.


OpenVR License:

Copyright (c) 2015, Valve Corporation
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products derived from this software without
specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

0 comments on commit a1f151a

Please sign in to comment.