From a58ef914ff62cb6f995aaa8ce2951c6eb478b362 Mon Sep 17 00:00:00 2001
From: "Paul A. Rubin" <rubin@msu.edu>
Date: Mon, 10 Dec 2018 17:44:43 -0500
Subject: [PATCH] Trying HTML version of license.

---
 LICENSE.html | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 LICENSE.html

diff --git a/LICENSE.html b/LICENSE.html
new file mode 100644
index 0000000..d7993e9
--- /dev/null
+++ b/LICENSE.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>LICENSE</title>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  </head>
+  <body>
+    <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">
+      <img alt="Creative Commons License" style="border-width:0"
+           src="https://i.creativecommons.org/l/by/3.0/88x31.png" />
+    </a>
+    <br />
+    This work is licensed under a 
+    <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">
+      Creative Commons Attribution 3.0 Unported License
+    </a>.
+  </body>
+</html>
-- 
GitLab