forked from peter/ruby_basic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLICENSE.html
More file actions
10 lines (10 loc) · 894 Bytes
/
LICENSE.html
File metadata and controls
10 lines (10 loc) · 894 Bytes
1
2
3
4
5
6
7
8
9
10
<html>
<head>
<title>Ruby Basic License</title>
</head>
<body>
<div style="text-align: center">
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by/3.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text" property="dct:title" rel="dct:type">Ruby Basic</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://marklunds.com" property="cc:attributionName" rel="cc:attributionURL">Peter Marklund</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported License</a>.<br />Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" href="https://github.com/peter/ruby_basic" rel="dct:source">github.com</a>.
</div>
</body>
</html>