-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3e6dd7b
commit adb8977
Showing
7 changed files
with
678 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ For any issues, questions, or feedback, please contact [email protected]. We apprecia | |
|
||
## License | ||
|
||
This WordPress Antivirus Plugin is released under the [MIT License](https://github.com/GDATASoftwareAG/wordpress-gdata-antivirus/blob/main/LICENSE). Feel free to contribute, share, and modify the plugin within the terms of the license. | ||
This WordPress Antivirus Plugin is released under the [GNU General Public License v3.0](https://github.com/GDATASoftwareAG/wordpress-gdata-antivirus/blob/main/LICENSE). Feel free to contribute, share, and modify the plugin within the terms of the license. | ||
|
||
## Contribution | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,4 @@ | ||
<?php | ||
/** | ||
* VaaS | ||
* Version: 0.0.1 | ||
* Requires PHP: 8.1 | ||
* Plugin URI: www.gdata.de | ||
* | ||
* @category Security | ||
* @package Gdatacyberdefenseag\WordpressGdataAntivirus\Vaas | ||
* @author G DATA CyberDefense AG <[email protected]> | ||
* @license none www.gdata.de | ||
* @link www.gdata.de | ||
*/ | ||
|
||
namespace Gdatacyberdefenseag\WordpressGdataAntivirus\Vaas; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,3 @@ | ||
<?php | ||
/** | ||
* VaaS | ||
* Version: 0.0.1 | ||
* Requires PHP: 8.1 | ||
* Plugin URI: www.gdata.de | ||
* | ||
* @category Security | ||
* @package Gdatacyberdefenseag\WordpressGdataAntivirus | ||
* @author G DATA CyberDefense AG <[email protected]> | ||
* @license none www.gdata.de | ||
* @link www.gdata.de | ||
*/ | ||
|
||
require_once __DIR__ . '/../../vendor/autoload.php'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters