diff --git a/phpseclib/Crypt/AES.php b/phpseclib/Crypt/AES.php index 9085a8f1..6b1f9daa 100644 --- a/phpseclib/Crypt/AES.php +++ b/phpseclib/Crypt/AES.php @@ -56,7 +56,7 @@ * @category Crypt * @package Crypt_AES * @author Jim Wigginton - * @copyright MMVIII Jim Wigginton + * @copyright 2008 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ diff --git a/phpseclib/Crypt/Base.php b/phpseclib/Crypt/Base.php index 2248ed4f..4df2a2db 100644 --- a/phpseclib/Crypt/Base.php +++ b/phpseclib/Crypt/Base.php @@ -47,7 +47,7 @@ * @package Crypt_Base * @author Jim Wigginton * @author Hans-Juergen Petrich - * @copyright MMVII Jim Wigginton + * @copyright 2007 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ diff --git a/phpseclib/Crypt/Blowfish.php b/phpseclib/Crypt/Blowfish.php index 90587ca0..f39f17d7 100644 --- a/phpseclib/Crypt/Blowfish.php +++ b/phpseclib/Crypt/Blowfish.php @@ -48,7 +48,7 @@ * @package Crypt_Blowfish * @author Jim Wigginton * @author Hans-Juergen Petrich - * @copyright MMVII Jim Wigginton + * @copyright 2007 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ diff --git a/phpseclib/Crypt/DES.php b/phpseclib/Crypt/DES.php index 3334eb98..f92f30b2 100644 --- a/phpseclib/Crypt/DES.php +++ b/phpseclib/Crypt/DES.php @@ -53,7 +53,7 @@ * @category Crypt * @package Crypt_DES * @author Jim Wigginton - * @copyright MMVII Jim Wigginton + * @copyright 2007 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ diff --git a/phpseclib/Crypt/Hash.php b/phpseclib/Crypt/Hash.php index ea7824d7..4ab75b2d 100644 --- a/phpseclib/Crypt/Hash.php +++ b/phpseclib/Crypt/Hash.php @@ -49,7 +49,7 @@ * @category Crypt * @package Crypt_Hash * @author Jim Wigginton - * @copyright MMVII Jim Wigginton + * @copyright 2007 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ diff --git a/phpseclib/Crypt/RC4.php b/phpseclib/Crypt/RC4.php index 48807350..d5eda8c3 100644 --- a/phpseclib/Crypt/RC4.php +++ b/phpseclib/Crypt/RC4.php @@ -55,7 +55,7 @@ * @category Crypt * @package Crypt_RC4 * @author Jim Wigginton - * @copyright MMVII Jim Wigginton + * @copyright 2007 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ diff --git a/phpseclib/Crypt/RSA.php b/phpseclib/Crypt/RSA.php index a0fbc285..793eecc7 100644 --- a/phpseclib/Crypt/RSA.php +++ b/phpseclib/Crypt/RSA.php @@ -62,7 +62,7 @@ * @category Crypt * @package Crypt_RSA * @author Jim Wigginton - * @copyright MMIX Jim Wigginton + * @copyright 2009 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ diff --git a/phpseclib/Crypt/Random.php b/phpseclib/Crypt/Random.php index 55c6763e..918b97bf 100644 --- a/phpseclib/Crypt/Random.php +++ b/phpseclib/Crypt/Random.php @@ -38,7 +38,7 @@ * @category Crypt * @package Crypt_Random * @author Jim Wigginton - * @copyright MMVII Jim Wigginton + * @copyright 2007 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ diff --git a/phpseclib/Crypt/Rijndael.php b/phpseclib/Crypt/Rijndael.php index dcc0c19e..a131b26a 100644 --- a/phpseclib/Crypt/Rijndael.php +++ b/phpseclib/Crypt/Rijndael.php @@ -65,7 +65,7 @@ * @category Crypt * @package Crypt_Rijndael * @author Jim Wigginton - * @copyright MMVIII Jim Wigginton + * @copyright 2008 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ diff --git a/phpseclib/Crypt/TripleDES.php b/phpseclib/Crypt/TripleDES.php index 77b1437a..06ea09b1 100644 --- a/phpseclib/Crypt/TripleDES.php +++ b/phpseclib/Crypt/TripleDES.php @@ -47,7 +47,7 @@ * @category Crypt * @package Crypt_TripleDES * @author Jim Wigginton - * @copyright MMVII Jim Wigginton + * @copyright 2007 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ diff --git a/phpseclib/Crypt/Twofish.php b/phpseclib/Crypt/Twofish.php index acd52c1c..8dd7933a 100644 --- a/phpseclib/Crypt/Twofish.php +++ b/phpseclib/Crypt/Twofish.php @@ -48,7 +48,7 @@ * @package Crypt_Twofish * @author Jim Wigginton * @author Hans-Juergen Petrich - * @copyright MMVII Jim Wigginton + * @copyright 2007 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ diff --git a/phpseclib/File/ANSI.php b/phpseclib/File/ANSI.php index 682ba430..3ff1b7d4 100644 --- a/phpseclib/File/ANSI.php +++ b/phpseclib/File/ANSI.php @@ -31,7 +31,7 @@ * @category File * @package File_ANSI * @author Jim Wigginton - * @copyright MMXII Jim Wigginton + * @copyright 2012 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ diff --git a/phpseclib/File/ASN1.php b/phpseclib/File/ASN1.php index eaa47eff..a3b91b2e 100644 --- a/phpseclib/File/ASN1.php +++ b/phpseclib/File/ASN1.php @@ -34,7 +34,7 @@ * @category File * @package File_ASN1 * @author Jim Wigginton - * @copyright MMXII Jim Wigginton + * @copyright 2012 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ diff --git a/phpseclib/File/X509.php b/phpseclib/File/X509.php index 0f8f4bb8..36a6287b 100644 --- a/phpseclib/File/X509.php +++ b/phpseclib/File/X509.php @@ -37,7 +37,7 @@ * @category File * @package File_X509 * @author Jim Wigginton - * @copyright MMXII Jim Wigginton + * @copyright 2012 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ diff --git a/phpseclib/Math/BigInteger.php b/phpseclib/Math/BigInteger.php index 109d346e..5753584c 100644 --- a/phpseclib/Math/BigInteger.php +++ b/phpseclib/Math/BigInteger.php @@ -63,7 +63,7 @@ * @category Math * @package Math_BigInteger * @author Jim Wigginton - * @copyright MMVI Jim Wigginton + * @copyright 2006 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ diff --git a/phpseclib/Net/SCP.php b/phpseclib/Net/SCP.php index 23fda220..b5cd2f55 100644 --- a/phpseclib/Net/SCP.php +++ b/phpseclib/Net/SCP.php @@ -44,7 +44,7 @@ * @category Net * @package Net_SCP * @author Jim Wigginton - * @copyright MMX Jim Wigginton + * @copyright 2010 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ diff --git a/phpseclib/Net/SFTP.php b/phpseclib/Net/SFTP.php index 0fe88e0e..5f7d3666 100644 --- a/phpseclib/Net/SFTP.php +++ b/phpseclib/Net/SFTP.php @@ -48,7 +48,7 @@ * @category Net * @package Net_SFTP * @author Jim Wigginton - * @copyright MMIX Jim Wigginton + * @copyright 2009 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ diff --git a/phpseclib/Net/SFTP/Stream.php b/phpseclib/Net/SFTP/Stream.php index e9afb3ea..2e5a5794 100644 --- a/phpseclib/Net/SFTP/Stream.php +++ b/phpseclib/Net/SFTP/Stream.php @@ -28,7 +28,7 @@ * @category Net * @package Net_SFTP_Stream * @author Jim Wigginton - * @copyright MMXIII Jim Wigginton + * @copyright 2013 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ diff --git a/phpseclib/Net/SSH1.php b/phpseclib/Net/SSH1.php index 15e659a9..8d8a9945 100644 --- a/phpseclib/Net/SSH1.php +++ b/phpseclib/Net/SSH1.php @@ -59,7 +59,7 @@ * @category Net * @package Net_SSH1 * @author Jim Wigginton - * @copyright MMVII Jim Wigginton + * @copyright 2007 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ diff --git a/phpseclib/Net/SSH2.php b/phpseclib/Net/SSH2.php index ac095110..897c78b4 100644 --- a/phpseclib/Net/SSH2.php +++ b/phpseclib/Net/SSH2.php @@ -61,7 +61,7 @@ * @category Net * @package Net_SSH2 * @author Jim Wigginton - * @copyright MMVII Jim Wigginton + * @copyright 2007 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ diff --git a/phpseclib/System/SSH/Agent.php b/phpseclib/System/SSH/Agent.php index ead905fa..4c0ef733 100644 --- a/phpseclib/System/SSH/Agent.php +++ b/phpseclib/System/SSH/Agent.php @@ -43,7 +43,7 @@ * @category System * @package System_SSH_Agent * @author Jim Wigginton - * @copyright MMXIV Jim Wigginton + * @copyright 2014 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net * @internal See http://api.libssh.org/rfc/PROTOCOL.agent diff --git a/phpseclib/System/SSH_Agent.php b/phpseclib/System/SSH_Agent.php index 0a001656..ea434b9c 100644 --- a/phpseclib/System/SSH_Agent.php +++ b/phpseclib/System/SSH_Agent.php @@ -30,7 +30,7 @@ * @category System * @package System_SSH_Agent * @author Jim Wigginton - * @copyright MMXIV Jim Wigginton + * @copyright 2014 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net * @internal See http://api.libssh.org/rfc/PROTOCOL.agent diff --git a/tests/Functional/Net/SCPSSH2UserStoryTest.php b/tests/Functional/Net/SCPSSH2UserStoryTest.php index 561be6ea..3697dcf6 100644 --- a/tests/Functional/Net/SCPSSH2UserStoryTest.php +++ b/tests/Functional/Net/SCPSSH2UserStoryTest.php @@ -2,7 +2,7 @@ /** * @author Andreas Fischer - * @copyright MMXIV Andreas Fischer + * @copyright 2014 Andreas Fischer * @license http://www.opensource.org/licenses/mit-license.html MIT License */ diff --git a/tests/Functional/Net/SFTPUserStoryTest.php b/tests/Functional/Net/SFTPUserStoryTest.php index faf56807..707bc9ad 100644 --- a/tests/Functional/Net/SFTPUserStoryTest.php +++ b/tests/Functional/Net/SFTPUserStoryTest.php @@ -2,7 +2,7 @@ /** * @author Andreas Fischer - * @copyright MMXIV Andreas Fischer + * @copyright 2014 Andreas Fischer * @license http://www.opensource.org/licenses/mit-license.html MIT License */ diff --git a/tests/Functional/Net/SSH2Test.php b/tests/Functional/Net/SSH2Test.php index f07f27cf..4b7d552a 100644 --- a/tests/Functional/Net/SSH2Test.php +++ b/tests/Functional/Net/SSH2Test.php @@ -2,7 +2,7 @@ /** * @author Andreas Fischer - * @copyright MMXIV Andreas Fischer + * @copyright 2014 Andreas Fischer * @license http://www.opensource.org/licenses/mit-license.html MIT License */ diff --git a/tests/PhpseclibFunctionalTestCase.php b/tests/PhpseclibFunctionalTestCase.php index 62e41b8d..588d7d89 100644 --- a/tests/PhpseclibFunctionalTestCase.php +++ b/tests/PhpseclibFunctionalTestCase.php @@ -1,7 +1,7 @@ - * @copyright MMXIV Andreas Fischer + * @copyright 2014 Andreas Fischer * @license http://www.opensource.org/licenses/mit-license.html MIT License */ diff --git a/tests/PhpseclibTestCase.php b/tests/PhpseclibTestCase.php index f0f75d9a..cca14f56 100644 --- a/tests/PhpseclibTestCase.php +++ b/tests/PhpseclibTestCase.php @@ -1,7 +1,7 @@ - * @copyright MMXIII Andreas Fischer + * @copyright 2013 Andreas Fischer * @license http://www.opensource.org/licenses/mit-license.html MIT License */ diff --git a/tests/Unit/Crypt/AES/InternalTest.php b/tests/Unit/Crypt/AES/InternalTest.php index 2a9652ca..105f78ae 100644 --- a/tests/Unit/Crypt/AES/InternalTest.php +++ b/tests/Unit/Crypt/AES/InternalTest.php @@ -1,7 +1,7 @@ - * @copyright MMXIII Andreas Fischer + * @copyright 2013 Andreas Fischer * @license http://www.opensource.org/licenses/mit-license.html MIT License */ diff --git a/tests/Unit/Crypt/AES/McryptTest.php b/tests/Unit/Crypt/AES/McryptTest.php index 4327c7ea..84475b6f 100644 --- a/tests/Unit/Crypt/AES/McryptTest.php +++ b/tests/Unit/Crypt/AES/McryptTest.php @@ -1,7 +1,7 @@ - * @copyright MMXIII Andreas Fischer + * @copyright 2013 Andreas Fischer * @license http://www.opensource.org/licenses/mit-license.html MIT License */ diff --git a/tests/Unit/Crypt/AES/TestCase.php b/tests/Unit/Crypt/AES/TestCase.php index 91cb9792..02434ae1 100644 --- a/tests/Unit/Crypt/AES/TestCase.php +++ b/tests/Unit/Crypt/AES/TestCase.php @@ -1,7 +1,7 @@ - * @copyright MMXIII Andreas Fischer + * @copyright 2013 Andreas Fischer * @license http://www.opensource.org/licenses/mit-license.html MIT License */ diff --git a/tests/Unit/Crypt/Hash/MD5Test.php b/tests/Unit/Crypt/Hash/MD5Test.php index 3651147e..e7d28464 100644 --- a/tests/Unit/Crypt/Hash/MD5Test.php +++ b/tests/Unit/Crypt/Hash/MD5Test.php @@ -1,7 +1,7 @@ - * @copyright MMXII Andreas Fischer + * @copyright 2012 Andreas Fischer * @license http://www.opensource.org/licenses/mit-license.html MIT License */ diff --git a/tests/Unit/Crypt/Hash/SHA256Test.php b/tests/Unit/Crypt/Hash/SHA256Test.php index 61b54802..097e6993 100644 --- a/tests/Unit/Crypt/Hash/SHA256Test.php +++ b/tests/Unit/Crypt/Hash/SHA256Test.php @@ -1,7 +1,7 @@ - * @copyright MMXIV Andreas Fischer + * @copyright 2014 Andreas Fischer * @license http://www.opensource.org/licenses/mit-license.html MIT License */ diff --git a/tests/Unit/Crypt/Hash/SHA256_96Test.php b/tests/Unit/Crypt/Hash/SHA256_96Test.php index a9cfc43b..685d73bf 100644 --- a/tests/Unit/Crypt/Hash/SHA256_96Test.php +++ b/tests/Unit/Crypt/Hash/SHA256_96Test.php @@ -1,7 +1,7 @@ - * @copyright MMXIV Andreas Fischer + * @copyright 2014 Andreas Fischer * @license http://www.opensource.org/licenses/mit-license.html MIT License */ diff --git a/tests/Unit/Crypt/Hash/SHA512Test.php b/tests/Unit/Crypt/Hash/SHA512Test.php index 6e60c669..66140a8a 100644 --- a/tests/Unit/Crypt/Hash/SHA512Test.php +++ b/tests/Unit/Crypt/Hash/SHA512Test.php @@ -1,7 +1,7 @@ - * @copyright MMXIV Andreas Fischer + * @copyright 2014 Andreas Fischer * @license http://www.opensource.org/licenses/mit-license.html MIT License */ diff --git a/tests/Unit/Crypt/Hash/SHA512_96Test.php b/tests/Unit/Crypt/Hash/SHA512_96Test.php index 44af854d..78a43f53 100644 --- a/tests/Unit/Crypt/Hash/SHA512_96Test.php +++ b/tests/Unit/Crypt/Hash/SHA512_96Test.php @@ -1,7 +1,7 @@ - * @copyright MMXIV Andreas Fischer + * @copyright 2014 Andreas Fischer * @license http://www.opensource.org/licenses/mit-license.html MIT License */ diff --git a/tests/Unit/Crypt/Hash/TestCase.php b/tests/Unit/Crypt/Hash/TestCase.php index 040bce2c..d33d2d00 100644 --- a/tests/Unit/Crypt/Hash/TestCase.php +++ b/tests/Unit/Crypt/Hash/TestCase.php @@ -1,7 +1,7 @@ - * @copyright MMXII Andreas Fischer + * @copyright 2012 Andreas Fischer * @license http://www.opensource.org/licenses/mit-license.html MIT License */ diff --git a/tests/Unit/Crypt/RSA/LoadKeyTest.php b/tests/Unit/Crypt/RSA/LoadKeyTest.php index 6506c478..a657c06a 100644 --- a/tests/Unit/Crypt/RSA/LoadKeyTest.php +++ b/tests/Unit/Crypt/RSA/LoadKeyTest.php @@ -1,7 +1,7 @@ - * @copyright MMXIII Jim Wigginton + * @copyright 2013 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License */ diff --git a/tests/Unit/Crypt/RandomTest.php b/tests/Unit/Crypt/RandomTest.php index f72640fe..07036133 100644 --- a/tests/Unit/Crypt/RandomTest.php +++ b/tests/Unit/Crypt/RandomTest.php @@ -1,7 +1,7 @@ - * @copyright MMXIV Andreas Fischer + * @copyright 2014 Andreas Fischer * @license http://www.opensource.org/licenses/mit-license.html MIT License */ diff --git a/tests/Unit/File/ASN1Test.php b/tests/Unit/File/ASN1Test.php index 5a5e6efb..8d8828b9 100644 --- a/tests/Unit/File/ASN1Test.php +++ b/tests/Unit/File/ASN1Test.php @@ -1,7 +1,7 @@ - * @copyright MMXIV Jim Wigginton + * @copyright 2014 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License */ diff --git a/tests/Unit/File/X509/SPKACTest.php b/tests/Unit/File/X509/SPKACTest.php index 3690d773..7f53f18a 100644 --- a/tests/Unit/File/X509/SPKACTest.php +++ b/tests/Unit/File/X509/SPKACTest.php @@ -1,7 +1,7 @@ - * @copyright MMXIV Jim Wigginton + * @copyright 2014 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License */ diff --git a/tests/Unit/Math/BigInteger/BCMathTest.php b/tests/Unit/Math/BigInteger/BCMathTest.php index d856c1a8..ebb215f3 100644 --- a/tests/Unit/Math/BigInteger/BCMathTest.php +++ b/tests/Unit/Math/BigInteger/BCMathTest.php @@ -1,7 +1,7 @@ - * @copyright MMXIII Andreas Fischer + * @copyright 2013 Andreas Fischer * @license http://www.opensource.org/licenses/mit-license.html MIT License */ diff --git a/tests/Unit/Math/BigInteger/GMPTest.php b/tests/Unit/Math/BigInteger/GMPTest.php index 02a1cae8..94328c87 100644 --- a/tests/Unit/Math/BigInteger/GMPTest.php +++ b/tests/Unit/Math/BigInteger/GMPTest.php @@ -1,7 +1,7 @@ - * @copyright MMXIII Andreas Fischer + * @copyright 2013 Andreas Fischer * @license http://www.opensource.org/licenses/mit-license.html MIT License */ diff --git a/tests/Unit/Math/BigInteger/InternalOpenSSLTest.php b/tests/Unit/Math/BigInteger/InternalOpenSSLTest.php index 06d57a6f..ba721795 100644 --- a/tests/Unit/Math/BigInteger/InternalOpenSSLTest.php +++ b/tests/Unit/Math/BigInteger/InternalOpenSSLTest.php @@ -1,7 +1,7 @@ - * @copyright MMXIII Andreas Fischer + * @copyright 2013 Andreas Fischer * @license http://www.opensource.org/licenses/mit-license.html MIT License */ diff --git a/tests/Unit/Math/BigInteger/InternalTest.php b/tests/Unit/Math/BigInteger/InternalTest.php index 784d8655..76f68bd7 100644 --- a/tests/Unit/Math/BigInteger/InternalTest.php +++ b/tests/Unit/Math/BigInteger/InternalTest.php @@ -1,7 +1,7 @@ - * @copyright MMXIII Andreas Fischer + * @copyright 2013 Andreas Fischer * @license http://www.opensource.org/licenses/mit-license.html MIT License */ diff --git a/tests/Unit/Math/BigInteger/TestCase.php b/tests/Unit/Math/BigInteger/TestCase.php index 87addfd4..b52a66d9 100644 --- a/tests/Unit/Math/BigInteger/TestCase.php +++ b/tests/Unit/Math/BigInteger/TestCase.php @@ -1,7 +1,7 @@ - * @copyright MMXII Andreas Fischer + * @copyright 2012 Andreas Fischer * @license http://www.opensource.org/licenses/mit-license.html MIT License */ diff --git a/tests/Unit/Net/SFTPStreamTest.php b/tests/Unit/Net/SFTPStreamTest.php index f54f79f8..f5f83454 100644 --- a/tests/Unit/Net/SFTPStreamTest.php +++ b/tests/Unit/Net/SFTPStreamTest.php @@ -1,7 +1,7 @@ - * @copyright MMXIV Andreas Fischer + * @copyright 2014 Andreas Fischer * @license http://www.opensource.org/licenses/mit-license.html MIT License */ diff --git a/tests/Unit/Net/SSH1Test.php b/tests/Unit/Net/SSH1Test.php index 5f4778f3..b0b2aaed 100644 --- a/tests/Unit/Net/SSH1Test.php +++ b/tests/Unit/Net/SSH1Test.php @@ -1,7 +1,7 @@ - * @copyright MMXIII Marc Scholten + * @copyright 2013 Marc Scholten * @license http://www.opensource.org/licenses/mit-license.html MIT License */ diff --git a/tests/Unit/Net/SSH2Test.php b/tests/Unit/Net/SSH2Test.php index ce8f17be..d166ae45 100644 --- a/tests/Unit/Net/SSH2Test.php +++ b/tests/Unit/Net/SSH2Test.php @@ -2,7 +2,7 @@ /** * @author Marc Scholten - * @copyright MMXIII Marc Scholten + * @copyright 2013 Marc Scholten * @license http://www.opensource.org/licenses/mit-license.html MIT License */