git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

iOS/License.html

      1 <!DOCYTYPE html>
      2 <html>
      3 <head>
      4     <meta charset="utf-8" /> 
      5     <title></title>
      6     <style>
      7         body {
      8             font-family: Helvetica, sans-serif;
      9             text-align: justify;
     10             font-size: 12px;
     11         }
     12         h1 {
     13             text-align:center;
     14             font-size: 10px;
     15         }
     16         
     17         h2 {
     18             text-align:center;
     19             font-size: 11px;
     20             font-weight: bold;
     21         }
     22     </style>
     23 </head>
     24 <body>
     25 
     26 <h1>SameBoy</h1>
     27 <h2>Copyright © 2015-@COPYRIGHT_YEAR Lior Halphon</h2>
     28 
     29 <p>Permission is hereby granted, free of charge, to any person obtaining a copy
     30 of this software and associated documentation files (the "Software"), to deal
     31 in the Software without restriction, including without limitation the rights
     32 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
     33 copies of the Software, and to permit persons to whom the Software is
     34 furnished to do so, subject to the following conditions:</p>
     35 
     36 <p>The above copyright notice and this permission notice shall be included in all
     37 copies or substantial portions of the Software.</p>
     38 
     39 <p>A written permission from Lior Halphon is required to distribute copies or
     40 substantial portions of the Software in a digital marketplace, such as
     41 Apple's App Store.</p>
     42 
     43 <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
     44 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
     45 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
     46 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
     47 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
     48 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
     49 SOFTWARE.</p>
     50 </body>
     51 </html>

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.