GPL License Agreement
License Agreement
The Supervised AI Bots WordPress plugin is released under the GNU General Public License v2 or later (GPLv2+). This license ensures that the software is free to use, modify, and redistribute, aligning with the core philosophy of the WordPress ecosystem.
Overview of Your Rights
As a user of this plugin, the GPL grant provides you with the following legal freedoms:
- Commercial & Private Use: You may install and use the plugin on any number of personal or commercial websites without restriction.
- Modification: You are encouraged to modify the source code (CSS, JS, and PHP) to better suit your specific design or functional requirements.
- Redistribution: You may redistribute the original or modified versions of the plugin, provided that the redistributed versions are also licensed under the GPL.
Terms and Conditions
While the GPL offers extensive freedoms, it includes specific requirements to protect the software's open-source status:
- Preservation of Notices: You must keep all copyright and license notices intact within the source files.
- Derivative Works: Any software derived from this plugin (including modifications to
custom-popup-script.jsorcustom-popup-style.css) must also be released under a compatible GPL license. - No Warranty: The software is provided "as is." The developers provide no warranty of any kind, express or implied, including but not limited to the warranties of merchantability or fitness for a particular purpose.
Implementation for Developers
If you are modifying the plugin or integrating it into a custom theme, ensure your style.css or script headers maintain the licensing block:
/*
* Supervised AI Bots
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
Full License Text
The short version of this license is included in the plugin header. For the full legal text of the GNU General Public License, Version 2, please visit the Official GNU Website.