Quick and dirty repo for license embeds on GameBanana, designed to mimic how GitHub presents its licensing summaries.
- Navigate to https://alexankitty.github.io/GB-LicenseEmbeds/LicenseSelector.html in your broswer.
- Use the drop down to select the license type you need.
- You can edit the html as needed, the page will also update once you stop typing.
- Click copy, or select all of the text in the codeblock and copy it.
- In GameBanana, open the Edit page for your submission.
- Select the Ownership tab and scroll down to the License area.
- Select the Source tab in the License area and paste the contents of the
html
file. - Configure the License Checklist appropriately, then save your submission.
- You can install this on GameBanana and use it directly on the site here.
- Open the
html
file of the license you would like to use in a text editor and copy its contents. - In GameBanana, open the Edit page for your submission.
- Select the Ownership tab and scroll down to the License area.
- Select the Source tab in the License area and paste the contents of the
html
file. - Configure the License Checklist appropriately, then save your submission.
If you need another license type added that GitHub has a summary for, let me know or make a PR and update an existing one.
- CC license shields are sourced from licensebuttons.net.
- Text license shields are generated from Shields.io.
- code-input and highlight-js for the syntax highlighting.
- Uses Nord port to highlight-js for the theming.
All of the licenses in this repo are provided as-is with no recommendations on which license you should pick. It is still your responsibility to do the research on the license type that best fits your project and to consult an attorney as needed.