mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 22:56:13 +02:00

[CLEANUP] Use the new TYPO3 copyright headers.

This commit is contained in:
Oliver Klee 2014-12-10 21:18:45 +01:00
parent 3aae93f279
commit b8f233e065
14 changed files with 126 additions and 282 deletions

View file

@ -1,33 +1,21 @@
<?php
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
* 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!
***************************************************************/
* The TYPO3 project - inspiring people to share!
*/
use TYPO3\CMS\Extbase\Mvc\Controller\ActionController;
use TYPO3\CMS\Extbase\Mvc\View\ViewInterface;
use OliverKlee\Tea\Domain\Repository\TestimonialRepository;
/**

View file

@ -1,29 +1,18 @@
<?php
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
* 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!
***************************************************************/
* The TYPO3 project - inspiring people to share!
*/
/**
* This model represents an addition for tea like sugar or milk.

View file

@ -1,29 +1,18 @@
<?php
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
* 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!
***************************************************************/
* The TYPO3 project - inspiring people to share!
*/
/**
* This model represents a good cup of tea.

View file

@ -1,29 +1,18 @@
<?php
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
* 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!
***************************************************************/
* The TYPO3 project - inspiring people to share!
*/
/**
* This model represents a tea type like "Earl Grey", "Gunpowder" or "Chamomile".

View file

@ -1,29 +1,18 @@
<?php
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
* 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!
***************************************************************/
* The TYPO3 project - inspiring people to share!
*/
/**
* This model represents a testimonial for a TeaBeverage.

View file

@ -1,29 +1,18 @@
<?php
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
* 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!
***************************************************************/
* The TYPO3 project - inspiring people to share!
*/
/**
* This is the repository for TeaBeverage models.

View file

@ -1,29 +1,18 @@
<?php
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
* 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!
***************************************************************/
* The TYPO3 project - inspiring people to share!
*/
/**
* This is the repository for Testimonial models.

View file

@ -1,33 +1,21 @@
<?php
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
* 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!
***************************************************************/
* The TYPO3 project - inspiring people to share!
*/
use TYPO3\CMS\Extbase\Mvc\View\ViewInterface;
use TYPO3\CMS\Extbase\Persistence\ObjectStorage;
use OliverKlee\Tea\Controller\TestimonialController;
use OliverKlee\Tea\Domain\Repository\TestimonialRepository;

View file

@ -1,29 +1,18 @@
<?php
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
* 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!
***************************************************************/
* The TYPO3 project - inspiring people to share!
*/
/**
* Test case.

View file

@ -1,29 +1,18 @@
<?php
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
* 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!
***************************************************************/
* The TYPO3 project - inspiring people to share!
*/
/**
* Test case.

View file

@ -1,29 +1,18 @@
<?php
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
* 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!
***************************************************************/
* The TYPO3 project - inspiring people to share!
*/
/**
* Test case.

View file

@ -1,29 +1,18 @@
<?php
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
* 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!
***************************************************************/
* The TYPO3 project - inspiring people to share!
*/
/**
* Test case.

View file

@ -1,29 +1,18 @@
<?php
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
* 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!
***************************************************************/
* The TYPO3 project - inspiring people to share!
*/
/**
* Test case.

View file

@ -1,29 +1,18 @@
<?php
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
* 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!
***************************************************************/
* The TYPO3 project - inspiring people to share!
*/
/**
* Test case.