Simple License

An asset by GradyTheDev
The page banner background of a mountain and forest
Simple License hero image

Quick Information

0 ratings
Simple License icon image
GradyTheDev
Simple License

A simple plugin, to make dealing with licensing simple.License: CC0-1.0Currently supports loading license files you provide, and even license files that mods provide.Look at the Readme for more informationQuick Example: (A License Viewer Scene, that you can also drop into one of your game scenes)Run the Scene at res://addons/simplelicense/GUI/LicenseGUI.tscn and take a look around If you want to export those licenses for external viewing. click on the "open data directory" button then click on the "save licenses" button and watch the data directory populate with license files

Supported Engine Version
4.0
Version String
1.1.2
License Version
CC0
Support Level
community
Modified Date
1 year ago
Git URL
Issue URL

A simple plugin, to make dealing with licensing simple. Files: ./addons/simplelicense/* License: CC0-1.0

Developed in Godot version: v4.0.beta.custom_build [166df0896]

Quick Example: (A License Viewer Scene, that you can also drop into one of your game scenes) Run the Scene at res://addons/simplelicense/GUI/LicenseGUI.tscn

look around, then
click on the "open data directory" button
then click on the "save licenses" button
and watch the data directory populate with license files

Quick Start: 1. Create a "LicenseLink" Resource file inside the res://licenses/license_links/

2. Click on the the new Resource file, and try it out
    There are docs on how to use it, so just F1 + LicenseLink, to find out more

3. Load license information
    Create an instance of "LicenseManager" either in code or by adding the node to the scene
    then call "load_license_information" on the LicenseManager

4. Export License information
    call "export" function on the LicenseManager
    it will populate the "user://" directory with your license files
    one combined "COPYRIGHT.txt" file
    and individual copyright files into "user://licenses/<license_identifier>.txt".
    The license text will be formatted in the SPDX standard.
    It's the way the Godot Engine does it.
     in the Godot Editor: Help -> About Godot -> Third-party Licenses
    There is more you can do, just visit the docs!
    (Like support for loading mod's license information!)

A simple plugin, to make dealing with licensing simple.

License: CC0-1.0

Currently supports loading license files you provide, and even license files that mods provide.

Look at the Readme for more information

Quick Example: (A License Viewer Scene, that you can also drop into one of your game scenes)

Run the Scene at
res://addons/simplelicense/GUI/LicenseGUI.tscn
and take a look around

If you want to export those licenses for external viewing.
click on the "open data directory" button
then click on the "save licenses" button
and watch the data directory populate with license files

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
Simple License icon image
GradyTheDev
Simple License

A simple plugin, to make dealing with licensing simple.License: CC0-1.0Currently supports loading license files you provide, and even license files that mods provide.Look at the Readme for more informationQuick Example: (A License Viewer Scene, that you can also drop into one of your game scenes)Run the Scene at res://addons/simplelicense/GUI/LicenseGUI.tscn and take a look around If you want to export those licenses for external viewing. click on the "open data directory" button then click on the "save licenses" button and watch the data directory populate with license files

Supported Engine Version
4.0
Version String
1.1.2
License Version
CC0
Support Level
community
Modified Date
1 year 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