Specify credits and add a copy of the MIT license

master
Maksim 2022-05-30 17:16:31 +03:00
parent 6f40488755
commit 4a05c7739d
15 changed files with 93 additions and 104 deletions

View File

@ -17,7 +17,7 @@ MultiCraft_game is licensed under LGPLv3 (or higher). Resources games licensed u
You can help with development. But you should always publish your source code after making any changes.
Before any use of the MultiCraft_game source code or any part of it, you should familiarize yourself with [LGPL-3.0](doc/LGPL-3.0.md) and [License.md](doc/Licence.md)
Before any use of the MultiCraft_game source code or any part of it, you should familiarize yourself with [LGPL-3.0](doc/LGPL-3.0.md), [MIT](doc/MIT.md), [Credits](doc/Credits.md) and [License.md](doc/Licence.md).
Any code you add to this repository is automatically licensed as GNU LGPLv3 (or higher) and belongs to MultiCraft Project and/or the project owner without exception.
Adding code under a different license is only possible by agreement with the project owner and making appropriate notes.

90
doc/Credits.md Normal file
View File

@ -0,0 +1,90 @@
MultiCraft_game | Credits & Licenses
====================================
This document contains a (partial) list of credits for Open Source work we may have used in writing our game.
*Most of the resources mentioned here were used only as an idea or example of implementing something using the Minetest Engine. Others may have been used in part under Creative Commons, WTFPL, MIT or BSD licenses, or by permission of the author.*
---
**Beacons mod**
Source: [notabug.org](https://notabug.org/SpaghettiToastBook/beacons)
License: CC0 1.0
Credits: SpaghettiToastBook
We used code from this mod to create a proof-of-concept version of our Beacons mod and then kept some ideas in our implementation.
---
**Bonemeal mod**
Source: [notabug.org](https://notabug.org/TenPlus1/bonemeal)
License: MIT License
Credits: TenPlus1
Some functions are used in our other mods and an API has been recreated for compatibility with custom mods.
---
**Fireworks mod**
Source: [github.com](https://github.com/KaylebJay/fireworks)
License: MIT License
Credits: CalebJ
Used as an example for inspiration. Code and graphics were never used.
---
**Pie (cake) mod**
Source: [notabug.org](https://notabug.org/TenPlus1/pie)
License: MIT License
Credits: TenPlus1
A very simple and delicious mod inspired us to add cakes to the game.
---
**Pep: Player Effects Potions mod**
Source: [repo.or.cz](https://repo.or.cz/w/minetest_pep.git)
License: MIT License
Credits: Wuzzy
Used by us for a while, until it was replaced by a more modern version.
---
**ts_furniture mod**
Source: [github.com](https://github.com/minetest-mods/ts_furniture)
License: MIT License
Credits: Thomas-S
We borrowed some nodebox'es from here and used sit/stand (WTFPL) code until we came up with a better implementation.
---
**Ma & Pop's Furniture Mod mod**
Source: [github.com](https://github.com/Gerold55/ma_pops_furniture)
License: MIT License
Credits: Gerold55
We definitely looked through this mod looking for inspiration for our furniture models. Code and graphics were never used.

View File

@ -1,6 +1,7 @@
MIT License
========
Copyright (C) 2019 Thomas S.
Copyright (C) <year> <copyright holders>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -1,16 +0,0 @@
MultiCraft Game mod: bonemeal
=============================
See license.txt for license information.
This mod adds four new items into the game, bones which can be dug from normal
dirt which can be made into bonemeal, mulch which is is crafted using a tree and
8x leaves, and fertiliser which is a mixture of them both.
Each item can be used on saplings and crops for a chance to grow them quicker as
well as dirt which will generate random grass, flowers or whichever decoration
is registered.
https://forum.minetest.net/viewtopic.php?f=9&t=16446
License of source code:
-----------------------
Copyright (C) 2016 TenPlus1 (MIT)

View File

@ -1,21 +0,0 @@
The MIT License (MIT)
Copyright (c) 2016 TenPlus1
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
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.

View File

@ -1,2 +0,0 @@
# textdomain: bonemeal
Bone Meal=Костная Мука

View File

@ -1,12 +0,0 @@
MultiCraft Game mod: furniture
==============================
See license.txt for license information.
This mod adds basic furniture (Chairs, Tables, Small Tables, Tiny Tables, Benches).
https://github.com/minetest-mods/ts_furniture
License of source code:
-----------------------
Copyright (C) 2019 Thomas S (MIT)
Some node-boxes from https://forum.minetest.net/viewtopic.php?f=9&t=17421 (MIT)

View File

@ -1 +0,0 @@
default

View File

@ -1,16 +0,0 @@
# textdomain: ts_furniture
Chair=Стул
Table=Стол
Small Table=Маленький Стол
Tiny Table=Столик
Bench=Скамейка
Bedside Table=Прикроватный Стол
End Table=Тумбочка
Coffee Table=Кофейный Столик
Birch=Берёзов.
Pine=Соснов.
Acacia=Акациев.
Wooden=Яблочн.
Jungle Wood=Джунгли
Cherry Blossom=Сакуров.

View File

@ -1,10 +0,0 @@
MultiCraft Game mod: pie
========================
See license.txt for license information.
Pie mod adds cakes and pies to the game.
https://forum.minetest.net/viewtopic.php?f=9&t=13285
License of source code:
-----------------------
Copyright (C) 2016 TenPlus1 (MIT)

View File

View File

@ -1,21 +0,0 @@
The MIT License (MIT)
Copyright (C) 2016 TenPlus1
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
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.

View File

@ -1,3 +0,0 @@
# textdomain: pie
Cake=Торт
Pumpkin Pie=Тыквенный Пирог