forked from happi/theBeamBook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
license.html
23 lines (23 loc) · 1.02 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
<!DOCTYPE html>
<html lang="en-US" prefix="og: http://ogp.me/ns#" class="no-js">
<head>
<title>License</title>
</head>
<body>
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.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">The Erlang Runtime System</span>
by <a xmlns:cc="http://creativecommons.org/ns#"
href="https://github.com/happi/theBeamBook"
property="cc:attributionName" rel="cc:attributionURL">Erik Stenman</a>
is licensed under a <a rel="license"
href="http://creativecommons.org/licenses/by/4.0/">Creative Commons
Attribution 4.0 International License</a>.<br />Based on a work
at <a xmlns:dct="http://purl.org/dc/terms/"
href="https://github.com/happi/theBeamBook"
rel="dct:source">https://github.com/happi/theBeamBook</a>.
</body>
</html>