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

Commit

Permalink
Merge pull request #207 from xf-/license
Browse files Browse the repository at this point in the history
[TASK] Reference Copyright to license.md file
  • Loading branch information
NamelessCoder committed Jan 18, 2015
2 parents dfca450 + ccd5b33 commit 1bc73a5
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 175 deletions.
27 changes: 6 additions & 21 deletions Classes/Backend/ContentSelector.php
Original file line number Diff line number Diff line change
@@ -1,27 +1,12 @@
<?php
namespace FluidTYPO3\Fluidcontent\Backend;
/***************************************************************
* Copyright notice
*
* (c) 2014 Claus Due <claus@namelesscoder.net>
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project is
* free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
*
* This script is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.

/*
* This file is part of the FluidTYPO3/Fluidcontent project under GPLv2 or later.
*
* This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/
* For the full copyright and license information, please read the
* LICENSE.md file that was distributed with this source code.
*/

use FluidTYPO3\Fluidcontent\Service\ConfigurationService;
use TYPO3\CMS\Core\Utility\GeneralUtility;
Expand Down
28 changes: 6 additions & 22 deletions Classes/Controller/AbstractContentController.php
Original file line number Diff line number Diff line change
@@ -1,28 +1,12 @@
<?php
namespace FluidTYPO3\Fluidcontent\Controller;
/***************************************************************
* Copyright notice
*
* (c) 2014 Claus Due <claus@namelesscoder.net>
*
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project is
* free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
*
* This script is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.

/*
* This file is part of the FluidTYPO3/Fluidcontent project under GPLv2 or later.
*
* This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/
* For the full copyright and license information, please read the
* LICENSE.md file that was distributed with this source code.
*/

use FluidTYPO3\Fluidcontent\Service\ConfigurationService;
use FluidTYPO3\Flux\Controller\AbstractFluxController;
Expand Down
28 changes: 6 additions & 22 deletions Classes/Controller/ContentController.php
Original file line number Diff line number Diff line change
@@ -1,28 +1,12 @@
<?php
namespace FluidTYPO3\Fluidcontent\Controller;
/***************************************************************
* Copyright notice
*
* (c) 2014 Claus Due <claus@namelesscoder.net>
*
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project is
* free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
*
* This script is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.

/*
* This file is part of the FluidTYPO3/Fluidcontent project under GPLv2 or later.
*
* This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/
* For the full copyright and license information, please read the
* LICENSE.md file that was distributed with this source code.
*/

/**
* Flexible Content Element Plugin Rendering Controller
Expand Down
28 changes: 6 additions & 22 deletions Classes/Controller/ContentControllerInterface.php
Original file line number Diff line number Diff line change
@@ -1,28 +1,12 @@
<?php
namespace FluidTYPO3\Fluidcontent\Controller;
/***************************************************************
* Copyright notice
*
* (c) 2014 Claus Due <claus@namelesscoder.net>
*
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project is
* free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
*
* This script is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.

/*
* This file is part of the FluidTYPO3/Fluidcontent project under GPLv2 or later.
*
* This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/
* For the full copyright and license information, please read the
* LICENSE.md file that was distributed with this source code.
*/

use TYPO3\CMS\Extbase\Mvc\Controller\ControllerInterface;

Expand Down
28 changes: 6 additions & 22 deletions Classes/Hooks/WizardItemsHookSubscriber.php
Original file line number Diff line number Diff line change
@@ -1,28 +1,12 @@
<?php
namespace FluidTYPO3\Fluidcontent\Hooks;
/***************************************************************
* Copyright notice
*
* (c) 2012 Claus Due <claus@wildside.dk>, Wildside A/S
*
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project is
* free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
*
* This script is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.

/*
* This file is part of the FluidTYPO3/Fluidcontent project under GPLv2 or later.
*
* This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/
* For the full copyright and license information, please read the
* LICENSE.md file that was distributed with this source code.
*/

use FluidTYPO3\Fluidcontent\Service\ConfigurationService;
use FluidTYPO3\Flux\Form\FormInterface;
Expand Down
28 changes: 6 additions & 22 deletions Classes/Provider/ContentProvider.php
Original file line number Diff line number Diff line change
@@ -1,28 +1,12 @@
<?php
namespace FluidTYPO3\Fluidcontent\Provider;
/*****************************************************************
* Copyright notice
*
* (c) 2014 Claus Due <claus@namelesscoder.net>
*
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project is
* free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
*
* This script is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.

/*
* This file is part of the FluidTYPO3/Fluidcontent project under GPLv2 or later.
*
* This copyright notice MUST APPEAR in all copies of the script!
*****************************************************************/
* For the full copyright and license information, please read the
* LICENSE.md file that was distributed with this source code.
*/

use FluidTYPO3\Fluidcontent\Service\ConfigurationService;
use FluidTYPO3\Flux\Provider\ProviderInterface;
Expand Down
28 changes: 6 additions & 22 deletions Classes/Service/ConfigurationService.php
Original file line number Diff line number Diff line change
@@ -1,28 +1,12 @@
<?php
namespace FluidTYPO3\Fluidcontent\Service;
/***************************************************************
* Copyright notice
*
* (c) 2014 Claus Due <claus@namelesscoder.net>
*
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project is
* free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
*
* This script is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.

/*
* This file is part of the FluidTYPO3/Fluidcontent project under GPLv2 or later.
*
* This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/
* For the full copyright and license information, please read the
* LICENSE.md file that was distributed with this source code.
*/

use FluidTYPO3\Flux\Service\WorkspacesAwareRecordService;
use FluidTYPO3\Flux\Configuration\ConfigurationManager;
Expand Down
28 changes: 6 additions & 22 deletions Tests/Unit/Service/ConfigurationServiceTest.php
Original file line number Diff line number Diff line change
@@ -1,28 +1,12 @@
<?php
namespace FluidTYPO3\Fluidcontent\Tests\Unit\Service;
/***************************************************************
* Copyright notice
*
* (c) 2014 Claus Due <claus@namelesscoder.net>
*
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project is
* free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
*
* This script is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.

/*
* This file is part of the FluidTYPO3/Fluidcontent project under GPLv2 or later.
*
* This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/
* For the full copyright and license information, please read the
* LICENSE.md file that was distributed with this source code.
*/

use TYPO3\CMS\Core\Tests\UnitTestCase;

Expand Down

0 comments on commit 1bc73a5

Please sign in to comment.