Skip to content

Commit

Permalink
[TASK] Change private address in copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellienert committed Jan 16, 2016
1 parent b80a7dc commit ca34da2
Show file tree
Hide file tree
Showing 236 changed files with 352 additions and 352 deletions.
4 changes: 2 additions & 2 deletions Classes/Controller/AbstractController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2009-2013 Daniel Lienert <daniel@lienert.cc>,
* (c) 2009-2013 Daniel Lienert <typo3@lienert.cc>,
* Michael Knoll <[email protected]>
*
*
Expand Down Expand Up @@ -33,7 +33,7 @@
*
* @package Controller
* @author Michael Knoll <[email protected]>
* @author Daniel Lienert <daniel@lienert.cc>
* @author Daniel Lienert <typo3@lienert.cc>
*
* TODO: Move the generic stuff to pt_extbase ...
*
Expand Down
2 changes: 1 addition & 1 deletion Classes/Controller/AdminMenuController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2010-2011-2011 Daniel Lienert <daniel@lienert.cc>, Michael Knoll <[email protected]>
* (c) 2010-2011-2011 Daniel Lienert <typo3@lienert.cc>, Michael Knoll <[email protected]>
* All rights reserved
*
*
Expand Down
2 changes: 1 addition & 1 deletion Classes/Controller/AjaxController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2010-2011-2011 Daniel Lienert <daniel@lienert.cc>, Michael Knoll <[email protected]>
* (c) 2010-2011-2011 Daniel Lienert <typo3@lienert.cc>, Michael Knoll <[email protected]>
* All rights reserved
*
*
Expand Down
4 changes: 2 additions & 2 deletions Classes/Controller/AlbumController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Copyright notice
*
* (c) 2010-2011-2011 Michael Knoll <[email protected]>
* Daniel Lienert <daniel@lienert.cc>
* Daniel Lienert <typo3@lienert.cc>
*
* All rights reserved
*
Expand Down Expand Up @@ -33,7 +33,7 @@
*
* @package Controller
* @author Michael Knoll <[email protected]>
* @author Daniel Lienert <daniel@lienert.cc>
* @author Daniel Lienert <typo3@lienert.cc>
*/
class Tx_Yag_Controller_AlbumController extends Tx_Yag_Controller_AbstractController
{
Expand Down
4 changes: 2 additions & 2 deletions Classes/Controller/BackendController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2010-2014 Daniel Lienert <daniel@lienert.cc>
* (c) 2010-2014 Daniel Lienert <typo3@lienert.cc>
* All rights reserved
*
*
Expand Down Expand Up @@ -30,7 +30,7 @@
* Controller for Backend Module actions
*
* @package Controller
* @author Daniel Lienert <daniel@lienert.cc>
* @author Daniel Lienert <typo3@lienert.cc>
*/
class Tx_Yag_Controller_BackendController extends Tx_Yag_Controller_AbstractController
{
Expand Down
4 changes: 2 additions & 2 deletions Classes/Controller/ErrorController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2010-2011-2011 Daniel Lienert <daniel@lienert.cc>, Michael Knoll <[email protected]>
* (c) 2010-2011-2011 Daniel Lienert <typo3@lienert.cc>, Michael Knoll <[email protected]>
* All rights reserved
*
*
Expand All @@ -27,7 +27,7 @@
* Controller for showing error pages
*
* @package Controller
* @author Daniel Lienert <daniel@lienert.cc>
* @author Daniel Lienert <typo3@lienert.cc>
*/
class Tx_Yag_Controller_ErrorController extends Tx_Yag_Controller_AbstractController
{
Expand Down
2 changes: 1 addition & 1 deletion Classes/Controller/FileUploadController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2010-2013 Daniel Lienert <daniel@lienert.cc>, Michael Knoll <[email protected]>
* (c) 2010-2013 Daniel Lienert <typo3@lienert.cc>, Michael Knoll <[email protected]>
* All rights reserved
*
*
Expand Down
4 changes: 2 additions & 2 deletions Classes/Controller/GalleryController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Copyright notice
*
* (c) 2010-2011-2011 Michael Knoll <[email protected]>
* Daniel Lienert <daniel@lienert.cc>
* Daniel Lienert <typo3@lienert.cc>
*
* All rights reserved
*
Expand All @@ -30,7 +30,7 @@
* Controller for gallery
*
* @package Controller
* @author Daniel Lienert <daniel@lienert.cc>
* @author Daniel Lienert <typo3@lienert.cc>
* @author Michael Knoll <[email protected]>
*/
class Tx_Yag_Controller_GalleryController extends Tx_Yag_Controller_AbstractController
Expand Down
4 changes: 2 additions & 2 deletions Classes/Controller/ItemController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Copyright notice
*
* (c) 2010-2011 Michael Knoll <[email protected]>
* Daniel Lienert <daniel@lienert.cc>
* Daniel Lienert <typo3@lienert.cc>
*
* All rights reserved
*
Expand Down Expand Up @@ -32,7 +32,7 @@
*
* @package Controller
* @author Michael Knoll <[email protected]>
* @author Daniel Lienert <daniel@lienert.cc>
* @author Daniel Lienert <typo3@lienert.cc>
*/
class Tx_Yag_Controller_ItemController extends Tx_Yag_Controller_AbstractController
{
Expand Down
4 changes: 2 additions & 2 deletions Classes/Controller/ItemListController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2010-2013 Daniel Lienert <daniel@lienert.cc>
* (c) 2010-2013 Daniel Lienert <typo3@lienert.cc>
* Michael Knoll <[email protected]>
*
*
Expand Down Expand Up @@ -30,7 +30,7 @@
*
* @package Controller
* @author Michael Knoll <[email protected]>
* @author Daniel Lienert <daniel@lienert.cc>
* @author Daniel Lienert <typo3@lienert.cc>
*/
class Tx_Yag_Controller_ItemListController extends Tx_Yag_Controller_AbstractController
{
Expand Down
4 changes: 2 additions & 2 deletions Classes/Controller/ResolutionFileCacheController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2010-2013 Daniel Lienert <daniel@lienert.cc>, Michael Knoll <[email protected]>
* (c) 2010-2013 Daniel Lienert <typo3@lienert.cc>, Michael Knoll <[email protected]>
* All rights reserved
*
*
Expand All @@ -27,7 +27,7 @@
* Controller for Resolution File Cache
*
* @package Controller
* @author Daniel Lienert <daniel@lienert.cc>
* @author Daniel Lienert <typo3@lienert.cc>
*/
class Tx_Yag_Controller_ResolutionFileCacheController extends Tx_Yag_Controller_AbstractController
{
Expand Down
4 changes: 2 additions & 2 deletions Classes/Controller/UpgradeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2010-2011-2011 Daniel Lienert <daniel@lienert.cc>, Michael Knoll <[email protected]>
* (c) 2010-2011-2011 Daniel Lienert <typo3@lienert.cc>, Michael Knoll <[email protected]>
* All rights reserved
*
*
Expand All @@ -27,7 +27,7 @@
* Controller for Backend Module actions
*
* @package Controller
* @author Daniel Lienert <daniel@lienert.cc>
* @author Daniel Lienert <typo3@lienert.cc>
*/
class Tx_Yag_Controller_UpgradeController extends Tx_Yag_Controller_AbstractController
{
Expand Down
2 changes: 1 addition & 1 deletion Classes/Controller/ZipImportController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2010-2013 Daniel Lienert <daniel@lienert.cc>, Michael Knoll <[email protected]>
* (c) 2010-2013 Daniel Lienert <typo3@lienert.cc>, Michael Knoll <[email protected]>
* All rights reserved
*
*
Expand Down
2 changes: 1 addition & 1 deletion Classes/Domain/AlbumContentManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2010-2013 Daniel Lienert <daniel@lienert.cc>, Michael Knoll <[email protected]>
* (c) 2010-2013 Daniel Lienert <typo3@lienert.cc>, Michael Knoll <[email protected]>
* All rights reserved
*
*
Expand Down
4 changes: 2 additions & 2 deletions Classes/Domain/Configuration/AlbumList/AlbumListConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2010-2013 Daniel Lienert <daniel@lienert.cc>
* (c) 2010-2013 Daniel Lienert <typo3@lienert.cc>
* Michael Knoll <[email protected]>
*
* All rights reserved
Expand Down Expand Up @@ -30,7 +30,7 @@
* @package Domain
* @subpackage Configuration\AlbumList
*
* @author Daniel Lienert <daniel@lienert.cc>
* @author Daniel Lienert <typo3@lienert.cc>
* @author Michael Knoll <[email protected]>
*/
class Tx_Yag_Domain_Configuration_AlbumList_AlbumListConfig extends Tx_PtExtbase_Configuration_AbstractConfiguration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2010-2013 Daniel Lienert <daniel@lienert.cc>, Michael Knoll <[email protected]>
* (c) 2010-2013 Daniel Lienert <typo3@lienert.cc>, Michael Knoll <[email protected]>
* All rights reserved
*
*
Expand All @@ -29,7 +29,7 @@
* @package Domain
* @subpackage Configuration\AlbumList
* @author Daniel Lienert <daniel@lienert.cc>
* @author Daniel Lienert <typo3@lienert.cc>
*/
class Tx_Yag_Domain_Configuration_AlbumList_AlbumListConfigFactory
{
Expand Down
4 changes: 2 additions & 2 deletions Classes/Domain/Configuration/ConfigurationBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2010-2013 Daniel Lienert <daniel@lienert.cc>, Michael Knoll <[email protected]>
* (c) 2010-2013 Daniel Lienert <typo3@lienert.cc>, Michael Knoll <[email protected]>
* All rights reserved
*
*
Expand All @@ -29,7 +29,7 @@
* @package Domain
* @subpackage Configuration
*
* @author Daniel Lienert <daniel@lienert.cc>
* @author Daniel Lienert <typo3@lienert.cc>
* @author Michael Knoll <[email protected]>
*/
class Tx_Yag_Domain_Configuration_ConfigurationBuilder extends Tx_PtExtbase_Configuration_AbstractConfigurationBuilder
Expand Down
4 changes: 2 additions & 2 deletions Classes/Domain/Configuration/ConfigurationBuilderFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2010-2013 Daniel Lienert <daniel@lienert.cc>, Michael Knoll <[email protected]>
* (c) 2010-2013 Daniel Lienert <typo3@lienert.cc>, Michael Knoll <[email protected]>
* All rights reserved
*
*
Expand All @@ -29,7 +29,7 @@
* @package Domain
* @subpackage Configuration
* @author Michael Knoll <[email protected]>
* @author Daniel Lienert <daniel@lienert.cc>
* @author Daniel Lienert <typo3@lienert.cc>
*/
class Tx_Yag_Domain_Configuration_ConfigurationBuilderFactory
{
Expand Down
4 changes: 2 additions & 2 deletions Classes/Domain/Configuration/Context/ContextConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2010-2013 Daniel Lienert <daniel@lienert.cc>
* (c) 2010-2013 Daniel Lienert <typo3@lienert.cc>
* Michael Knoll <[email protected]>
*
* All rights reserved
Expand Down Expand Up @@ -30,7 +30,7 @@
* @package Domain
* @subpackage Configuration\Context
*
* @author Daniel Lienert <daniel@lienert.cc>
* @author Daniel Lienert <typo3@lienert.cc>
* @author Michael Knoll <[email protected]>
*/
class Tx_Yag_Domain_Configuration_Context_ContextConfig extends Tx_PtExtbase_Configuration_AbstractConfiguration
Expand Down
4 changes: 2 additions & 2 deletions Classes/Domain/Configuration/Context/ContextConfigFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2010-2013 Daniel Lienert <daniel@lienert.cc>, Michael Knoll <[email protected]>
* (c) 2010-2013 Daniel Lienert <typo3@lienert.cc>, Michael Knoll <[email protected]>
* All rights reserved
*
*
Expand All @@ -29,7 +29,7 @@
* @package Domain
* @subpackage Configuration\Context
* @author Daniel Lienert <daniel@lienert.cc>
* @author Daniel Lienert <typo3@lienert.cc>
*/
class Tx_Yag_Domain_Configuration_Context_ContextConfigFactory
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2010-2013 Daniel Lienert <daniel@lienert.cc>, Michael Knoll <[email protected]>
* (c) 2010-2013 Daniel Lienert <typo3@lienert.cc>, Michael Knoll <[email protected]>
* All rights reserved
*
*
Expand All @@ -28,7 +28,7 @@
*
* @package Domain
* @subpackage Configuration
* @author Daniel Lienert <daniel@lienert.cc>
* @author Daniel Lienert <typo3@lienert.cc>
* @author Michael Knoll <[email protected]>
*/
class Tx_Yag_Domain_Configuration_Extension_ExtensionConfiguration extends Tx_PtExtbase_Configuration_AbstractConfiguration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2010-2013 Daniel Lienert <daniel@lienert.cc>, Michael Knoll <[email protected]>
* (c) 2010-2013 Daniel Lienert <typo3@lienert.cc>, Michael Knoll <[email protected]>
* All rights reserved
*
*
Expand All @@ -29,7 +29,7 @@
* @package Domain
* @subpackage Configuration\Extension
* @author Daniel Lienert <daniel@lienert.cc>
* @author Daniel Lienert <typo3@lienert.cc>
*/
class Tx_Yag_Domain_Configuration_Extension_ExtensionConfigurationFactory
{
Expand Down
4 changes: 2 additions & 2 deletions Classes/Domain/Configuration/Extlist/ExtlistConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2010-2013 Daniel Lienert <daniel@lienert.cc>
* (c) 2010-2013 Daniel Lienert <typo3@lienert.cc>
* Michael Knoll <[email protected]>
*
* All rights reserved
Expand All @@ -29,7 +29,7 @@
*
* @package Domain
* @subpackage Configuration\Extlist
* @author Daniel Lienert <daniel@lienert.cc>
* @author Daniel Lienert <typo3@lienert.cc>
* @author Michael Knoll <[email protected]>
*/
class Tx_Yag_Domain_Configuration_Extlist_ExtlistConfiguration extends Tx_PtExtbase_Configuration_AbstractConfiguration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2010-2013 Daniel Lienert <daniel@lienert.cc>, Michael Knoll <[email protected]>
* (c) 2010-2013 Daniel Lienert <typo3@lienert.cc>, Michael Knoll <[email protected]>
* All rights reserved
*
*
Expand All @@ -29,7 +29,7 @@
* @package Domain
* @subpackage Configuration\Extlist
* @author Daniel Lienert <daniel@lienert.cc>
* @author Daniel Lienert <typo3@lienert.cc>
* @author Michael Knoll <[email protected]>
*/
class Tx_Yag_Domain_Configuration_Extlist_ExtlistConfigurationFactory
Expand Down
Loading

0 comments on commit ca34da2

Please sign in to comment.