mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-27 15:07:42 +00:00
Tweak to license.html inner readme
This commit is contained in:
parent
ad46848031
commit
a526bf7ad1
1 changed files with 4 additions and 3 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html id="home" lang="en">
|
<html id="home" lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
<title>MIT License</title>
|
||||||
<meta charset=utf-8>
|
<meta charset=utf-8>
|
||||||
<meta name=viewport content="width=device-width, initial-scale=0.70;">
|
<meta name=viewport content="width=device-width, initial-scale=0.70;">
|
||||||
<!--
|
<!--
|
||||||
|
|
@ -12,10 +13,10 @@
|
||||||
|
|
||||||
https://github.com/remy/mit-license
|
https://github.com/remy/mit-license
|
||||||
|
|
||||||
By adding a new record to users.json will yeild an MIT License on a
|
By adding a new JSON file to the users directory, it will yeild an
|
||||||
CNAME, for example:
|
MIT License on a CNAME, for example:
|
||||||
|
|
||||||
{ "rem": "Remy Sharp" }
|
{ "copyright": "Remy Sharp, http://remysharp.com" }
|
||||||
|
|
||||||
Means visiting http://rem.mit-license.org shows "Remy Sharp" as the
|
Means visiting http://rem.mit-license.org shows "Remy Sharp" as the
|
||||||
copyright holder. Namespaces will be on a first come first serve basis,
|
copyright holder. Namespaces will be on a first come first serve basis,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue