forked from alfarisi/zakatcalc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlicense.html
119 lines (103 loc) · 4.4 KB
/
license.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta name="Description" content="ZakatCalc - Kalkulator Zakat" />
<meta name="Keywords" content="ZakatCalc, zakat, mal, harta, penghasilan, profesi, kalkulator" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="Distribution" content="Global" />
<meta name="Robots" content="index,follow" />
<title>ZakatCalc - Kalkulator Zakat</title>
<link rel="stylesheet" href="css/style.css" type="text/css" />
<script language="javascript" type="text/javascript" src="js/jquery.min.js"></script>
<script language="javascript" type="text/javascript" src="js/elsyifa.js"></script>
<script language="javascript" type="text/javascript" src="js/main.js"></script>
</head>
<body>
<div id='container'>
<div id='containerbox'>
<div id='header'>
<div id='mainheader'></div>
<div id='searchbar'></div>
<div class='cleared'></div>
</div>
<div id='topnav'>
<a href='./index.html'>Home</a> |
<a href='https://github.com/alfarisi/zakatcalc/releases'>Download</a>
</div>
<table id="mainwrapper"><tr>
<th id="sidebar">
<!-- menu -->
<ul>
<li>
<h3>Kalkulator Zakat</h3>
<ul class="sidenav">
<li><a href="zc_emas_perak.html">Zakat Emas & Perak</a></li>
<li><a href="zc_uang.html">Zakat Uang</a></li>
<li><a href="zc_perdagangan.html">Zakat Perdagangan</a></li>
<li><a href="zc_pertanian.html">Zakat Pertanian</a></li>
<li><a href="zc_ternak.html">Zakat Hewan Ternak</a></li>
<li><a href="zc_temuan.html">Zakat Harta Temuan</a></li>
</ul>
</li>
<li>
<h3>Help</h3>
<ul class="sidenav">
<li><a href="about.html">About</a></li>
<li><a href="license.html">License</a></li>
</ul>
</li>
<li>
<h3>Link</h3>
<ul class="sidenav">
<li><a href="http://www.indokreatif.net" target="_blank">Indokreatif Teknologi</a></li>
<li><a href="http://www.elsyifa.com" target="_blank">Cloud Solution</a></li>
</ul>
</li>
</ul>
<!-- end of menu -->
</th>
<th id="contentwrapper">
<div id="content">
<!-- content -->
<h2>License</h2>
ZakatCalc<br />
© 2009-2015, Al Farisi & Indokreatif Teknologi<br />
All rights reserved
<br /><br />
Redistribution and use in source and binary forms, with or without modification, are
permitted provided that the following conditions are met:
<ol>
<li> Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.</li>
<li> Redistributions in binary form must reproduce the above copyright notice, this
list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.</li>
<li> The end-user documentation included with the redistribution, if any, must
include the following acknowledgment: "This product includes software developed
by Indokreatif Teknologi (http://islam.indokreatif.net/zakatcalc/)".
Alternately, this acknowledgment may appear in the software itself, if and
wherever such third-party acknowledgments normally appear.</li>
<li> This software and any work based on it, must not be sold for profit or included
in other product that is sold for profit, without specific prior written
permission of Indokreatif Teknologi. For written permission please contact
info[at]indokreatif.net.</li>
</ol>
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
<!-- end of content -->
</div>
</th>
</tr></table> <!-- mainwrapper -->
</div>
<div id="footer">© 2009-2013 by Al Farisi & Indokreatif Teknologi. All Rights Reserved.</div>
</div>
</body>
</html>