Ticket #14726: 14726.4.patch
File 14726.4.patch, 10.1 KB (added by , 14 years ago) |
---|
-
wp-includes/class-pop3.php
### Eclipse Workspace Patch 1.0 #P wordpress-trunk merger
11 11 * An RFC 1939 compliant wrapper class for the POP3 protocol. 12 12 * 13 13 * Licensed under the GNU GPL. For full terms see the file COPYING. 14 * @license http://www.gnu.org/licenses/lgpl.html LGPL 14 15 * 15 16 * pop3 class 16 17 * -
wp-admin/includes/class-pclzip.php
1 1 <?php 2 /** 3 * PhpConcept Library - Zip Module 2.8.2 4 * 5 * @package PclZip 6 * @since {@internal unknown}} 7 * 8 * @version 2.8.2 9 * @copyright August 2009, Vincent Blavet 10 * @author Vincent Blavet <vincent@phpconcept.net> 11 * @link http://www.phpconcept.net 12 * @license http://www.gnu.org/licenses/lgpl.html LGPL 13 */ 2 14 // -------------------------------------------------------------------------------- 3 15 // PhpConcept Library - Zip Module 2.8.2 4 16 // -------------------------------------------------------------------------------- -
wp-admin/includes/class-ftp.php
9 9 * @copyright Alexey Dotsenko 10 10 * @author Alexey Dotsenko 11 11 * @link http://www.phpclasses.org/browse/package/1743.html Site 12 * @license LGPL License http://www.opensource.org/licenses/lgpl-license.html12 * @license http://www.gnu.org/licenses/lgpl.html LGPL 13 13 */ 14 14 15 15 /** -
wp-includes/Text/Diff/Engine/xdiff.php
12 12 * 13 13 * @author Jon Parise <jon@horde.org> 14 14 * @package Text_Diff 15 * @license http://www.gnu.org/licenses/lgpl.html LGPL 15 16 */ 16 17 class Text_Diff_Engine_xdiff { 17 18 -
wp-includes/class-json.php
52 52 * @author Brett Stimmerman <brettstimmerman[at]gmail[dot]com> 53 53 * @copyright 2005 Michal Migurski 54 54 * @version CVS: $Id: JSON.php 288200 2009-09-09 15:41:29Z alan_k $ 55 * @license http://www.opensource.org/licenses/bsd-license.php 55 * @license http://www.opensource.org/licenses/bsd-license.php BSD 56 56 * @link http://pear.php.net/pepr/pepr-proposal-show.php?id=198 57 57 */ 58 58 -
wp-includes/Text/Diff/Renderer.php
11 11 * not receive this file, see http://opensource.org/licenses/lgpl-license.php. 12 12 * 13 13 * @package Text_Diff 14 * @license http://www.gnu.org/licenses/lgpl.html LGPL 14 15 */ 15 16 class Text_Diff_Renderer { 16 17 -
wp-includes/Text/Diff/Engine/string.php
19 19 * @author Örjan Persson <o@42mm.org> 20 20 * @package Text_Diff 21 21 * @since 0.2.0 22 * @license http://www.gnu.org/licenses/lgpl.html LGPL 22 23 */ 23 24 class Text_Diff_Engine_string { 24 25 -
wp-includes/class-phpmailer.php
29 29 * @package PHPMailer 30 30 * @author Andy Prevost 31 31 * @copyright 2004 - 2009 Andy Prevost 32 * @copyright 2001 - 2003 Brent R. Matzelle 33 * @license http://www.gnu.org/licenses/lgpl.html LGPL 32 34 */ 33 35 34 36 class PHPMailer { -
wp-includes/formatting.php
996 996 * @since 2.0.4 997 997 * 998 998 * @author Leonard Lin <leonard@acm.org> 999 * @license GPL999 * @license http://www.gnu.org/licenses/gpl.html GPL 1000 1000 * @copyright November 4, 2001 1001 1001 * @version 1.1 1002 1002 * @todo Make better - change loop condition to $text in 1.2 -
wp-includes/class-simplepie.php
40 40 * @author Geoffrey Sneddon 41 41 * @link http://simplepie.org/ SimplePie 42 42 * @link http://simplepie.org/support/ Please submit all bug reports and feature requests to the SimplePie forums 43 * @license http://www.opensource.org/licenses/bsd-license.php BSD License43 * @license http://www.opensource.org/licenses/bsd-license.php BSD 44 44 * @todo phpDoc comments 45 45 */ 46 46 … … 12312 12312 * 12313 12313 * @package SimplePie 12314 12314 * @copyright 2003-2005 The PHP Group 12315 * @license http://www.opensource.org/licenses/bsd-license.php 12315 * @license http://www.opensource.org/licenses/bsd-license.php BSD 12316 12316 * @link http://pear.php.net/package/Net_IPv6 12317 12317 * @author Alexander Merz <alexander.merz@web.de> 12318 12318 * @author elfrink at introweb dot nl -
wp-admin/includes/class-ftp-pure.php
9 9 * @copyright Alexey Dotsenko 10 10 * @author Alexey Dotsenko 11 11 * @link http://www.phpclasses.org/browse/package/1743.html Site 12 * @license LGPL License http://www.opensource.org/licenses/lgpl-license.html12 * @license http://www.gnu.org/licenses/lgpl.html LGPL 13 13 */ 14 14 15 15 /** … … 23 23 * @copyright Alexey Dotsenko 24 24 * @author Alexey Dotsenko 25 25 * @link http://www.phpclasses.org/browse/package/1743.html Site 26 * @license LGPL License http://www.opensource.org/licenses/lgpl-license.html26 * @license http://www.gnu.org/licenses/lgpl.html LGPL 27 27 */ 28 28 class ftp extends ftp_base { 29 29 -
wp-includes/class-snoopy.php
1 1 <?php 2 2 3 3 /** 4 * Snoopy - the PHP net client 5 * 6 * @package Snoopy 7 * @license http://www.gnu.org/licenses/lgpl.html LGPL 8 */ 9 /** 4 10 * Deprecated. Use WP_HTTP (http.php, class-http.php) instead. 5 11 */ 6 12 _deprecated_file( basename( __FILE__ ), '3.0', WPINC . '/http.php' ); … … 35 41 36 42 *************************************************/ 37 43 44 /** 45 * @deprecated deprecated since version 3.0 46 */ 38 47 class Snoopy 39 48 { 40 49 /**** Public variables ****/ -
wp-includes/Text/Diff/Engine/shell.php
13 13 * @author Milian Wolff <mail@milianw.de> 14 14 * @package Text_Diff 15 15 * @since 0.3.0 16 * @license http://www.gnu.org/licenses/lgpl.html LGPL 16 17 */ 17 18 class Text_Diff_Engine_shell { 18 19 -
wp-includes/class-smtp.php
31 31 * to an SMTP server. 32 32 * @package PHPMailer 33 33 * @author Chris Ryan 34 * @license http://www.gnu.org/licenses/lgpl.html LGPL 34 35 */ 35 36 36 37 class SMTP -
wp-includes/Text/Diff.php
14 14 * 15 15 * @package Text_Diff 16 16 * @author Geoffrey T. Dairiki <dairiki@dairiki.org> 17 * @license http://www.gnu.org/licenses/lgpl.html LGPL 17 18 */ 18 19 class Text_Diff { 19 20 -
wp-admin/includes/class-ftp-sockets.php
9 9 * @copyright Alexey Dotsenko 10 10 * @author Alexey Dotsenko 11 11 * @link http://www.phpclasses.org/browse/package/1743.html Site 12 * @license LGPL License http://www.opensource.org/licenses/lgpl-license.html12 * @license http://www.gnu.org/licenses/lgpl.html LGPL 13 13 */ 14 14 15 15 /** … … 23 23 * @copyright Alexey Dotsenko 24 24 * @author Alexey Dotsenko 25 25 * @link http://www.phpclasses.org/browse/package/1743.html Site 26 * @license LGPL License http://www.opensource.org/licenses/lgpl-license.html26 * @license http://www.gnu.org/licenses/lgpl.html LGPL 27 27 */ 28 28 class ftp extends ftp_base { 29 29 -
wp-includes/rss.php
6 6 * 7 7 * @author Kellan Elliott-McCrea <kellan@protest.net> 8 8 * @version 0.51 9 * @license GPL9 * @license http://www.gnu.org/licenses/gpl.html GPL 10 10 * 11 11 * @package External 12 12 * @subpackage MagpieRSS -
wp-includes/Text/Diff/Engine/native.php
25 25 * 26 26 * @author Geoffrey T. Dairiki <dairiki@dairiki.org> 27 27 * @package Text_Diff 28 * @license http://www.gnu.org/licenses/lgpl.html LGPL 28 29 */ 29 30 class Text_Diff_Engine_native { 30 31 -
wp-includes/Text/Diff/Renderer/inline.php
9 9 * 10 10 * @author Ciprian Popovici 11 11 * @package Text_Diff 12 * @license http://www.gnu.org/licenses/lgpl.html LGPL 12 13 */ 13 14 14 15 /** Text_Diff_Renderer */