sofar / entity_ai

An entity scripting engine for mobs and npcs
8 stars 2 forks source link

Licensing #2

Closed raymoo closed 8 years ago

raymoo commented 8 years ago

Though it looks like the repository might be meant more as just an in-progress preview of something you want to merge into minetest_game instead of a standalone mod, since the CC-BY-ND license would prevent it from getting in the mod releases forum. In that case, most of my non-technical criticisms would not apply.

sofar commented 8 years ago

The sole purpose of this project is to be merged in minetest_game, hence (1) the restrictive licensing to discourage people from forking and making their own MOB api, or worse, reusing it in other existing mob api's. (2) the CLA, which states that all content will be licensed much more freely if this code manages to make it into minetest_game.

As I'm the current author of all the code and the 3d models, I have asserted my right to put these restrictions on the project. I also do not have any reasons to prevent people from making PRs through github (and I expressly allow it, even though I think it's allowed implicitly).

Obviously it's not in the project's best interest to send out DMCA claims to people who make forks for the purpose of making a PR. I don't mind forks for personal use, even (the licenses allow it, explicitly). But if I find that my 3D models are put into a different mob API, then I have issues with that, since that's a "remix".

So, relax, the goal is to make this thing into minetest_game's monster API of choice. Nobody who genuinely tries to help the project will get into trouble.

sofar commented 8 years ago

It's not clear if documentation is meant to include code comments

never.