nathanfranke / nicense

Godot Licensing Made Easy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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."))

Example of Nicense in use

About

Godot Licensing Made Easy

License:The Unlicense


Languages

Language:GDScript 100.0%