Merge pull request #288 from bantu/drop-meaningless-version-tags

Drop version tags from doc blocks.

* bantu/drop-meaningless-version-tags:
  Drop meaningless, outdated, inconsistent version tags in doc blocks.
This commit is contained in:
Andreas Fischer 2014-03-13 00:03:21 +01:00
commit b77b26f692
21 changed files with 0 additions and 26 deletions

View File

@ -126,7 +126,6 @@ define('CRYPT_AES_MODE_MCRYPT', CRYPT_MODE_MCRYPT);
*
* @package Crypt_AES
* @author Jim Wigginton <terrafrost@php.net>
* @version 0.1.0
* @access public
*/
class Crypt_AES extends Crypt_Rijndael

View File

@ -49,7 +49,6 @@
* @author Hans-Juergen Petrich <petrich@tronic-media.com>
* @copyright MMVII Jim Wigginton
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 1.0.1
* @link http://phpseclib.sourceforge.net
*/
@ -117,7 +116,6 @@ define('CRYPT_MODE_MCRYPT', 2);
* @package Crypt_Base
* @author Jim Wigginton <terrafrost@php.net>
* @author Hans-Juergen Petrich <petrich@tronic-media.com>
* @version 1.0.0
* @access public
*/
class Crypt_Base

View File

@ -50,7 +50,6 @@
* @author Hans-Juergen Petrich <petrich@tronic-media.com>
* @copyright MMVII Jim Wigginton
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 1.0
* @link http://phpseclib.sourceforge.net
*/
@ -122,7 +121,6 @@ define('CRYPT_BLOWFISH_MODE_MCRYPT', CRYPT_MODE_MCRYPT);
* @package Crypt_Blowfish
* @author Jim Wigginton <terrafrost@php.net>
* @author Hans-Juergen Petrich <petrich@tronic-media.com>
* @version 1.0
* @access public
*/
class Crypt_Blowfish extends Crypt_Base

View File

@ -140,7 +140,6 @@ define('CRYPT_DES_MODE_MCRYPT', CRYPT_MODE_MCRYPT);
*
* @package Crypt_DES
* @author Jim Wigginton <terrafrost@php.net>
* @version 0.1.0
* @access public
*/
class Crypt_DES extends Crypt_Base

View File

@ -77,7 +77,6 @@ define('CRYPT_HASH_MODE_HASH', 3);
*
* @package Crypt_Hash
* @author Jim Wigginton <terrafrost@php.net>
* @version 0.1.0
* @access public
*/
class Crypt_Hash

View File

@ -117,7 +117,6 @@ define('CRYPT_RC2_MODE_MCRYPT', CRYPT_MODE_MCRYPT);
* Pure-PHP implementation of RC2.
*
* @package Crypt_RC2
* @version 0.1.1
* @access public
*/
class Crypt_RC2 extends Crypt_Base

View File

@ -96,7 +96,6 @@ define('CRYPT_RC4_DECRYPT', 1);
*
* @package Crypt_RC4
* @author Jim Wigginton <terrafrost@php.net>
* @version 0.1.0
* @access public
*/
class Crypt_RC4 extends Crypt_Base

View File

@ -241,7 +241,6 @@ define('CRYPT_RSA_PUBLIC_FORMAT_PKCS1', 7);
*
* @package Crypt_RSA
* @author Jim Wigginton <terrafrost@php.net>
* @version 0.1.0
* @access public
*/
class Crypt_RSA

View File

@ -137,7 +137,6 @@ define('CRYPT_RIJNDAEL_MODE_MCRYPT', CRYPT_MODE_MCRYPT);
*
* @package Crypt_Rijndael
* @author Jim Wigginton <terrafrost@php.net>
* @version 0.1.0
* @access public
*/
class Crypt_Rijndael extends Crypt_Base

View File

@ -78,7 +78,6 @@ define('CRYPT_DES_MODE_CBC3', CRYPT_DES_MODE_CBC);
*
* @package Crypt_TripleDES
* @author Jim Wigginton <terrafrost@php.net>
* @version 0.1.0
* @access public
*/
class Crypt_TripleDES extends Crypt_DES

View File

@ -50,7 +50,6 @@
* @author Hans-Juergen Petrich <petrich@tronic-media.com>
* @copyright MMVII Jim Wigginton
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 1.0
* @link http://phpseclib.sourceforge.net
*/
@ -122,7 +121,6 @@ define('CRYPT_TWOFISH_MODE_MCRYPT', CRYPT_MODE_MCRYPT);
* @package Crypt_Twofish
* @author Jim Wigginton <terrafrost@php.net>
* @author Hans-Juergen Petrich <petrich@tronic-media.com>
* @version 1.0
* @access public
*/
class Crypt_Twofish extends Crypt_Base

View File

@ -41,7 +41,6 @@
*
* @package File_ANSI
* @author Jim Wigginton <terrafrost@php.net>
* @version 0.3.0
* @access public
*/
class File_ANSI

View File

@ -112,7 +112,6 @@ define('FILE_ASN1_TYPE_ANY', -2);
*
* @package File_ASN1
* @author Jim Wigginton <terrafrost@php.net>
* @version 0.3.0
* @access public
*/
class File_ASN1_Element
@ -143,7 +142,6 @@ class File_ASN1_Element
*
* @package File_ASN1
* @author Jim Wigginton <terrafrost@php.net>
* @version 0.3.0
* @access public
*/
class File_ASN1

View File

@ -125,7 +125,6 @@ define('FILE_X509_ATTR_REPLACE', -3); // Clear first, then add a value.
*
* @package File_X509
* @author Jim Wigginton <terrafrost@php.net>
* @version 0.3.1
* @access public
*/
class File_X509

View File

@ -175,7 +175,6 @@ define('MATH_BIGINTEGER_KARATSUBA_CUTOFF', 25);
*
* @package Math_BigInteger
* @author Jim Wigginton <terrafrost@php.net>
* @version 1.0.0RC4
* @access public
*/
class Math_BigInteger

View File

@ -83,7 +83,6 @@ define('NET_SCP_SSH2', 2);
*
* @package Net_SCP
* @author Jim Wigginton <terrafrost@php.net>
* @version 0.1.0
* @access public
*/
class Net_SCP

View File

@ -117,7 +117,6 @@ define('NET_SFTP_RESUME_START', 8);
*
* @package Net_SFTP
* @author Jim Wigginton <terrafrost@php.net>
* @version 0.1.0
* @access public
*/
class Net_SFTP extends Net_SSH2

View File

@ -38,7 +38,6 @@
*
* @package Net_SFTP_Stream
* @author Jim Wigginton <terrafrost@php.net>
* @version 0.3.2
* @access public
*/
class Net_SFTP_Stream

View File

@ -227,7 +227,6 @@ define('NET_SSH1_READ_REGEX', 2);
*
* @package Net_SSH1
* @author Jim Wigginton <terrafrost@php.net>
* @version 0.1.0
* @access public
*/
class Net_SSH1

View File

@ -145,7 +145,6 @@ define('NET_SSH2_LOG_MAX_SIZE', 1024 * 1024);
*
* @package Net_SSH2
* @author Jim Wigginton <terrafrost@php.net>
* @version 0.1.0
* @access public
*/
class Net_SSH2

View File

@ -77,7 +77,6 @@ define('SYSTEM_SSH_AGENT_SIGN_RESPONSE', 14);
*
* @package System_SSH_Agent
* @author Jim Wigginton <terrafrost@php.net>
* @version 0.1.0
* @access internal
*/
class System_SSH_Agent_Identity
@ -214,7 +213,6 @@ class System_SSH_Agent_Identity
*
* @package System_SSH_Agent
* @author Jim Wigginton <terrafrost@php.net>
* @version 0.1.0
* @access internal
*/
class System_SSH_Agent