Skip to content

Commit

Permalink
Merge pull request #14 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 3b62f3c + 46e54d9 commit 15db6f3
Show file tree
Hide file tree
Showing 10 changed files with 62 additions and 211 deletions.
28 changes: 7 additions & 21 deletions Classes/LanguageFile/AbstractLanguageFile.php
@@ -1,27 +1,13 @@
<?php
namespace FluidTYPO3\Flll\LanguageFile;
/***************************************************************
* 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/Flll 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\Flll\Service\LanguageFileService;
use TYPO3\CMS\Core\Utility\GeneralUtility;

Expand Down
27 changes: 6 additions & 21 deletions Classes/LanguageFile/Exception.php
@@ -1,27 +1,12 @@
<?php
namespace FluidTYPO3\Flll\LanguageFile;
/***************************************************************
* 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/Flll 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.
*/

/**
* @package Flll
Expand Down
27 changes: 6 additions & 21 deletions Classes/LanguageFile/LanguageFileInterface.php
@@ -1,27 +1,12 @@
<?php
namespace FluidTYPO3\Flll\LanguageFile;
/***************************************************************
* 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/Flll 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.
*/

/**
* @package Flll
Expand Down
27 changes: 6 additions & 21 deletions Classes/LanguageFile/UnknownLanguageFile.php
@@ -1,27 +1,12 @@
<?php
namespace FluidTYPO3\Flll\LanguageFile;
/***************************************************************
* 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/Flll 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.
*/

/**
* @package Flll
Expand Down
27 changes: 6 additions & 21 deletions Classes/LanguageFile/XliffLanguageFile.php
@@ -1,27 +1,12 @@
<?php
namespace FluidTYPO3\Flll\LanguageFile;
/***************************************************************
* 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/Flll 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.
*/

/**
* @package Flll
Expand Down
27 changes: 6 additions & 21 deletions Classes/LanguageFile/XmlLanguageFile.php
@@ -1,27 +1,12 @@
<?php
namespace FluidTYPO3\Flll\LanguageFile;
/***************************************************************
* 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/Flll 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.
*/

/**
* @package Flll
Expand Down
28 changes: 7 additions & 21 deletions Classes/Localization/LocalizationFactory.php
@@ -1,27 +1,13 @@
<?php
namespace FluidTYPO3\Flll\Localization;
/***************************************************************
* 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/Flll 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\Flll\Utility\LanguageFileUtility;
use TYPO3\CMS\Core\Utility\ExtensionManagementUtility;
use TYPO3\CMS\Core\Utility\GeneralUtility;
Expand Down
27 changes: 6 additions & 21 deletions Classes/Service/LanguageFileService.php
@@ -1,27 +1,12 @@
<?php
namespace FluidTYPO3\Flll\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/Flll 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\Flll\LanguageFile\Exception;
use FluidTYPO3\Flll\LanguageFile\LanguageFileInterface;
Expand Down
27 changes: 6 additions & 21 deletions Classes/Utility/LanguageFileUtility.php
@@ -1,27 +1,12 @@
<?php
namespace FluidTYPO3\Flll\Utility;
/***************************************************************
* 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/Flll 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\Flll\LanguageFile\DynamicLabelAccessor;
use FluidTYPO3\Flll\Service\LanguageFileService;
Expand Down
28 changes: 6 additions & 22 deletions Tests/Unit/Service/LanguageFileServiceTest.php
@@ -1,28 +1,12 @@
<?php
namespace FluidTYPO3\Flll\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/Flll 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\Utility\GeneralUtility;
use TYPO3\CMS\Extbase\Tests\Unit\BaseTestCase;
Expand Down

0 comments on commit 15db6f3

Please sign in to comment.