Hi Mike, welcome the forums
I am not a lawyer but I do have some experience in this community with the copyright side of things. I will try to walk you through your questions while adding info in each section. By the end of the post, you hopefully will be up to speed. Also note that while we have things like the Berne convention, copyright law does vary from country to country.
Mike12345 wrote: ↑Sun Apr 13, 2025 19:42
Is there a licence at all? Is there more than one?
Licences are a grant under copyright law. In my country of Australia, according to the
Attorney-General's Department
Australian Government, Attorney General's Department wrote:
Copyright provides an owner of a material with exclusive economic rights to do certain acts with that material. These rights include the right to copy and the right to communicate the material to the public.
Copyright also provides authors and performers with non-economic rights, known as moral rights. Moral rights recognised in Australia are the right of integrity, the right of attribution and the right against false attribution.
Thankfully, the free software (& open source) and free culture licences that most content for Luanti is published under give you a lot of rights to use the content for any purpose and make derivative works from it, and make money from those derivative works. Attribution is required in some cases, according to the terms of the licence.
There is a licence on the core program/engine "Luanti" itself, then licences on any game you play and any content (a useful catch-all for games, mods, texture packs, sounds, models) you install for it. These are considered separate works but also a combined work when together, subject to all the licences at the same time. Then any modifications you apply on top yourself are also part of the combined work. Screenshots, videos and sound recordings are derivative works or performances.
When talking about screenshots and videos of the gameplay, we do not really need to discuss source code licences. Those are only relevant if you were distributing modified versions of the engine or mods, so we'll leave them out for now to simplify the discussion.
Mike12345 wrote: ↑Sun Apr 13, 2025 19:42
Do I have to include any notices alongside the screenshots and videos, like "these screenshots have been made in Luanti"?
The core engine is under the GNU Lesser General Public Licence version 2.1 or later. That licence has terms where the only real restrictions are on re-using the source code with other software programs, and have no restrictions on performance. No statement is needed at that level.
The content that you install will come under a few different kinds or "levels" of licences. As concerns media licences (ones that cover the non-source-code portions of content), almost all Luanti content uses licences from
Creative Commons.
- At the least restrictive, some content is published into the public domain or through a licence like CC0 (some jurisdictions don't have a concept of "public domain").
- For some licences, one needs to give attribution to the author(s) for uses of the content. These are the Creative Commons licences with "BY" in the name. Whenever you use content under BY terms, you need to make the authors clear. There are a few suitable ways, such as captions or - for video sharing sites like YouTube - in the video description.
- For some licences, there is a a ShareAlike (SA) requirement that you must not restrict others from further sharing copies of the content. This means your screenshots and videos must be copyable and shareable by others. This does not mean you are not allowed to charge for access to them though, but you cannot stop others re-sharing under the terms of the licence (you may, however, choose at your discretion to stop selling in future to people who do re-share)
- Some content, thankfully not much, may be under Creative Commons licences with No-Derivatives terms (like BY-ND). This means that while you can download and play it, you cannot creative derivative works or adaptations. You shouldn't post screenshots or videos if you used ND-licensed content. ND terms are not allowed on ContentDB.
- Some content, thankfully not much, may be under Creative Commons licences with Non-commercial terms (like BY-NC). This means that you can play with the content and share screenshots and videos of it, you are not allowed to do so for a commercial purpose, so no ad revenue from your blog site or YouTube. You could choose to do this if you want, but you do so knowing that you forego revenue.
The creative commons licences do take a bit to read, but they have a lot in common, so it may be worth
doing. Another thing you should know is CC licences also include the restriction that you cannot apply restrictions like DRM to stop people downloading and sharing the content, and that the 4.0 licences are an improvement on the 3.0 licences because of the reduction in the ability to copyright troll with them (using takedown notices and suing people very shortly after) -
ref. I can't see why most people haven't adopted them other than that they don't realise the later versions exist or think there's negligible difference - the 3.0 licences are even compatible with 4.0 licences (we'll get to compatibility later).
Mike12345 wrote: ↑Sun Apr 13, 2025 19:42
Do I have to provide a licence for my screenshots and videos? If there is a licence implied, can I change it?
Unlike some proprietary programs, Luanti imposes no ownership or "royalty-free worldwide non-exclusive grant of license" over what you do with it. This is unfortunately common with proprietary games like Warcraft III Reforged, where any custom map you create is theirs.. they wouldn't want another DoTa getting away from them. On the contrary, any images you create with Luanti with 100% your own content remain 100% yours. You could let such images persist in their default "all rights reserved" state if you wanted (and your jurisdiction has this as a default, and with exceptions in some jurisdictions for fair use or fair dealing).
But in the more realistic scenario you will probably reuse content in screenshots and videos of Luanti. Your licence must be compatible with the content licences of any content visible (and for video, audible). You cannot change the terms of any of those licences, however your different licence may be compatible. The best way to guarantee that is to simply adopt the most restrictive of the licences (see the list of terms in the above section). Writing your own licence is fraught with danger, I can't recommend it. See also
Please stop using WTFPL.
For instance:
- If you were playing with a game, without any additional content, with its textures under CC BY 3.0 or 4.0, I would recommend the same CC licence for your own work. You could also choose CC BY-SA since it is compatible - see this matrix for compatibility and CC's official advice.
- If you were playing the same game, but with a CC BY-SA 4.0 texture pack, I would recommend that licence as your own licence.
Mike12345 wrote: ↑Sun Apr 13, 2025 19:42
Can I change the screenshots and videos, like cut out some part of a screenshot, or include captions in a video, or combine the screenshot or video with other content, possibly under a different licence?
The CC licences give you all of these rights in allowing derivatives.
Combining the content with commercial licences that have restrictions on sharing and reuse may create a conflicting scenario where you can't do that. For instance, some "royalty-free" licences on content (textures, models, sounds from library sites) require that you use technological restrictions to try to prevent users from extracting that content from a combined work. This is directly opposed to the clause of CC 4.0 licences that disallows that. You could make a video with such content, but you couldn't make a downloadable mod, or at least not one publishable on ContentDB.
Mike12345 wrote: ↑Sun Apr 13, 2025 19:42
Can I then still describe them as "Luanti screenshots and videos"?
The engine's LGPL 2.1+ licence does not say anything about when you can or can't. As long as you are not trying to misrepresent the origin of things or defame the authors of Luanti (basically, things that fall under other laws than copyright or can't be signed away with copyright), then you should be in the clear. You could also accurately call a lot of screenshots "Minetest screenshots", probably even on releases that are named Luanti. Screenshots of forks like Freeminer or your own potential engine fork could also accurately be described as being screenshots of those games. I don't know of any law that places restrictions on naming things, not in a copyright context; you would have to know about some other applicable law about making false or misleading statements.
Since attribution is a requirement for most content for Luanti, you would expect to have to attribute those works properly, including making statements about the nature of those works. For instance "This screenshot is of Minetest Game, a game for Luanti, (c) <years> the Minetest Game contributors".
Mike12345 wrote: ↑Sun Apr 13, 2025 19:42
Can I publish the screenshots and videos in any other places other than my blog, like social media?
There is no discrimination in Creative Commons licences about the place where the content is posted to. But you have to follow the terms of use (and other potentially applicable legal documents) of the website that you are using.
YouTube only provides two licence options for licensing your content to them and onto further users (
ref). All rights reserved, where technically users aren't even meant to download the video (would be against the terms of the media licence usually), or CC BY (I think CC BY 3.0 specifically). IANAL, however I would tell you that this is mostly fluff, and you can state your own licence in the video description. If you wanted to be stricter, then you could still upload to YouTube, but also somewhere else like your own website that you know isn't bound to their terms of service. (In the end there is always a terms of service (ToS) from someone: a ToS on website/VPS hosting or a ToS on your home internet connection, but those usually don't restrict you except to tell you to follow the law and not abuse their networks).
Mike12345 wrote: ↑Sun Apr 13, 2025 19:42
If in the future I decide to make the screenshots and videos part of a product or service that I would like to sell, can I do it? If so, what responsibilities do I have in such situation? What licences apply?
I have mentioned this incidentally previously, and the answer is yes for any licence unless it has non-commercial or no-derivatives restrictions. Let's go through the list of creative commons restriction clauses again:
- Public domain and CC0-licensed works have no restrictions. You just need to make sure that the use of the work is within the law. For instance, Steamboat Willie entered the public domain by expiration in 2024, but reuse of later representations of Mickey Mouse are not allowed under copyright law.
- Attribution licences: You need to convey the attribution properly in the sold product. For instance, if you sold a screenshot, you need to keep a text record attached about its origin. In a zip archive, you would have a LICENSE.txt file with info about each file. On a stock image website, attribution on the store page might be sufficient (but anyone who buys the work has to preserve attribution if they republish as well).
- ShareAlike licences: Anyone who is sold a copy of the work has the right to copy it as they please as long as they preserve the same right (the same as you had to). Your only way to cut off someone who redistributes sold SA content is to stop selling to them in future.
- No-Derivatives licences: I believe you are allowed to sell these, but only in unmodified form, which makes it probably a hard sell if you can just get it elsewhere for free.
- Non-commercial licences obviously stop you from selling.
The licence that applies is, as usual, the most restrictive of your compatible CC licences, plus the terms of any source code licences if you are distributing those (which also combine in a hierarchy like: Public Domain > MIT/BSD > LGPL > GPL > AGPL > CC BY-ND > other proprietary licences).
Mike12345 wrote: ↑Sun Apr 13, 2025 19:42
To the best of my knowledge, currently I don't use any mods, or any non-default "content" whatsoever. (I'm using quotation marks because I don't know Luanti that much.) But if I start to use it in the future, will it change anything when it comes to the questions above?
Does any of the things above depend on the particular version of Luanti I use? Currently I use 5.1.1, but I may change it in the future.
Luanti can't realistically be used without additional content. It's like trying to drink out of an empty glass. If what you are saying is accurate and you are on 5.1.1 (which is over 5 years old! whereas 5.11.0 is only 2 months old), and playing a game without having installed anything extra, you must be playing
Minetest Game which used to ship with the engine. The licences of that game apply; see the source code for the licence information.
As answered above, it depends entirely on the content licences, not the engine, as to how this will affect your future scenario.
The context of that thread is about "screenshot.png" files, which are files that are a screenshot of content (a mod or texture pack), and how to licence them, since they may contain other works. Since mods are conveyed to others just as screenshots on your blog or on a video site YouTube are, a lot of what is said there is relevant to copying. But that discussion is also lead by "REUSE", which is a standard for letting automatic systems know about the copyright info on each file, so that software projects can really easily reuse components - so the intent of copying might be quite different from your own.
Mike12345 wrote: ↑Sun Apr 13, 2025 19:42
Ideally I'd like to know as much details as possible. That is, even if there is a single licence covering all of my questions, then I'd probably need some clarification anyway. I'd also be grateful for general explanation, since I am literally in the dark about this topic.
I hope I have at least introduced you to most of the ideas that are relevant here. Law is complicated at the best of times.
I haven't covered some of the tangentially related topics like fair use (or in Australia, fair dealing), a concept only present in some countries. I can only speak to my superficial understanding of copyright law from America and Australia and not your own local circumstances.