forked from mrlan/LRR
134 lines
3.7 KiB
HTML
134 lines
3.7 KiB
HTML
|
<!doctype html>
|
||
|
<html class="no-js" lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||
|
<title>LRRS Home Page</title>
|
||
|
<meta name="description" content="">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
|
||
|
|
||
|
<!-- Place favicon.ico in the root directory -->
|
||
|
<link rel="stylesheet" href="style.css">
|
||
|
|
||
|
</head>
|
||
|
<body style="padding-left:80px;padding-right:80px;">
|
||
|
|
||
|
|
||
|
<div class="wrapAll clearfix">
|
||
|
<div class="sidebar">
|
||
|
<div class="logo">
|
||
|
<a href="http://118.25.96.118/nor"><img src='logo_text.png' alt="LRR Logo"></a>
|
||
|
</div>
|
||
|
<div class="navigation">
|
||
|
<ul>
|
||
|
<li><a href="index.html">Home</a></li>
|
||
|
|
||
|
</ul>
|
||
|
<h3>About LRRS</h3>
|
||
|
<ul>
|
||
|
<li><a href="Overview.html">Overview</a></li>
|
||
|
<li><a href="quickstart.html">Quick Start</a></li>
|
||
|
<li><a href="features.html">Features</a></li>
|
||
|
<li><a href="screenshots.html">Screenshots</a></li>
|
||
|
<li><a href="DevelopmentPlan.html">Development Plan</a></li>
|
||
|
</ul>
|
||
|
<h3>Getting LRRS</h3>
|
||
|
<ul>
|
||
|
<li><a href="sourcecode.html">Source Download</a></li>
|
||
|
<li><a href="installation.html">Installation Guide</a></li>
|
||
|
<li><a href="license.html"><b>License</b></a></li>
|
||
|
</ul>
|
||
|
<h3>Community</h3>
|
||
|
<ul>
|
||
|
<li><a href="mailing.html">Mailing Lists</a></li>
|
||
|
<li><a href="issues.html">Report Issues</a></li>
|
||
|
|
||
|
</ul>
|
||
|
|
||
|
|
||
|
</ul>
|
||
|
<h3>About us</h3>
|
||
|
<ul>
|
||
|
|
||
|
<li><a href="contact.html">Contact us</a></li>
|
||
|
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
</div>
|
||
|
<div class="mainsection">
|
||
|
<div class="headerLinks">
|
||
|
This page was last edited on 14 December 2019 by Hui
|
||
|
</div>
|
||
|
<div class="tabs clearfix">
|
||
|
<div class="tabsLeft">
|
||
|
<ul>
|
||
|
<li class="menubox"><a href="index.html" class="active">Home</a></li>
|
||
|
<li ><a href="overview.html" class="menubox">Overview</a></li>
|
||
|
|
||
|
<li ><a href="#" class="menubox">Features</a></li>
|
||
|
<li><a href="screenshots.html" class="menubox">Screenshots</a></li>
|
||
|
|
||
|
<li><a href="sourcecode.html" class="menubox">Source Code</a></li>
|
||
|
<li ><a href="#" class="menubox">Contact us</a></li>
|
||
|
|
||
|
</ul>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
</div>
|
||
|
<div class="article">
|
||
|
|
||
|
<h2> License </h2>
|
||
|
<b>MIT License </b>
|
||
|
|
||
|
<br>
|
||
|
Copyright (c) 2019 Mohamed Nor and Elmahdi Houzi
|
||
|
|
||
|
<br>
|
||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||
|
of this software and associated documentation files (the "Software"), to deal
|
||
|
in the Software without restriction, including without limitation the rights
|
||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||
|
copies of the Software, and to permit persons to whom the Software is
|
||
|
furnished to do so, subject to the following conditions:
|
||
|
<br><br>
|
||
|
The above copyright notice and this permission notice shall be included in all
|
||
|
copies or substantial portions of the Software.
|
||
|
<br><br>
|
||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||
|
SOFTWARE.
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</div>
|
||
|
<div class="pagefooter">
|
||
|
<div class="footerlinks">
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|
||
|
|
||
|
|
||
|
|