Skip to content

Commit 56e5c45

Browse files
committed
fix: update license to MIT in composer.json and LICENSE.md
1 parent be19c21 commit 56e5c45

File tree

2 files changed

+6
-37
lines changed

2 files changed

+6
-37
lines changed

LICENSE.md

Lines changed: 5 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,9 @@
1-
Copyright © LindemannRock
1+
The MIT License (MIT)
22

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:
3+
Copyright (c) 2025 Bilal Hary Lindemann | LindemannRock
74

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.
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
106

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.
7+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
148

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.
9+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"ui",
1919
"assets"
2020
],
21-
"license": "proprietary",
21+
"license": "MIT",
2222
"authors": [
2323
{
2424
"name": "Bilal Hary Lindemann",

0 commit comments

Comments
 (0)