Skip to content

Commit d218ac9

Browse files
committed
Craft License
1 parent f57713d commit d218ac9

File tree

2 files changed

+40
-5
lines changed

2 files changed

+40
-5
lines changed

LICENSE.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
Copyright © Pixel & Tonic, Inc.
2+
3+
Permission is hereby granted to any person obtaining a copy of this software
4+
(the “Software”) to use, copy, modify, merge, publish and/or distribute copies
5+
of the Software, and to permit persons to whom the Software is furnished to do
6+
so, subject to the following conditions:
7+
8+
1. **Don’t plagiarize.** The above copyright notice and this license shall be
9+
included in all copies or substantial portions of the Software.
10+
11+
2. **Don’t use the same license on more than one project.** Each licensed copy
12+
of the Software shall be actively installed in no more than one production
13+
environment at a time.
14+
15+
3. **Don’t mess with the licensing features.** Software features related to
16+
licensing shall not be altered or circumvented in any way, including (but
17+
not limited to) license validation, payment prompts, feature restrictions,
18+
and update eligibility.
19+
20+
4. **Pay up.** Payment shall be made immediately upon receipt of any notice,
21+
prompt, reminder, or other message indicating that a payment is owed.
22+
23+
5. **Follow the law.** All use of the Software shall not violate any applicable
24+
law or regulation, nor infringe the rights of any other person or entity.
25+
26+
Failure to comply with the foregoing conditions will automatically and
27+
immediately result in termination of the permission granted hereby. This
28+
license does not include any right to receive updates to the Software or
29+
technical support. Licensees bear all risk related to the quality and
30+
performance of the Software and any modifications made or obtained to it,
31+
including liability for actual and consequential harm, such as loss or
32+
corruption of data, and any necessary service, repair, or correction.
33+
34+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
35+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
36+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
37+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER
38+
LIABILITY, INCLUDING SPECIAL, INCIDENTAL AND CONSEQUENTIAL DAMAGES, WHETHER IN
39+
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
40+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

src/events/ProcessPaymentEvent.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
<?php
2-
/**
3-
* @link https://craftcms.com/
4-
* @copyright Copyright (c) Pixel & Tonic, Inc.
5-
* @license https://craftcms.com/license
6-
*/
72

83
namespace craft\commerce\events;
94

0 commit comments

Comments
 (0)