-
Notifications
You must be signed in to change notification settings - Fork 0
/
license.html
26 lines (15 loc) · 1.42 KB
/
license.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<html>
<head>
<style>
body {margin: 0; padding: 0; background: #eee;}
#wrap {max-width: 960px; margin: 3em auto; border: 1px solid #ddd; background: #fff; padding: 1em 2em;}
h1 {font-family: Helvetica, Arial, sans-serif; font-weight: normal; color: #444;}
</style>
</head>
<body>
<div id="wrap">
<h1>Project MyGov Design Assets License</h1>
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/InteractiveResource" property="dct:title" rel="dct:type">Project MyGov</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://whitehouse.gov/innovationfellows" property="cc:attributionName" rel="cc:attributionURL">Danny Chapman</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en_US">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License</a>.<br />Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" href="http://whitehouse.gov/innovationfellows" rel="dct:source">http://whitehouse.gov/innovationfellows</a>.<br />Permissions beyond the scope of this license may be available at <a xmlns:cc="http://creativecommons.org/ns#" href="http://my.usa.gov" rel="cc:morePermissions">http://my.usa.gov</a>.
</div>
</body>
</html>