godotengine / godot-asset-library

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

Allow assets with proprietary licenses #326

Closed dsnopek closed 6 months ago

dsnopek commented 6 months ago

Currently, assets on the asset library can only select from a list of Open Source licenses:

Selection_134

This PR adds a new option: "Proprietary (see LICENSE file)"

This can allow assets with proprietary licenses, where they put the details of the license into a LICENSE or LICENSE.txt or LICENSE.md or whatever.

I did my best to test it locally and it seems to be working, but this is my first time messing around with the asset library code, so hopefully there isn't any more that needs to be done.

coppolaemilio commented 6 months ago

Thanks!