Subversion Repositories cheapmusic

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
25 - 1
<!doctype html>
2
<html lang="en" class="no-js">
3
<head>
4
<meta charset="utf-8">
5
<title>User Login System with Social Account License by CodexWorld</title>
6
<style>
7
html, body {
8
    font-family: "Lato",sans-serif;
9
    background: #F5F5F5;
10
    font-size: 11pt;
11
    height: 100%;
12
    color: #444;
13
    -webkit-font-smoothing: antialiased;
14
}
15
.main-content {
16
	width: auto;
17
    padding: 0 0 40px;
18
}
19
h1 {
20
    font-size: 20pt;
21
    margin-bottom: 8px;
22
}
23
p {
24
    font-size: 1em;
25
    line-height: 1.5em;
26
    margin: 5px 0;
27
}
28
a {
29
    color: #3daccc;
30
    cursor: pointer;
31
    text-decoration: none;
32
}
33
ol li {
34
    margin-bottom: 5px;
35
}
36
.license-content {
37
    width: 980px;
38
    margin: auto;
39
    position: relative;
40
}
41
.pro-head {
42
    padding: 40px 0;
43
}
44
.thumb {
45
    float: left;
46
    margin-right: 10px;
47
    border-radius: 6px;
48
}
49
.container {
50
    margin-bottom: 20px;
51
	padding: 30px;
52
	background: #fff;
53
    clear: left;
54
}
55
.container h2 {
56
    font-size: 22pt;
57
    color: #2e2e2e;
58
    text-align: center;
59
    margin: 20px 0;
60
}
61
ul.summary {
62
    list-style: none;
63
    padding: 0;
64
    line-height: 1.2em;
65
    margin-top: 30px;
66
    margin-bottom: 20px;
67
    font-size: 1.1em;
68
    color: #515151;
69
}
70
ul.summary li {
71
    padding-left: 40px;
72
    margin-bottom: 7px;
73
    position: relative;
74
}
75
ul.summary li:before {
76
    content: "■";
77
    font-family: Arial;
78
    color: #1497cc;
79
    font-size: 12pt;
80
    position: absolute;
81
    left: 10px;
82
}
83
.license-content ol {
84
    padding-left: 20px;
85
    counter-reset: item;
86
    list-style: none;
87
}
88
.license-content ol {
89
    padding-left: 0;
90
    line-height: 1.4em;
91
    font-size: 10pt;
92
    margin-left: 0;
93
}
94
.license-content ol p {
95
    margin: 0;
96
    display: inline;
97
    font-size: 10pt;
98
}
99
.terms > ol ol {
100
    padding-left: 20px;
101
}
102
 
103
.terms {
104
    padding-bottom: 0;
105
}
106
.terms h2 {
107
    margin-bottom: 40px;
108
}
109
.terms>ol {
110
    padding: 0;
111
    list-style: none;
112
}
113
 
114
.terms>ol>li:nth-child(2n+1) {
115
    background: #f9f9f9;
116
}
117
.terms>ol>li {
118
    padding: 30px;
119
    border-top: 1px solid #dedede;
120
    margin: 0 -30px;
121
}
122
.terms ol li:before {
123
    content: counters(item, ".") ". ";
124
    counter-increment: item;
125
}
126
</style>
127
</head>
128
<body>
129
<div class="main-content">
130
<div class="license-content">
131
	<div class="pro-head">
132
		<h1><a href="http://www.codexworld.com/scripts/php-social-login-system/">PHP User Login System with Social Account</a></h1>
133
		<p class="summary">UserSocialLoginSystem is a readymade user login system that allows integrating user registration and login system with social account (Facebook, Google, and Twitter) in PHP web application within minutes.</p>
134
	</div>
135
	<div class="container">
136
		<h2>Personal License - Summary</h2>
137
		<ul class="summary">
138
			<li>License does not expire.</li>
139
			<li>Can be used on 1 site, unlimited servers</li>
140
			<li>Source-code or binary products cannot be resold or distributed</li>
141
			<li>Commercial use allowed</li>
142
			<li>Can modify source-code but cannot distribute modifications (derivative works)</li>
143
		</ul>
144
	</div>
145
	<div class="container terms">
146
		<h2>Personal License - Terms and conditions</h2>
147
		<ol>
148
			<li>
149
				<p><strong>Preamble:</strong> This Agreement, signed on Apr 11, 2017 (hereinafter: Effective Date) governs the relationship between The Client, a Business Entity, (hereinafter: Licensee) and CodexWorld, a duly registered company in whose principal place of business is {location} (hereinafter: Licensor). This Agreement sets the terms, rights, restrictions and obligations on using PHP User Social Login System (hereinafter: The Software) created and owned by Licensor, as detailed herein</p>
150
			</li>
151
			<li>
152
				<p><strong>License Grant:</strong> Licensor hereby grants Licensee a Personal, Non-assignable &amp; non-transferable, Pepetual, Commercial, Royalty free, Including the rights to create but not distribute derivative works, Non-exclusive license, all with accordance with the terms set forth and other legal restrictions set forth in 3rd party software used while running Software.</p>
153
				<ol>
154
					<li>
155
						<p><strong>Limited:</strong> Licensee may use Software for the purpose of:</p>
156
						<ol>
157
							<li>Running Software on Licensee’s Website[s] and Server[s];</li>
158
							<li>Allowing 3rd Parties to run Software on Licensee’s Website[s] and Server[s];</li>
159
							<li>Publishing Software’s output to Licensee and 3rd Parties;</li>
160
							<li>Distribute verbatim copies of Software’s output (including compiled binaries);</li>
161
							<li>Modify Software to suit Licensee’s needs and specifications.</li>
162
						</ol>
163
					</li>
164
					<li>This license is granted perpetually, as long as you do not materially breach it.</li>
165
					<li>
166
						<p><strong>Non Assignable &amp; Non-Transferable:</strong> Licensee may not assign or transfer his rights and duties under this license.</p>
167
					</li>
168
					<li>
169
						<p><strong>Commercial, Royalty Free: </strong>Licensee may use Software for any purpose, including paid-services, without any royalties</p>
170
					</li>
171
					<li>
172
						<p><strong>Including the Right to Create Derivative Works: </strong>Licensee may create derivative works based on Software, including amending Software’s source code, modifying it, integrating it into a larger work or removing portions of Software, as long as no distribution of the derivative works is made</p>
173
					</li>
174
					<li> <p><strong>[Multi-]Site: </strong>Licensee may use Software on unlimited server[s] and 1 website[s], for Licensee’s websites only</p> </li>
175
				</ol>
176
			</li>
177
			<li> <strong>Term &amp; Termination:</strong> The Term of this license shall be until terminated. Licensor may terminate this Agreement, including Licensee’s license in the case where Licensee :
178
				<ol>
179
					<li>
180
						<p>became insolvent or otherwise entered into any liquidation process; or</p>
181
					</li>
182
					<li>
183
						<p>exported The Software to any jurisdiction where licensor may not enforce his rights under this agreements in; or</p>
184
					</li>
185
					<li>
186
						<p>Licensee was in breach of any of this license's terms and conditions and such   breach was not cured, immediately upon notification; or</p>
187
					</li>
188
					<li>
189
						<p>Licensee in breach of any of the terms of clause 2 to this license; or</p>
190
					</li>
191
					<li>
192
						<p>Licensee otherwise entered into any arrangement which caused Licensor to be unable to enforce his rights under this License.</p>
193
					</li>
194
				</ol>
195
			</li>
196
			<li><strong>Payment:</strong> In consideration of the License granted under clause 2, Licensee shall pay Licensor a fee, via Credit-Card, PayPal or any other mean which Licensor may deem adequate. Failure to perform payment shall construe as material breach of this Agreement. </li>
197
			<li>
198
				<p><strong>Upgrades, Updates and Fixes:</strong> Licensor may provide Licensee, from time to time, with Upgrades,   Updates or Fixes, as detailed herein and according to his sole   discretion. Licensee hereby warrants to keep The Software up-to-date and   install all relevant updates and fixes, and may, at his sole discretion,   purchase upgrades, according to the rates set by Licensor. Licensor   shall provide any update or Fix free of charge; however, nothing in this   Agreement shall require Licensor to provide Updates or Fixes.</p>
199
				<ol>
200
					<li>
201
						<p><strong>Upgrades:</strong> for the purpose of this license, an Upgrade  shall be a material amendment in The Software, which contains new features   and or major performance improvements and shall be marked as a new   version number. For example, should Licensee purchase The Software under   version 1.X.X, an upgrade shall commence under number 2.0.0.</p>
202
					</li>
203
					<li>
204
						<p><strong>Updates: </strong> for the purpose of this license, an update shall be a minor amendment   in The Software, which may contain new features or minor improvements and   shall be marked as a new sub-version number. For example, should   Licensee purchase The Software under version 1.1.X, an upgrade shall   commence under number 1.2.0.</p>
205
					</li>
206
				<li>
207
					<p><strong>Fix:</strong> for the purpose of this license, a fix shall be a minor amendment in   The Software, intended to remove bugs or alter minor features which impair   the The Software's functionality. A fix shall be marked as a new   sub-sub-version number. For example, should Licensee purchase Software   under version 1.1.1, an upgrade shall commence under number 1.1.2.</p>
208
				</li>
209
			</ol>
210
		</li>
211
		<li>
212
			<p><strong>Support:</strong> Software is provided under an AS-IS basis and without any support, updates or maintenance. Nothing in this Agreement shall require Licensor to provide Licensee with support or fixes to any bug, failure, mis-performance or other defect in The Software.</p>
213
			<ol>
214
				<li>
215
				<p><strong>Bug Notification: </strong> Licensee may provide Licensor of details regarding any bug, defect or   failure in The Software promptly and with no delay from such event;  Licensee  shall comply with Licensor's request for information regarding  bugs,  defects or failures and furnish him with information,  screenshots and  try to reproduce such bugs, defects or failures.</p>
216
				</li>
217
				<li>
218
				<p><strong>Feature Request: </strong> Licensee may request additional features in Software, provided,   however, that (i) Licensee shall waive any claim or right in such feature   should feature be developed by Licensor; (ii) Licensee shall be   prohibited from developing the feature, or disclose such feature   request, or feature, to any 3rd party directly competing with Licensor   or any 3rd party which may be, following the development of such   feature, in direct competition with Licensor; (iii) Licensee warrants   that feature does not infringe any 3rd party patent, trademark,   trade-secret or any other intellectual property right; and (iv) Licensee   developed, envisioned or created the feature solely by himself.</p>
219
				</li>
220
			</ol>
221
		</li>
222
		<li>
223
			<p><strong>Liability: </strong>&nbsp;To the extent permitted under Law, The Software is provided under an   AS-IS basis. Licensor shall never, and without any limit, be liable for   any damage, cost, expense or any other payment incurred by Licensee as a   result of Software’s actions, failure, bugs and/or any other  interaction  between The Software &nbsp;and Licensee’s end-equipment, computers,  other  software or any 3rd party, end-equipment, computer or  services.  &nbsp;Moreover, Licensor shall never be liable for any defect in  source code  written by Licensee when relying on The Software or using The Software’s source  code.</p>
224
		</li>
225
		<li>
226
			<p><strong>Warranty: &nbsp;</strong></p>
227
			<ol>
228
				<li>
229
					<p><strong>Intellectual Property: </strong>Licensor   hereby warrants that The Software does not violate or infringe any 3rd   party claims in regards to intellectual property, patents and/or   trademarks and that to the best of its knowledge no legal action has   been taken against it for any infringement or violation of any 3rd party   intellectual property rights.</p>
230
				</li>
231
				<li>
232
					<p><strong>No-Warranty:</strong> The Software is provided without any warranty; Licensor hereby disclaims   any warranty that The Software shall be error free, without defects or code   which may cause damage to Licensee’s computers or to Licensee, and  that  Software shall be functional. Licensee shall be solely liable to  any  damage, defect or loss incurred as a result of operating software  and  undertake the risks contained in running The Software on License’s  Server[s]  and Website[s].</p>
233
				</li>
234
				<li>
235
					<p><strong>Prior Inspection: </strong> Licensee hereby states that he inspected The Software thoroughly and found   it satisfactory and adequate to his needs, that it does not interfere   with his regular operation and that it does meet the standards and  scope  of his computer systems and architecture. Licensee found that  The Software  interacts with his development, website and server environment  and that  it does not infringe any of End User License Agreement of any  software  Licensee may use in performing his services. Licensee hereby  waives any  claims regarding The Software's incompatibility, performance,  results and  features, and warrants that he inspected the The Software.</p>
236
				</li>
237
			</ol>
238
		</li>
239
		<li>
240
			<p><strong>No Refunds:</strong> Licensee warrants that he inspected The Software according to clause 7(c)   and that it is adequate to his needs. Accordingly, as The Software is   intangible goods, Licensee shall not be, ever, entitled to any refund,   rebate, compensation or restitution for any reason whatsoever, even if   The Software contains material flaws.</p>
241
		</li>
242
		<li>
243
			<p><strong>Indemnification:</strong> Licensee hereby warrants to hold Licensor harmless and indemnify   Licensor for any lawsuit brought against it in regards to Licensee’s use   of The Software in means that violate, breach or otherwise circumvent this   license, Licensor's intellectual property rights or Licensor's title  in  The Software. Licensor shall promptly notify Licensee in case of such  legal  action and request Licensee’s consent prior to any settlement in   relation to such lawsuit or claim.</p>
244
		</li>
245
		<li>
246
			<p><strong>Governing Law, Jurisdiction: </strong>Licensee hereby agrees not to initiate class-action lawsuits against   Licensor in relation to this license and to compensate Licensor for any   legal fees, cost or attorney fees should any claim brought by Licensee   against Licensor be denied, in part or in full.</p>
247
		</li>
248
		</ol>
249
	</div>
250
</div>
251
</div>
252
</body>
253
</html>