summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html13
1 files changed, 5 insertions, 8 deletions
diff --git a/index.html b/index.html
index d7875f9..5392c63 100644
--- a/index.html
+++ b/index.html
@@ -31,8 +31,7 @@
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
- <script type="text/javascript" src="http://www.ohloh.net/p/643300/widgets/project_partner_badge.js"></script>
-<h3>
+ <h3>
<a name="introduction" class="anchor" href="#introduction"><span class="octicon octicon-link"></span></a>Introduction</h3>
<p>QWebSockets is a pure Qt implementation of WebSockets - both client and server.
@@ -81,21 +80,18 @@ Only tests with <strong>invalid Unicode code points</strong> do <strong>not</str
</ul><h3>
<a name="license" class="anchor" href="#license"><span class="octicon octicon-link"></span></a>License</h3>
-<p>This code is licensed under LGPL v3.</p>
+<p>This code is licensed under LGPL v2.1.</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
- <p class="copyright">QWebSockets maintained by <a href="https://github.com/KurtPattyn">KurtPattyn</a><br/>
- <a href="http://be.linkedin.com/in/kurtpattyn">
- <img src="http://www.linkedin.com/img/webpromo/btn_viewmy_160x25.png" style="width:160px; border:0;" height="25" border="0" alt="View Kurt Pattyn's profile on LinkedIn">
- </a>
- </p>
+ <p class="copyright">QWebSockets maintained by <a href="https://github.com/KurtPattyn">KurtPattyn</a></p>
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
+
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
@@ -107,5 +103,6 @@ Only tests with <strong>invalid Unicode code points</strong> do <strong>not</str
} catch(err) {}
</script>
+
</body>
</html>