diff --git a/wp-admin/includes/class-ftp-pure.php b/wp-admin/includes/class-ftp-pure.php index eddb594810..5ef92bfdda 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 ac3f1a19b0..99b4050569 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 c5e3c19fb8..bc2720ab6c 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);