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

@@ -11,12 +11,6 @@
use JMS\Serializer\Annotation\SerializedName;
/**
*
* @package Databox DCES
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class databox_Field_DCES_Contributor extends databox_Field_DCESAbstract
{
/**

View File

@@ -11,12 +11,6 @@
use JMS\Serializer\Annotation\SerializedName;
/**
*
* @package Databox DCES
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class databox_Field_DCES_Coverage extends databox_Field_DCESAbstract
{
/**

View File

@@ -11,12 +11,6 @@
use JMS\Serializer\Annotation\SerializedName;
/**
*
* @package Databox DCES
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class databox_Field_DCES_Creator extends databox_Field_DCESAbstract
{
/**

View File

@@ -11,12 +11,6 @@
use JMS\Serializer\Annotation\SerializedName;
/**
*
* @package Databox DCES
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class databox_Field_DCES_Date extends databox_Field_DCESAbstract
{
/**

View File

@@ -11,12 +11,6 @@
use JMS\Serializer\Annotation\SerializedName;
/**
*
* @package Databox DCES
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class databox_Field_DCES_Description extends databox_Field_DCESAbstract
{
/**

View File

@@ -11,12 +11,6 @@
use JMS\Serializer\Annotation\SerializedName;
/**
*
* @package Databox DCES
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class databox_Field_DCES_Format extends databox_Field_DCESAbstract
{
/**

View File

@@ -11,12 +11,6 @@
use JMS\Serializer\Annotation\SerializedName;
/**
*
* @package Databox DCES
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class databox_Field_DCES_Identifier extends databox_Field_DCESAbstract
{
/**

View File

@@ -11,12 +11,6 @@
use JMS\Serializer\Annotation\SerializedName;
/**
*
* @package Databox DCES
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class databox_Field_DCES_Language extends databox_Field_DCESAbstract
{
/**

View File

@@ -11,12 +11,6 @@
use JMS\Serializer\Annotation\SerializedName;
/**
*
* @package Databox DCES
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class databox_Field_DCES_Publisher extends databox_Field_DCESAbstract
{
/**

View File

@@ -11,12 +11,6 @@
use JMS\Serializer\Annotation\SerializedName;
/**
*
* @package Databox DCES
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class databox_Field_DCES_Relation extends databox_Field_DCESAbstract
{
/**

View File

@@ -11,12 +11,6 @@
use JMS\Serializer\Annotation\SerializedName;
/**
*
* @package Databox DCES
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class databox_Field_DCES_Rights extends databox_Field_DCESAbstract
{
/**

View File

@@ -11,12 +11,6 @@
use JMS\Serializer\Annotation\SerializedName;
/**
*
* @package Databox DCES
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class databox_Field_DCES_Source extends databox_Field_DCESAbstract
{
/**

View File

@@ -11,12 +11,6 @@
use JMS\Serializer\Annotation\SerializedName;
/**
*
* @package Databox DCES
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class databox_Field_DCES_Subject extends databox_Field_DCESAbstract
{
/**

View File

@@ -11,12 +11,6 @@
use JMS\Serializer\Annotation\SerializedName;
/**
*
* @package Databox DCES
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class databox_Field_DCES_Title extends databox_Field_DCESAbstract
{
/**

View File

@@ -11,12 +11,6 @@
use JMS\Serializer\Annotation\SerializedName;
/**
*
* @package Databox DCES
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class databox_Field_DCES_Type extends databox_Field_DCESAbstract
{
/**

View File

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