Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Commit

Permalink
[CS][test] Remove @copyright & @license
Browse files Browse the repository at this point in the history
for fl in $(find . -name "*.php"); do mv $fl $fl.old;       sed '/@copyright/d' $fl.old > $fl;       rm -f $fl.old; done;
for fl in $(find . -name "*.php"); do mv $fl $fl.old;       sed '/@license/d' $fl.old > $fl;       rm -f $fl.old; done;
  • Loading branch information
Maks3w committed Jul 9, 2012
1 parent 68f4ad4 commit dd0934e
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 40 deletions.
4 changes: 0 additions & 4 deletions tests/ZendService/StrikeIron/BaseTest.php
Expand Up @@ -15,8 +15,6 @@
* @category Zend
* @package Zend_Service_StrikeIron
* @subpackage UnitTests
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace ZendTest\Service\StrikeIron;
Expand All @@ -34,8 +32,6 @@
* @category Zend
* @package Zend_Service_StrikeIron
* @subpackage UnitTests
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @group Zend_Service
* @group Zend_Service_StrikeIron
*/
Expand Down
4 changes: 0 additions & 4 deletions tests/ZendService/StrikeIron/BaseTest/MockSoapClient.php
Expand Up @@ -15,8 +15,6 @@
* @category Zend
* @package Zend_Service_StrikeIron
* @subpackage UnitTests
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace ZendTest\Service\StrikeIron\BaseTest;
Expand All @@ -30,8 +28,6 @@
* @category Zend
* @package Zend_Service_StrikeIron
* @subpackage UnitTests
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
class MockSoapClient
{
Expand Down
4 changes: 0 additions & 4 deletions tests/ZendService/StrikeIron/DecoratorTest.php
Expand Up @@ -15,8 +15,6 @@
* @category Zend
* @package Zend_Service_StrikeIron
* @subpackage UnitTests
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace ZendTest\Service\StrikeIron;
Expand All @@ -35,8 +33,6 @@
* @category Zend
* @package Zend_Service_StrikeIron
* @subpackage UnitTests
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @group Zend_Service
* @group Zend_Service_StrikeIron
*/
Expand Down
4 changes: 0 additions & 4 deletions tests/ZendService/StrikeIron/ExceptionTest.php
Expand Up @@ -15,8 +15,6 @@
* @category Zend
* @package Zend_Service_StrikeIron
* @subpackage UnitTests
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace ZendTest\Service\StrikeIron;
Expand All @@ -34,8 +32,6 @@
* @category Zend
* @package Zend_Service_StrikeIron
* @subpackage UnitTests
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @group Zend_Service
* @group Zend_Service_StrikeIron
*/
Expand Down
4 changes: 0 additions & 4 deletions tests/ZendService/StrikeIron/NoSoapTest.php
Expand Up @@ -15,8 +15,6 @@
* @category Zend
* @package Zend_Service_StrikeIron
* @subpackage UnitTests
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace ZendTest\Service\StrikeIron;
Expand All @@ -35,8 +33,6 @@
* @category Zend
* @package Zend_Service_StrikeIron
* @subpackage UnitTests
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @group Zend_Service
* @group Zend_Service_StrikeIron
*/
Expand Down
4 changes: 0 additions & 4 deletions tests/ZendService/StrikeIron/SalesUseTaxBasicTest.php
Expand Up @@ -15,8 +15,6 @@
* @category Zend
* @package Zend_Service_StrikeIron
* @subpackage UnitTests
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace ZendTest\Service\StrikeIron;
Expand All @@ -38,8 +36,6 @@
* @category Zend
* @package Zend_Service_StrikeIron
* @subpackage UnitTests
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @group Zend_Service
* @group Zend_Service_StrikeIron
*/
Expand Down
4 changes: 0 additions & 4 deletions tests/ZendService/StrikeIron/StrikeIronTest.php
Expand Up @@ -15,8 +15,6 @@
* @category Zend
* @package Zend_Service_StrikeIron
* @subpackage UnitTests
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace ZendTest\Service\StrikeIron;
Expand All @@ -25,8 +23,6 @@
* @category Zend
* @package Zend_Service_StrikeIron
* @subpackage UnitTests
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @group Zend_Service
* @group Zend_Service_StrikeIron
*/
Expand Down
4 changes: 0 additions & 4 deletions tests/ZendService/StrikeIron/StrikeIronTest/StubbedBase.php
Expand Up @@ -15,8 +15,6 @@
* @category Zend
* @package Zend_Service_StrikeIron
* @subpackage UnitTests
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace ZendTest\Service\StrikeIron\StrikeIronTest;
Expand All @@ -27,8 +25,6 @@
* @category Zend
* @package Zend_Service_StrikeIron
* @subpackage UnitTests
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
class StubbedBase
{
Expand Down
4 changes: 0 additions & 4 deletions tests/ZendService/StrikeIron/USAddressVerificationTest.php
Expand Up @@ -15,8 +15,6 @@
* @category Zend
* @package Zend_Service_StrikeIron
* @subpackage UnitTests
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace ZendTest\Service\StrikeIron;
Expand All @@ -38,8 +36,6 @@
* @category Zend
* @package Zend_Service_StrikeIron
* @subpackage UnitTests
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @group Zend_Service
* @group Zend_Service_StrikeIron
*/
Expand Down
4 changes: 0 additions & 4 deletions tests/ZendService/StrikeIron/ZipCodeInfoTest.php
Expand Up @@ -15,8 +15,6 @@
* @category Zend
* @package Zend_Service_StrikeIron
* @subpackage UnitTests
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace ZendTest\Service\StrikeIron;
Expand All @@ -38,8 +36,6 @@
* @category Zend
* @package Zend_Service_StrikeIron
* @subpackage UnitTests
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @group Zend_Service
* @group Zend_Service_StrikeIron
*/
Expand Down

0 comments on commit dd0934e

Please sign in to comment.