From 5bf66662a9bdd62c5bccab15e607cd95cfb8fcab Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 27 Jul 2020 10:05:23 +0200 Subject: Removed wordpress and phpmyadmin, my server doesn't handle it well and it brings shame on my familly --- .../vendor/pragmarx/google2fa/RELICENSED.md | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 srcs/phpmyadmin/vendor/pragmarx/google2fa/RELICENSED.md (limited to 'srcs/phpmyadmin/vendor/pragmarx/google2fa/RELICENSED.md') diff --git a/srcs/phpmyadmin/vendor/pragmarx/google2fa/RELICENSED.md b/srcs/phpmyadmin/vendor/pragmarx/google2fa/RELICENSED.md deleted file mode 100644 index 28e582d..0000000 --- a/srcs/phpmyadmin/vendor/pragmarx/google2fa/RELICENSED.md +++ /dev/null @@ -1,29 +0,0 @@ -# Package Relicensed - -As per [Issue #100](https://github.com/antonioribeiro/google2fa/issues/100) the relicensing of this package from GPLv3 to MIT was approved by the original developer of the Google2FA class (Phil) and the majority of the contributors, by contributions, of this package. - -# Original License - -``` php -/** - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - * PHP Google two-factor authentication module. - * - * See https://www.idontplaydarts.com/2011/07/google-totp-two-factor-authentication-for-php/ - * for more details - * - * @author Phil - **/ -``` -- cgit