Godot Licensing
by nathan
10
godot-licensing by nathanfranke
Adds a preset interface that shows an interactive list of all licenses. Custom licenses can be added through the GodotLicensing class.
Usage
Use the GodotLicensing
class to add custom copyrights and licenses (see below).
Use the LicensingInterface
node to show all copyrights and licenses to users.
Examples
Example copyright with license:
GodotLicensing.add_copyright({
&"name": "Example",
&"parts": [{
&"copyright": [
"2024 Example"
],
&"license": "Example",
}],
})
GodotLicensing.add_license({
&"name": "Example",
&"text": "Example text",
})
Example copyright without license:
GodotLicensing.add_copyright({
&"name": "Example",
&"parts": [{
&"copyright": [
"2024 Example"
],
}],
})
Copyright
This is free and unencumbered software released into the public domain. See LICENSE for details.
Paper SVG Vector by SVG Repo is licensed under CC0 1.0
Download
Version1.0.2
Download Now
Support
If you need help or have questions about this plugin, please contact the author.
Contact Author