Skip to content

Generate software licenses dynamically with the use of query parameters.

License

Notifications You must be signed in to change notification settings

dynamic-license/dynamic-license.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic License

Generate software licenses dynamically with the use of query parameters.

license

Purpose

Generate software licenses dynamically with the use of query parameters. This site eliminates the problem of linking software licenses. If your software's license is not public facing or is not served anywhere, it is a common occurrence to link to a templated software license. The only problem is that the copyright date, owner, organization, and many other parameters are not filled out when using that particular solution. This site aims to solve this very small but legally impactful problem.

Get Started

Pick one of the common software licenses below. Once there, you will notice that some text is colored differently. These are placeholders that are configurable through the URL's query parameters. The text between the angle brackets is the query key and the value is what every you want it to be. Consider the following customized license:

https://dynamic-license.github.io/MIT?year=2018&owner=You

Contribute

If you would like to contribute a common software license, then please open a pull request.