Skip to content

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 f35edc8 commit d45a916
Show file tree
Hide file tree
Showing 1,272 changed files with 29 additions and 4,925 deletions.
4 changes: 0 additions & 4 deletions tests/Zend/Acl/AclTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
* @category Zend
* @package Zend_Acl
* @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\Acl;
Expand All @@ -30,8 +28,6 @@
* @package Zend_Acl
* @subpackage UnitTests
* @group Zend_Acl
* @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 AclTest extends \PHPUnit_Framework_TestCase
{
Expand Down
4 changes: 0 additions & 4 deletions tests/Zend/AllTests/StreamWrapper/PHPInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
* @category Zend
* @package Zend
* @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\AllTests\StreamWrapper;
Expand Down Expand Up @@ -47,8 +45,6 @@
* @category Zend
* @package Zend
* @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 PHPInput
{
Expand Down
4 changes: 0 additions & 4 deletions tests/Zend/Amf/Adobe/IntrospectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
* @category Zend
* @package Zend_Amf
* @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\Amf\Adobe;
Expand All @@ -25,8 +23,6 @@
* @category Zend
* @package Zend_Amf
* @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_Amf
*/
class IntrospectorTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions tests/Zend/Amf/AuthTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
* @category Zend
* @package Zend_Amf
* @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\Amf;
Expand All @@ -32,8 +30,6 @@
* @category Zend
* @package Zend_Amf
* @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_Amf
*/
class AuthTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions tests/Zend/Amf/RequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
* @category Zend
* @package Zend_Amf
* @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\Amf;
Expand All @@ -32,8 +30,6 @@
* @category Zend
* @package Zend_Amf
* @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_Amf
*/
class RequestTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions tests/Zend/Amf/ResourceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
* @category Zend
* @package Zend_Amf
* @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\Amf;
Expand All @@ -28,8 +26,6 @@
* @category Zend
* @package Zend_Amf
* @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_Amf
*/
class ResourceTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions tests/Zend/Amf/ResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
* @category Zend
* @package Zend_Amf
* @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\Amf;
Expand All @@ -32,8 +30,6 @@
* @category Zend
* @package Zend_Amf
* @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_Amf
*/
class ResponseTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions tests/Zend/Amf/ServerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
* @category Zend
* @package Zend_Amf
* @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\Amf;
Expand All @@ -36,8 +34,6 @@
* @category Zend
* @package Zend_Amf
* @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_Amf
*/
class ServerTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions tests/Zend/Amf/ServiceC.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
* @category Zend
* @package Zend_Amf
* @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\Amf;
Expand All @@ -25,8 +23,6 @@
* @category Zend
* @package Zend_Amf
* @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 ServiceC {
function __construct() {
Expand Down
4 changes: 0 additions & 4 deletions tests/Zend/Amf/TestAsset/Contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
* @category Zend
* @package Zend_Amf
* @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\Amf\TestAsset;
Expand All @@ -27,8 +25,6 @@
* @category Zend
* @package Zend_Amf
* @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 Contact
{
Expand Down
4 changes: 0 additions & 4 deletions tests/Zend/Amf/TestAsset/ContactVO.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
* @category Zend
* @package Zend_Amf
* @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\Amf\TestAsset;
Expand All @@ -27,8 +25,6 @@
* @category Zend
* @package Zend_Amf
* @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 ZF-6130
*/
class ContactVO
Expand Down
4 changes: 0 additions & 4 deletions tests/Zend/Amf/TestAsset/IntrospectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
* @category Zend
* @package Zend_Amf
* @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\Amf\TestAsset;
Expand All @@ -26,8 +24,6 @@
* @package Zend_Amf
* @subpackage UnitTests
* @group Zend_Amf
* @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 IntrospectorTest
{
Expand Down
4 changes: 0 additions & 4 deletions tests/Zend/Amf/TestAsset/ReferenceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
* @category Zend
* @package Zend_Amf
* @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\Amf\TestAsset;
Expand All @@ -29,8 +27,6 @@
* @subpackage UnitTests
* @group Zend_Amf
* @group ZF-6205
* @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 ReferenceTest
{
Expand Down
4 changes: 0 additions & 4 deletions tests/Zend/Amf/TestAsset/Resources/StreamContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
* @category Zend
* @package Zend_Amf
* @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 Test\Resource;
Expand All @@ -25,8 +23,6 @@
* @category Zend
* @package Zend_Amf
* @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 StreamContext
{
Expand Down
4 changes: 0 additions & 4 deletions tests/Zend/Amf/TestAsset/Server/ServiceA.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,12 @@
* @category Zend
* @package Zend_Amf
* @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
*/

/**
* @category Zend
* @package Zend_Amf
* @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 ServiceA
{
Expand Down
4 changes: 0 additions & 4 deletions tests/Zend/Amf/TestAsset/Server/ServiceB.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,12 @@
* @category Zend
* @package Zend_Amf
* @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
*/

/**
* @category Zend
* @package Zend_Amf
* @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 ServiceB
{
Expand Down
4 changes: 0 additions & 4 deletions tests/Zend/Amf/TestAsset/ZendAmfAdobeIntrospectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
* @category Zend
* @package Zend_Amf
* @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
*/

/**
Expand All @@ -29,8 +27,6 @@
* @package Zend_Amf
* @subpackage UnitTests
* @group Zend_Amf
* @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 ZendAmfAdobeIntrospectorTest
{
Expand Down
4 changes: 0 additions & 4 deletions tests/Zend/Amf/TestAsset/ZendAmfAdobeIntrospectorTestType.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,12 @@
* @category Zend
* @package Zend_Amf
* @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
*/

/**
* @category Zend
* @package Zend_Amf
* @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 ZendAmfAdobeIntrospectorTestType
{
Expand Down
4 changes: 0 additions & 4 deletions tests/Zend/Amf/TestAsset/services/My/ServiceA.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
* @category Zend
* @package Zend_Amf
* @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 My;
Expand All @@ -25,8 +23,6 @@
* @category Zend
* @package Zend_Amf
* @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 ServiceA
{
Expand Down
4 changes: 0 additions & 4 deletions tests/Zend/Amf/TestAsset/services/ServiceC.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,12 @@
* @category Zend
* @package Zend_Amf
* @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
*/

/**
* @category Zend
* @package Zend_Amf
* @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 ServiceC
{
Expand Down
4 changes: 0 additions & 4 deletions tests/Zend/Amf/TypeLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
* @category Zend
* @package Zend_Amf
* @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\Amf;
Expand All @@ -27,8 +25,6 @@
* @category Zend
* @package Zend_Amf
* @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_Amf
*/
class TypeloaderTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions tests/Zend/Amf/Util/BinaryStreamTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
* @category Zend
* @package Zend_Amf
* @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\Amf\Util;
Expand All @@ -28,8 +26,6 @@
* @category Zend
* @package Zend_Amf
* @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_Amf
*/
class BinaryStreamTest extends \PHPUnit_Framework_TestCase
Expand Down
Loading

0 comments on commit d45a916

Please sign in to comment.