Make licensing warning bigger

This commit is contained in:
Aaron Suen 2022-11-23 12:28:49 -05:00
parent 3ec66ca9e0
commit f38434798f

View File

@ -22,7 +22,9 @@ loadfile(minetest.get_modpath(modname) .. "/exported.lua")(function(def)
end)
```
**NOTE** that you are still responsible for complying with licensing for all media files in the export. This includes:
## Licensing Warning
You are still responsible for complying with licensing for all media files in the export. This includes:
- Tracing the origin of each file (the names should match, and be unique in any sane setup) and identifying the author and original license.
- Including attribution/credit in your resultant project.
- Complying with sublicensing requirements when selecting the license for your own projet containing these media.