Make WordPress Core

Ticket #14726: 14726.3.patch

File 14726.3.patch, 10.6 KB (added by hakre, 14 years ago)
  • wp-includes/class-pop3.php

    ### Eclipse Workspace Patch 1.0
    #P wordpress-trunk merger
     
    1111 * An RFC 1939 compliant wrapper class for the POP3 protocol.
    1212 *
    1313 * Licensed under the GNU GPL. For full terms see the file COPYING.
     14 * @license http://www.gnu.org/licenses/lgpl.html LGPL
    1415 *
    1516 * pop3 class
    1617 *
  • wp-admin/includes/class-pclzip.php

     
    11<?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 */
    214// --------------------------------------------------------------------------------
    315// PhpConcept Library - Zip Module 2.8.2
    416// --------------------------------------------------------------------------------
  • wp-admin/includes/class-ftp.php

     
    99 * @copyright Alexey Dotsenko
    1010 * @author Alexey Dotsenko
    1111 * @link http://www.phpclasses.org/browse/package/1743.html Site
    12  * @license LGPL License http://www.opensource.org/licenses/lgpl-license.html
     12 * @license http://www.gnu.org/licenses/lgpl.html LGPL
    1313 */
    1414
    1515/**
  • wp-includes/Text/Diff/Engine/xdiff.php

     
    1212 *
    1313 * @author  Jon Parise <jon@horde.org>
    1414 * @package Text_Diff
     15 * @license http://www.gnu.org/licenses/lgpl.html LGPL
    1516 */
    1617class Text_Diff_Engine_xdiff {
    1718
  • wp-includes/class-json.php

     
    5252 * @author              Brett Stimmerman <brettstimmerman[at]gmail[dot]com>
    5353 * @copyright   2005 Michal Migurski
    5454 * @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
    5656 * @link                http://pear.php.net/pepr/pepr-proposal-show.php?id=198
    5757 */
    5858
  • wp-includes/Text/Diff/Renderer.php

     
    1111 * not receive this file, see http://opensource.org/licenses/lgpl-license.php.
    1212 *
    1313 * @package Text_Diff
     14 * @license http://www.gnu.org/licenses/lgpl.html LGPL
    1415 */
    1516class Text_Diff_Renderer {
    1617
  • wp-includes/Text/Diff/Engine/string.php

     
    1010 * echo $renderer->render($diff);
    1111 * </code>
    1212 *
    13  * Copyright 2005 Örjan Persson <o@42mm.org>
     13 * Copyright 2005 Örjan Persson <o@42mm.org>
    1414 * Copyright 2005-2010 The Horde Project (http://www.horde.org/)
    1515 *
    1616 * See the enclosed file COPYING for license information (LGPL). If you did
    1717 * not receive this file, see http://opensource.org/licenses/lgpl-license.php.
    1818 *
    19  * @author  Örjan Persson <o@42mm.org>
     19 * @author  Örjan Persson <o@42mm.org>
    2020 * @package Text_Diff
    2121 * @since   0.2.0
     22 * @license http://www.gnu.org/licenses/lgpl.html LGPL
    2223 */
    2324class Text_Diff_Engine_string {
    2425
  • wp-includes/class-phpmailer.php

     
    2929 * @package PHPMailer
    3030 * @author Andy Prevost
    3131 * @copyright 2004 - 2009 Andy Prevost
     32 * @copyright 2001 - 2003 Brent R. Matzelle
     33 * @license http://www.gnu.org/licenses/lgpl.html LGPL
    3234 */
    3335
    3436class PHPMailer {
  • wp-includes/formatting.php

     
    996996 * @since 2.0.4
    997997 *
    998998 * @author Leonard Lin <leonard@acm.org>
    999  * @license GPL
     999 * @license http://www.gnu.org/licenses/gpl.html GPL
    10001000 * @copyright November 4, 2001
    10011001 * @version 1.1
    10021002 * @todo Make better - change loop condition to $text in 1.2
  • wp-includes/class-simplepie.php

     
    4040 * @author Geoffrey Sneddon
    4141 * @link http://simplepie.org/ SimplePie
    4242 * @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 License
     43 * @license http://www.opensource.org/licenses/bsd-license.php BSD
    4444 * @todo phpDoc comments
    4545 */
    4646
     
    1231212312 *
    1231312313 * @package SimplePie
    1231412314 * @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
    1231612316 * @link http://pear.php.net/package/Net_IPv6
    1231712317 * @author Alexander Merz <alexander.merz@web.de>
    1231812318 * @author elfrink at introweb dot nl
  • wp-admin/includes/class-ftp-pure.php

     
    99 * @copyright Alexey Dotsenko
    1010 * @author Alexey Dotsenko
    1111 * @link http://www.phpclasses.org/browse/package/1743.html Site
    12  * @license LGPL License http://www.opensource.org/licenses/lgpl-license.html
     12 * @license http://www.gnu.org/licenses/lgpl.html LGPL
    1313 */
    1414
    1515/**
    1616 * FTP implementation using fsockopen to connect.
    17  *
    18  * @package PemFTP
    19  * @subpackage Pure
    20  * @since 2.5
    21  *
    22  * @version 1.0
    23  * @copyright Alexey Dotsenko
    24  * @author Alexey Dotsenko
    25  * @link http://www.phpclasses.org/browse/package/1743.html Site
    26  * @license LGPL License http://www.opensource.org/licenses/lgpl-license.html
    2717 */
    2818class ftp extends ftp_base {
    2919
  • wp-includes/class-snoopy.php

     
    11<?php
    2 
    32/**
     3 * Snoopy - the PHP net client
     4 *
     5 * @package Snoopy
     6 * @license http://www.gnu.org/licenses/lgpl.html LGPL
     7 */
     8/**
    49 * Deprecated. Use WP_HTTP (http.php, class-http.php) instead.
    510 */
    611_deprecated_file( basename( __FILE__ ), '3.0', WPINC . '/http.php' );
     
    3540
    3641*************************************************/
    3742
     43/**
     44 * @deprecated deprecated since version 3.0
     45 */
    3846class Snoopy
    3947{
    4048        /**** Public variables ****/
  • wp-includes/Text/Diff/Engine/shell.php

     
    1313 * @author  Milian Wolff <mail@milianw.de>
    1414 * @package Text_Diff
    1515 * @since   0.3.0
     16 * @license http://www.gnu.org/licenses/lgpl.html LGPL
    1617 */
    1718class Text_Diff_Engine_shell {
    1819
  • wp-includes/class-smtp.php

     
    3131 * to an SMTP server.
    3232 * @package PHPMailer
    3333 * @author Chris Ryan
     34 * @license http://www.gnu.org/licenses/lgpl.html LGPL
    3435 */
    3536
    3637class SMTP
  • wp-includes/Text/Diff.php

     
    1414 *
    1515 * @package Text_Diff
    1616 * @author  Geoffrey T. Dairiki <dairiki@dairiki.org>
     17 * @license http://www.gnu.org/licenses/lgpl.html LGPL
    1718 */
    1819class Text_Diff {
    1920
  • wp-admin/includes/class-ftp-sockets.php

     
    99 * @copyright Alexey Dotsenko
    1010 * @author Alexey Dotsenko
    1111 * @link http://www.phpclasses.org/browse/package/1743.html Site
    12  * @license LGPL License http://www.opensource.org/licenses/lgpl-license.html
     12 * @license http://www.gnu.org/licenses/lgpl.html LGPL
    1313 */
    1414
    1515/**
    1616 * Socket Based FTP implementation
    17  *
    18  * @package PemFTP
    19  * @subpackage Socket
    20  * @since 2.5
    21  *
    22  * @version 1.0
    23  * @copyright Alexey Dotsenko
    24  * @author Alexey Dotsenko
    25  * @link http://www.phpclasses.org/browse/package/1743.html Site
    26  * @license LGPL License http://www.opensource.org/licenses/lgpl-license.html
    2717 */
    2818class ftp extends ftp_base {
    2919
  • wp-includes/rss.php

     
    66 *
    77 * @author Kellan Elliott-McCrea <kellan@protest.net>
    88 * @version 0.51
    9  * @license GPL
     9 * @license http://www.gnu.org/licenses/gpl.html GPL
    1010 *
    1111 * @package External
    1212 * @subpackage MagpieRSS
  • wp-includes/Text/Diff/Engine/native.php

     
    2525 *
    2626 * @author  Geoffrey T. Dairiki <dairiki@dairiki.org>
    2727 * @package Text_Diff
     28 * @license http://www.gnu.org/licenses/lgpl.html LGPL
    2829 */
    2930class Text_Diff_Engine_native {
    3031
  • wp-includes/Text/Diff/Renderer/inline.php

     
    99 *
    1010 * @author  Ciprian Popovici
    1111 * @package Text_Diff
     12 * @license http://www.gnu.org/licenses/lgpl.html LGPL
    1213 */
    1314
    1415/** Text_Diff_Renderer */