mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 06:16:13 +01:00
[CLEANUP] Use the new TYPO3 copyright headers.
This commit is contained in:
parent
3aae93f279
commit
b8f233e065
14 changed files with 126 additions and 282 deletions
|
@ -1,33 +1,21 @@
|
||||||
<?php
|
<?php
|
||||||
namespace OliverKlee\Tea\Controller;
|
namespace OliverKlee\Tea\Controller;
|
||||||
|
|
||||||
/***************************************************************
|
/*
|
||||||
* Copyright notice
|
* This file is part of the TYPO3 CMS project.
|
||||||
*
|
*
|
||||||
* (c) 2013 Oliver Klee <typo3-coding@oliverklee.de>, oliverklee.de
|
* 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.
|
||||||
*
|
*
|
||||||
* All rights reserved
|
* For the full copyright and license information, please read the
|
||||||
|
* LICENSE.txt file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This script is part of the TYPO3 project. The TYPO3 project is
|
* The TYPO3 project - inspiring people to share!
|
||||||
* 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 copyright notice MUST APPEAR in all copies of the script!
|
|
||||||
***************************************************************/
|
|
||||||
|
|
||||||
use TYPO3\CMS\Extbase\Mvc\Controller\ActionController;
|
use TYPO3\CMS\Extbase\Mvc\Controller\ActionController;
|
||||||
use TYPO3\CMS\Extbase\Mvc\View\ViewInterface;
|
use TYPO3\CMS\Extbase\Mvc\View\ViewInterface;
|
||||||
|
|
||||||
use OliverKlee\Tea\Domain\Repository\TestimonialRepository;
|
use OliverKlee\Tea\Domain\Repository\TestimonialRepository;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,29 +1,18 @@
|
||||||
<?php
|
<?php
|
||||||
namespace OliverKlee\Tea\Domain\Model;
|
namespace OliverKlee\Tea\Domain\Model;
|
||||||
|
|
||||||
/***************************************************************
|
/*
|
||||||
* Copyright notice
|
* This file is part of the TYPO3 CMS project.
|
||||||
*
|
*
|
||||||
* (c) 2013 Oliver Klee <typo3-coding@oliverklee.de>, oliverklee.de
|
* 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.
|
||||||
*
|
*
|
||||||
* All rights reserved
|
* For the full copyright and license information, please read the
|
||||||
|
* LICENSE.txt file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This script is part of the TYPO3 project. The TYPO3 project is
|
* The TYPO3 project - inspiring people to share!
|
||||||
* 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 copyright notice MUST APPEAR in all copies of the script!
|
|
||||||
***************************************************************/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This model represents an addition for tea like sugar or milk.
|
* This model represents an addition for tea like sugar or milk.
|
||||||
|
|
|
@ -1,29 +1,18 @@
|
||||||
<?php
|
<?php
|
||||||
namespace OliverKlee\Tea\Domain\Model;
|
namespace OliverKlee\Tea\Domain\Model;
|
||||||
|
|
||||||
/***************************************************************
|
/*
|
||||||
* Copyright notice
|
* This file is part of the TYPO3 CMS project.
|
||||||
*
|
*
|
||||||
* (c) 2013 Oliver Klee <typo3-coding@oliverklee.de>, oliverklee.de
|
* 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.
|
||||||
*
|
*
|
||||||
* All rights reserved
|
* For the full copyright and license information, please read the
|
||||||
|
* LICENSE.txt file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This script is part of the TYPO3 project. The TYPO3 project is
|
* The TYPO3 project - inspiring people to share!
|
||||||
* 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 copyright notice MUST APPEAR in all copies of the script!
|
|
||||||
***************************************************************/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This model represents a good cup of tea.
|
* This model represents a good cup of tea.
|
||||||
|
|
|
@ -1,29 +1,18 @@
|
||||||
<?php
|
<?php
|
||||||
namespace OliverKlee\Tea\Domain\Model;
|
namespace OliverKlee\Tea\Domain\Model;
|
||||||
|
|
||||||
/***************************************************************
|
/*
|
||||||
* Copyright notice
|
* This file is part of the TYPO3 CMS project.
|
||||||
*
|
*
|
||||||
* (c) 2013 Oliver Klee <typo3-coding@oliverklee.de>, oliverklee.de
|
* 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.
|
||||||
*
|
*
|
||||||
* All rights reserved
|
* For the full copyright and license information, please read the
|
||||||
|
* LICENSE.txt file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This script is part of the TYPO3 project. The TYPO3 project is
|
* The TYPO3 project - inspiring people to share!
|
||||||
* 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 copyright notice MUST APPEAR in all copies of the script!
|
|
||||||
***************************************************************/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This model represents a tea type like "Earl Grey", "Gunpowder" or "Chamomile".
|
* This model represents a tea type like "Earl Grey", "Gunpowder" or "Chamomile".
|
||||||
|
|
|
@ -1,29 +1,18 @@
|
||||||
<?php
|
<?php
|
||||||
namespace OliverKlee\Tea\Domain\Model;
|
namespace OliverKlee\Tea\Domain\Model;
|
||||||
|
|
||||||
/***************************************************************
|
/*
|
||||||
* Copyright notice
|
* This file is part of the TYPO3 CMS project.
|
||||||
*
|
*
|
||||||
* (c) 2013 Oliver Klee <typo3-coding@oliverklee.de>, oliverklee.de
|
* 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.
|
||||||
*
|
*
|
||||||
* All rights reserved
|
* For the full copyright and license information, please read the
|
||||||
|
* LICENSE.txt file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This script is part of the TYPO3 project. The TYPO3 project is
|
* The TYPO3 project - inspiring people to share!
|
||||||
* 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 copyright notice MUST APPEAR in all copies of the script!
|
|
||||||
***************************************************************/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This model represents a testimonial for a TeaBeverage.
|
* This model represents a testimonial for a TeaBeverage.
|
||||||
|
|
|
@ -1,29 +1,18 @@
|
||||||
<?php
|
<?php
|
||||||
namespace OliverKlee\Tea\Domain\Repository;
|
namespace OliverKlee\Tea\Domain\Repository;
|
||||||
|
|
||||||
/***************************************************************
|
/*
|
||||||
* Copyright notice
|
* This file is part of the TYPO3 CMS project.
|
||||||
*
|
*
|
||||||
* (c) 2013 Oliver Klee <typo3-coding@oliverklee.de>, oliverklee.de
|
* 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.
|
||||||
*
|
*
|
||||||
* All rights reserved
|
* For the full copyright and license information, please read the
|
||||||
|
* LICENSE.txt file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This script is part of the TYPO3 project. The TYPO3 project is
|
* The TYPO3 project - inspiring people to share!
|
||||||
* 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 copyright notice MUST APPEAR in all copies of the script!
|
|
||||||
***************************************************************/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This is the repository for TeaBeverage models.
|
* This is the repository for TeaBeverage models.
|
||||||
|
|
|
@ -1,29 +1,18 @@
|
||||||
<?php
|
<?php
|
||||||
namespace OliverKlee\Tea\Domain\Repository;
|
namespace OliverKlee\Tea\Domain\Repository;
|
||||||
|
|
||||||
/***************************************************************
|
/*
|
||||||
* Copyright notice
|
* This file is part of the TYPO3 CMS project.
|
||||||
*
|
*
|
||||||
* (c) 2013 Oliver Klee <typo3-coding@oliverklee.de>, oliverklee.de
|
* 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.
|
||||||
*
|
*
|
||||||
* All rights reserved
|
* For the full copyright and license information, please read the
|
||||||
|
* LICENSE.txt file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This script is part of the TYPO3 project. The TYPO3 project is
|
* The TYPO3 project - inspiring people to share!
|
||||||
* 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 copyright notice MUST APPEAR in all copies of the script!
|
|
||||||
***************************************************************/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This is the repository for Testimonial models.
|
* This is the repository for Testimonial models.
|
||||||
|
|
|
@ -1,33 +1,21 @@
|
||||||
<?php
|
<?php
|
||||||
namespace OliverKlee\Tea\Tests;
|
namespace OliverKlee\Tea\Tests;
|
||||||
|
|
||||||
/***************************************************************
|
/*
|
||||||
* Copyright notice
|
* This file is part of the TYPO3 CMS project.
|
||||||
*
|
*
|
||||||
* (c) 2013 Oliver Klee <typo3-coding@oliverklee.de>, oliverklee.de
|
* 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.
|
||||||
*
|
*
|
||||||
* All rights reserved
|
* For the full copyright and license information, please read the
|
||||||
|
* LICENSE.txt file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This script is part of the TYPO3 project. The TYPO3 project is
|
* The TYPO3 project - inspiring people to share!
|
||||||
* 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 copyright notice MUST APPEAR in all copies of the script!
|
|
||||||
***************************************************************/
|
|
||||||
|
|
||||||
use TYPO3\CMS\Extbase\Mvc\View\ViewInterface;
|
use TYPO3\CMS\Extbase\Mvc\View\ViewInterface;
|
||||||
use TYPO3\CMS\Extbase\Persistence\ObjectStorage;
|
use TYPO3\CMS\Extbase\Persistence\ObjectStorage;
|
||||||
|
|
||||||
use OliverKlee\Tea\Controller\TestimonialController;
|
use OliverKlee\Tea\Controller\TestimonialController;
|
||||||
use OliverKlee\Tea\Domain\Repository\TestimonialRepository;
|
use OliverKlee\Tea\Domain\Repository\TestimonialRepository;
|
||||||
|
|
||||||
|
|
|
@ -1,29 +1,18 @@
|
||||||
<?php
|
<?php
|
||||||
namespace OliverKlee\Tea\Tests;
|
namespace OliverKlee\Tea\Tests;
|
||||||
|
|
||||||
/***************************************************************
|
/*
|
||||||
* Copyright notice
|
* This file is part of the TYPO3 CMS project.
|
||||||
*
|
*
|
||||||
* (c) 2013 Oliver Klee <typo3-coding@oliverklee.de>, oliverklee.de
|
* 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.
|
||||||
*
|
*
|
||||||
* All rights reserved
|
* For the full copyright and license information, please read the
|
||||||
|
* LICENSE.txt file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This script is part of the TYPO3 project. The TYPO3 project is
|
* The TYPO3 project - inspiring people to share!
|
||||||
* 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 copyright notice MUST APPEAR in all copies of the script!
|
|
||||||
***************************************************************/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test case.
|
* Test case.
|
||||||
|
|
|
@ -1,29 +1,18 @@
|
||||||
<?php
|
<?php
|
||||||
namespace OliverKlee\Tea\Tests;
|
namespace OliverKlee\Tea\Tests;
|
||||||
|
|
||||||
/***************************************************************
|
/*
|
||||||
* Copyright notice
|
* This file is part of the TYPO3 CMS project.
|
||||||
*
|
*
|
||||||
* (c) 2013 Oliver Klee <typo3-coding@oliverklee.de>, oliverklee.de
|
* 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.
|
||||||
*
|
*
|
||||||
* All rights reserved
|
* For the full copyright and license information, please read the
|
||||||
|
* LICENSE.txt file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This script is part of the TYPO3 project. The TYPO3 project is
|
* The TYPO3 project - inspiring people to share!
|
||||||
* 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 copyright notice MUST APPEAR in all copies of the script!
|
|
||||||
***************************************************************/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test case.
|
* Test case.
|
||||||
|
|
|
@ -1,29 +1,18 @@
|
||||||
<?php
|
<?php
|
||||||
namespace OliverKlee\Tea\Tests;
|
namespace OliverKlee\Tea\Tests;
|
||||||
|
|
||||||
/***************************************************************
|
/*
|
||||||
* Copyright notice
|
* This file is part of the TYPO3 CMS project.
|
||||||
*
|
*
|
||||||
* (c) 2013 Oliver Klee <typo3-coding@oliverklee.de>, oliverklee.de
|
* 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.
|
||||||
*
|
*
|
||||||
* All rights reserved
|
* For the full copyright and license information, please read the
|
||||||
|
* LICENSE.txt file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This script is part of the TYPO3 project. The TYPO3 project is
|
* The TYPO3 project - inspiring people to share!
|
||||||
* 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 copyright notice MUST APPEAR in all copies of the script!
|
|
||||||
***************************************************************/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test case.
|
* Test case.
|
||||||
|
|
|
@ -1,29 +1,18 @@
|
||||||
<?php
|
<?php
|
||||||
namespace OliverKlee\Tea\Tests;
|
namespace OliverKlee\Tea\Tests;
|
||||||
|
|
||||||
/***************************************************************
|
/*
|
||||||
* Copyright notice
|
* This file is part of the TYPO3 CMS project.
|
||||||
*
|
*
|
||||||
* (c) 2013 Oliver Klee <typo3-coding@oliverklee.de>, oliverklee.de
|
* 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.
|
||||||
*
|
*
|
||||||
* All rights reserved
|
* For the full copyright and license information, please read the
|
||||||
|
* LICENSE.txt file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This script is part of the TYPO3 project. The TYPO3 project is
|
* The TYPO3 project - inspiring people to share!
|
||||||
* 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 copyright notice MUST APPEAR in all copies of the script!
|
|
||||||
***************************************************************/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test case.
|
* Test case.
|
||||||
|
|
|
@ -1,29 +1,18 @@
|
||||||
<?php
|
<?php
|
||||||
namespace OliverKlee\Tea\Tests;
|
namespace OliverKlee\Tea\Tests;
|
||||||
|
|
||||||
/***************************************************************
|
/*
|
||||||
* Copyright notice
|
* This file is part of the TYPO3 CMS project.
|
||||||
*
|
*
|
||||||
* (c) 2013 Oliver Klee <typo3-coding@oliverklee.de>, oliverklee.de
|
* 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.
|
||||||
*
|
*
|
||||||
* All rights reserved
|
* For the full copyright and license information, please read the
|
||||||
|
* LICENSE.txt file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This script is part of the TYPO3 project. The TYPO3 project is
|
* The TYPO3 project - inspiring people to share!
|
||||||
* 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 copyright notice MUST APPEAR in all copies of the script!
|
|
||||||
***************************************************************/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test case.
|
* Test case.
|
||||||
|
|
|
@ -1,29 +1,18 @@
|
||||||
<?php
|
<?php
|
||||||
namespace OliverKlee\Tea\Tests;
|
namespace OliverKlee\Tea\Tests;
|
||||||
|
|
||||||
/***************************************************************
|
/*
|
||||||
* Copyright notice
|
* This file is part of the TYPO3 CMS project.
|
||||||
*
|
*
|
||||||
* (c) 2013 Oliver Klee <typo3-coding@oliverklee.de>, oliverklee.de
|
* 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.
|
||||||
*
|
*
|
||||||
* All rights reserved
|
* For the full copyright and license information, please read the
|
||||||
|
* LICENSE.txt file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This script is part of the TYPO3 project. The TYPO3 project is
|
* The TYPO3 project - inspiring people to share!
|
||||||
* 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 copyright notice MUST APPEAR in all copies of the script!
|
|
||||||
***************************************************************/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test case.
|
* Test case.
|
||||||
|
|
Loading…
Reference in a new issue