Skip to content

Commit

Permalink
[TASK] Add licensing information, add license (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszuznanski authored and tmotyl committed Oct 22, 2019
1 parent 0591d61 commit b5ea096
Show file tree
Hide file tree
Showing 8 changed files with 351 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Classes/ContentObject/JsonContentObject.php
Expand Up @@ -8,7 +8,7 @@
* This file is part of the "headless" Extension for TYPO3 CMS.
*
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
* LICENSE.md file that was distributed with this source code.
*
* (c) 2019
*
Expand Down
2 changes: 1 addition & 1 deletion Classes/DataProcessing/FilesProcessor.php
Expand Up @@ -8,7 +8,7 @@
* This file is part of the "headless" Extension for TYPO3 CMS.
*
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
* LICENSE.md file that was distributed with this source code.
*
* (c) 2019
*
Expand Down
2 changes: 1 addition & 1 deletion Classes/DataProcessing/GalleryProcessor.php
Expand Up @@ -8,7 +8,7 @@
* This file is part of the "headless" Extension for TYPO3 CMS.
*
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
* LICENSE.md file that was distributed with this source code.
*
* (c) 2019
*
Expand Down
22 changes: 6 additions & 16 deletions Classes/DataProcessing/MenuProcessor.php
Expand Up @@ -3,26 +3,16 @@

namespace FriendsOfTYPO3\Headless\DataProcessing;

/*
* This file is part of the TYPO3 CMS project.
/***
*
* It is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, either version 2
* of the License, or any later version.
* This file is part of the "headless" Extension for TYPO3 CMS.
*
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
* LICENSE.md file that was distributed with this source code.
*
* The TYPO3 project - inspiring people to share!
*/

use TYPO3\CMS\Core\Routing\SiteMatcher;
use TYPO3\CMS\Core\Site\Entity\SiteInterface;
use TYPO3\CMS\Core\Utility\GeneralUtility;
use TYPO3\CMS\Frontend\ContentObject\ContentDataProcessor;
use TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer;
use TYPO3\CMS\Frontend\ContentObject\DataProcessorInterface;
use TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController;
* (c) 2019
*
***/

/**
* This menu processor utilizes HMENU to generate a json encoded menu
Expand Down
2 changes: 1 addition & 1 deletion Classes/Hooks/TypolinkHook.php
Expand Up @@ -10,7 +10,7 @@
* This file is part of the "headless" Extension for TYPO3 CMS.
*
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
* LICENSE.md file that was distributed with this source code.
*
* (c) 2019
*
Expand Down
2 changes: 1 addition & 1 deletion Classes/Service/PaginationService.php
Expand Up @@ -10,7 +10,7 @@
* This file is part of the "headless" Extension for TYPO3 CMS.
*
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
* LICENSE.md file that was distributed with this source code.
*
* (c) 2019
*
Expand Down
2 changes: 1 addition & 1 deletion Classes/Utility/ContentUtility.php
Expand Up @@ -8,7 +8,7 @@
* This file is part of the "headless" Extension for TYPO3 CMS.
*
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
* LICENSE.md file that was distributed with this source code.
*
* (c) 2019
*
Expand Down
339 changes: 339 additions & 0 deletions LICENSE.md

Large diffs are not rendered by default.

0 comments on commit b5ea096

Please sign in to comment.