Skip to content

nathanfranke/nicense

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

This addon is released into public domain (see LICENSE). You may sell or redistribute by any means without attribution.

Custom licenses example:

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 screenshot:

example

About

Godot Licensing Made Easy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages