diff options
| -rw-r--r-- | LICENSE.txt | 12 | ||||
| -rw-r--r-- | README.md | 8 | 
2 files changed, 11 insertions, 9 deletions
| diff --git a/LICENSE.txt b/LICENSE.txt index b0b181f..e213e6d 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -2,9 +2,10 @@ Minetest Mod Storage Drawers  ============================  Version 0.1-dev -License of source code (*.lua): -------------------------------- +License of source code and media (everything): +----------------------------------------------  Copyright (C) 2017 LNJ <git@lnj.li> +Copyright (C) 2016 Mango Tango <mtango688@gmail.com>  MIT License @@ -25,10 +26,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE  SOFTWARE. - - -License of media (sounds, textures, meshes): --------------------------------------------- -files: textures/* -copyright: (C) 2017 LNJ <git@lnj.li> -license: CC0 1.0 Universal (CC0-1.0) @@ -11,5 +11,13 @@ Version 0.1-dev, Status: alpha, License: MIT  You can report bugs and suggest ideas on [GitHub](http://github.com/lnj2/drawers/issues/new),  alternatively you can also [email](mailto:git@lnj.li) me. +## Credits +#### Thanks to: +* Justin Aquadro ([@jaquadro](http://github.com/jaquadro)), developer of the +	original Minecraft Mod (also licensed under MIT :smiley:) — Ideas / Inspiration +* Mango Tango <<mtango688@gmail.com>> ([@mtango688](http://github.com/mtango688)), +	creator of the Minetest Mod ["Caches"](https://github.com/mtango688/caches/) +	— I reused some code by you. :) +  ## Links  * [GitHub](http://github.com/lnj2/drawers/) | 
