diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-12-02 11:40:04 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-12-02 11:40:04 +0200 |
commit | ed128fff263432f46cfbbc90657682b3c2c17132 (patch) | |
tree | 24717ee3a07e006c5421b392c55ba7dc6c39e9b2 | |
parent | a465fd5b99202c22c0b9e0ce5c59345f50501279 (diff) | |
download | minetest-ed128fff263432f46cfbbc90657682b3c2c17132.tar.gz minetest-ed128fff263432f46cfbbc90657682b3c2c17132.tar.bz2 minetest-ed128fff263432f46cfbbc90657682b3c2c17132.zip |
Add a note about mods being under CC BY-SA 3.0 like textures
-rw-r--r-- | README.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.txt b/README.txt index 060392415..1deb52dcb 100644 --- a/README.txt +++ b/README.txt @@ -195,10 +195,10 @@ cmake %sourcedir% -G "Visual Studio 10" -DIRRLICHT_SOURCE_DIR=%irrlichtpath% -DR "C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" PACKAGE.vcxproj /p:Configuration=Release popd -License of Minetest-c55 textures --------------------------------- +License of Minetest-c55 textures and mods +----------------------------------------- -This does not apply to texture packs made by others. +This applies to textures and mods contained in the main Minetest distribution. Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) http://creativecommons.org/licenses/by-sa/3.0/ |