-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlicense.html
More file actions
86 lines (83 loc) · 3.99 KB
/
license.html
File metadata and controls
86 lines (83 loc) · 3.99 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>dashCommerce.org Licensing</title>
<link type="text/css" href="css/dashcommerce.css" rel="stylesheet" />
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<meta name="generator" content="dashCommerce" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-2520950-1']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="header">
<a href="http://www.dashcommerce.org">
<img src="images/logo.gif" /></a>
</div>
<div id="navigation">
<ul>
<li class="nav"><a href="http://www.dashcommerce.org">Home</a></li>
<li class="nav"><a href="http://www.dashcommerce.org/download.html">Download</a></li>
<li class="nav"><a href="http://www.dashcommerce.org/license.html">License</a></li>
<li class="nav"><a href="http://github.com/dashcommerce/dashcommerce-3/wiki" target="_blank">Wiki</a></li>
<li class="nav"><a href="http://stackoverflow.com/search?q=dashCommerce" target="_blank">Help</a></li>
</ul>
</div>
<div id="content">
<div id="rightcontent">
<div style="background-color: #889dd6; padding: 3px;"><strong>Purchase Your dashCommerce
Commercial License</strong></div>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" style="background-color: #cadde4">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="RDY3L7KD45AH8">
<table>
<tr>
<td>
<input type="hidden" name="on0" value="You must provide the URL">You must provide
the URL:</td>
</tr>
<tr>
<td>
<input type="text" name="os0" maxlength="200"></td>
</tr>
</table>
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif"
border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"
width="1" height="1">
</form>
</div>
<div id="leftcontent">
<h1>License</h1>
dashCommerce is licensed under the following license. If you do not accept the terms,
please discontinue the use of dashCommerce and uninstall dashCommerce.
<br />
<br />
Your license to the dashCommerce source and/or binaries is governed by the Reciprocal
Public License 1.5 (RPL1.5) license as described here:
<br />
<br />
<a href="http://www.opensource.org/licenses/rpl1.5.txt" target="_blank">http://www.opensource.org/licenses/rpl1.5.txt
</a>
<br />
<br />
If you do not wish to release the source of software you build using dashCommerce,
you may purchase a site license, which will allow you to deploy dashCommerce for
use in 1 web store defined as using 1 URL. You may purchase a site license here:
<br />
<br />
<a href="http://www.dashcommerce.org/license.html" target="_blank">http://www.dashcommerce.org/license.html
</a>
<br />
<br />
</div>
</div>
</body>
</html>