mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-03-25 09:25:49 +00:00
37 lines
1.1 KiB
Text
37 lines
1.1 KiB
Text
<head>
|
|
<title>MIT License</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=0.7">
|
|
<!--
|
|
Welcome fellow open source developer. This project is here for you to
|
|
link to if you're like me and keep forgetting to include the
|
|
MIT-license.txt file.
|
|
|
|
Fork this project and send a pull request on:
|
|
|
|
https://github.com/remy/mit-license
|
|
|
|
By adding a new JSON file to the users directory, it will yield an
|
|
MIT License on a CNAME, for example:
|
|
|
|
{ "copyright": "Remy Sharp, https://remysharp.com" }
|
|
|
|
Means visiting https://rem.mit-license.org/ shows "Remy Sharp" as the
|
|
copyright holder. Namespaces will be on a first come first serve basis,
|
|
and I'm open to folk joining the GitHub project.
|
|
|
|
For more options (including linking and license version targeting)
|
|
see the README in the github hosted project.
|
|
|
|
Hope you find this useful too!
|
|
|
|
- @rem
|
|
|
|
-->
|
|
<!-- for HTML5 el styling -->
|
|
<script>
|
|
document.createElement('article');
|
|
document.createElement('footer');
|
|
</script>
|
|
<link rel="stylesheet" href="/themes/<%= theme %>.css">
|
|
</head>
|