godotengine / godot-asset-library

PHP frontend for Godot Engine's asset library
https://godotengine.org/asset-library
MIT License
292 stars 87 forks source link

Assets cannot have multiple licenses #158

Open Bauxitedev opened 6 years ago

Bauxitedev commented 6 years ago

When submitting my open source game Meteorite to the asset store, I noticed a problem. The code is licensed MIT, and the assets are CC BY-SA 4.0, however in the asset library you can only select a single license per asset, so I had to pick one randomly. It would be nice to be able to select multiple licenses per asset.

This also means that e.g. when people search for "MIT", my asset won't appear in the search results, even though it is partially MIT licensed.

bojidar-bg commented 6 years ago

IMO, in this case, it should be mentioned as "MIT" licensed, since the code for sample projects is usually more important than the assets. That being said, maybe there should be another field for asset license?

menip commented 5 years ago

Just listing multiple licenses seems easier. Eg might have MIT for your code some CC* for art, and another for fonts.