Remove license comments

This commit is contained in:
Romain Neutron
2013-11-20 16:18:43 +01:00
parent 142b02799c
commit 051d9f4035
303 changed files with 0 additions and 1912 deletions

View File

@@ -9,12 +9,6 @@
* file that was distributed with this source code.
*/
/**
*
* @package Exception
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
abstract class Exception_Abstract extends Exception
{

View File

@@ -11,12 +11,6 @@
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
/**
*
* @package Exception
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class Exception_Databox_CollectionNotFound extends NotFoundHttpException
{

View File

@@ -11,12 +11,6 @@
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
/**
*
* @package Exception
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class Exception_Databox_FieldNotFound extends NotFoundHttpException
{

View File

@@ -11,12 +11,6 @@
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
/**
*
* @package Exception
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class Exception_Databox_SubdefNotFound extends NotFoundHttpException
{

View File

@@ -11,12 +11,6 @@
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
/**
*
* @package Exception
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class Exception_Databox_metadataDescriptionNotFound extends NotFoundHttpException
{

View File

@@ -9,11 +9,6 @@
* file that was distributed with this source code.
*/
/**
*
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class Exception_InternalServerError extends Exception
{

View File

@@ -9,12 +9,6 @@
* file that was distributed with this source code.
*/
/**
*
* @package Exception
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class Exception_InvalidArgument extends Exception_Abstract
{

View File

@@ -11,12 +11,6 @@
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
/**
*
* @package Exception
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class Exception_Media_SubdefNotFound extends NotFoundHttpException
{

View File

@@ -11,12 +11,6 @@
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
/**
*
* @package Exception
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class Exception_Record_AdapterNotFound extends NotFoundHttpException
{

View File

@@ -11,12 +11,6 @@
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
/**
*
* @package Exception
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class Exception_Session_LoggerNotFound extends NotFoundHttpException
{

View File

@@ -9,12 +9,6 @@
* file that was distributed with this source code.
*/
/**
*
* @package Exception
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class Exception_Setup_CannotWriteLockFile extends Exception
{

View File

@@ -9,12 +9,6 @@
* file that was distributed with this source code.
*/
/**
*
* @package Exception
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class Exception_Setup_FixBadEmailAddresses extends Exception
{

View File

@@ -9,12 +9,6 @@
* file that was distributed with this source code.
*/
/**
*
* @package Exception
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class Exception_Setup_PhraseaAlreadyInstalled extends Exception
{

View File

@@ -9,12 +9,6 @@
* file that was distributed with this source code.
*/
/**
*
* @package Exception
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class Exception_Setup_UpgradeAlreadyStarted extends Exception
{

View File

@@ -9,11 +9,6 @@
* file that was distributed with this source code.
*/
/**
*
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class Exception_Upload_CannotWriteFile extends Exception
{

View File

@@ -9,12 +9,6 @@
* file that was distributed with this source code.
*/
/**
* @todo write tests
*
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class Exception_Upload_Error extends Exception
{

View File

@@ -9,12 +9,6 @@
* file that was distributed with this source code.
*/
/**
*
* @package Exception
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class Exception_Upload_FileTooBig extends Exception
{