Skip to content

Commit ddb5ea2

Browse files
committed
Change license from GPL-2.0-or-later to MIT
1 parent 4004dfd commit ddb5ea2

5 files changed

Lines changed: 28 additions & 7 deletions

File tree

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2026 Escalated
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Latest Release](https://img.shields.io/github/v/release/escalated-dev/escalated-wordpress)](https://github.com/escalated-dev/escalated-wordpress/releases/latest)
55
[![PHP Version](https://img.shields.io/badge/php-%3E%3D8.1-8892BF)](https://www.php.net/)
66
[![WordPress](https://img.shields.io/badge/wordpress-%3E%3D6.0-21759B)](https://wordpress.org/)
7-
[![License](https://img.shields.io/github/license/escalated-dev/escalated-wordpress)](https://www.gnu.org/licenses/gpl-2.0.html)
7+
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
88

99
A full-featured helpdesk and ticketing system for WordPress with multi-role support, SLA tracking, escalation rules, inbound email processing, macros, and a REST API.
1010

@@ -114,4 +114,4 @@ If needed, set `WP_TESTS_DIR` to your local WordPress tests library path before
114114

115115
## License
116116

117-
GPL-2.0-or-later. See `readme.txt` and plugin headers for details.
117+
MIT. See [LICENSE](LICENSE) for details.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "escalated/escalated-wordpress",
33
"description": "Escalated Helpdesk & Ticketing System for WordPress",
44
"type": "wordpress-plugin",
5-
"license": "GPL-2.0-or-later",
5+
"license": "MIT",
66
"require": {
77
"php": ">=8.1"
88
},

escalated.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
* Version: 1.0.1
77
* Author: Escalated
88
* Author URI: https://escalated.dev
9-
* License: GPL-2.0-or-later
10-
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
9+
* License: MIT
10+
* License URI: https://opensource.org/licenses/MIT
1111
* Text Domain: escalated
1212
* Domain Path: /languages
1313
* Requires at least: 6.0

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Requires at least: 6.0
55
Tested up to: 6.7
66
Requires PHP: 8.1
77
Stable tag: 1.0.0
8-
License: GPLv2 or later
9-
License URI: https://www.gnu.org/licenses/gpl-2.0.html
8+
License: MIT
9+
License URI: https://opensource.org/licenses/MIT
1010

1111
A full-featured helpdesk and ticketing system for WordPress with multi-role support, SLA tracking, escalation rules, inbound email, macros, and REST API.
1212

0 commit comments

Comments
 (0)