diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 00000000..af8fa502 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,14 @@ +The MIT License (MIT) +Copyright (c) 2016 Flagbit GmbH & Co. KG + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated +documentation files (the "Software"), to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and +to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO +THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS +OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/src/app/code/community/FACTFinder/Asn/Block/Catalog/Layer/Factfinder.php b/src/app/code/community/FACTFinder/Asn/Block/Catalog/Layer/Factfinder.php index 0af95b70..c282115c 100644 --- a/src/app/code/community/FACTFinder/Asn/Block/Catalog/Layer/Factfinder.php +++ b/src/app/code/community/FACTFinder/Asn/Block/Catalog/Layer/Factfinder.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Asn * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -19,8 +19,8 @@ * @category Mage * @package FACTFinder_Asn * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Asn_Block_Catalog_Layer_Factfinder extends Mage_Catalog_Block_Layer_Filter_Attribute diff --git a/src/app/code/community/FACTFinder/Asn/Block/Catalog/Layer/State.php b/src/app/code/community/FACTFinder/Asn/Block/Catalog/Layer/State.php index d97d81e1..3970f943 100644 --- a/src/app/code/community/FACTFinder/Asn/Block/Catalog/Layer/State.php +++ b/src/app/code/community/FACTFinder/Asn/Block/Catalog/Layer/State.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Asn * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -19,8 +19,8 @@ * @category Mage * @package FACTFinder_Asn * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Asn_Block_Catalog_Layer_State extends Mage_Catalog_Block_Layer_State diff --git a/src/app/code/community/FACTFinder/Asn/Block/Catalog/Product/List/Toolbar.php b/src/app/code/community/FACTFinder/Asn/Block/Catalog/Product/List/Toolbar.php index e0d71a73..aa80dc80 100644 --- a/src/app/code/community/FACTFinder/Asn/Block/Catalog/Product/List/Toolbar.php +++ b/src/app/code/community/FACTFinder/Asn/Block/Catalog/Product/List/Toolbar.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Asn * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ @@ -18,8 +18,8 @@ * @category Mage * @package FACTFinder_Asn * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Asn_Block_Catalog_Product_List_Toolbar extends FACTFinder_Core_Block_Catalog_Product_List_Toolbar diff --git a/src/app/code/community/FACTFinder/Asn/Block/Catalog/Product/Pager.php b/src/app/code/community/FACTFinder/Asn/Block/Catalog/Product/Pager.php index d9106d4d..3f116b84 100644 --- a/src/app/code/community/FACTFinder/Asn/Block/Catalog/Product/Pager.php +++ b/src/app/code/community/FACTFinder/Asn/Block/Catalog/Product/Pager.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Asn * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ @@ -18,8 +18,8 @@ * @category Mage * @package FACTFinder_Asn * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Asn_Block_Catalog_Product_Pager extends FACTFinder_Core_Block_Catalog_Product_Pager diff --git a/src/app/code/community/FACTFinder/Asn/Helper/Data.php b/src/app/code/community/FACTFinder/Asn/Helper/Data.php index 716f59bd..db1988a4 100644 --- a/src/app/code/community/FACTFinder/Asn/Helper/Data.php +++ b/src/app/code/community/FACTFinder/Asn/Helper/Data.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Asn * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ @@ -16,8 +16,8 @@ * @category Mage * @package FACTFinder_Asn * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Asn_Helper_Data extends Mage_Core_Helper_Abstract diff --git a/src/app/code/community/FACTFinder/Asn/Model/Catalog/Layer.php b/src/app/code/community/FACTFinder/Asn/Model/Catalog/Layer.php index cda7008d..424a878b 100644 --- a/src/app/code/community/FACTFinder/Asn/Model/Catalog/Layer.php +++ b/src/app/code/community/FACTFinder/Asn/Model/Catalog/Layer.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Asn * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ @@ -18,8 +18,8 @@ * @category Mage * @package FACTFinder_Asn * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Asn_Model_Catalog_Layer extends Mage_Catalog_Model_Layer diff --git a/src/app/code/community/FACTFinder/Asn/Model/Handler/Search.php b/src/app/code/community/FACTFinder/Asn/Model/Handler/Search.php index fa3b04af..f0c1d815 100644 --- a/src/app/code/community/FACTFinder/Asn/Model/Handler/Search.php +++ b/src/app/code/community/FACTFinder/Asn/Model/Handler/Search.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Asn * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ @@ -18,8 +18,8 @@ * @category Mage * @package FACTFinder_Asn * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Asn_Model_Handler_Search extends FACTFinder_Core_Model_Handler_Search diff --git a/src/app/code/community/FACTFinder/Asn/Model/Layer/Filter/Factfinder.php b/src/app/code/community/FACTFinder/Asn/Model/Layer/Filter/Factfinder.php index cd1c27e6..d9c74f52 100644 --- a/src/app/code/community/FACTFinder/Asn/Model/Layer/Filter/Factfinder.php +++ b/src/app/code/community/FACTFinder/Asn/Model/Layer/Filter/Factfinder.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Asn * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ @@ -16,8 +16,8 @@ * @category Mage * @package FACTFinder_Asn * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Asn_Model_Layer_Filter_Factfinder extends Mage_Catalog_Model_Layer_Filter_Abstract diff --git a/src/app/code/community/FACTFinder/Asn/Model/Layer/Filter/Item.php b/src/app/code/community/FACTFinder/Asn/Model/Layer/Filter/Item.php index 9d730c7c..fa15dc68 100644 --- a/src/app/code/community/FACTFinder/Asn/Model/Layer/Filter/Item.php +++ b/src/app/code/community/FACTFinder/Asn/Model/Layer/Filter/Item.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Asn * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ @@ -16,8 +16,8 @@ * @category Mage * @package FACTFinder_Asn * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Asn_Model_Layer_Filter_Item extends Mage_Catalog_Model_Layer_Filter_Item diff --git a/src/app/code/community/FACTFinder/Asn/Model/Observer.php b/src/app/code/community/FACTFinder/Asn/Model/Observer.php index 39913021..71b6d99d 100644 --- a/src/app/code/community/FACTFinder/Asn/Model/Observer.php +++ b/src/app/code/community/FACTFinder/Asn/Model/Observer.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Asn * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ @@ -16,8 +16,8 @@ * @category Mage * @package FACTFinder_Asn * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Asn_Model_Observer diff --git a/src/app/code/community/FACTFinder/Asn/Model/Resource/Product/Attribute/Collection.php b/src/app/code/community/FACTFinder/Asn/Model/Resource/Product/Attribute/Collection.php index 5f8a00b3..7283f293 100644 --- a/src/app/code/community/FACTFinder/Asn/Model/Resource/Product/Attribute/Collection.php +++ b/src/app/code/community/FACTFinder/Asn/Model/Resource/Product/Attribute/Collection.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Asn * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ @@ -18,8 +18,8 @@ * @category Mage * @package FACTFinder_Asn * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Asn_Model_Resource_Product_Attribute_Collection diff --git a/src/app/code/community/FACTFinder/Asn/Model/Resource/Search/Collection.php b/src/app/code/community/FACTFinder/Asn/Model/Resource/Search/Collection.php index 6c0c3c2e..c7b7f2df 100644 --- a/src/app/code/community/FACTFinder/Asn/Model/Resource/Search/Collection.php +++ b/src/app/code/community/FACTFinder/Asn/Model/Resource/Search/Collection.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Asn * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ @@ -16,8 +16,8 @@ * @category Mage * @package FACTFinder_Asn * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Asn_Model_Resource_Search_Collection extends FACTFinder_Core_Model_Resource_Search_Collection diff --git a/src/app/code/community/FACTFinder/Asn/etc/config.xml b/src/app/code/community/FACTFinder/Asn/etc/config.xml index 1fcfa0d6..b10c5892 100644 --- a/src/app/code/community/FACTFinder/Asn/etc/config.xml +++ b/src/app/code/community/FACTFinder/Asn/etc/config.xml @@ -6,8 +6,8 @@ * @category Mage * @package FACTFinder_Asn * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ --> diff --git a/src/app/code/community/FACTFinder/Asn/etc/system.xml b/src/app/code/community/FACTFinder/Asn/etc/system.xml index 5e0f5b54..7cb1b895 100644 --- a/src/app/code/community/FACTFinder/Asn/etc/system.xml +++ b/src/app/code/community/FACTFinder/Asn/etc/system.xml @@ -6,8 +6,8 @@ * @category Mage * @package FACTFinder_Asn * @author Flagbit Magento Team -* @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) +* @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG +* @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ --> diff --git a/src/app/code/community/FACTFinder/Campaigns/Block/Abstract.php b/src/app/code/community/FACTFinder/Campaigns/Block/Abstract.php index 66479015..db4a3f3f 100644 --- a/src/app/code/community/FACTFinder/Campaigns/Block/Abstract.php +++ b/src/app/code/community/FACTFinder/Campaigns/Block/Abstract.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ @@ -16,8 +16,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ abstract class FACTFinder_Campaigns_Block_Abstract extends Mage_Core_Block_Template diff --git a/src/app/code/community/FACTFinder/Campaigns/Block/Advisory/Search.php b/src/app/code/community/FACTFinder/Campaigns/Block/Advisory/Search.php index f31a6fe4..4689ba1b 100644 --- a/src/app/code/community/FACTFinder/Campaigns/Block/Advisory/Search.php +++ b/src/app/code/community/FACTFinder/Campaigns/Block/Advisory/Search.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ @@ -16,8 +16,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Campaigns_Block_Advisory_Search extends FACTFinder_Campaigns_Block_Abstract diff --git a/src/app/code/community/FACTFinder/Campaigns/Block/Feedback/Abstract.php b/src/app/code/community/FACTFinder/Campaigns/Block/Feedback/Abstract.php index 64f80eb6..8d9a02ce 100644 --- a/src/app/code/community/FACTFinder/Campaigns/Block/Feedback/Abstract.php +++ b/src/app/code/community/FACTFinder/Campaigns/Block/Feedback/Abstract.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ @@ -16,8 +16,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ abstract class FACTFinder_Campaigns_Block_Feedback_Abstract extends FACTFinder_Campaigns_Block_Abstract diff --git a/src/app/code/community/FACTFinder/Campaigns/Block/Feedback/Cart.php b/src/app/code/community/FACTFinder/Campaigns/Block/Feedback/Cart.php index ce9cf870..1dd39e96 100644 --- a/src/app/code/community/FACTFinder/Campaigns/Block/Feedback/Cart.php +++ b/src/app/code/community/FACTFinder/Campaigns/Block/Feedback/Cart.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ @@ -18,8 +18,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Campaigns_Block_Feedback_Cart extends FACTFinder_Campaigns_Block_Feedback_Abstract diff --git a/src/app/code/community/FACTFinder/Campaigns/Block/Feedback/Product.php b/src/app/code/community/FACTFinder/Campaigns/Block/Feedback/Product.php index 9b23ee9c..a7269925 100644 --- a/src/app/code/community/FACTFinder/Campaigns/Block/Feedback/Product.php +++ b/src/app/code/community/FACTFinder/Campaigns/Block/Feedback/Product.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ @@ -16,8 +16,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Campaigns_Block_Feedback_Product extends FACTFinder_Campaigns_Block_Feedback_Abstract diff --git a/src/app/code/community/FACTFinder/Campaigns/Block/Feedback/Search.php b/src/app/code/community/FACTFinder/Campaigns/Block/Feedback/Search.php index c20521ca..5a42de3a 100644 --- a/src/app/code/community/FACTFinder/Campaigns/Block/Feedback/Search.php +++ b/src/app/code/community/FACTFinder/Campaigns/Block/Feedback/Search.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ @@ -16,8 +16,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Campaigns_Block_Feedback_Search extends FACTFinder_Campaigns_Block_Feedback_Abstract diff --git a/src/app/code/community/FACTFinder/Campaigns/Block/Pushed/Abstract.php b/src/app/code/community/FACTFinder/Campaigns/Block/Pushed/Abstract.php index eec28546..a344f1ab 100644 --- a/src/app/code/community/FACTFinder/Campaigns/Block/Pushed/Abstract.php +++ b/src/app/code/community/FACTFinder/Campaigns/Block/Pushed/Abstract.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ @@ -16,8 +16,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ abstract class FACTFinder_Campaigns_Block_Pushed_Abstract extends Mage_Catalog_Block_Product_List_Upsell diff --git a/src/app/code/community/FACTFinder/Campaigns/Block/Pushed/Cart.php b/src/app/code/community/FACTFinder/Campaigns/Block/Pushed/Cart.php index c4fc7e04..6e5c91b4 100644 --- a/src/app/code/community/FACTFinder/Campaigns/Block/Pushed/Cart.php +++ b/src/app/code/community/FACTFinder/Campaigns/Block/Pushed/Cart.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ @@ -16,8 +16,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Campaigns_Block_Pushed_Cart extends FACTFinder_Campaigns_Block_Pushed_Abstract diff --git a/src/app/code/community/FACTFinder/Campaigns/Block/Pushed/Product.php b/src/app/code/community/FACTFinder/Campaigns/Block/Pushed/Product.php index b4a04e61..3f4a2a47 100644 --- a/src/app/code/community/FACTFinder/Campaigns/Block/Pushed/Product.php +++ b/src/app/code/community/FACTFinder/Campaigns/Block/Pushed/Product.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ @@ -16,8 +16,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Campaigns_Block_Pushed_Product extends FACTFinder_Campaigns_Block_Pushed_Abstract diff --git a/src/app/code/community/FACTFinder/Campaigns/Block/Pushed/Search.php b/src/app/code/community/FACTFinder/Campaigns/Block/Pushed/Search.php index 3365d2a8..0a57fa7a 100644 --- a/src/app/code/community/FACTFinder/Campaigns/Block/Pushed/Search.php +++ b/src/app/code/community/FACTFinder/Campaigns/Block/Pushed/Search.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ @@ -16,8 +16,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Campaigns_Block_Pushed_Search extends FACTFinder_Campaigns_Block_Pushed_Abstract diff --git a/src/app/code/community/FACTFinder/Campaigns/Helper/Data.php b/src/app/code/community/FACTFinder/Campaigns/Helper/Data.php index 128637a8..72730d3a 100644 --- a/src/app/code/community/FACTFinder/Campaigns/Helper/Data.php +++ b/src/app/code/community/FACTFinder/Campaigns/Helper/Data.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ @@ -16,8 +16,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Campaigns_Helper_Data extends Mage_Core_Helper_Abstract diff --git a/src/app/code/community/FACTFinder/Campaigns/Model/Facade.php b/src/app/code/community/FACTFinder/Campaigns/Model/Facade.php index 1f822a9e..fd628021 100644 --- a/src/app/code/community/FACTFinder/Campaigns/Model/Facade.php +++ b/src/app/code/community/FACTFinder/Campaigns/Model/Facade.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ @@ -16,8 +16,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Campaigns_Model_Facade extends FACTFinder_Core_Model_Facade diff --git a/src/app/code/community/FACTFinder/Campaigns/Model/Handler/Abstract.php b/src/app/code/community/FACTFinder/Campaigns/Model/Handler/Abstract.php index 2c182d66..617ded9c 100644 --- a/src/app/code/community/FACTFinder/Campaigns/Model/Handler/Abstract.php +++ b/src/app/code/community/FACTFinder/Campaigns/Model/Handler/Abstract.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ @@ -16,8 +16,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ abstract class FACTFinder_Campaigns_Model_Handler_Abstract extends FACTFinder_Core_Model_Handler_Search diff --git a/src/app/code/community/FACTFinder/Campaigns/Model/Handler/Cart.php b/src/app/code/community/FACTFinder/Campaigns/Model/Handler/Cart.php index e59e9502..3a2b1519 100644 --- a/src/app/code/community/FACTFinder/Campaigns/Model/Handler/Cart.php +++ b/src/app/code/community/FACTFinder/Campaigns/Model/Handler/Cart.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ @@ -16,8 +16,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Campaigns_Model_Handler_Cart extends FACTFinder_Campaigns_Model_Handler_Abstract diff --git a/src/app/code/community/FACTFinder/Campaigns/Model/Handler/Product.php b/src/app/code/community/FACTFinder/Campaigns/Model/Handler/Product.php index d9c6124c..0cad84b6 100644 --- a/src/app/code/community/FACTFinder/Campaigns/Model/Handler/Product.php +++ b/src/app/code/community/FACTFinder/Campaigns/Model/Handler/Product.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ @@ -16,8 +16,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Campaigns_Model_Handler_Product extends FACTFinder_Campaigns_Model_Handler_Abstract diff --git a/src/app/code/community/FACTFinder/Campaigns/Model/Handler/Search.php b/src/app/code/community/FACTFinder/Campaigns/Model/Handler/Search.php index d88c7337..5b3de625 100644 --- a/src/app/code/community/FACTFinder/Campaigns/Model/Handler/Search.php +++ b/src/app/code/community/FACTFinder/Campaigns/Model/Handler/Search.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ @@ -16,8 +16,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Campaigns_Model_Handler_Search extends FACTFinder_Core_Model_Handler_Search diff --git a/src/app/code/community/FACTFinder/Campaigns/Model/Observer.php b/src/app/code/community/FACTFinder/Campaigns/Model/Observer.php index 03638ef8..634fcfbe 100644 --- a/src/app/code/community/FACTFinder/Campaigns/Model/Observer.php +++ b/src/app/code/community/FACTFinder/Campaigns/Model/Observer.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ @@ -16,8 +16,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Campaigns_Model_Observer diff --git a/src/app/code/community/FACTFinder/Campaigns/Model/Resource/Pushedproducts/Collection.php b/src/app/code/community/FACTFinder/Campaigns/Model/Resource/Pushedproducts/Collection.php index 5171dfed..cd9b8b9f 100644 --- a/src/app/code/community/FACTFinder/Campaigns/Model/Resource/Pushedproducts/Collection.php +++ b/src/app/code/community/FACTFinder/Campaigns/Model/Resource/Pushedproducts/Collection.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ @@ -16,8 +16,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Campaigns_Model_Resource_Pushedproducts_Collection diff --git a/src/app/code/community/FACTFinder/Campaigns/etc/config.xml b/src/app/code/community/FACTFinder/Campaigns/etc/config.xml index d5401422..992317c1 100644 --- a/src/app/code/community/FACTFinder/Campaigns/etc/config.xml +++ b/src/app/code/community/FACTFinder/Campaigns/etc/config.xml @@ -6,8 +6,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ --> diff --git a/src/app/code/community/FACTFinder/Campaigns/etc/system.xml b/src/app/code/community/FACTFinder/Campaigns/etc/system.xml index 2ae31609..85b42baa 100644 --- a/src/app/code/community/FACTFinder/Campaigns/etc/system.xml +++ b/src/app/code/community/FACTFinder/Campaigns/etc/system.xml @@ -6,8 +6,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ --> diff --git a/src/app/code/community/FACTFinder/Core/Block/Adminhtml/Exportlink.php b/src/app/code/community/FACTFinder/Core/Block/Adminhtml/Exportlink.php index 3a0b92ec..ae6896a9 100644 --- a/src/app/code/community/FACTFinder/Core/Block/Adminhtml/Exportlink.php +++ b/src/app/code/community/FACTFinder/Core/Block/Adminhtml/Exportlink.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG (http://www.flagbit.de) - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG (http://www.flagbit.de) + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Core_Block_Adminhtml_Exportlink extends Mage_Adminhtml_Block_System_Config_Form_Field diff --git a/src/app/code/community/FACTFinder/Core/Block/Adminhtml/Form/Field/Attribute.php b/src/app/code/community/FACTFinder/Core/Block/Adminhtml/Form/Field/Attribute.php index 7797bf2e..b7e7ac30 100644 --- a/src/app/code/community/FACTFinder/Core/Block/Adminhtml/Form/Field/Attribute.php +++ b/src/app/code/community/FACTFinder/Core/Block/Adminhtml/Form/Field/Attribute.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG (http://www.flagbit.de) - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG (http://www.flagbit.de) + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Core_Block_Adminhtml_Form_Field_Attribute extends Mage_Core_Block_Html_Select diff --git a/src/app/code/community/FACTFinder/Core/Block/Adminhtml/Form/Field/Attributes.php b/src/app/code/community/FACTFinder/Core/Block/Adminhtml/Form/Field/Attributes.php index 749c44f0..7a1e0562 100644 --- a/src/app/code/community/FACTFinder/Core/Block/Adminhtml/Form/Field/Attributes.php +++ b/src/app/code/community/FACTFinder/Core/Block/Adminhtml/Form/Field/Attributes.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG (http://www.flagbit.de) - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG (http://www.flagbit.de) + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Core_Block_Adminhtml_Form_Field_Attributes diff --git a/src/app/code/community/FACTFinder/Core/Block/Catalog/Product/List/Toolbar.php b/src/app/code/community/FACTFinder/Core/Block/Catalog/Product/List/Toolbar.php index c5d08b8b..24f7f2ce 100644 --- a/src/app/code/community/FACTFinder/Core/Block/Catalog/Product/List/Toolbar.php +++ b/src/app/code/community/FACTFinder/Core/Block/Catalog/Product/List/Toolbar.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG (http://www.flagbit.de) - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG (http://www.flagbit.de) + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Core_Block_Catalog_Product_List_Toolbar extends Mage_Catalog_Block_Product_List_Toolbar diff --git a/src/app/code/community/FACTFinder/Core/Block/Catalog/Product/Pager.php b/src/app/code/community/FACTFinder/Core/Block/Catalog/Product/Pager.php index 099988b1..4bcc40c2 100644 --- a/src/app/code/community/FACTFinder/Core/Block/Catalog/Product/Pager.php +++ b/src/app/code/community/FACTFinder/Core/Block/Catalog/Product/Pager.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG (http://www.flagbit.de) - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG (http://www.flagbit.de) + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Core_Block_Catalog_Product_Pager extends Mage_Page_Block_Html_Pager diff --git a/src/app/code/community/FACTFinder/Core/Block/CatalogSearch/Layer.php b/src/app/code/community/FACTFinder/Core/Block/CatalogSearch/Layer.php index d3b7df9f..86d36794 100644 --- a/src/app/code/community/FACTFinder/Core/Block/CatalogSearch/Layer.php +++ b/src/app/code/community/FACTFinder/Core/Block/CatalogSearch/Layer.php @@ -6,7 +6,7 @@ * @package FACTFinder_Core * @author Flagbit Magento Team * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG - * @license GPL + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Core_Block_CatalogSearch_Layer extends Mage_CatalogSearch_Block_Layer diff --git a/src/app/code/community/FACTFinder/Core/Block/EnterpriseSearch/Layer.php b/src/app/code/community/FACTFinder/Core/Block/EnterpriseSearch/Layer.php index 085fea27..34aca03e 100644 --- a/src/app/code/community/FACTFinder/Core/Block/EnterpriseSearch/Layer.php +++ b/src/app/code/community/FACTFinder/Core/Block/EnterpriseSearch/Layer.php @@ -6,7 +6,7 @@ * @package FACTFinder_Core * @author Flagbit Magento Team * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG - * @license GPL + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Core_Block_EnterpriseSearch_Layer extends Enterprise_Search_Block_Catalogsearch_Layer diff --git a/src/app/code/community/FACTFinder/Core/Helper/Backend.php b/src/app/code/community/FACTFinder/Core/Helper/Backend.php index 1d302d7a..14ec32fa 100644 --- a/src/app/code/community/FACTFinder/Core/Helper/Backend.php +++ b/src/app/code/community/FACTFinder/Core/Helper/Backend.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -19,8 +19,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG (http://www.flagbit.de) - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG (http://www.flagbit.de) + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Core_Helper_Backend extends Mage_Core_Helper_Abstract diff --git a/src/app/code/community/FACTFinder/Core/Helper/Data.php b/src/app/code/community/FACTFinder/Core/Helper/Data.php index 9ec29292..66524e10 100644 --- a/src/app/code/community/FACTFinder/Core/Helper/Data.php +++ b/src/app/code/community/FACTFinder/Core/Helper/Data.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG (http://www.flagbit.de) - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG (http://www.flagbit.de) + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Core_Helper_Data extends Mage_Core_Helper_Abstract diff --git a/src/app/code/community/FACTFinder/Core/Helper/Debug.php b/src/app/code/community/FACTFinder/Core/Helper/Debug.php index 2a49876a..5547198a 100644 --- a/src/app/code/community/FACTFinder/Core/Helper/Debug.php +++ b/src/app/code/community/FACTFinder/Core/Helper/Debug.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG (http://www.flagbit.de) - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG (http://www.flagbit.de) + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Core_Helper_Debug extends Mage_Core_Helper_Abstract diff --git a/src/app/code/community/FACTFinder/Core/Helper/Export.php b/src/app/code/community/FACTFinder/Core/Helper/Export.php index 095a96a6..770d3a67 100644 --- a/src/app/code/community/FACTFinder/Core/Helper/Export.php +++ b/src/app/code/community/FACTFinder/Core/Helper/Export.php @@ -6,7 +6,7 @@ * @package magento * @author Flagbit Magento Team * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG - * @license GPL + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Core_Helper_Export extends Mage_Core_Helper_Abstract diff --git a/src/app/code/community/FACTFinder/Core/Helper/Search.php b/src/app/code/community/FACTFinder/Core/Helper/Search.php index ca08383e..ec02d7e9 100644 --- a/src/app/code/community/FACTFinder/Core/Helper/Search.php +++ b/src/app/code/community/FACTFinder/Core/Helper/Search.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG (http://www.flagbit.de) - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG (http://www.flagbit.de) + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Core_Helper_Search extends Mage_Core_Helper_Abstract diff --git a/src/app/code/community/FACTFinder/Core/Model/Autoloader.php b/src/app/code/community/FACTFinder/Core/Model/Autoloader.php index e9d0b51d..89ad6745 100644 --- a/src/app/code/community/FACTFinder/Core/Model/Autoloader.php +++ b/src/app/code/community/FACTFinder/Core/Model/Autoloader.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -20,8 +20,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG (http://www.flagbit.de) - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG (http://www.flagbit.de) + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Core_Model_Autoloader diff --git a/src/app/code/community/FACTFinder/Core/Model/CatalogSearch/Layer.php b/src/app/code/community/FACTFinder/Core/Model/CatalogSearch/Layer.php index 83a1c598..571dbf8a 100644 --- a/src/app/code/community/FACTFinder/Core/Model/CatalogSearch/Layer.php +++ b/src/app/code/community/FACTFinder/Core/Model/CatalogSearch/Layer.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG (http://www.flagbit.de) - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG (http://www.flagbit.de) + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Core_Model_CatalogSearch_Layer extends Mage_CatalogSearch_Model_Layer diff --git a/src/app/code/community/FACTFinder/Core/Model/CatalogSearch/Query.php b/src/app/code/community/FACTFinder/Core/Model/CatalogSearch/Query.php index da43f4ea..29c2e364 100644 --- a/src/app/code/community/FACTFinder/Core/Model/CatalogSearch/Query.php +++ b/src/app/code/community/FACTFinder/Core/Model/CatalogSearch/Query.php @@ -6,7 +6,7 @@ * @package FACTFinder_Core * @author Flagbit Magento Team * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG - * @license GPL + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ diff --git a/src/app/code/community/FACTFinder/Core/Model/Export/Observer.php b/src/app/code/community/FACTFinder/Core/Model/Export/Observer.php index 5ebc54b8..d79983a5 100644 --- a/src/app/code/community/FACTFinder/Core/Model/Export/Observer.php +++ b/src/app/code/community/FACTFinder/Core/Model/Export/Observer.php @@ -6,7 +6,7 @@ * @package magento * @author Flagbit Magento Team * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG - * @license GPL + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Core_Model_Export_Observer diff --git a/src/app/code/community/FACTFinder/Core/Model/Export/Price.php b/src/app/code/community/FACTFinder/Core/Model/Export/Price.php index 6061b80c..9149ed34 100644 --- a/src/app/code/community/FACTFinder/Core/Model/Export/Price.php +++ b/src/app/code/community/FACTFinder/Core/Model/Export/Price.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -19,8 +19,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG (http://www.flagbit.de) - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG (http://www.flagbit.de) + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Core_Model_Export_Price extends Mage_Core_Model_Resource_Db_Abstract diff --git a/src/app/code/community/FACTFinder/Core/Model/Export/Product.php b/src/app/code/community/FACTFinder/Core/Model/Export/Product.php index 9b7c058e..5625c818 100644 --- a/src/app/code/community/FACTFinder/Core/Model/Export/Product.php +++ b/src/app/code/community/FACTFinder/Core/Model/Export/Product.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -19,8 +19,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG (http://www.flagbit.de) - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG (http://www.flagbit.de) + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Core_Model_Export_Product extends Mage_CatalogSearch_Model_Resource_Fulltext diff --git a/src/app/code/community/FACTFinder/Core/Model/Export/Stock.php b/src/app/code/community/FACTFinder/Core/Model/Export/Stock.php index 2667a490..1471e727 100644 --- a/src/app/code/community/FACTFinder/Core/Model/Export/Stock.php +++ b/src/app/code/community/FACTFinder/Core/Model/Export/Stock.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -19,8 +19,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG (http://www.flagbit.de) - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG (http://www.flagbit.de) + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Core_Model_Export_Stock extends Mage_Core_Model_Resource_Db_Abstract diff --git a/src/app/code/community/FACTFinder/Core/Model/Facade.php b/src/app/code/community/FACTFinder/Core/Model/Facade.php index 2fb02bcd..a3e7b990 100644 --- a/src/app/code/community/FACTFinder/Core/Model/Facade.php +++ b/src/app/code/community/FACTFinder/Core/Model/Facade.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -22,8 +22,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG (http://www.flagbit.de) - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG (http://www.flagbit.de) + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Core_Model_Facade diff --git a/src/app/code/community/FACTFinder/Core/Model/File.php b/src/app/code/community/FACTFinder/Core/Model/File.php index a56d3fd4..6b6bfaa9 100644 --- a/src/app/code/community/FACTFinder/Core/Model/File.php +++ b/src/app/code/community/FACTFinder/Core/Model/File.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG (http://www.flagbit.de) - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG (http://www.flagbit.de) + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Core_Model_File diff --git a/src/app/code/community/FACTFinder/Core/Model/Ftp.php b/src/app/code/community/FACTFinder/Core/Model/Ftp.php index 9036630f..2e89759c 100644 --- a/src/app/code/community/FACTFinder/Core/Model/Ftp.php +++ b/src/app/code/community/FACTFinder/Core/Model/Ftp.php @@ -6,7 +6,7 @@ * @package magento * @author Flagbit Magento Team * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG - * @license GPL + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ diff --git a/src/app/code/community/FACTFinder/Core/Model/Handler/Abstract.php b/src/app/code/community/FACTFinder/Core/Model/Handler/Abstract.php index be06f58f..68102f40 100644 --- a/src/app/code/community/FACTFinder/Core/Model/Handler/Abstract.php +++ b/src/app/code/community/FACTFinder/Core/Model/Handler/Abstract.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG (http://www.flagbit.de) - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG (http://www.flagbit.de) + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ abstract class FACTFinder_Core_Model_Handler_Abstract diff --git a/src/app/code/community/FACTFinder/Core/Model/Handler/Search.php b/src/app/code/community/FACTFinder/Core/Model/Handler/Search.php index 1ede88b3..4807b719 100644 --- a/src/app/code/community/FACTFinder/Core/Model/Handler/Search.php +++ b/src/app/code/community/FACTFinder/Core/Model/Handler/Search.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG (http://www.flagbit.de) - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG (http://www.flagbit.de) + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ diff --git a/src/app/code/community/FACTFinder/Core/Model/Handler/Status.php b/src/app/code/community/FACTFinder/Core/Model/Handler/Status.php index 422a936b..7afe1e16 100644 --- a/src/app/code/community/FACTFinder/Core/Model/Handler/Status.php +++ b/src/app/code/community/FACTFinder/Core/Model/Handler/Status.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -35,8 +35,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG (http://www.flagbit.de) - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG (http://www.flagbit.de) + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Core_Model_Handler_Status extends FACTFinder_Core_Model_Handler_Search diff --git a/src/app/code/community/FACTFinder/Core/Model/Observer.php b/src/app/code/community/FACTFinder/Core/Model/Observer.php index b93c9933..6adc202b 100644 --- a/src/app/code/community/FACTFinder/Core/Model/Observer.php +++ b/src/app/code/community/FACTFinder/Core/Model/Observer.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -19,8 +19,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG (http://www.flagbit.de) - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG (http://www.flagbit.de) + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Core_Model_Observer diff --git a/src/app/code/community/FACTFinder/Core/Model/Resource/Search/Collection.php b/src/app/code/community/FACTFinder/Core/Model/Resource/Search/Collection.php index 708a6745..af6f74ff 100644 --- a/src/app/code/community/FACTFinder/Core/Model/Resource/Search/Collection.php +++ b/src/app/code/community/FACTFinder/Core/Model/Resource/Search/Collection.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG (http://www.flagbit.de) - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG (http://www.flagbit.de) + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Core_Model_Resource_Search_Collection extends Mage_Catalog_Model_Resource_Product_Collection diff --git a/src/app/code/community/FACTFinder/Core/Model/Resource/Search/Engine.php b/src/app/code/community/FACTFinder/Core/Model/Resource/Search/Engine.php index 9261785f..64eeec52 100644 --- a/src/app/code/community/FACTFinder/Core/Model/Resource/Search/Engine.php +++ b/src/app/code/community/FACTFinder/Core/Model/Resource/Search/Engine.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -19,8 +19,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG (http://www.flagbit.de) - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG (http://www.flagbit.de) + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Core_Model_Resource_Search_Engine extends Mage_CatalogSearch_Model_Resource_Fulltext_Engine diff --git a/src/app/code/community/FACTFinder/Core/Model/System/Config/Backend/Attributes.php b/src/app/code/community/FACTFinder/Core/Model/System/Config/Backend/Attributes.php index fcc3fe47..dc2741ee 100644 --- a/src/app/code/community/FACTFinder/Core/Model/System/Config/Backend/Attributes.php +++ b/src/app/code/community/FACTFinder/Core/Model/System/Config/Backend/Attributes.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG (http://www.flagbit.de) - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG (http://www.flagbit.de) + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Core_Model_System_Config_Backend_Attributes extends Mage_Core_Model_Config_Data diff --git a/src/app/code/community/FACTFinder/Core/Model/System/Config/Backend/Cron.php b/src/app/code/community/FACTFinder/Core/Model/System/Config/Backend/Cron.php index 406f2f2b..47537a47 100644 --- a/src/app/code/community/FACTFinder/Core/Model/System/Config/Backend/Cron.php +++ b/src/app/code/community/FACTFinder/Core/Model/System/Config/Backend/Cron.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG (http://www.flagbit.de) - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG (http://www.flagbit.de) + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Core_Model_System_Config_Backend_Cron extends Mage_Core_Model_Config_Data diff --git a/src/app/code/community/FACTFinder/Core/Model/System/Config/Backend/Enabled.php b/src/app/code/community/FACTFinder/Core/Model/System/Config/Backend/Enabled.php index bfd13813..9e6643fc 100644 --- a/src/app/code/community/FACTFinder/Core/Model/System/Config/Backend/Enabled.php +++ b/src/app/code/community/FACTFinder/Core/Model/System/Config/Backend/Enabled.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -19,8 +19,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG (http://www.flagbit.de) - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG (http://www.flagbit.de) + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Core_Model_System_Config_Backend_Enabled extends Mage_Core_Model_Config_Data diff --git a/src/app/code/community/FACTFinder/Core/Model/System/Config/Backend/Engine.php b/src/app/code/community/FACTFinder/Core/Model/System/Config/Backend/Engine.php index 1818c578..8c590b4a 100644 --- a/src/app/code/community/FACTFinder/Core/Model/System/Config/Backend/Engine.php +++ b/src/app/code/community/FACTFinder/Core/Model/System/Config/Backend/Engine.php @@ -6,7 +6,7 @@ * @package FACTFinder_Core * @author Flagbit Magento Team * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ diff --git a/src/app/code/community/FACTFinder/Core/Model/System/Config/Source/Authtype.php b/src/app/code/community/FACTFinder/Core/Model/System/Config/Source/Authtype.php index 4a327af0..6ef4a6d2 100644 --- a/src/app/code/community/FACTFinder/Core/Model/System/Config/Source/Authtype.php +++ b/src/app/code/community/FACTFinder/Core/Model/System/Config/Source/Authtype.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -19,8 +19,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG (http://www.flagbit.de) - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG (http://www.flagbit.de) + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Core_Model_System_Config_Source_Authtype diff --git a/src/app/code/community/FACTFinder/Core/Model/System/Config/Source/Engine.php b/src/app/code/community/FACTFinder/Core/Model/System/Config/Source/Engine.php index 186f898e..f13e3132 100644 --- a/src/app/code/community/FACTFinder/Core/Model/System/Config/Source/Engine.php +++ b/src/app/code/community/FACTFinder/Core/Model/System/Config/Source/Engine.php @@ -6,7 +6,7 @@ * @package FACTFinder_Core * @author Flagbit Magento Team * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ diff --git a/src/app/code/community/FACTFinder/Core/Model/System/Config/Source/Identifier.php b/src/app/code/community/FACTFinder/Core/Model/System/Config/Source/Identifier.php index 96b61535..7d9def2f 100644 --- a/src/app/code/community/FACTFinder/Core/Model/System/Config/Source/Identifier.php +++ b/src/app/code/community/FACTFinder/Core/Model/System/Config/Source/Identifier.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG (http://www.flagbit.de) - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG (http://www.flagbit.de) + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Core_Model_System_Config_Source_Identifier diff --git a/src/app/code/community/FACTFinder/Core/Model/System/Config/Source/Protocol.php b/src/app/code/community/FACTFinder/Core/Model/System/Config/Source/Protocol.php index efcc6760..e869ba64 100644 --- a/src/app/code/community/FACTFinder/Core/Model/System/Config/Source/Protocol.php +++ b/src/app/code/community/FACTFinder/Core/Model/System/Config/Source/Protocol.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG (http://www.flagbit.de) - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG (http://www.flagbit.de) + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Core_Model_System_Config_Source_Protocol diff --git a/src/app/code/community/FACTFinder/Core/Model/Url.php b/src/app/code/community/FACTFinder/Core/Model/Url.php index e557854a..4d50ba61 100644 --- a/src/app/code/community/FACTFinder/Core/Model/Url.php +++ b/src/app/code/community/FACTFinder/Core/Model/Url.php @@ -6,7 +6,7 @@ * @package FACTFinder * @author Flagbit Magento Team * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG - * @license GPL + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Core_Model_Url extends Mage_Core_Model_Url diff --git a/src/app/code/community/FACTFinder/Core/controllers/ExportController.php b/src/app/code/community/FACTFinder/Core/controllers/ExportController.php index 582b1447..8802db43 100644 --- a/src/app/code/community/FACTFinder/Core/controllers/ExportController.php +++ b/src/app/code/community/FACTFinder/Core/controllers/ExportController.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -20,8 +20,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG (http://www.flagbit.de) - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG (http://www.flagbit.de) + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Core_ExportController extends Mage_Core_Controller_Front_Action diff --git a/src/app/code/community/FACTFinder/Core/etc/adminhtml.xml b/src/app/code/community/FACTFinder/Core/etc/adminhtml.xml index 93e8f009..74825517 100644 --- a/src/app/code/community/FACTFinder/Core/etc/adminhtml.xml +++ b/src/app/code/community/FACTFinder/Core/etc/adminhtml.xml @@ -6,8 +6,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ diff --git a/src/app/code/community/FACTFinder/Core/etc/config.xml b/src/app/code/community/FACTFinder/Core/etc/config.xml index 5ff3f060..ba99e4d8 100644 --- a/src/app/code/community/FACTFinder/Core/etc/config.xml +++ b/src/app/code/community/FACTFinder/Core/etc/config.xml @@ -6,8 +6,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team -* @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) +* @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG +* @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ diff --git a/src/app/code/community/FACTFinder/Core/etc/system.xml b/src/app/code/community/FACTFinder/Core/etc/system.xml index 1813da55..106fe4d1 100644 --- a/src/app/code/community/FACTFinder/Core/etc/system.xml +++ b/src/app/code/community/FACTFinder/Core/etc/system.xml @@ -6,8 +6,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team -* @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) +* @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG +* @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ diff --git a/src/app/code/community/FACTFinder/Recommendation/Helper/Data.php b/src/app/code/community/FACTFinder/Recommendation/Helper/Data.php index b70698e1..6fc3db67 100644 --- a/src/app/code/community/FACTFinder/Recommendation/Helper/Data.php +++ b/src/app/code/community/FACTFinder/Recommendation/Helper/Data.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Recommendation * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -19,8 +19,8 @@ * @category Mage * @package FACTFinder_Recommendation * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Recommendation_Helper_Data extends Mage_Core_Helper_Abstract diff --git a/src/app/code/community/FACTFinder/Recommendation/Model/Facade.php b/src/app/code/community/FACTFinder/Recommendation/Model/Facade.php index c0e41ef1..14ae23bb 100644 --- a/src/app/code/community/FACTFinder/Recommendation/Model/Facade.php +++ b/src/app/code/community/FACTFinder/Recommendation/Model/Facade.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Recommendation * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -19,8 +19,8 @@ * @category Mage * @package FACTFinder_Recommendation * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Recommendation_Model_Facade extends FACTFinder_Core_Model_Facade diff --git a/src/app/code/community/FACTFinder/Recommendation/Model/Handler/Recommendations.php b/src/app/code/community/FACTFinder/Recommendation/Model/Handler/Recommendations.php index c305f2d7..fb0f0990 100644 --- a/src/app/code/community/FACTFinder/Recommendation/Model/Handler/Recommendations.php +++ b/src/app/code/community/FACTFinder/Recommendation/Model/Handler/Recommendations.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Recommendation * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -19,8 +19,8 @@ * @category Mage * @package FACTFinder_Recommendation * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Recommendation_Model_Handler_Recommendations extends FACTFinder_Core_Model_Handler_Abstract diff --git a/src/app/code/community/FACTFinder/Recommendation/Model/Observer.php b/src/app/code/community/FACTFinder/Recommendation/Model/Observer.php index fdd9b37d..5cabe5e4 100644 --- a/src/app/code/community/FACTFinder/Recommendation/Model/Observer.php +++ b/src/app/code/community/FACTFinder/Recommendation/Model/Observer.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Recommendation * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_Recommendation * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Recommendation_Model_Observer diff --git a/src/app/code/community/FACTFinder/Recommendation/etc/config.xml b/src/app/code/community/FACTFinder/Recommendation/etc/config.xml index b3714e89..a61035f0 100644 --- a/src/app/code/community/FACTFinder/Recommendation/etc/config.xml +++ b/src/app/code/community/FACTFinder/Recommendation/etc/config.xml @@ -6,8 +6,8 @@ * @category Mage * @package FACTFinder_Recommendation * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ --> diff --git a/src/app/code/community/FACTFinder/Suggest/Block/TopSearch.php b/src/app/code/community/FACTFinder/Suggest/Block/TopSearch.php index 103a7422..fc74e37b 100644 --- a/src/app/code/community/FACTFinder/Suggest/Block/TopSearch.php +++ b/src/app/code/community/FACTFinder/Suggest/Block/TopSearch.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Suggest * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_Suggest * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Suggest_Block_TopSearch extends Mage_Core_Block_Template diff --git a/src/app/code/community/FACTFinder/Suggest/Block/XmlConnect/Catalog/Search/Suggest.php b/src/app/code/community/FACTFinder/Suggest/Block/XmlConnect/Catalog/Search/Suggest.php index 4398ff93..984eec04 100644 --- a/src/app/code/community/FACTFinder/Suggest/Block/XmlConnect/Catalog/Search/Suggest.php +++ b/src/app/code/community/FACTFinder/Suggest/Block/XmlConnect/Catalog/Search/Suggest.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Suggest * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -19,8 +19,8 @@ * @category Mage * @package FACTFinder_Suggest * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class Flagbit_FactFinder_Block_XmlConnect_Catalog_Search_Suggest extends Mage_XmlConnect_Block_Catalog_Search_Suggest diff --git a/src/app/code/community/FACTFinder/Suggest/Helper/Data.php b/src/app/code/community/FACTFinder/Suggest/Helper/Data.php index 9cb1de48..f883a150 100644 --- a/src/app/code/community/FACTFinder/Suggest/Helper/Data.php +++ b/src/app/code/community/FACTFinder/Suggest/Helper/Data.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Suggest * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_Suggest * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Suggest_Helper_Data extends Mage_Core_Helper_Abstract diff --git a/src/app/code/community/FACTFinder/Suggest/Model/Facade.php b/src/app/code/community/FACTFinder/Suggest/Model/Facade.php index e8f97eeb..32612b36 100644 --- a/src/app/code/community/FACTFinder/Suggest/Model/Facade.php +++ b/src/app/code/community/FACTFinder/Suggest/Model/Facade.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Suggest * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_Suggest * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Suggest_Model_Facade extends FACTFinder_Core_Model_Facade diff --git a/src/app/code/community/FACTFinder/Suggest/Model/Handler/Suggest.php b/src/app/code/community/FACTFinder/Suggest/Model/Handler/Suggest.php index d122aae2..4c55ca0e 100644 --- a/src/app/code/community/FACTFinder/Suggest/Model/Handler/Suggest.php +++ b/src/app/code/community/FACTFinder/Suggest/Model/Handler/Suggest.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Suggest * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -19,8 +19,8 @@ * @category Mage * @package FACTFinder_Suggest * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Suggest_Model_Handler_Suggest extends FACTFinder_Core_Model_Handler_Abstract diff --git a/src/app/code/community/FACTFinder/Suggest/Model/Observer.php b/src/app/code/community/FACTFinder/Suggest/Model/Observer.php index db980398..b0ca8504 100644 --- a/src/app/code/community/FACTFinder/Suggest/Model/Observer.php +++ b/src/app/code/community/FACTFinder/Suggest/Model/Observer.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Suggest * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_Suggest * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Suggest_Model_Observer diff --git a/src/app/code/community/FACTFinder/Suggest/Model/Processor.php b/src/app/code/community/FACTFinder/Suggest/Model/Processor.php index ac8a8a16..b936bc25 100644 --- a/src/app/code/community/FACTFinder/Suggest/Model/Processor.php +++ b/src/app/code/community/FACTFinder/Suggest/Model/Processor.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Suggest * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -21,8 +21,8 @@ * @category Mage * @package FACTFinder_Suggest * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Suggest_Model_Processor diff --git a/src/app/code/community/FACTFinder/Suggest/Model/System/Config/Source/Imagetype.php b/src/app/code/community/FACTFinder/Suggest/Model/System/Config/Source/Imagetype.php index 9077816a..bfa9f287 100644 --- a/src/app/code/community/FACTFinder/Suggest/Model/System/Config/Source/Imagetype.php +++ b/src/app/code/community/FACTFinder/Suggest/Model/System/Config/Source/Imagetype.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Suggest * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -19,8 +19,8 @@ * @category Mage * @package FACTFinder_Suggest * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Suggest_Model_System_Config_Source_Imagetype diff --git a/src/app/code/community/FACTFinder/Suggest/controllers/ProxyController.php b/src/app/code/community/FACTFinder/Suggest/controllers/ProxyController.php index 41d66338..314e9dd5 100644 --- a/src/app/code/community/FACTFinder/Suggest/controllers/ProxyController.php +++ b/src/app/code/community/FACTFinder/Suggest/controllers/ProxyController.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Suggest * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_Suggest * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Suggest_ProxyController extends Mage_Core_Controller_Front_Action diff --git a/src/app/code/community/FACTFinder/Suggest/etc/config.xml b/src/app/code/community/FACTFinder/Suggest/etc/config.xml index 4a64da1a..2317a349 100644 --- a/src/app/code/community/FACTFinder/Suggest/etc/config.xml +++ b/src/app/code/community/FACTFinder/Suggest/etc/config.xml @@ -6,8 +6,8 @@ * @category Mage * @package FACTFinder_Suggest * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ diff --git a/src/app/code/community/FACTFinder/Suggest/etc/system.xml b/src/app/code/community/FACTFinder/Suggest/etc/system.xml index 7d7f871f..357fe138 100644 --- a/src/app/code/community/FACTFinder/Suggest/etc/system.xml +++ b/src/app/code/community/FACTFinder/Suggest/etc/system.xml @@ -6,8 +6,8 @@ * @category Mage * @package FACTFinder_Suggest * @author Flagbit Magento Team -* @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) +* @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG +* @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ diff --git a/src/app/code/community/FACTFinder/Tagcloud/Block/TagCloud.php b/src/app/code/community/FACTFinder/Tagcloud/Block/TagCloud.php index 5ef01603..24ffbd10 100644 --- a/src/app/code/community/FACTFinder/Tagcloud/Block/TagCloud.php +++ b/src/app/code/community/FACTFinder/Tagcloud/Block/TagCloud.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_TagCloud * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -19,8 +19,8 @@ * @category Mage * @package FACTFinder_TagCloud * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Tagcloud_Block_TagCloud extends Mage_CatalogSearch_Block_Term diff --git a/src/app/code/community/FACTFinder/Tagcloud/Helper/Data.php b/src/app/code/community/FACTFinder/Tagcloud/Helper/Data.php index 215a42f6..8789e2fb 100644 --- a/src/app/code/community/FACTFinder/Tagcloud/Helper/Data.php +++ b/src/app/code/community/FACTFinder/Tagcloud/Helper/Data.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_TagCloud * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_TagCloud * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Tagcloud_Helper_Data extends Mage_Core_Helper_Abstract diff --git a/src/app/code/community/FACTFinder/Tagcloud/Model/Facade.php b/src/app/code/community/FACTFinder/Tagcloud/Model/Facade.php index 5c9f2518..7aec4281 100644 --- a/src/app/code/community/FACTFinder/Tagcloud/Model/Facade.php +++ b/src/app/code/community/FACTFinder/Tagcloud/Model/Facade.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_TagCloud * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_TagCloud * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Tagcloud_Model_Facade extends FACTFinder_Core_Model_Facade diff --git a/src/app/code/community/FACTFinder/Tagcloud/Model/Handler/TagCloud.php b/src/app/code/community/FACTFinder/Tagcloud/Model/Handler/TagCloud.php index b03bb878..119ffee5 100644 --- a/src/app/code/community/FACTFinder/Tagcloud/Model/Handler/TagCloud.php +++ b/src/app/code/community/FACTFinder/Tagcloud/Model/Handler/TagCloud.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_TagCloud * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_TagCloud * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Tagcloud_Model_Handler_TagCloud extends FACTFinder_Core_Model_Handler_Abstract diff --git a/src/app/code/community/FACTFinder/Tagcloud/etc/config.xml b/src/app/code/community/FACTFinder/Tagcloud/etc/config.xml index 7b279118..c2f284ca 100644 --- a/src/app/code/community/FACTFinder/Tagcloud/etc/config.xml +++ b/src/app/code/community/FACTFinder/Tagcloud/etc/config.xml @@ -6,8 +6,8 @@ * @category Mage * @package FACTFinder_TagCloud * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ diff --git a/src/app/code/community/FACTFinder/Tracking/Block/Abstract.php b/src/app/code/community/FACTFinder/Tracking/Block/Abstract.php index 96c783cb..948a18b4 100644 --- a/src/app/code/community/FACTFinder/Tracking/Block/Abstract.php +++ b/src/app/code/community/FACTFinder/Tracking/Block/Abstract.php @@ -6,7 +6,7 @@ * @package FACTFinder_Tracking * @author Flagbit Magento Team * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG - * @license GPL + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ abstract class FACTFinder_Tracking_Block_Abstract extends Mage_Core_Block_Template diff --git a/src/app/code/community/FACTFinder/Tracking/Block/Click.php b/src/app/code/community/FACTFinder/Tracking/Block/Click.php index fd59d129..af2df119 100644 --- a/src/app/code/community/FACTFinder/Tracking/Block/Click.php +++ b/src/app/code/community/FACTFinder/Tracking/Block/Click.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Tracking * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_Tracking * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Tracking_Block_Click extends FACTFinder_Tracking_Block_Abstract diff --git a/src/app/code/community/FACTFinder/Tracking/Block/Recommendation.php b/src/app/code/community/FACTFinder/Tracking/Block/Recommendation.php index b6ab85a7..8f2cec30 100644 --- a/src/app/code/community/FACTFinder/Tracking/Block/Recommendation.php +++ b/src/app/code/community/FACTFinder/Tracking/Block/Recommendation.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Tracking * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_Tracking * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Tracking_Block_Recommendation extends FACTFinder_Tracking_Block_Abstract diff --git a/src/app/code/community/FACTFinder/Tracking/Helper/Data.php b/src/app/code/community/FACTFinder/Tracking/Helper/Data.php index 53bd51dc..8b7489ec 100644 --- a/src/app/code/community/FACTFinder/Tracking/Helper/Data.php +++ b/src/app/code/community/FACTFinder/Tracking/Helper/Data.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Tracking * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_Tracking * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Tracking_Helper_Data extends Mage_Core_Helper_Abstract diff --git a/src/app/code/community/FACTFinder/Tracking/Model/Facade.php b/src/app/code/community/FACTFinder/Tracking/Model/Facade.php index 3d1f10c8..548c9856 100644 --- a/src/app/code/community/FACTFinder/Tracking/Model/Facade.php +++ b/src/app/code/community/FACTFinder/Tracking/Model/Facade.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Tracking * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_Tracking * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Tracking_Model_Facade extends FACTFinder_Core_Model_Facade diff --git a/src/app/code/community/FACTFinder/Tracking/Model/Handler/Tracking.php b/src/app/code/community/FACTFinder/Tracking/Model/Handler/Tracking.php index db896c45..81c31e99 100644 --- a/src/app/code/community/FACTFinder/Tracking/Model/Handler/Tracking.php +++ b/src/app/code/community/FACTFinder/Tracking/Model/Handler/Tracking.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Tracking * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_Tracking * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Tracking_Model_Handler_Tracking extends FACTFinder_Core_Model_Handler_Abstract diff --git a/src/app/code/community/FACTFinder/Tracking/Model/Observer.php b/src/app/code/community/FACTFinder/Tracking/Model/Observer.php index e80d540e..87a5ceee 100644 --- a/src/app/code/community/FACTFinder/Tracking/Model/Observer.php +++ b/src/app/code/community/FACTFinder/Tracking/Model/Observer.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Tracking * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_Tracking * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Tracking_Model_Observer diff --git a/src/app/code/community/FACTFinder/Tracking/Model/Processor.php b/src/app/code/community/FACTFinder/Tracking/Model/Processor.php index a2910117..c407c454 100644 --- a/src/app/code/community/FACTFinder/Tracking/Model/Processor.php +++ b/src/app/code/community/FACTFinder/Tracking/Model/Processor.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Tracking * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -21,8 +21,8 @@ * @category Mage * @package FACTFinder_Tracking * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Tracking_Model_Processor diff --git a/src/app/code/community/FACTFinder/Tracking/Model/Queue.php b/src/app/code/community/FACTFinder/Tracking/Model/Queue.php index 1a3b6d21..e0c7dbb9 100644 --- a/src/app/code/community/FACTFinder/Tracking/Model/Queue.php +++ b/src/app/code/community/FACTFinder/Tracking/Model/Queue.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Tracking * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_Tracking * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Tracking_Model_Queue extends Mage_Core_Model_Abstract diff --git a/src/app/code/community/FACTFinder/Tracking/Model/Resource/Queue.php b/src/app/code/community/FACTFinder/Tracking/Model/Resource/Queue.php index 022c9b9f..1790301e 100644 --- a/src/app/code/community/FACTFinder/Tracking/Model/Resource/Queue.php +++ b/src/app/code/community/FACTFinder/Tracking/Model/Resource/Queue.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Tracking * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_Tracking * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Tracking_Model_Resource_Queue extends Mage_Core_Model_Resource_Db_Abstract diff --git a/src/app/code/community/FACTFinder/Tracking/Model/Resource/Queue/Collection.php b/src/app/code/community/FACTFinder/Tracking/Model/Resource/Queue/Collection.php index c12cbf3d..9db5c60e 100644 --- a/src/app/code/community/FACTFinder/Tracking/Model/Resource/Queue/Collection.php +++ b/src/app/code/community/FACTFinder/Tracking/Model/Resource/Queue/Collection.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Tracking * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_Tracking * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Tracking_Model_Resource_Queue_Collection extends Mage_Core_Model_Resource_Db_Collection_Abstract diff --git a/src/app/code/community/FACTFinder/Tracking/controllers/ProxyController.php b/src/app/code/community/FACTFinder/Tracking/controllers/ProxyController.php index 26e2d757..d99f2c57 100644 --- a/src/app/code/community/FACTFinder/Tracking/controllers/ProxyController.php +++ b/src/app/code/community/FACTFinder/Tracking/controllers/ProxyController.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Tracking * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ @@ -17,8 +17,8 @@ * @category Mage * @package FACTFinder_Tracking * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ class FACTFinder_Tracking_ProxyController extends Mage_Core_Controller_Front_Action diff --git a/src/app/code/community/FACTFinder/Tracking/controllers/TrackController.php b/src/app/code/community/FACTFinder/Tracking/controllers/TrackController.php deleted file mode 100644 index eb8655e6..00000000 --- a/src/app/code/community/FACTFinder/Tracking/controllers/TrackController.php +++ /dev/null @@ -1,36 +0,0 @@ - - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license GPL - * @link http://www.flagbit.de - */ - -class FACTFinder_Tracking_TrackController extends Mage_Core_Controller_Front_Action -{ - - - /** - * @return void - */ - public function recommendationAction() - { - if (!$this->getRequest()->getParam('__ajax')) { -// $this->_redirectReferer(); -// return; - } - - /** @var FACTFinder_Tracking_Model_Handler_Tracking $handler */ - $handler = Mage::getModel('factfinder_tracking/handler_tracking'); - $handler->trackRecommendationClick( - - ); - $handler->applyTracking(); - - die('Ololo'); - } -} \ No newline at end of file diff --git a/src/app/code/community/FACTFinder/Tracking/etc/config.xml b/src/app/code/community/FACTFinder/Tracking/etc/config.xml index 3ee933d5..286e58da 100644 --- a/src/app/code/community/FACTFinder/Tracking/etc/config.xml +++ b/src/app/code/community/FACTFinder/Tracking/etc/config.xml @@ -6,8 +6,8 @@ * @category Mage * @package FACTFinder_Tracking * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ diff --git a/src/app/code/community/FACTFinder/Tracking/etc/system.xml b/src/app/code/community/FACTFinder/Tracking/etc/system.xml index d04a0e9f..d00d7e49 100644 --- a/src/app/code/community/FACTFinder/Tracking/etc/system.xml +++ b/src/app/code/community/FACTFinder/Tracking/etc/system.xml @@ -6,8 +6,8 @@ * @category Mage * @package FACTFinder_Tracking * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ diff --git a/src/app/code/community/FACTFinder/Tracking/sql/factfinder_tracking_setup/install-1.0.0.php b/src/app/code/community/FACTFinder/Tracking/sql/factfinder_tracking_setup/install-1.0.0.php index 530380d1..652b50f9 100644 --- a/src/app/code/community/FACTFinder/Tracking/sql/factfinder_tracking_setup/install-1.0.0.php +++ b/src/app/code/community/FACTFinder/Tracking/sql/factfinder_tracking_setup/install-1.0.0.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Tracking * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ diff --git a/src/app/code/community/FACTFinder/Tracking/sql/factfinder_tracking_setup/upgrade-1.0.0-4.1.2.php b/src/app/code/community/FACTFinder/Tracking/sql/factfinder_tracking_setup/upgrade-1.0.0-4.1.2.php index 20e4f448..46fc0286 100644 --- a/src/app/code/community/FACTFinder/Tracking/sql/factfinder_tracking_setup/upgrade-1.0.0-4.1.2.php +++ b/src/app/code/community/FACTFinder/Tracking/sql/factfinder_tracking_setup/upgrade-1.0.0-4.1.2.php @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Tracking * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ diff --git a/src/app/design/frontend/base/default/layout/factfinder/asn.xml b/src/app/design/frontend/base/default/layout/factfinder/asn.xml index d6b57495..74a840a4 100644 --- a/src/app/design/frontend/base/default/layout/factfinder/asn.xml +++ b/src/app/design/frontend/base/default/layout/factfinder/asn.xml @@ -6,8 +6,8 @@ * @category Mage * @package FACTFinder_Asn * @author Flagbit Magento Team -* @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) +* @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG +* @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ --> diff --git a/src/app/design/frontend/base/default/layout/factfinder/campaigns.xml b/src/app/design/frontend/base/default/layout/factfinder/campaigns.xml index da445c23..607a3981 100644 --- a/src/app/design/frontend/base/default/layout/factfinder/campaigns.xml +++ b/src/app/design/frontend/base/default/layout/factfinder/campaigns.xml @@ -6,8 +6,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team -* @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) +* @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG +* @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ --> diff --git a/src/app/design/frontend/base/default/layout/factfinder/core.xml b/src/app/design/frontend/base/default/layout/factfinder/core.xml index 5f18fa1b..6e131a45 100644 --- a/src/app/design/frontend/base/default/layout/factfinder/core.xml +++ b/src/app/design/frontend/base/default/layout/factfinder/core.xml @@ -6,8 +6,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team -* @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) +* @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG +* @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ diff --git a/src/app/design/frontend/base/default/layout/factfinder/suggest.xml b/src/app/design/frontend/base/default/layout/factfinder/suggest.xml index c6c7927e..d535af2d 100644 --- a/src/app/design/frontend/base/default/layout/factfinder/suggest.xml +++ b/src/app/design/frontend/base/default/layout/factfinder/suggest.xml @@ -6,8 +6,8 @@ * @category Mage * @package FACTFinder_Suggest * @author Flagbit Magento Team -* @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) +* @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG +* @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ diff --git a/src/app/design/frontend/base/default/layout/factfinder/tagcloud.xml b/src/app/design/frontend/base/default/layout/factfinder/tagcloud.xml index 0d3911f9..98783298 100644 --- a/src/app/design/frontend/base/default/layout/factfinder/tagcloud.xml +++ b/src/app/design/frontend/base/default/layout/factfinder/tagcloud.xml @@ -6,8 +6,8 @@ * @category Mage * @package FACTFinder_TagCloud * @author Flagbit Magento Team -* @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) +* @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG +* @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ diff --git a/src/app/design/frontend/base/default/layout/factfinder/tracking.xml b/src/app/design/frontend/base/default/layout/factfinder/tracking.xml index 77b8618a..9b6374a8 100644 --- a/src/app/design/frontend/base/default/layout/factfinder/tracking.xml +++ b/src/app/design/frontend/base/default/layout/factfinder/tracking.xml @@ -6,8 +6,8 @@ * @category Mage * @package FACTFinder_Tracking * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ diff --git a/src/app/design/frontend/base/default/template/factfinder/asn/layer/filter/slider.phtml b/src/app/design/frontend/base/default/template/factfinder/asn/layer/filter/slider.phtml index 60fd2846..8883773c 100755 --- a/src/app/design/frontend/base/default/template/factfinder/asn/layer/filter/slider.phtml +++ b/src/app/design/frontend/base/default/template/factfinder/asn/layer/filter/slider.phtml @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Asn * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ /** diff --git a/src/app/design/frontend/base/default/template/factfinder/asn/layer/slider.phtml b/src/app/design/frontend/base/default/template/factfinder/asn/layer/slider.phtml index 26a7cb59..fddbc9c6 100644 --- a/src/app/design/frontend/base/default/template/factfinder/asn/layer/slider.phtml +++ b/src/app/design/frontend/base/default/template/factfinder/asn/layer/slider.phtml @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Asn * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ ?> diff --git a/src/app/design/frontend/base/default/template/factfinder/campaigns/advisory.phtml b/src/app/design/frontend/base/default/template/factfinder/campaigns/advisory.phtml index 93ade454..262fe9dd 100644 --- a/src/app/design/frontend/base/default/template/factfinder/campaigns/advisory.phtml +++ b/src/app/design/frontend/base/default/template/factfinder/campaigns/advisory.phtml @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team -* @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) +* @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG +* @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ ?> diff --git a/src/app/design/frontend/base/default/template/factfinder/campaigns/feedback.phtml b/src/app/design/frontend/base/default/template/factfinder/campaigns/feedback.phtml index d3b9b5f2..67583b25 100644 --- a/src/app/design/frontend/base/default/template/factfinder/campaigns/feedback.phtml +++ b/src/app/design/frontend/base/default/template/factfinder/campaigns/feedback.phtml @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ ?> diff --git a/src/app/design/frontend/base/default/template/factfinder/campaigns/pushed.phtml b/src/app/design/frontend/base/default/template/factfinder/campaigns/pushed.phtml index cdd4f5ae..cd6341f1 100644 --- a/src/app/design/frontend/base/default/template/factfinder/campaigns/pushed.phtml +++ b/src/app/design/frontend/base/default/template/factfinder/campaigns/pushed.phtml @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Campaigns * @author Flagbit Magento Team - * @copyright Copyright (c) 2015, Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016, Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de */ ?> diff --git a/src/app/design/frontend/base/default/template/factfinder/core/export/locked.phtml b/src/app/design/frontend/base/default/template/factfinder/core/export/locked.phtml index 24761941..e37daa00 100644 --- a/src/app/design/frontend/base/default/template/factfinder/core/export/locked.phtml +++ b/src/app/design/frontend/base/default/template/factfinder/core/export/locked.phtml @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ diff --git a/src/app/design/frontend/base/default/template/factfinder/core/export/nofile.phtml b/src/app/design/frontend/base/default/template/factfinder/core/export/nofile.phtml index 613e4410..1f6a35d8 100644 --- a/src/app/design/frontend/base/default/template/factfinder/core/export/nofile.phtml +++ b/src/app/design/frontend/base/default/template/factfinder/core/export/nofile.phtml @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Core * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ diff --git a/src/app/design/frontend/base/default/template/factfinder/suggest/advancedsuggest.phtml b/src/app/design/frontend/base/default/template/factfinder/suggest/advancedsuggest.phtml index 3c867d5e..4c9df2d1 100644 --- a/src/app/design/frontend/base/default/template/factfinder/suggest/advancedsuggest.phtml +++ b/src/app/design/frontend/base/default/template/factfinder/suggest/advancedsuggest.phtml @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Suggest * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ diff --git a/src/app/design/frontend/base/default/template/factfinder/tracking/click.phtml b/src/app/design/frontend/base/default/template/factfinder/tracking/click.phtml index db6a6aa3..0ddbfb06 100644 --- a/src/app/design/frontend/base/default/template/factfinder/tracking/click.phtml +++ b/src/app/design/frontend/base/default/template/factfinder/tracking/click.phtml @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Tracking * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ diff --git a/src/app/design/frontend/base/default/template/factfinder/tracking/recommendation.phtml b/src/app/design/frontend/base/default/template/factfinder/tracking/recommendation.phtml index 9ecc9995..14fc3bf3 100644 --- a/src/app/design/frontend/base/default/template/factfinder/tracking/recommendation.phtml +++ b/src/app/design/frontend/base/default/template/factfinder/tracking/recommendation.phtml @@ -5,8 +5,8 @@ * @category Mage * @package FACTFinder_Tracking * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ diff --git a/src/js/factfinder/suggest.js b/src/js/factfinder/suggest.js index 1145d74d..cb78c82b 100644 --- a/src/js/factfinder/suggest.js +++ b/src/js/factfinder/suggest.js @@ -4,8 +4,8 @@ * @category Mage * @package FACTFinder_Suggest * @author Flagbit Magento Team -* @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) +* @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG +* @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */ diff --git a/src/js/factfinder/tracking.js b/src/js/factfinder/tracking.js index a3cecbb5..3c766d8f 100644 --- a/src/js/factfinder/tracking.js +++ b/src/js/factfinder/tracking.js @@ -4,8 +4,8 @@ * @category Mage * @package FACTFinder_Tracking * @author Flagbit Magento Team - * @copyright Copyright (c) 2015 Flagbit GmbH & Co. KG - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @copyright Copyright (c) 2016 Flagbit GmbH & Co. KG + * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http://www.flagbit.de * */