diff --git a/wp-admin/includes/class-ftp-pure.php b/wp-admin/includes/class-ftp-pure.php index eddb59481..5ef92bfdd 100644 --- a/wp-admin/includes/class-ftp-pure.php +++ b/wp-admin/includes/class-ftp-pure.php @@ -9,7 +9,7 @@ * @copyright Alexey Dotsenko * @author Alexey Dotsenko * @link http://www.phpclasses.org/browse/package/1743.html Site - * @license LPGPL License http://www.opensource.org/licenses/lgpl-license.html + * @license LGPL License http://www.opensource.org/licenses/lgpl-license.html */ class ftp extends ftp_base { diff --git a/wp-admin/includes/class-ftp-sockets.php b/wp-admin/includes/class-ftp-sockets.php index ac3f1a19b..99b405056 100644 --- a/wp-admin/includes/class-ftp-sockets.php +++ b/wp-admin/includes/class-ftp-sockets.php @@ -9,7 +9,7 @@ * @copyright Alexey Dotsenko * @author Alexey Dotsenko * @link http://www.phpclasses.org/browse/package/1743.html Site - * @license LPGPL License http://www.opensource.org/licenses/lgpl-license.html + * @license LGPL License http://www.opensource.org/licenses/lgpl-license.html */ class ftp extends ftp_base { diff --git a/wp-admin/includes/class-ftp.php b/wp-admin/includes/class-ftp.php index c5e3c19fb..bc2720ab6 100644 --- a/wp-admin/includes/class-ftp.php +++ b/wp-admin/includes/class-ftp.php @@ -9,7 +9,7 @@ * @copyright Alexey Dotsenko * @author Alexey Dotsenko * @link http://www.phpclasses.org/browse/package/1743.html Site - * @license LPGPL License http://www.opensource.org/licenses/lgpl-license.html + * @license LGPL License http://www.opensource.org/licenses/lgpl-license.html */ if(!defined('CRLF')) define('CRLF',"\r\n"); if(!defined("FTP_AUTOASCII")) define("FTP_AUTOASCII", -1);