Ticket #14726: 14726.2.patch

File 14726.2.patch, 11.9 KB (added by hakre, 3 years ago)

2nd iteration, tagging untagged files. (fixed encoding)

  • wp-admin/includes/class-ftp-pure.php

     
    33 * PemFTP - A Ftp implementation in pure PHP 
    44 * 
    55 * @package PemFTP 
     6 * @subpackage Pure 
    67 * @since 2.5 
    78 * 
    89 * @version 1.0 
    910 * @copyright Alexey Dotsenko 
    1011 * @author Alexey Dotsenko 
    1112 * @link http://www.phpclasses.org/browse/package/1743.html Site 
    12  * @license LGPL License http://www.opensource.org/licenses/lgpl-license.html 
     13 * @license http://www.gnu.org/licenses/lgpl.html LGPL 
    1314 */ 
    1415 
    1516/** 
    1617 * 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 
    2718 */ 
    2819class ftp extends ftp_base { 
    2920 
  • wp-admin/includes/class-ftp-sockets.php

     
    33 * PemFTP - A Ftp implementation in pure PHP 
    44 * 
    55 * @package PemFTP 
     6 * @subpackage Socket 
    67 * @since 2.5 
    78 * 
    89 * @version 1.0 
    910 * @copyright Alexey Dotsenko 
    1011 * @author Alexey Dotsenko 
    1112 * @link http://www.phpclasses.org/browse/package/1743.html Site 
    12  * @license LGPL License http://www.opensource.org/licenses/lgpl-license.html 
     13 * @license http://www.gnu.org/licenses/lgpl.html LGPL 
    1314 */ 
    1415 
    1516/** 
    1617 * 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 
    2718 */ 
    2819class ftp extends ftp_base { 
    2920 
  • 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-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 1.0 
     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// -------------------------------------------------------------------------------- 
    3 // PhpConcept Library - Zip Module 2.8.2 
     15//  
    416// -------------------------------------------------------------------------------- 
    5 // License GNU/LGPL - Vincent Blavet - August 2009 
     17// License GNU/LGPL -  -  
    618// http://www.phpconcept.net 
    719// -------------------------------------------------------------------------------- 
    820// 
  • wp-includes/class-IXR.php

     
    1010 * @author Simon Willison 
    1111 * @link http://scripts.incutio.com/xmlrpc/ Site 
    1212 * @link http://scripts.incutio.com/xmlrpc/manual.php Manual 
    13  * @license BSD License http://www.opensource.org/licenses/bsd-license.php 
     13 * @license http://www.opensource.org/licenses/bsd-license.php BSD 
    1414 */ 
    1515 
    1616/** 
  • 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/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 */ 
    33  
    3435class PHPMailer { 
    3536 
    3637  ///////////////////////////////////////////////// 
  • wp-includes/class-pop3.php

     
    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-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-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/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/formatting.php

     
    980980 * @since 2.0.4 
    981981 * 
    982982 * @author Leonard Lin <leonard@acm.org> 
    983  * @license GPL 
     983 * @license http://www.gnu.org/licenses/gpl.html GPL 
    984984 * @copyright November 4, 2001 
    985985 * @version 1.1 
    986986 * @todo Make better - change loop condition to $text in 1.2 
  • 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.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-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/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/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/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/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/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 */ 
  • xmlrpc.php

     
    22/** 
    33 * XML-RPC protocol support for WordPress 
    44 * 
    5  * @license GPL v2 <./license.txt> 
     5 * @license http://www.gnu.org/licenses/gpl-2.0.html GPL v2 
    66 * @package WordPress 
    77 */ 
    88