Nicense

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

Quick Information

0 ratings
Nicense icon image
nathan
Nicense

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.

Supported Engine Version
3.3
Version String
1.0.1
License Version
Unlicense
Support Level
community
Modified Date
2 years 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

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.

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
Nicense icon image
nathan
Nicense

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.

Supported Engine Version
3.3
Version String
1.0.1
License Version
Unlicense
Support Level
community
Modified Date
2 years 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