diff --git a/src/AbstractAdapter.php b/src/AbstractAdapter.php index 7510670..eba3a43 100644 --- a/src/AbstractAdapter.php +++ b/src/AbstractAdapter.php @@ -38,7 +38,6 @@ * @subpackage Adapter * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ abstract class AbstractAdapter extends \Zend\Validator\AbstractValidator implements Adapter { diff --git a/src/Adapter.php b/src/Adapter.php index d6c21f5..7b77bbb 100644 --- a/src/Adapter.php +++ b/src/Adapter.php @@ -35,7 +35,6 @@ * @subpackage Adapter * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ interface Adapter extends \Zend\Validator\Validator { diff --git a/src/Dumb.php b/src/Dumb.php index 1146d2b..ee93f41 100644 --- a/src/Dumb.php +++ b/src/Dumb.php @@ -35,7 +35,6 @@ * @subpackage Adapter * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ class Dumb extends Word { diff --git a/src/Exception.php b/src/Exception.php index 95f9664..b783bd8 100644 --- a/src/Exception.php +++ b/src/Exception.php @@ -15,7 +15,6 @@ * @category Zend * @package Zend_Captcha * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) - * @version $Id$ * @license http://framework.zend.com/license/new-bsd New BSD License */ diff --git a/src/Figlet.php b/src/Figlet.php index 9c5d280..5cd5848 100644 --- a/src/Figlet.php +++ b/src/Figlet.php @@ -36,7 +36,6 @@ * @subpackage Adapter * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ class Figlet extends Word { diff --git a/src/Image.php b/src/Image.php index 783d89b..e2ed664 100644 --- a/src/Image.php +++ b/src/Image.php @@ -17,7 +17,6 @@ * @subpackage Adapter * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/src/ReCaptcha.php b/src/ReCaptcha.php index 6f7b02b..cecb1f1 100644 --- a/src/ReCaptcha.php +++ b/src/ReCaptcha.php @@ -40,7 +40,6 @@ * @subpackage Adapter * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ class ReCaptcha extends AbstractAdapter { diff --git a/src/Word.php b/src/Word.php index f08cde8..1bb18df 100644 --- a/src/Word.php +++ b/src/Word.php @@ -36,7 +36,6 @@ * @subpackage Adapter * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ abstract class Word extends AbstractAdapter { diff --git a/test/DumbTest.php b/test/DumbTest.php index 2c0310c..a6fe491 100644 --- a/test/DumbTest.php +++ b/test/DumbTest.php @@ -17,7 +17,6 @@ * @subpackage UnitTests * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/test/FigletTest.php b/test/FigletTest.php index 915e22e..23d7c35 100644 --- a/test/FigletTest.php +++ b/test/FigletTest.php @@ -17,7 +17,6 @@ * @subpackage UnitTests * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/test/ImageTest.php b/test/ImageTest.php index 1d8d929..a4f2cd9 100644 --- a/test/ImageTest.php +++ b/test/ImageTest.php @@ -17,7 +17,6 @@ * @subpackage UnitTests * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/test/ReCaptchaTest.php b/test/ReCaptchaTest.php index d054479..ad3ed0e 100644 --- a/test/ReCaptchaTest.php +++ b/test/ReCaptchaTest.php @@ -17,7 +17,6 @@ * @subpackage UnitTests * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /**