SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
Cocoa/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 h2 {
17 text-align:center;
18 font-size: 11px;
19 font-weight: normal;
20 }
21
22 h3 {
23 text-align:center;
24 font-size: 11px;
25 font-weight: bold;
26 }
27 </style>
28 </head>
29 <body>
30
31 <h1>SameBoy</h1>
32 <h2>Expat License</h2>
33 <h3>Copyright © 2015-@COPYRIGHT_YEAR Lior Halphon</h3>
34
35 <p>Permission is hereby granted, free of charge, to any person obtaining a copy
36 of this software and associated documentation files (the "Software"), to deal
37 in the Software without restriction, including without limitation the rights
38 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
39 copies of the Software, and to permit persons to whom the Software is
40 furnished to do so, subject to the following conditions:</p>
41
42 <p>The above copyright notice and this permission notice shall be included in all
43 copies or substantial portions of the Software.</p>
44
45 <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
46 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
47 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
48 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
49 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
50 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
51 SOFTWARE.</p>
52
53 <h1>Third-party Libraries</h1>
54 <h2>HexFiend</h2>
55 <h3>Copyright © 2005-2009, Peter Ammon
56 All rights reserved.</h3>
57
58 <p>Redistribution and use in source and binary forms, with or without
59 modification, are permitted provided that the following conditions are met:</p>
60
61 <ul>
62 <li>Redistributions of source code must retain the above copyright
63 notice, this list of conditions and the following disclaimer.</li>
64 <li>Redistributions in binary form must reproduce the above copyright
65 notice, this list of conditions and the following disclaimer in the
66 documentation and/or other materials provided with the distribution.</li>
67 </ul>
68
69 <p>THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY
70 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
71 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
72 DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY
73 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
74 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
75 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
76 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
77 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
78 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE</p>
79 </body>
80 </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.