Check out our latest project ✨ OpenChapter.io: free ebooks the way it was meant to be 📖

GodotLicensing

An asset by nathan
The page banner background of a mountain and forest
GodotLicensing hero image

Quick Information

0 ratings
GodotLicensing icon image
nathan
GodotLicensing

Adds a preset interface that shows an interactive list of all licenses. Custom licenses can be added through the GodotLicensing singleton.

Supported Engine Version
4.3
Version String
1.0.1
License Version
Unlicense
Support Level
community
Modified Date
2 months ago
Git URL
Issue URL

Nicense - Godot Licensing Made Easy

Licensing is complicated and tedious. This addon adds a preset window dialog and button that can show an interactive list of all engine licenses. Custom licenses can be added through the Nicense singleton.

func _ready():
    Nicense.add_product(Nicense.Product.new("My Project", [
        Nicense.Copyright.new(
            ["2021, Nathan Franke"],
            "My License"
        )
    ]))
    Nicense.add_license(Nicense.License.new("My License", "This software shall be used for good, not evil."))

README example of Nicense in use

Adds a preset interface that shows an interactive list of all licenses. Custom licenses can be added through the GodotLicensing singleton.

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
GodotLicensing icon image
nathan
GodotLicensing

Adds a preset interface that shows an interactive list of all licenses. Custom licenses can be added through the GodotLicensing singleton.

Supported Engine Version
4.3
Version String
1.0.1
License Version
Unlicense
Support Level
community
Modified Date
2 months ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers