Skip to content

Commit

Permalink
[CS][library] 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 bc59012 commit 0d89aa2
Show file tree
Hide file tree
Showing 2,825 changed files with 161 additions and 10,488 deletions.
4 changes: 0 additions & 4 deletions library/Zend/Acl/Acl.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
*
* @category Zend
* @package 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
*/

namespace Zend\Acl;
Expand All @@ -27,8 +25,6 @@
/**
* @category Zend
* @package 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 Acl
{
Expand Down
4 changes: 0 additions & 4 deletions library/Zend/Acl/Assertion/AssertionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
*
* @category Zend
* @package 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
*/

namespace Zend\Acl\Assertion;
Expand All @@ -27,8 +25,6 @@
/**
* @category Zend
* @package 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
*/
interface AssertionInterface
{
Expand Down
4 changes: 0 additions & 4 deletions library/Zend/Acl/Exception/ExceptionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,13 @@
*
* @category Zend
* @package 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
*/

namespace Zend\Acl\Exception;

/**
* @category Zend
* @package 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
*/
interface ExceptionInterface
{}
4 changes: 0 additions & 4 deletions library/Zend/Acl/Resource/GenericResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
*
* @category Zend
* @package 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
*/

namespace Zend\Acl\Resource;
Expand All @@ -25,8 +23,6 @@
/**
* @category Zend
* @package 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 GenericResource implements ResourceInterface
{
Expand Down
4 changes: 0 additions & 4 deletions library/Zend/Acl/Resource/ResourceInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,13 @@
*
* @category Zend
* @package 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
*/

namespace Zend\Acl\Resource;

/**
* @category Zend
* @package 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
*/
interface ResourceInterface
{
Expand Down
4 changes: 0 additions & 4 deletions library/Zend/Acl/Role/GenericRole.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
*
* @category Zend
* @package 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
*/

namespace Zend\Acl\Role;
Expand All @@ -25,8 +23,6 @@
/**
* @category Zend
* @package 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 GenericRole implements RoleInterface
{
Expand Down
4 changes: 0 additions & 4 deletions library/Zend/Acl/Role/Registry.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
*
* @category Zend
* @package 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
*/

namespace Zend\Acl\Role;
Expand All @@ -28,8 +26,6 @@
/**
* @category Zend
* @package 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 Registry
{
Expand Down
4 changes: 0 additions & 4 deletions library/Zend/Acl/Role/RoleInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,13 @@
*
* @category Zend
* @package 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
*/

namespace Zend\Acl\Role;

/**
* @category Zend
* @package 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
*/
interface RoleInterface
{
Expand Down
4 changes: 0 additions & 4 deletions library/Zend/Amf/AbstractAuthentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
*
* @category Zend
* @package 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
*/

namespace Zend\Amf;
Expand All @@ -25,8 +23,6 @@
*
* @package Zend_Amf
* @subpackage Auth
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
abstract class AbstractAuthentication implements \Zend\Authentication\Adapter\AdapterInterface
{
Expand Down
4 changes: 0 additions & 4 deletions library/Zend/Amf/Adobe/Authentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
*
* @category Zend
* @package 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
*/

namespace Zend\Amf\Adobe;
Expand All @@ -32,8 +30,6 @@
*
* @package Zend_Amf
* @subpackage Adobe
* @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 Authentication extends AbstractAuthentication
{
Expand Down
4 changes: 0 additions & 4 deletions library/Zend/Amf/Adobe/DbInspector.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
*
* @category Zend
* @package 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
*/

namespace Zend\Amf\Adobe;
Expand All @@ -25,8 +23,6 @@
*
* @package Zend_Amf
* @subpackage Adobe
* @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 DbInspector
{
Expand Down
4 changes: 0 additions & 4 deletions library/Zend/Amf/Adobe/Introspector.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
*
* @category Zend
* @package 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
*/

namespace Zend\Amf\Adobe;
Expand All @@ -34,8 +32,6 @@
*
* @package Zend_Amf
* @subpackage Adobe
* @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 Introspector
{
Expand Down
4 changes: 0 additions & 4 deletions library/Zend/Amf/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
*
* @category Zend
* @package 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
*/

namespace Zend\Amf;
Expand All @@ -25,8 +23,6 @@
* deserialization to detect the AMF marker and encoding types.
*
* @package 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
*/
final class Constants
{
Expand Down
2 changes: 1 addition & 1 deletion library/Zend/Amf/Exception/BadMethodCallException.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ class BadMethodCallException
extends \BadMethodCallException
implements ExceptionInterface
{
}
}
6 changes: 1 addition & 5 deletions library/Zend/Amf/Exception/ExceptionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,14 @@
*
* @category Zend
* @package 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
*/

namespace Zend\Amf\Exception;

/**
* @category Zend
* @package 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
*/
interface ExceptionInterface
{
}
}
4 changes: 0 additions & 4 deletions library/Zend/Amf/Exception/InvalidArgumentException.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,13 @@
*
* @category Zend
* @package 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
*/

namespace Zend\Amf\Exception;

/**
* @category Zend
* @package 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 InvalidArgumentException extends \InvalidArgumentException implements
ExceptionInterface
Expand Down
4 changes: 0 additions & 4 deletions library/Zend/Amf/Exception/LengthException.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,13 @@
*
* @category Zend
* @package 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
*/

namespace Zend\Amf\Exception;

/**
* @category Zend
* @package 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 LengthException extends \LengthException implements
ExceptionInterface
Expand Down
4 changes: 0 additions & 4 deletions library/Zend/Amf/Exception/OutOfBoundsException.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,13 @@
*
* @category Zend
* @package 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
*/

namespace Zend\Amf\Exception;

/**
* @category Zend
* @package 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 OutOfBoundsException extends \OutOfBoundsException implements
ExceptionInterface
Expand Down
4 changes: 0 additions & 4 deletions library/Zend/Amf/Exception/RuntimeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,13 @@
* @category Zend
* @package Zend_Amf
* @subpackage UnitTest
* @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 Zend\Amf\Exception;

/**
* @category Zend
* @package 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 RuntimeException extends \RuntimeException implements
ExceptionInterface
Expand Down
4 changes: 0 additions & 4 deletions library/Zend/Amf/Exception/UnderflowException.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,13 @@
*
* @category Zend
* @package 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
*/

namespace Zend\Amf\Exception;

/**
* @category Zend
* @package 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 UnderflowException extends \UnderflowException implements
ExceptionInterface
Expand Down
4 changes: 0 additions & 4 deletions library/Zend/Amf/Parser/AbstractDeserializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
* @category Zend
* @package Zend_Amf
* @subpackage Parser
* @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 Zend\Amf\Parser;
Expand All @@ -31,8 +29,6 @@
* @see http://opensource.adobe.com/svn/opensource/blazeds/trunk/modules/core/src/java/flex/messaging/io/amf/
* @package Zend_Amf
* @subpackage Parser
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
abstract class AbstractDeserializer implements DeserializerInterface
{
Expand Down
4 changes: 0 additions & 4 deletions library/Zend/Amf/Parser/AbstractSerializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
* @category Zend
* @package Zend_Amf
* @subpackage Parser
* @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 Zend\Amf\Parser;
Expand All @@ -26,8 +24,6 @@
*
* @package Zend_Amf
* @subpackage Parser
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
abstract class AbstractSerializer implements SerializerInterface
{
Expand Down
Loading

0 comments on commit 0d89aa2

Please sign in to comment.