1
0
mirror of https://github.com/turbodiesel4598/NuclearCraft synced 2025-09-26 15:54:41 +02:00

Compare commits

..

4 Commits

Author SHA1 Message Date
Tom Dodd
22b619f7a3
Update README.md 2020-11-26 16:17:44 +00:00
Tom Dodd
826f3b34c7
Update README.md 2020-11-26 16:10:40 +00:00
Tom Dodd
8bea70923e
Update README.md 2020-11-26 16:09:24 +00:00
Tom Dodd
cacb0782d3
Create LICENSE.md 2020-11-26 16:07:52 +00:00
2 changed files with 14 additions and 5 deletions

9
LICENSE.md Normal file
View File

@ -0,0 +1,9 @@
# The MIT License (MIT)
Copyright (c) 2020 "tomdodd4598"
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,15 +1,15 @@
NuclearCraft - Mod for Minecraft 1.7.10 - 1.12.2 NuclearCraft - Mod for Minecraft 1.12.2
============================================= =======================================
Summary Summary
------- -------
Adds nuclear physics and aims to bring quantum and particle physics to Minecraft Brings complex nuclear engineering to Minecraft!
YouTube Channel: https://www.youtube.com/c/NuclearCraftMod YouTube Channel: https://www.youtube.com/c/NuclearCraftMod
CurseForge Page: http://minecraft.curseforge.com/projects/nuclearcraft-mod CurseForge Page: https://www.curseforge.com/minecraft/mc-mods/nuclearcraft-mod
Wiki (WIP): https://ftb.gamepedia.com/NuclearCraft Wiki (WIP): https://ftb.gamepedia.com/NuclearCraft
@ -23,4 +23,4 @@ I welcome all bug reports, questions, suggestions and pull requests - I'd say mo
Permissions Permissions
----------- -----------
To paraphrase the late Christopher Hitchens, "Every time you prohibit someone from using your mod, you make yourself a prisoner of your own actions, because you deny yourself the opportunity to have people use it." I think this should give a reasonable idea of how little I care for licensing, but for those who want a little more formality, let it be stated that all code, excluding the bundled APIs from other mods (which are covered by their respective licenses), is available under the CC0 1.0 License (https://creativecommons.org/publicdomain/zero/1.0/). In practice, the license on any Minecraft mod I make means very little, but for those who want a some semblance of formality, let it be stated that all code, excluding any bundled APIs from other mods (which are covered by the respective licenses in their packages), is available under the [MIT License](https://github.com/turbodiesel4598/NuclearCraft/blob/master/LICENSE.md).