Update year in Copyright

master
MoNTE48 2022-01-03 14:51:38 +01:00
parent ce1f519ce2
commit 86fe0c99c5
2 changed files with 9 additions and 6 deletions

View File

@ -1,16 +1,19 @@
MultiCraft Open Source
======================
MultiCraft is an Open Source sandbox game inspired by [Minecraft](https://minecraft.net/).
[![License](https://img.shields.io/badge/license-LGPLv3.0%2B-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0.en.html)
[![License: CC BY-SA 4.0](https://img.shields.io/badge/License-CC_BY--SA_4.0-orange.svg)](https://creativecommons.org/licenses/by-sa/4.0/)
MultiCraft is based on the Minetest project, which is developed by a [number of contributors](https://github.com/minetest/minetest/graphs/contributors).
MultiCraft is an Open Source sandbox game.
Copyright © 2014-2021 Maksim Gamarnik [MoNTE48] <MoNTE48@mail.ua> & MultiCraft Development Team.
MultiCraft is based on the Minetest Engine, which is developed by a [number of contributors](https://github.com/minetest/minetest/graphs/contributors).
The engine and the game is licensed under LGPLv3 (or higher). Resources games licensed under CC-BY-SA 4.0, unless otherwise stated.
Copyright © 2014-2022 Maksim Gamarnik [MoNTE48] <MoNTE48@mail.ua> & MultiCraft Development Team.
The engine and the game is licensed under LGPLv3 (or higher). Resources games licensed under CC BY-SA 4.0, unless otherwise stated.
You can help in the development. But you should always publish your source code after any changes.
Before any use of the MultiCraft source code or any part of it, you should be familiar with [LGPL-3.0](doc/LGPL-3.0.md) and [Other License.md](doc/Other%20License.md)
Any code that you push to this repository is automatically licensed as LGPLv3 (or higher) and belongs MultiCraft Project and/or the owner of the project without exception.
Adding code under another license is possible only by agreement with the project owner and the creation of appropriate notes.
Adding code under another license is possible only by agreement with the project owner and the creation of appropriate notes.

View File

@ -102,7 +102,7 @@ return {
local version = core.get_version()
return "label[0.1,0;" ..
"MultiCraft Open Source, ver. " .. version.string .. "\n" ..
"Copyright (C) 2014-2021 MultiCraft Development Team\n" ..
"Copyright (C) 2014-2022 MultiCraft Development Team\n" ..
"License: GNU LGPLv3.0+ and CC BY-SA 4.0]" ..
"button[9.5,0;2.5,0.5;homepage;Home Page]" ..
"button[9.5,0.8;2.5,0.5;privacy;Privacy Policy]" ..