diff --git a/.danger.php b/.danger.php index 9d2f4181b62..94a01534447 100644 --- a/.danger.php +++ b/.danger.php @@ -1,5 +1,27 @@ addSql($sql); $sql = <<<'EOD' -INSERT IGNORE INTO `s_core_config_element_translations` +INSERT IGNORE INTO `s_core_config_element_translations` (`element_id`, `locale_id`, `label`, `description`) VALUES (@elementId, '2', 'Use captcha for newsletter', 'The selected captcha method is used in the newsletter registration in the frontend.'); diff --git a/_sql/migrations/1213-add-laststock-on-variant-template-generation.php b/_sql/migrations/1213-add-laststock-on-variant-template-generation.php index 87f708a6cca..2438e3fa767 100644 --- a/_sql/migrations/1213-add-laststock-on-variant-template-generation.php +++ b/_sql/migrations/1213-add-laststock-on-variant-template-generation.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1213 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1214-improve-email-header-field.php b/_sql/migrations/1214-improve-email-header-field.php index 984acbc93bb..d6160b41af7 100644 --- a/_sql/migrations/1214-improve-email-header-field.php +++ b/_sql/migrations/1214-improve-email-header-field.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1214 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1215-form-active-status.php b/_sql/migrations/1215-form-active-status.php index 16bdc4cd3be..5d085cdc724 100644 --- a/_sql/migrations/1215-form-active-status.php +++ b/_sql/migrations/1215-form-active-status.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1215 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1216-remove-shopware-connect-menu.php b/_sql/migrations/1216-remove-shopware-connect-menu.php index 189419ef422..9bd58126bac 100644 --- a/_sql/migrations/1216-remove-shopware-connect-menu.php +++ b/_sql/migrations/1216-remove-shopware-connect-menu.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1216 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1217-change-smtp-password-fieldtype.php b/_sql/migrations/1217-change-smtp-password-fieldtype.php index 0673be69f1c..79986f7ab0b 100644 --- a/_sql/migrations/1217-change-smtp-password-fieldtype.php +++ b/_sql/migrations/1217-change-smtp-password-fieldtype.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1217 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1218-change-privacy-options.php b/_sql/migrations/1218-change-privacy-options.php index f9b5f4f8f64..0d5a2c046a1 100644 --- a/_sql/migrations/1218-change-privacy-options.php +++ b/_sql/migrations/1218-change-privacy-options.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1218 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1219-add-cron-for-personal-data-cleanup.php b/_sql/migrations/1219-add-cron-for-personal-data-cleanup.php index 81f8622ba97..542e2ede8f9 100644 --- a/_sql/migrations/1219-add-cron-for-personal-data-cleanup.php +++ b/_sql/migrations/1219-add-cron-for-personal-data-cleanup.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1219 extends Shopware\Components\Migrations\AbstractMigration @@ -47,7 +46,7 @@ public function up($modus) $this->addSql('SET @elementId = LAST_INSERT_ID();'); $sql = <<<'EOD' -INSERT IGNORE INTO `s_core_config_element_translations` +INSERT IGNORE INTO `s_core_config_element_translations` (`element_id`, `locale_id`, `label`, `description`) VALUES (@elementId, '2', 'Delete accountless customers without orders after x months', 'The cronjob \"Guest customer cleanup\" must be active'); diff --git a/_sql/migrations/122-optimize-search-index-queries.php b/_sql/migrations/122-optimize-search-index-queries.php index 1a7505a5b4e..86944a8a460 100644 --- a/_sql/migrations/122-optimize-search-index-queries.php +++ b/_sql/migrations/122-optimize-search-index-queries.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration122 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1221-add-double-opt-in-dates.php b/_sql/migrations/1221-add-double-opt-in-dates.php index 1f25f3cbc86..095a8768ae5 100644 --- a/_sql/migrations/1221-add-double-opt-in-dates.php +++ b/_sql/migrations/1221-add-double-opt-in-dates.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1221 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1222-privacy-checkbox-note.php b/_sql/migrations/1222-privacy-checkbox-note.php index e422aa7fd92..89b20a9c90c 100644 --- a/_sql/migrations/1222-privacy-checkbox-note.php +++ b/_sql/migrations/1222-privacy-checkbox-note.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1222 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1223-add-ip-anonymization.php b/_sql/migrations/1223-add-ip-anonymization.php index 7e48baa1c5a..79a73f4c521 100644 --- a/_sql/migrations/1223-add-ip-anonymization.php +++ b/_sql/migrations/1223-add-ip-anonymization.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1223 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1224-cleanup-optin-table.php b/_sql/migrations/1224-cleanup-optin-table.php index 4b346c03905..dc9414febd4 100644 --- a/_sql/migrations/1224-cleanup-optin-table.php +++ b/_sql/migrations/1224-cleanup-optin-table.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1224 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1225-add-double-opt-in-register.php b/_sql/migrations/1225-add-double-opt-in-register.php index 77209154ef0..55ae8b3b5ce 100644 --- a/_sql/migrations/1225-add-double-opt-in-register.php +++ b/_sql/migrations/1225-add-double-opt-in-register.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1225 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1226-add-blog-comment-mailtemplate.php b/_sql/migrations/1226-add-blog-comment-mailtemplate.php index 1d89e94630e..93bc68336f7 100644 --- a/_sql/migrations/1226-add-blog-comment-mailtemplate.php +++ b/_sql/migrations/1226-add-blog-comment-mailtemplate.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1226 extends Shopware\Components\Migrations\AbstractMigration @@ -42,7 +41,7 @@ public function up($modus) if ($modus === self::MODUS_UPDATE) { // Insert for every subshop whichs setting was 'on' (standard) $sql = "INSERT INTO `s_core_config_values` (`element_id`, `shop_id`, `value`) - SELECT + SELECT @optinid, `id`, 'b:1;' diff --git a/_sql/migrations/1227-change-minimum-order-surcharge.php b/_sql/migrations/1227-change-minimum-order-surcharge.php index a875b95439c..5694703b437 100644 --- a/_sql/migrations/1227-change-minimum-order-surcharge.php +++ b/_sql/migrations/1227-change-minimum-order-surcharge.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1227 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1228-soptinregister-english-on-update.php b/_sql/migrations/1228-soptinregister-english-on-update.php index 00fe6230f12..5b2a071a7d6 100644 --- a/_sql/migrations/1228-soptinregister-english-on-update.php +++ b/_sql/migrations/1228-soptinregister-english-on-update.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1228 extends Shopware\Components\Migrations\AbstractMigration @@ -29,16 +28,16 @@ public function up($modus) if ($modus === self::MODUS_UPDATE) { // Store localePrefix $sql = - "SET @localePrefix = ( - SELECT MID(`locale`, 1, 2) AS localePrefix - FROM `s_core_locales` - WHERE `id` = ( - SELECT locale_id - FROM `s_core_shops` - WHERE `default` = '1' - LIMIT 1 - ) - LIMIT 1 + "SET @localePrefix = ( + SELECT MID(`locale`, 1, 2) AS localePrefix + FROM `s_core_locales` + WHERE `id` = ( + SELECT locale_id + FROM `s_core_shops` + WHERE `default` = '1' + LIMIT 1 + ) + LIMIT 1 );"; $this->addSql($sql); diff --git a/_sql/migrations/1229-accountless-optin-switch.php b/_sql/migrations/1229-accountless-optin-switch.php index a91a2d81a0b..2794c57e3f9 100644 --- a/_sql/migrations/1229-accountless-optin-switch.php +++ b/_sql/migrations/1229-accountless-optin-switch.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1229 extends Shopware\Components\Migrations\AbstractMigration @@ -72,7 +71,7 @@ public function up($modus) '{config name=shopName}', 'Bitte bestätigen Sie Ihre E-Mail-Adresse für Ihre Bestellung bei {config name=shopName}', '{include file="string:{config name=emailheaderplain}"} - + Hallo, Bitte bestätigen Sie Ihre E-Mail-Adresse über den nachfolgenden Link: diff --git a/_sql/migrations/123-add-dummy-plugins.php b/_sql/migrations/123-add-dummy-plugins.php index aef0a22d576..5526889235a 100644 --- a/_sql/migrations/123-add-dummy-plugins.php +++ b/_sql/migrations/123-add-dummy-plugins.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration123 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1230-add-cookie-removal.php b/_sql/migrations/1230-add-cookie-removal.php index 65c1efc10ba..ce692dfa879 100644 --- a/_sql/migrations/1230-add-cookie-removal.php +++ b/_sql/migrations/1230-add-cookie-removal.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1230 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1231-add-description-to-hideNoInStock-config-element.php b/_sql/migrations/1231-add-description-to-hideNoInStock-config-element.php index ae458315758..d7b15e7cf60 100644 --- a/_sql/migrations/1231-add-description-to-hideNoInStock-config-element.php +++ b/_sql/migrations/1231-add-description-to-hideNoInStock-config-element.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1231 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/124-remove-router-url-cache.php b/_sql/migrations/124-remove-router-url-cache.php index 093003ed243..35f5b8d95d5 100644 --- a/_sql/migrations/124-remove-router-url-cache.php +++ b/_sql/migrations/124-remove-router-url-cache.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration124 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/125-adds-filter-performance-sql.php b/_sql/migrations/125-adds-filter-performance-sql.php index 136cfcc2fa7..7603ee4fde0 100644 --- a/_sql/migrations/125-adds-filter-performance-sql.php +++ b/_sql/migrations/125-adds-filter-performance-sql.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration125 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/126-update-cache-menu-items.php b/_sql/migrations/126-update-cache-menu-items.php index 4eb2b370f97..13b95c7270e 100644 --- a/_sql/migrations/126-update-cache-menu-items.php +++ b/_sql/migrations/126-update-cache-menu-items.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration126 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/127-install-http-plugin.php b/_sql/migrations/127-install-http-plugin.php index 53e7bced507..19364eff0f8 100644 --- a/_sql/migrations/127-install-http-plugin.php +++ b/_sql/migrations/127-install-http-plugin.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration127 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/128-adds-community-store-resource.php b/_sql/migrations/128-adds-community-store-resource.php index d5969281b7f..79662e677d8 100644 --- a/_sql/migrations/128-adds-community-store-resource.php +++ b/_sql/migrations/128-adds-community-store-resource.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration128 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/129-fix-mailer-config-help-text-typo.php b/_sql/migrations/129-fix-mailer-config-help-text-typo.php index bec27800cb6..295d691d49e 100644 --- a/_sql/migrations/129-fix-mailer-config-help-text-typo.php +++ b/_sql/migrations/129-fix-mailer-config-help-text-typo.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration129 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/130-fix-typo-in-no-script-notices-snippet.php b/_sql/migrations/130-fix-typo-in-no-script-notices-snippet.php index 33e9c610902..cb8d36f21e7 100644 --- a/_sql/migrations/130-fix-typo-in-no-script-notices-snippet.php +++ b/_sql/migrations/130-fix-typo-in-no-script-notices-snippet.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration130 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/131-add-top-seller-index.php b/_sql/migrations/131-add-top-seller-index.php index 2642f80a52c..6bbb4dec037 100644 --- a/_sql/migrations/131-add-top-seller-index.php +++ b/_sql/migrations/131-add-top-seller-index.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration131 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/132-remove-similar-shown-listener.php b/_sql/migrations/132-remove-similar-shown-listener.php index 074b775cd65..c82439ecf71 100644 --- a/_sql/migrations/132-remove-similar-shown-listener.php +++ b/_sql/migrations/132-remove-similar-shown-listener.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration132 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/133-add-esd-payment-status-config.php b/_sql/migrations/133-add-esd-payment-status-config.php index 202192e1264..8639ce5cb36 100644 --- a/_sql/migrations/133-add-esd-payment-status-config.php +++ b/_sql/migrations/133-add-esd-payment-status-config.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration133 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/134-add-http-cache-cleanup-cronjob.php b/_sql/migrations/134-add-http-cache-cleanup-cronjob.php index 78dd69758e0..47845a39c26 100644 --- a/_sql/migrations/134-add-http-cache-cleanup-cronjob.php +++ b/_sql/migrations/134-add-http-cache-cleanup-cronjob.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration134 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/135-add-main-image-listing-config.php b/_sql/migrations/135-add-main-image-listing-config.php index 1aeb778e5ea..3a6f98dd769 100644 --- a/_sql/migrations/135-add-main-image-listing-config.php +++ b/_sql/migrations/135-add-main-image-listing-config.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration135 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/136-add-send-order-mail-config.php b/_sql/migrations/136-add-send-order-mail-config.php index b12bd814757..2b3bf719f5e 100644 --- a/_sql/migrations/136-add-send-order-mail-config.php +++ b/_sql/migrations/136-add-send-order-mail-config.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration136 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/137-remove-lastarticles-save-time.php b/_sql/migrations/137-remove-lastarticles-save-time.php index bfa049843c0..8f969f516c1 100644 --- a/_sql/migrations/137-remove-lastarticles-save-time.php +++ b/_sql/migrations/137-remove-lastarticles-save-time.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration137 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/138-fix-typo-last-articles-headline.php b/_sql/migrations/138-fix-typo-last-articles-headline.php index e3b1bc43674..1331adec6a4 100644 --- a/_sql/migrations/138-fix-typo-last-articles-headline.php +++ b/_sql/migrations/138-fix-typo-last-articles-headline.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration138 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/139-remove-plugin-form-from-config.php b/_sql/migrations/139-remove-plugin-form-from-config.php index 6e9430b70a5..6519c04fb9c 100644 --- a/_sql/migrations/139-remove-plugin-form-from-config.php +++ b/_sql/migrations/139-remove-plugin-form-from-config.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration139 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/140-fix-emotion-grid-id.php b/_sql/migrations/140-fix-emotion-grid-id.php index dd76dbefa0f..a9d6738f0b5 100644 --- a/_sql/migrations/140-fix-emotion-grid-id.php +++ b/_sql/migrations/140-fix-emotion-grid-id.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration140 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1400-add-benchmark-config-table.php b/_sql/migrations/1400-add-benchmark-config-table.php index b4fd3a69fc3..12acc6efda6 100644 --- a/_sql/migrations/1400-add-benchmark-config-table.php +++ b/_sql/migrations/1400-add-benchmark-config-table.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1400 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1401-add-benchmark-menu.php b/_sql/migrations/1401-add-benchmark-menu.php index 80e7e8d3bcd..b4c95f6d041 100644 --- a/_sql/migrations/1401-add-benchmark-menu.php +++ b/_sql/migrations/1401-add-benchmark-menu.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1401 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1402-add-benchmark-teaser-config.php b/_sql/migrations/1402-add-benchmark-teaser-config.php index eec104e0a66..4ccdc66bd68 100644 --- a/_sql/migrations/1402-add-benchmark-teaser-config.php +++ b/_sql/migrations/1402-add-benchmark-teaser-config.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1402 extends Shopware\Components\Migrations\AbstractMigration @@ -28,7 +27,7 @@ public function up($modus) { $sql = <<addSql($sql); diff --git a/_sql/migrations/1403-implement-document-type-key.php b/_sql/migrations/1403-implement-document-type-key.php index 0f19d32b6d7..303111280d3 100644 --- a/_sql/migrations/1403-implement-document-type-key.php +++ b/_sql/migrations/1403-implement-document-type-key.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1403 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1404-remove-language-distinction-from-shop-pages.php b/_sql/migrations/1404-remove-language-distinction-from-shop-pages.php index 540f222f9bc..ef2c0363e21 100644 --- a/_sql/migrations/1404-remove-language-distinction-from-shop-pages.php +++ b/_sql/migrations/1404-remove-language-distinction-from-shop-pages.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1404 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1405-add-es-backend-backlog.php b/_sql/migrations/1405-add-es-backend-backlog.php index d3b329ebd80..12560c8ada2 100644 --- a/_sql/migrations/1405-add-es-backend-backlog.php +++ b/_sql/migrations/1405-add-es-backend-backlog.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1405 extends Shopware\Components\Migrations\AbstractMigration @@ -32,7 +31,7 @@ public function up($modus) `entity` varchar(500) NOT NULL, `entity_id` int NOT NULL, `time` datetime NOT NULL -); +); EOF; $this->addSql($sql); diff --git a/_sql/migrations/1406-add-changed-timestamp-columns.php b/_sql/migrations/1406-add-changed-timestamp-columns.php index f8329f2d134..ab39ab4102e 100644 --- a/_sql/migrations/1406-add-changed-timestamp-columns.php +++ b/_sql/migrations/1406-add-changed-timestamp-columns.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/1407-add-english-translations.php b/_sql/migrations/1407-add-english-translations.php index 818f3830545..4f0dad952f9 100644 --- a/_sql/migrations/1407-add-english-translations.php +++ b/_sql/migrations/1407-add-english-translations.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1407 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1408-proportional-tax-calculation.php b/_sql/migrations/1408-proportional-tax-calculation.php index dd7c7d8b04a..63fa2751f9c 100644 --- a/_sql/migrations/1408-proportional-tax-calculation.php +++ b/_sql/migrations/1408-proportional-tax-calculation.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1408 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1409-add-shipping-tax-column.php b/_sql/migrations/1409-add-shipping-tax-column.php index b433341604e..80d6377fb8e 100644 --- a/_sql/migrations/1409-add-shipping-tax-column.php +++ b/_sql/migrations/1409-add-shipping-tax-column.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1409 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/141-add-force-canonical-http-config.php b/_sql/migrations/141-add-force-canonical-http-config.php index 1871536c393..8c1bf28b23c 100644 --- a/_sql/migrations/141-add-force-canonical-http-config.php +++ b/_sql/migrations/141-add-force-canonical-http-config.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration141 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1410-add-sqli-privilege.php b/_sql/migrations/1410-add-sqli-privilege.php index 65b98fd32c1..34a33336fa2 100644 --- a/_sql/migrations/1410-add-sqli-privilege.php +++ b/_sql/migrations/1410-add-sqli-privilege.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1410 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1411-change-order-documents-key.php b/_sql/migrations/1411-change-order-documents-key.php index cd814acee37..2c0c997a4d1 100644 --- a/_sql/migrations/1411-change-order-documents-key.php +++ b/_sql/migrations/1411-change-order-documents-key.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1411 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1413-href-lang-configuration.php b/_sql/migrations/1413-href-lang-configuration.php index e15378cd250..7d86114951f 100644 --- a/_sql/migrations/1413-href-lang-configuration.php +++ b/_sql/migrations/1413-href-lang-configuration.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1413 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1414-add-statistics-acl-role.php b/_sql/migrations/1414-add-statistics-acl-role.php index 2484721519b..508c2428cfe 100644 --- a/_sql/migrations/1414-add-statistics-acl-role.php +++ b/_sql/migrations/1414-add-statistics-acl-role.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1414 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1415-add-necessary-columns-to-bi.php b/_sql/migrations/1415-add-necessary-columns-to-bi.php index f1fc6e268c3..59547b8fd06 100644 --- a/_sql/migrations/1415-add-necessary-columns-to-bi.php +++ b/_sql/migrations/1415-add-necessary-columns-to-bi.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1415 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1416-add-article-detail-id-to-s-order-details.php b/_sql/migrations/1416-add-article-detail-id-to-s-order-details.php index 64297044aab..022f5b4991c 100644 --- a/_sql/migrations/1416-add-article-detail-id-to-s-order-details.php +++ b/_sql/migrations/1416-add-article-detail-id-to-s-order-details.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1416 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1418-add-sitemap-configuration.php b/_sql/migrations/1418-add-sitemap-configuration.php index d094d85673f..ef5ff433be1 100644 --- a/_sql/migrations/1418-add-sitemap-configuration.php +++ b/_sql/migrations/1418-add-sitemap-configuration.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1418 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1419-add-cron-for-personal-data-cleanup.php b/_sql/migrations/1419-add-cron-for-personal-data-cleanup.php index af271627bc3..89489cda51e 100644 --- a/_sql/migrations/1419-add-cron-for-personal-data-cleanup.php +++ b/_sql/migrations/1419-add-cron-for-personal-data-cleanup.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1419 extends Shopware\Components\Migrations\AbstractMigration @@ -56,7 +55,7 @@ public function up($modus) $this->addSql('SET @elementId = LAST_INSERT_ID();'); $sql = <<<'EOD' -INSERT IGNORE INTO `s_core_config_element_translations` +INSERT IGNORE INTO `s_core_config_element_translations` (`element_id`, `locale_id`, `label`, `description`) VALUES (@elementId, '2', 'Delete accountless customers without orders after x months', 'The cronjob \"Guest customer cleanup\" must be active'); diff --git a/_sql/migrations/142-add-listing-description-config.php b/_sql/migrations/142-add-listing-description-config.php index dacb53e2f6e..4ffe4510169 100644 --- a/_sql/migrations/142-add-listing-description-config.php +++ b/_sql/migrations/142-add-listing-description-config.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration142 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1421-add-double-opt-in-dates.php b/_sql/migrations/1421-add-double-opt-in-dates.php index 63172e92eae..4f64f3ca70c 100644 --- a/_sql/migrations/1421-add-double-opt-in-dates.php +++ b/_sql/migrations/1421-add-double-opt-in-dates.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1421 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1422-privacy-checkbox-note.php b/_sql/migrations/1422-privacy-checkbox-note.php index 87aa0ddb29d..e0f0266c2a7 100644 --- a/_sql/migrations/1422-privacy-checkbox-note.php +++ b/_sql/migrations/1422-privacy-checkbox-note.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1422 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1423-add-ip-anonymization.php b/_sql/migrations/1423-add-ip-anonymization.php index ff9622c6a06..4ad13408bd7 100644 --- a/_sql/migrations/1423-add-ip-anonymization.php +++ b/_sql/migrations/1423-add-ip-anonymization.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1423 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1424-cleanup-optin-table.php b/_sql/migrations/1424-cleanup-optin-table.php index 7486cbd00b2..ea6fd34cc28 100644 --- a/_sql/migrations/1424-cleanup-optin-table.php +++ b/_sql/migrations/1424-cleanup-optin-table.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1424 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1425-add-double-opt-in-register.php b/_sql/migrations/1425-add-double-opt-in-register.php index da5c40bef52..1681998e55a 100644 --- a/_sql/migrations/1425-add-double-opt-in-register.php +++ b/_sql/migrations/1425-add-double-opt-in-register.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1425 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1426-add-blog-comment-mailtemplate.php b/_sql/migrations/1426-add-blog-comment-mailtemplate.php index bfd76bc1637..de61beda79a 100644 --- a/_sql/migrations/1426-add-blog-comment-mailtemplate.php +++ b/_sql/migrations/1426-add-blog-comment-mailtemplate.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1426 extends Shopware\Components\Migrations\AbstractMigration @@ -51,7 +50,7 @@ public function up($modus) if ($modus === self::MODUS_UPDATE) { // Insert for every subshop whichs setting was 'on' (standard) $sql = "INSERT INTO `s_core_config_values` (`element_id`, `shop_id`, `value`) - SELECT + SELECT @optinid, `id`, 'b:1;' diff --git a/_sql/migrations/1427-change-minimum-order-surcharge.php b/_sql/migrations/1427-change-minimum-order-surcharge.php index c9e005ad945..a6d56f279ac 100644 --- a/_sql/migrations/1427-change-minimum-order-surcharge.php +++ b/_sql/migrations/1427-change-minimum-order-surcharge.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1427 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1428-soptinregister-english-on-update.php b/_sql/migrations/1428-soptinregister-english-on-update.php index 99e1026eafc..14344316f37 100644 --- a/_sql/migrations/1428-soptinregister-english-on-update.php +++ b/_sql/migrations/1428-soptinregister-english-on-update.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1428 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1429-accountless-optin-switch.php b/_sql/migrations/1429-accountless-optin-switch.php index fb95a49bba9..4e303cdfd52 100644 --- a/_sql/migrations/1429-accountless-optin-switch.php +++ b/_sql/migrations/1429-accountless-optin-switch.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1429 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/143-deactivate-router-to-lower-scope.php b/_sql/migrations/143-deactivate-router-to-lower-scope.php index 05b1e45c48e..960adf5ddba 100644 --- a/_sql/migrations/143-deactivate-router-to-lower-scope.php +++ b/_sql/migrations/143-deactivate-router-to-lower-scope.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration143 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1430-add-cookie-removal.php b/_sql/migrations/1430-add-cookie-removal.php index f6d8066bbc9..e15743b1832 100644 --- a/_sql/migrations/1430-add-cookie-removal.php +++ b/_sql/migrations/1430-add-cookie-removal.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1430 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1431-add-description-to-hideNoInStock-config-element.php b/_sql/migrations/1431-add-description-to-hideNoInStock-config-element.php index f08288839a7..cffe68a493b 100644 --- a/_sql/migrations/1431-add-description-to-hideNoInStock-config-element.php +++ b/_sql/migrations/1431-add-description-to-hideNoInStock-config-element.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1431 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1432-improve-plugin-manager.php b/_sql/migrations/1432-improve-plugin-manager.php index 058bc7204ee..28a805d7156 100644 --- a/_sql/migrations/1432-improve-plugin-manager.php +++ b/_sql/migrations/1432-improve-plugin-manager.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1432 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1433-add-analytics-last-id.php b/_sql/migrations/1433-add-analytics-last-id.php index e5f42ad8da8..e3c8e1f0596 100644 --- a/_sql/migrations/1433-add-analytics-last-id.php +++ b/_sql/migrations/1433-add-analytics-last-id.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1433 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1434-add-href-default-selection.php b/_sql/migrations/1434-add-href-default-selection.php index 314e341d380..018ce54a7ad 100644 --- a/_sql/migrations/1434-add-href-default-selection.php +++ b/_sql/migrations/1434-add-href-default-selection.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1434 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1435-update-esd-helptext.php b/_sql/migrations/1435-update-esd-helptext.php index 923ec8b2001..484d93c9fe0 100644 --- a/_sql/migrations/1435-update-esd-helptext.php +++ b/_sql/migrations/1435-update-esd-helptext.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1435 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1436-document-type-mail-templates.php b/_sql/migrations/1436-document-type-mail-templates.php index 44bf3379e31..bd5605077a5 100644 --- a/_sql/migrations/1436-document-type-mail-templates.php +++ b/_sql/migrations/1436-document-type-mail-templates.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1436 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1437-add-bi-last-update-date-column.php b/_sql/migrations/1437-add-bi-last-update-date-column.php index 541798b9c56..9b82e223c80 100644 --- a/_sql/migrations/1437-add-bi-last-update-date-column.php +++ b/_sql/migrations/1437-add-bi-last-update-date-column.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1437 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1438-add-bi-widgets.php b/_sql/migrations/1438-add-bi-widgets.php index 255d3e72e98..ae1a9498dd3 100644 --- a/_sql/migrations/1438-add-bi-widgets.php +++ b/_sql/migrations/1438-add-bi-widgets.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1438 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1439-change-back-document-id-to-tmp.php b/_sql/migrations/1439-change-back-document-id-to-tmp.php index dd4844d8969..204276b410c 100644 --- a/_sql/migrations/1439-change-back-document-id-to-tmp.php +++ b/_sql/migrations/1439-change-back-document-id-to-tmp.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1439 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/144-add-require-phone-field-config.php b/_sql/migrations/144-add-require-phone-field-config.php index fb3e09ecc7c..6888c073136 100644 --- a/_sql/migrations/144-add-require-phone-field-config.php +++ b/_sql/migrations/144-add-require-phone-field-config.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration144 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1440-change-document-id-to-lowercase.php b/_sql/migrations/1440-change-document-id-to-lowercase.php index 4be8057dceb..7387551ea38 100644 --- a/_sql/migrations/1440-change-document-id-to-lowercase.php +++ b/_sql/migrations/1440-change-document-id-to-lowercase.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1440 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1441-update-subshop-vote-description.php b/_sql/migrations/1441-update-subshop-vote-description.php index d6e54b1b8d4..8dbd5128582 100644 --- a/_sql/migrations/1441-update-subshop-vote-description.php +++ b/_sql/migrations/1441-update-subshop-vote-description.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1441 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1442-add-meta-description-config.php b/_sql/migrations/1442-add-meta-description-config.php index 9ffcbfba2ec..40f55e48f65 100644 --- a/_sql/migrations/1442-add-meta-description-config.php +++ b/_sql/migrations/1442-add-meta-description-config.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1442 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1443-add-shipping-country-flag.php b/_sql/migrations/1443-add-shipping-country-flag.php index 339a616358a..893551d4b2e 100644 --- a/_sql/migrations/1443-add-shipping-country-flag.php +++ b/_sql/migrations/1443-add-shipping-country-flag.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1443 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1444-userfriendly-mail-options.php b/_sql/migrations/1444-userfriendly-mail-options.php index 66c735f8724..57029e84a98 100644 --- a/_sql/migrations/1444-userfriendly-mail-options.php +++ b/_sql/migrations/1444-userfriendly-mail-options.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1444 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1445-add-delete-document-right.php b/_sql/migrations/1445-add-delete-document-right.php index 40de95faf9f..22893ae768f 100644 --- a/_sql/migrations/1445-add-delete-document-right.php +++ b/_sql/migrations/1445-add-delete-document-right.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1445 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1446-adjust-tracking-code-column-type.php b/_sql/migrations/1446-adjust-tracking-code-column-type.php index 5b761b8f7f7..dfd8a6caa14 100644 --- a/_sql/migrations/1446-adjust-tracking-code-column-type.php +++ b/_sql/migrations/1446-adjust-tracking-code-column-type.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/1447-add-notification-attributes.php b/_sql/migrations/1447-add-notification-attributes.php index 3a479db3c92..5227a4ea3a7 100644 --- a/_sql/migrations/1447-add-notification-attributes.php +++ b/_sql/migrations/1447-add-notification-attributes.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/1448-set-default-country-allow-shipping-true.php b/_sql/migrations/1448-set-default-country-allow-shipping-true.php index 0d0dbd5a906..0ee0eb6a9f5 100644 --- a/_sql/migrations/1448-set-default-country-allow-shipping-true.php +++ b/_sql/migrations/1448-set-default-country-allow-shipping-true.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1448 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1449-add-shop-attributes-table.php b/_sql/migrations/1449-add-shop-attributes-table.php index 0bd12eadc96..c8d265a6475 100644 --- a/_sql/migrations/1449-add-shop-attributes-table.php +++ b/_sql/migrations/1449-add-shop-attributes-table.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1449 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/145-fix-default-incorrect-translation.php b/_sql/migrations/145-fix-default-incorrect-translation.php index 294db1441b1..05163936cff 100644 --- a/_sql/migrations/145-fix-default-incorrect-translation.php +++ b/_sql/migrations/145-fix-default-incorrect-translation.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration145 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1450-add-missing-countries.php b/_sql/migrations/1450-add-missing-countries.php index 9272610e419..397ab218363 100644 --- a/_sql/migrations/1450-add-missing-countries.php +++ b/_sql/migrations/1450-add-missing-countries.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1450 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1451-change-wiki-link.php b/_sql/migrations/1451-change-wiki-link.php index dd73711d6a2..90d0f720489 100644 --- a/_sql/migrations/1451-change-wiki-link.php +++ b/_sql/migrations/1451-change-wiki-link.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1451 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1452-change-laststock-filter.php b/_sql/migrations/1452-change-laststock-filter.php index 37020f9c94b..c739111158a 100644 --- a/_sql/migrations/1452-change-laststock-filter.php +++ b/_sql/migrations/1452-change-laststock-filter.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1452 extends \Shopware\Components\Migrations\AbstractMigration @@ -27,7 +26,7 @@ class Migrations_Migration1452 extends \Shopware\Components\Migrations\AbstractM public function up($modus) { $sql = <<<'SQL' -UPDATE s_multi_edit_filter +UPDATE s_multi_edit_filter SET filter_string = "DETAIL.LASTSTOCK ISTRUE and DETAIL.INSTOCK <= \"0\" AND ISMAIN" WHERE filter_string = " ARTICLE.LASTSTOCK ISTRUE and DETAIL.INSTOCK <= 0"; SQL; @@ -37,7 +36,7 @@ public function up($modus) WHERE `name` = "Abverkauf
nicht auf Lager"; SQL; $sql3 = <<<'SQL' -UPDATE s_multi_edit_filter +UPDATE s_multi_edit_filter SET description = "Abverkauf-Hauptartikel ohne Lagerbestand" WHERE description = "Abverkauf-Artikel ohne Lagerbestand"; SQL; diff --git a/_sql/migrations/1453-fix-extended-editor.php b/_sql/migrations/1453-fix-extended-editor.php index 534072cb6c6..bf918b3876e 100644 --- a/_sql/migrations/1453-fix-extended-editor.php +++ b/_sql/migrations/1453-fix-extended-editor.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1453 extends \Shopware\Components\Migrations\AbstractMigration @@ -27,7 +26,7 @@ class Migrations_Migration1453 extends \Shopware\Components\Migrations\AbstractM public function up($modus) { $sql = <<<'SQL' - UPDATE s_core_auth + UPDATE s_core_auth SET lockeduntil = "2010-01-01 00:00:00" WHERE lockeduntil = "0000-00-00 00:00:00"; SQL; diff --git a/_sql/migrations/1454-add-category-shop-association.php b/_sql/migrations/1454-add-category-shop-association.php index 0b1c4635cf4..7fba973c112 100644 --- a/_sql/migrations/1454-add-category-shop-association.php +++ b/_sql/migrations/1454-add-category-shop-association.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1454 extends Shopware\Components\Migrations\AbstractMigration @@ -60,9 +59,9 @@ private function createBlogConfigForm() $this->addSql($sql); $sql = <<<'EOD' - INSERT IGNORE s_core_config_forms - (`parent_id`, `name`, `label`, `description`, `position`, `plugin_id`) - VALUE + INSERT IGNORE s_core_config_forms + (`parent_id`, `name`, `label`, `description`, `position`, `plugin_id`) + VALUE (@storeFrontId, 'Blog', 'Blog', NULL, 0, NULL); EOD; $this->addSql($sql); @@ -74,7 +73,7 @@ private function createBlogConfigForm() $sql = <<<'EOD' INSERT IGNORE s_core_config_form_translations - (`form_id`, `locale_id`, `label`, `description`) + (`form_id`, `locale_id`, `label`, `description`) VALUE (@blogId, '2', 'Blog', null) EOD; diff --git a/_sql/migrations/1455-add-customer-group-key-exemption-option.php b/_sql/migrations/1455-add-customer-group-key-exemption-option.php index 67c9ba85b11..5b740df5635 100644 --- a/_sql/migrations/1455-add-customer-group-key-exemption-option.php +++ b/_sql/migrations/1455-add-customer-group-key-exemption-option.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1455 extends \Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1456-change-docid-column-type.php b/_sql/migrations/1456-change-docid-column-type.php index 134f83ab9fe..b6f7e0d3b0d 100644 --- a/_sql/migrations/1456-change-docid-column-type.php +++ b/_sql/migrations/1456-change-docid-column-type.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1456 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1457-add-minsearch-index-length.php b/_sql/migrations/1457-add-minsearch-index-length.php index a68b3244cac..5a85a19df34 100644 --- a/_sql/migrations/1457-add-minsearch-index-length.php +++ b/_sql/migrations/1457-add-minsearch-index-length.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/1458-add-essential-features-config.php b/_sql/migrations/1458-add-essential-features-config.php index d1f1005baca..afdedf8753f 100644 --- a/_sql/migrations/1458-add-essential-features-config.php +++ b/_sql/migrations/1458-add-essential-features-config.php @@ -1,26 +1,24 @@ Inhalt: - + {$sBasketItem.purchaseunit|floatval} {$sBasketItem.additional_details.sUnit.description} {/if} - + {if $sBasketItem.purchaseunit && $sBasketItem.additional_details.referenceunit && $sBasketItem.purchaseunit != $sBasketItem.additional_details.referenceunit} ({$sBasketItem.additional_details.referenceprice|currency} diff --git a/_sql/migrations/1459-change-shipping-costs-configs.php b/_sql/migrations/1459-change-shipping-costs-configs.php index 7214c5f2b7b..2ca2491e684 100644 --- a/_sql/migrations/1459-change-shipping-costs-configs.php +++ b/_sql/migrations/1459-change-shipping-costs-configs.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1459 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/146-http-cache-events.php b/_sql/migrations/146-http-cache-events.php index 104ee68af91..7a77badc9b1 100644 --- a/_sql/migrations/146-http-cache-events.php +++ b/_sql/migrations/146-http-cache-events.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration146 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1460-add-shipping-costs-configs-for-off-canvas.php b/_sql/migrations/1460-add-shipping-costs-configs-for-off-canvas.php index 876aaae1881..3846b2a762e 100644 --- a/_sql/migrations/1460-add-shipping-costs-configs-for-off-canvas.php +++ b/_sql/migrations/1460-add-shipping-costs-configs-for-off-canvas.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1460 extends Shopware\Components\Migrations\AbstractMigration @@ -61,10 +60,10 @@ public function up($modus) $sql = <<<'SQL' SET @parent = (SELECT id FROM s_core_config_forms WHERE name = 'Frontend79' LIMIT 1); - + INSERT IGNORE INTO `s_core_config_elements` (`id`, `form_id`, `name`, `value`, `label`, `description`, `type`, `required`, `position`, `scope`, `options`) VALUES (NULL, @parent, 'showShippingCostsOffCanvas', 'i:1;', 'Versandkostenberechnung im Mini-/OffCanvas-Warenkorb anzeigen', 'Diese Option aktiviert die Versandkostenberechnung für den Mini- bzw. OffCanvas-Warenkorb.', 'select', 0, 6, 1, '%s'); - + SET @elementId = (SELECT id FROM `s_core_config_elements` WHERE `name` = 'showShippingCostsOffCanvas' LIMIT 1); INSERT IGNORE INTO `s_core_config_element_translations` (`element_id`, `locale_id`, `label`, `description`) VALUES (@elementId, '2', 'Show shipping costs calculation in mini/offcanvas shopping cart', 'If enabled, a shipping cost calculator will be displayed in the mini/offcanvas cart page. This is only available for customers who haven\'t logged in'); @@ -74,7 +73,7 @@ public function up($modus) if ($modus === self::MODUS_UPDATE) { $sql = "INSERT INTO `s_core_config_values` (`element_id`, `shop_id`, `value`) - SELECT + SELECT @elementId, `id`, 'i:0;' diff --git a/_sql/migrations/1461-change-no-customer-account-configs.php b/_sql/migrations/1461-change-no-customer-account-configs.php index 51bf9186972..cb1294d2bf8 100644 --- a/_sql/migrations/1461-change-no-customer-account-configs.php +++ b/_sql/migrations/1461-change-no-customer-account-configs.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1461 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1462-add-i-am-select-field-options.php b/_sql/migrations/1462-add-i-am-select-field-options.php index dc20b567f00..bb95cc718fb 100644 --- a/_sql/migrations/1462-add-i-am-select-field-options.php +++ b/_sql/migrations/1462-add-i-am-select-field-options.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1462 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1463-invalidate-http-cache-on-entity-removal-subscriber.php b/_sql/migrations/1463-invalidate-http-cache-on-entity-removal-subscriber.php index f8283ce0374..09ce6502606 100644 --- a/_sql/migrations/1463-invalidate-http-cache-on-entity-removal-subscriber.php +++ b/_sql/migrations/1463-invalidate-http-cache-on-entity-removal-subscriber.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1463 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1464-fix-translation.php b/_sql/migrations/1464-fix-translation.php index b99e9efc49e..fc5db46b47b 100644 --- a/_sql/migrations/1464-fix-translation.php +++ b/_sql/migrations/1464-fix-translation.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1464 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/147-translations.php b/_sql/migrations/147-translations.php index 21aea5746cd..ae92ca4669d 100644 --- a/_sql/migrations/147-translations.php +++ b/_sql/migrations/147-translations.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration147 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/148-payment-method-refactor.php b/_sql/migrations/148-payment-method-refactor.php index e1ac1cb4534..bc79bf7bc8a 100644 --- a/_sql/migrations/148-payment-method-refactor.php +++ b/_sql/migrations/148-payment-method-refactor.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration148 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/149-add-sepa-database-items.php b/_sql/migrations/149-add-sepa-database-items.php index c1cb433521f..4a371411b00 100644 --- a/_sql/migrations/149-add-sepa-database-items.php +++ b/_sql/migrations/149-add-sepa-database-items.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration149 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/150-add-checkout-payment-info-change-config.php b/_sql/migrations/150-add-checkout-payment-info-change-config.php index cf93eb412dd..d7c21f75228 100644 --- a/_sql/migrations/150-add-checkout-payment-info-change-config.php +++ b/_sql/migrations/150-add-checkout-payment-info-change-config.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration150 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/151-add-missing-emotion-field-types.php b/_sql/migrations/151-add-missing-emotion-field-types.php index 4cfea89895c..c9cb4cb6404 100644 --- a/_sql/migrations/151-add-missing-emotion-field-types.php +++ b/_sql/migrations/151-add-missing-emotion-field-types.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration151 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1600-remove-articleid-from-article-attributes-schema.php b/_sql/migrations/1600-remove-articleid-from-article-attributes-schema.php index 515ef727d35..dff70f4d1a1 100644 --- a/_sql/migrations/1600-remove-articleid-from-article-attributes-schema.php +++ b/_sql/migrations/1600-remove-articleid-from-article-attributes-schema.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1600 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1601-add-http2-push-setting.php b/_sql/migrations/1601-add-http2-push-setting.php index f270c95c0cd..5fa0d07abd9 100644 --- a/_sql/migrations/1601-add-http2-push-setting.php +++ b/_sql/migrations/1601-add-http2-push-setting.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1601 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1602-add-plugin-manager-privilege.php b/_sql/migrations/1602-add-plugin-manager-privilege.php index 2d76e07b8a3..5c895809fb1 100644 --- a/_sql/migrations/1602-add-plugin-manager-privilege.php +++ b/_sql/migrations/1602-add-plugin-manager-privilege.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1602 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1604-add-html-minify-option.php b/_sql/migrations/1604-add-html-minify-option.php index 4e392eae953..630850000d9 100644 --- a/_sql/migrations/1604-add-html-minify-option.php +++ b/_sql/migrations/1604-add-html-minify-option.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1604 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1605-add-plugin-migration-table.php b/_sql/migrations/1605-add-plugin-migration-table.php index 86f1e5c6b59..37d3a23afb5 100644 --- a/_sql/migrations/1605-add-plugin-migration-table.php +++ b/_sql/migrations/1605-add-plugin-migration-table.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1605 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1606-extend-error-mail-recipients-setting.php b/_sql/migrations/1606-extend-error-mail-recipients-setting.php index 1ef99c2be2a..12c280b37b8 100644 --- a/_sql/migrations/1606-extend-error-mail-recipients-setting.php +++ b/_sql/migrations/1606-extend-error-mail-recipients-setting.php @@ -1,26 +1,24 @@ Falls inaktiv, wird der Warenkorb beim Logout nicht geleert und bleibt für einen späteren Login erhalten.', 'boolean', 0, 0, 0, null); - + SET @elementId = (SELECT id FROM `s_core_config_elements` WHERE `name` = 'clearBasketAfterLogout' LIMIT 1); INSERT INTO s_core_config_element_translations (element_id, locale_id, label, description) VALUES (@elementId, 2, 'Clear basket after logout', 'If active, the shopping cart will be cleared after a logout.
If inactive, the shopping cart will not be cleared after a logout and will be retained for a later login.'); SQL; diff --git a/_sql/migrations/1614-add-emotion-in-listing-config.php b/_sql/migrations/1614-add-emotion-in-listing-config.php index a0135197142..defcea39cd7 100644 --- a/_sql/migrations/1614-add-emotion-in-listing-config.php +++ b/_sql/migrations/1614-add-emotion-in-listing-config.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/1615-add-cart-migration-option.php b/_sql/migrations/1615-add-cart-migration-option.php index 009e8ef43b1..b644a946be1 100644 --- a/_sql/migrations/1615-add-cart-migration-option.php +++ b/_sql/migrations/1615-add-cart-migration-option.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1615 extends Shopware\Components\Migrations\AbstractMigration @@ -28,9 +27,9 @@ public function up($modus) { $sql = <<
Achtung: Sind Artikel in einzelnen Sprachvarianten nicht verfügbar, werden diese aus Warenkörben entfernt und können innerhalb der Sitzung nicht mehr wiederhergestellt werden.', 'boolean', 0, 0, 0, null); - + SET @elementId = (SELECT id FROM `s_core_config_elements` WHERE `name` = 'shareSessionBetweenLanguageShops' LIMIT 1); INSERT INTO s_core_config_element_translations (element_id, locale_id, label, description) VALUES (@elementId, 2, 'Share browser session between language shops', 'When active, the browser session is shared between language shops. Thus the customer does not lose the shopping basket when switching'); SQL; @@ -39,7 +38,7 @@ public function up($modus) if ($modus === self::MODUS_UPDATE) { $sql = "INSERT INTO `s_core_config_values` (`element_id`, `shop_id`, `value`) - SELECT + SELECT @elementId, `id`, 'b:0;' diff --git a/_sql/migrations/1618-add-custom-sort.php b/_sql/migrations/1618-add-custom-sort.php index 23ff0bff5eb..50d1297ccbf 100644 --- a/_sql/migrations/1618-add-custom-sort.php +++ b/_sql/migrations/1618-add-custom-sort.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1618 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1620-add-mail-log-menu-entry.php b/_sql/migrations/1620-add-mail-log-menu-entry.php index 057d934f60f..ef275c65c50 100644 --- a/_sql/migrations/1620-add-mail-log-menu-entry.php +++ b/_sql/migrations/1620-add-mail-log-menu-entry.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1620 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1621-add-mail-log-config.php b/_sql/migrations/1621-add-mail-log-config.php index 1e77d12d75e..bbfd3a1b98a 100644 --- a/_sql/migrations/1621-add-mail-log-config.php +++ b/_sql/migrations/1621-add-mail-log-config.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1621 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1622-add-maillog-acl-role.php b/_sql/migrations/1622-add-maillog-acl-role.php index e58ff0fc9d4..bf871a986f3 100644 --- a/_sql/migrations/1622-add-maillog-acl-role.php +++ b/_sql/migrations/1622-add-maillog-acl-role.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1622 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1623-add-content-type-to-menu.php b/_sql/migrations/1623-add-content-type-to-menu.php index e88bf36c4d6..41a8aa83562 100644 --- a/_sql/migrations/1623-add-content-type-to-menu.php +++ b/_sql/migrations/1623-add-content-type-to-menu.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1623 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1624-add-content-type-to-emotion.php b/_sql/migrations/1624-add-content-type-to-emotion.php index 78381239d27..cf5712e32a0 100644 --- a/_sql/migrations/1624-add-content-type-to-emotion.php +++ b/_sql/migrations/1624-add-content-type-to-emotion.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1624 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1625-add-sort-by-articlenumber.php b/_sql/migrations/1625-add-sort-by-articlenumber.php index 0e010b9f39e..c04bdb31eb9 100644 --- a/_sql/migrations/1625-add-sort-by-articlenumber.php +++ b/_sql/migrations/1625-add-sort-by-articlenumber.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1625 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1626-add password_change_date.php b/_sql/migrations/1626-add password_change_date.php index 523ec4bf82b..9de0bfee4dd 100644 --- a/_sql/migrations/1626-add password_change_date.php +++ b/_sql/migrations/1626-add password_change_date.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1626 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1627-add-foreign-key-for-s_order_details.php b/_sql/migrations/1627-add-foreign-key-for-s_order_details.php index 3b085331e33..b6fb3fc822e 100644 --- a/_sql/migrations/1627-add-foreign-key-for-s_order_details.php +++ b/_sql/migrations/1627-add-foreign-key-for-s_order_details.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1627 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1628-add-birthday-single-field-option.php b/_sql/migrations/1628-add-birthday-single-field-option.php index d9f40141da1..ce0f302cdbe 100644 --- a/_sql/migrations/1628-add-birthday-single-field-option.php +++ b/_sql/migrations/1628-add-birthday-single-field-option.php @@ -3,30 +3,29 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1628 extends Shopware\Components\Migrations\AbstractMigration { public function up($modus) { - $this->addSql('UPDATE `s_core_config_elements` + $this->addSql('UPDATE `s_core_config_elements` SET `position` = `id` WHERE `form_id` = ( SELECT `id` FROM `s_core_config_forms` WHERE `name` = \'Frontend33\' LIMIT 1 @@ -41,7 +40,7 @@ public function up($modus) $this->addSql('SET @configId = LAST_INSERT_ID();'); $this->addSql('SET @positionId = (SELECT id FROM `s_core_config_elements` WHERE name = \'requirebirthdayfield\' LIMIT 1);'); - $this->addSql('UPDATE `s_core_config_elements` + $this->addSql('UPDATE `s_core_config_elements` SET position = @positionId WHERE `id` = @configId '); diff --git a/_sql/migrations/1629-translate-dispatch-methods.php b/_sql/migrations/1629-translate-dispatch-methods.php index f54daf22690..c4b9afb3744 100644 --- a/_sql/migrations/1629-translate-dispatch-methods.php +++ b/_sql/migrations/1629-translate-dispatch-methods.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/1630-set-empty-options-null.php b/_sql/migrations/1630-set-empty-options-null.php index d7eb548a144..bca55c9f34c 100644 --- a/_sql/migrations/1630-set-empty-options-null.php +++ b/_sql/migrations/1630-set-empty-options-null.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1630 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1631-add-shop-id-column-to-blogs.php b/_sql/migrations/1631-add-shop-id-column-to-blogs.php index 15d36465504..9f5d2e5f45f 100644 --- a/_sql/migrations/1631-add-shop-id-column-to-blogs.php +++ b/_sql/migrations/1631-add-shop-id-column-to-blogs.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/1632-add-acl-privilege-requirements.php b/_sql/migrations/1632-add-acl-privilege-requirements.php index abed9f1554c..dd911601be0 100644 --- a/_sql/migrations/1632-add-acl-privilege-requirements.php +++ b/_sql/migrations/1632-add-acl-privilege-requirements.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/1633-offcanvas-shipping-cost-display.php b/_sql/migrations/1633-offcanvas-shipping-cost-display.php index 14a068b5684..3811a704769 100644 --- a/_sql/migrations/1633-offcanvas-shipping-cost-display.php +++ b/_sql/migrations/1633-offcanvas-shipping-cost-display.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1633 extends Shopware\Components\Migrations\AbstractMigration @@ -27,8 +26,8 @@ class Migrations_Migration1633 extends Shopware\Components\Migrations\AbstractMi public function up($modus) { $sql = <<<'SQL' -UPDATE `s_core_config_elements` -SET `description` = 'Diese Option aktiviert die Versandkostenberechnung für den Mini- bzw. OffCanvas-Warenkorb. Dies ist nur für Kunden verfügbar, die nicht angemeldet sind.' +UPDATE `s_core_config_elements` +SET `description` = 'Diese Option aktiviert die Versandkostenberechnung für den Mini- bzw. OffCanvas-Warenkorb. Dies ist nur für Kunden verfügbar, die nicht angemeldet sind.' WHERE `name` = 'showShippingCostsOffCanvas'; SET @elementId = (SELECT id FROM `s_core_config_elements` WHERE `name` = 'showShippingCostsOffCanvas' LIMIT 1); diff --git a/_sql/migrations/1634-add-shipping-surcharge-number.php b/_sql/migrations/1634-add-shipping-surcharge-number.php index 121a0850e8f..17f338ace15 100644 --- a/_sql/migrations/1634-add-shipping-surcharge-number.php +++ b/_sql/migrations/1634-add-shipping-surcharge-number.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1634 extends Shopware\Components\Migrations\AbstractMigration @@ -28,9 +27,9 @@ public function up($modus) { $sql = <<addSql($sql); } diff --git a/_sql/migrations/1648-add-new-cookie-button-config.php b/_sql/migrations/1648-add-new-cookie-button-config.php index 366f75f7f33..55af728c9c2 100644 --- a/_sql/migrations/1648-add-new-cookie-button-config.php +++ b/_sql/migrations/1648-add-new-cookie-button-config.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1648 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1649-add-cookie-consent-manager-site.php b/_sql/migrations/1649-add-cookie-consent-manager-site.php index 722e5911e14..a91a8c7327b 100644 --- a/_sql/migrations/1649-add-cookie-consent-manager-site.php +++ b/_sql/migrations/1649-add-cookie-consent-manager-site.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/1650-technical-support-menu.php b/_sql/migrations/1650-technical-support-menu.php index 3a1812d364b..e0e37c7a12d 100644 --- a/_sql/migrations/1650-technical-support-menu.php +++ b/_sql/migrations/1650-technical-support-menu.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1650 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1651-feedback-menu-fix.php b/_sql/migrations/1651-feedback-menu-fix.php index f88fe15e856..8faea94053b 100644 --- a/_sql/migrations/1651-feedback-menu-fix.php +++ b/_sql/migrations/1651-feedback-menu-fix.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1651 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1652-enforce-unique-attributes.php b/_sql/migrations/1652-enforce-unique-attributes.php index 6859cfce6c3..a309c5efb6d 100644 --- a/_sql/migrations/1652-enforce-unique-attributes.php +++ b/_sql/migrations/1652-enforce-unique-attributes.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/1653-add-argon2-hashing.php b/_sql/migrations/1653-add-argon2-hashing.php index fd2bcbbb3b8..0b06ec8ef41 100644 --- a/_sql/migrations/1653-add-argon2-hashing.php +++ b/_sql/migrations/1653-add-argon2-hashing.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/1654-add-hreflang-just-seo-option.php b/_sql/migrations/1654-add-hreflang-just-seo-option.php index e60d4f8453c..3f3c7560d2b 100644 --- a/_sql/migrations/1654-add-hreflang-just-seo-option.php +++ b/_sql/migrations/1654-add-hreflang-just-seo-option.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/1655-disable-html-minification-on-install.php b/_sql/migrations/1655-disable-html-minification-on-install.php index 7d37463cbfa..c2f66e73df3 100644 --- a/_sql/migrations/1655-disable-html-minification-on-install.php +++ b/_sql/migrations/1655-disable-html-minification-on-install.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1655 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1656-add-config-show-shipping-countries-checkout.php b/_sql/migrations/1656-add-config-show-shipping-countries-checkout.php index 8a80286719f..3d6bbd4918d 100644 --- a/_sql/migrations/1656-add-config-show-shipping-countries-checkout.php +++ b/_sql/migrations/1656-add-config-show-shipping-countries-checkout.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration1656 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/1700-add-sitemap-tables.php b/_sql/migrations/1700-add-sitemap-tables.php index 9ae3629c295..47aabe05c89 100644 --- a/_sql/migrations/1700-add-sitemap-tables.php +++ b/_sql/migrations/1700-add-sitemap-tables.php @@ -1,28 +1,26 @@ 'sACCEPTNOTIFICATION', 'objectdata' => 'a:2:{s:7:"subject";s:39:"Please confirm your e-mail notification";s:7:"content";s:240:"Hello, + ['name' => 'sACCEPTNOTIFICATION', 'objectdata' => 'a:2:{s:7:"subject";s:39:"Please confirm your e-mail notification";s:7:"content";s:240:"Hello, -Thank you for signing up for the automatical e-Mail notification for the article {$sArticleName}. +Thank you for signing up for the automatical e-Mail notification for the article {$sArticleName}. Please confirm the notification by clicking the following link: -{$sConfirmLink} +{$sConfirmLink} Best regards Your Team of {config name=shopName}";}'], - ['name' => 'sARTICLEAVAILABLE', 'objectdata' => 'a:2:{s:7:"subject";s:31:"Your article is available again";s:7:"content";s:148:"Hello, + ['name' => 'sARTICLEAVAILABLE', 'objectdata' => 'a:2:{s:7:"subject";s:31:"Your article is available again";s:7:"content";s:148:"Hello, -Your article with the order number {$sOrdernumber} is available again. +Your article with the order number {$sOrdernumber} is available again. -{$sArticleLink} +{$sArticleLink} Best regards Your Team of {config name=shopName}";}'], ['name' => 'sARTICLECOMMENT', 'objectdata' => 'a:2:{s:7:"subject";s:16:"Evaluate article";s:7:"content";s:948:"

Hello {if $sUser.salutation eq "mr"}Mr{elseif $sUser.billing_salutation eq "ms"}Mrs{/if} {$sUser.billing_firstname} {$sUser.billing_lastname},

-You have recently purchased articles from {config name=shopName}. We would be pleased if you could evaluate these items. Doing so, you can help us improve our services, and you have the opportunity to tell other customers your opinion. -By the way: You do not necessarily have to comment on the articles you have bought. You can select the ones you like best. We would welcome any feedback that you have. +You have recently purchased articles from {config name=shopName}. We would be pleased if you could evaluate these items. Doing so, you can help us improve our services, and you have the opportunity to tell other customers your opinion. +By the way: You do not necessarily have to comment on the articles you have bought. You can select the ones you like best. We would welcome any feedback that you have. Here you can find the links to the evaluations of your purchased articles.

@@ -349,9 +348,9 @@ private function getDefaultTranslationValues()

";}'], ['name' => 'sARTICLESTOCK', 'objectdata' => 'a:2:{s:7:"subject";s:83:"Stock level of {$sData.count} article{if $sData.count>1}s{/if} under minimum stock ";s:7:"content";s:260:"Hello, The following articles have undershot the minimum stock: -Order number Name of article Stock/Minimum stock +Order number Name of article Stock/Minimum stock {foreach from=$sJob.articles item=sArticle key=key} -{$sArticle.ordernumber} {$sArticle.name} {$sArticle.instock}/{$sArticle.stockmin} +{$sArticle.ordernumber} {$sArticle.name} {$sArticle.instock}/{$sArticle.stockmin} {/foreach} ";}'], ['name' => 'sBIRTHDAY', 'objectdata' => 'a:2:{s:7:"subject";s:40:"Happy Birthday from {$sConfig.sSHOPNAME}";s:7:"content";s:174:"Hello {if $sUser.salutation eq "mr"}Mr{elseif $sUser.billing_salutation eq "ms"}Mrs{/if} {$sUser.firstname} {$sUser.lastname}, @@ -359,33 +358,33 @@ private function getDefaultTranslationValues() Best regards Your team of {$sConfig.sSHOPNAME}";}'], ['name' => 'sCANCELEDQUESTION', 'objectdata' => 'a:2:{s:7:"subject";s:69:"Your aborted order process - Send us your feedback and get a voucher!";s:7:"content";s:378:"Dear customer, - + You have recently aborted an order process on Demoshop.de - we are always working to make shopping with our shop as pleasant as possible. Therefore we would like to know why your order has failed. - -Please tell us the reason why you have aborted your order. We will reward your additional effort by sending you a 5,00 €-voucher. - + +Please tell us the reason why you have aborted your order. We will reward your additional effort by sending you a 5,00 €-voucher. + Thank you for your feedback";}'], ['name' => 'sCANCELEDVOUCHER', 'objectdata' => 'a:2:{s:7:"subject";s:50:"Your aborted order process - Voucher code enclosed";s:7:"content";s:351:"Dear customer, - + You have recently aborted an order process on Demoshop.de - today, we would like to give you a 5,00 Euro-voucher - and therefore make it easier for you to decide for an order with Demoshop.de. - + Your voucher is valid for two months and can be redeemed by entering the code "{$sVouchercode}". We would be pleased to accept your order!";}'], ['name' => 'sCUSTOMERGROUPHACCEPTED', 'objectdata' => 'a:2:{s:7:"subject";s:39:"Your merchant account has been unlocked";s:7:"content";s:186:"Hello, Your merchant account {config name=shopName} has been unlocked. - -From now on, we will charge you the net purchase price. - + +From now on, we will charge you the net purchase price. + Best regards - + Your team of {config name=shopName}";}'], ['name' => 'sCUSTOMERGROUPHREJECTED', 'objectdata' => 'a:2:{s:7:"subject";s:41:"Your trader account has not been accepted";s:7:"content";s:307:"Dear customer, -Thank you for your interest in our trade prices. Unfortunately, we do not have a trading license yet so that we cannot accept you as a trader. +Thank you for your interest in our trade prices. Unfortunately, we do not have a trading license yet so that we cannot accept you as a trader. -In case of further questions please do not hesitate to contact us via telephone, fax or email. +In case of further questions please do not hesitate to contact us via telephone, fax or email. Best regards @@ -403,39 +402,39 @@ private function getDefaultTranslationValues() {config name=shopName} ";}'], - ['name' => 'sOPTINNEWSLETTER', 'objectdata' => 'a:2:{s:7:"subject";s:43:"Please confirm your newsletter subscription";s:7:"content";s:208:"Hello, + ['name' => 'sOPTINNEWSLETTER', 'objectdata' => 'a:2:{s:7:"subject";s:43:"Please confirm your newsletter subscription";s:7:"content";s:208:"Hello, -Thank you for signing up for our regularly published newsletter. +Thank you for signing up for our regularly published newsletter. -Please confirm your subscription by clicking the following link: {$sConfirmLink} +Please confirm your subscription by clicking the following link: {$sConfirmLink} Best regards Your Team of {config name=shopName}";}'], - ['name' => 'sOPTINVOTE', 'objectdata' => 'a:2:{s:7:"subject";s:38:"Please confirm your article evaluation";s:7:"content";s:164:"Hello, + ['name' => 'sOPTINVOTE', 'objectdata' => 'a:2:{s:7:"subject";s:38:"Please confirm your article evaluation";s:7:"content";s:164:"Hello, -Thank you for evaluating the article{$sArticle.articleName}. +Thank you for evaluating the article{$sArticle.articleName}. -Please confirm the evaluation by clicking the following link: {$sConfirmLink} +Please confirm the evaluation by clicking the following link: {$sConfirmLink} Best regards";}'], ['name' => 'sORDER', 'objectdata' => 'a:3:{s:7:"subject";s:28:"Your order with the demoshop";s:7:"content";s:1739:"Hello {$billingaddress.firstname} {$billingaddress.lastname}, - + Thank you for your order at {config name=shopName} (Number: {$sOrderNumber}) on {$sOrderDay} at {$sOrderTime}. Information on your order: - + Pos. Art.No. Quantities Price Total {foreach item=details key=position from=$sOrderDetails} {$position+1|fill:4} {$details.ordernumber|fill:20} {$details.quantity|fill:6} {$details.price|padding:8} EUR {$details.amount|padding:8} EUR {$details.articlename|wordwrap:49|indent:5} {/foreach} - + Shipping costs: {$sShippingCosts} Total net: {$sAmountNet} {if !$sNet} Total gross: {$sAmount} {/if} - + Selected payment type: {$additional.payment.description} {$additional.payment.additionaldescription} {if $additional.payment.name == "debit"} @@ -445,17 +444,17 @@ private function getDefaultTranslationValues() We will withdraw the money from your bank account within the next days. {/if} {if $additional.payment.name == "prepayment"} - + Our bank connection: Account: ### BIN: ### {/if} - + {if $sComment} Your comment: {$sComment} {/if} - + Billing address: {$billingaddress.company} {$billingaddress.firstname} {$billingaddress.lastname} @@ -463,22 +462,22 @@ private function getDefaultTranslationValues() {$billingaddress.zipcode} {$billingaddress.city} {$billingaddress.phone} {$additional.country.countryname} - + Shipping address: {$shippingaddress.company} {$shippingaddress.firstname} {$shippingaddress.lastname} {$shippingaddress.street} {$shippingaddress.zipcode} {$shippingaddress.city} {$additional.country.countryname} - + {if $billingaddress.ustid} Your VAT-ID: {$billingaddress.ustid} -In case of a successful order and if you are based in one of the EU countries, you will receive your goods exempt from turnover tax. +In case of a successful order and if you are based in one of the EU countries, you will receive your goods exempt from turnover tax. {/if} ";s:11:"contentHtml";s:3493:"
- +

Hello {$billingaddress.firstname} {$billingaddress.lastname},

- + Thank you for your order with {config name=shopName} (Nummer: {$sOrderNumber}) on {$sOrderDay} at {$sOrderTime}.

@@ -492,7 +491,7 @@ private function getDefaultTranslationValues() Price Total - + {foreach item=details key=position from=$sOrderDetails} {if $details.image.src.1}{$details.articlename}{else} {/if} @@ -506,9 +505,9 @@ private function getDefaultTranslationValues() {$details.articlename|wordwrap:80|indent:4} {/foreach} - + - +



@@ -532,7 +531,7 @@ private function getDefaultTranslationValues() {if $additional.payment.name == "prepayment"} Our bank connection:
{config name=bankAccount} - {/if} + {/if}

Selected dispatch: {$sDispatch.name}
{$sDispatch.description} @@ -541,7 +540,7 @@ private function getDefaultTranslationValues() {if $sComment} Your comment:
{$sComment}
- {/if} + {/if}

Billing address:
@@ -562,7 +561,7 @@ private function getDefaultTranslationValues()
{if $billingaddress.ustid} Your VAT-ID: {$billingaddress.ustid}
- In case of a successful order and if you are based in one of the EU countries, you will receive your goods exempt from turnover tax. + In case of a successful order and if you are based in one of the EU countries, you will receive your goods exempt from turnover tax. {/if}

@@ -581,58 +580,58 @@ private function getDefaultTranslationValues() The status of your order with order number{$sOrder.ordernumber} of {$sOrder.ordertime|date_format:" %d-%m-%Y"} has changed. The new status is as follows {$sOrder.status_description}.";}'], ['name' => 'sORDERSTATEMAIL3', 'objectdata' => 'a:2:{s:7:"subject";s:13:"Status change";s:7:"content";s:923:"Dear {if $sUser.billing_salutation eq "mr"}Mr{elseif $sUser.billing_salutation eq "ms"} Mrs{/if} {$sUser.billing_firstname} {$sUser.billing_lastname}, - -The status of your order {$sOrder.ordernumber} of {$sOrder.ordertime|date_format:" %d.%m.%Y"} + +The status of your order {$sOrder.ordernumber} of {$sOrder.ordertime|date_format:" %d.%m.%Y"} has changed. The new status is as follows: "{$sOrder.status_description}". - - + + Information on your order: -================================== +================================== {foreach item=details key=position from=$sOrderDetails} {$position+1|fill:3} {$details.articleordernumber|fill:10:" ":"..."} {$details.name|fill:30} {$details.quantity} x {$details.price|string_format:"%.2f"} {$sConfig.sCURRENCY} {/foreach} - + Shipping costs: {$sOrder.invoice_shipping} {$sConfig.sCURRENCY} Net total: {$sOrder.invoice_amount_net|string_format:"%.2f"} {$sConfig.sCURRENCY} Total amount incl. VAT: {$sOrder.invoice_amount|string_format:"%.2f"} {$sConfig.sCURRENCY} - + Best regards, Your team of {config name=shopName} ";}'], ['name' => 'sORDERSTATEMAIL4', 'objectdata' => 'a:2:{s:7:"subject";s:38:"Your order with {config name=shopName}";s:7:"content";s:551:"Hello {if $sUser.billing_salutation eq "mr"}Mr{elseif $sUser.billing_salutation eq "ms"}Mrs{/if} {$sUser.billing_firstname} {$sUser.billing_lastname}, - + The order status of your order {$sOrder.ordernumber} has changed! The order now has the following status: {$sOrder.status_description}. You can check the current status of your order on our website under "My account" - "My orders" anytime. But in case you have purchased without a registration or a customer account, you do not have this option. - + Best regards, Your team of {config name=shopName}";}'], - ['name' => 'sORDERSTATEMAIL5', 'objectdata' => 'a:2:{s:7:"subject";s:38:"Your order with {config name=shopName}";s:7:"content";s:389:"Dear{if $sUser.billing_salutation eq "mr"}Mr{elseif $sUser.billing_salutation eq "ms"}Mrs{/if} + ['name' => 'sORDERSTATEMAIL5', 'objectdata' => 'a:2:{s:7:"subject";s:38:"Your order with {config name=shopName}";s:7:"content";s:389:"Dear{if $sUser.billing_salutation eq "mr"}Mr{elseif $sUser.billing_salutation eq "ms"}Mrs{/if} {$sUser.billing_firstname} {$sUser.billing_lastname}, - -The status of your order with order number {$sOrder.ordernumber} of {$sOrder.ordertime|date_format:" %d.%m.%Y"} + +The status of your order with order number {$sOrder.ordernumber} of {$sOrder.ordertime|date_format:" %d.%m.%Y"} has changed. The new status is as follows: {$sOrder.status_description}. - + Best regards, Your team of {config name=shopName}";}'], ['name' => 'sORDERSTATEMAIL6', 'objectdata' => 'a:2:{s:7:"subject";s:38:"Your order with {config name=shopName}";s:7:"content";s:552:"Hello {if $sUser.billing_salutation eq "mr"}Mr{elseif $sUser.billing_salutation eq "ms"}Mrs{/if} {$sUser.billing_firstname} {$sUser.billing_lastname}, - + The order status of your order {$sOrder.ordernumber} has changed! Your order now has the following status: {$sOrder.status_description}. You can check the current status of your order on our website under "My account" - "My orders" anytime. But in case you have purchased without a registration or a customer account, you do not have this option. - + Best regards, Your team of {config name=shopName}";}'], ['name' => 'sORDERSTATEMAIL8', 'objectdata' => 'a:2:{s:7:"subject";s:38:"Your order with {config name=shopName}";s:7:"content";s:553:"Hello {if $sUser.billing_salutation eq "mr"}Mr{elseif $sUser.billing_salutation eq "ms"}Mrs{/if} {$sUser.billing_firstname} {$sUser.billing_lastname}, - + The status of your order {$sOrder.ordernumber} has changed! The current status of your order is as follows: {$sOrder.status_description}. You can check the current status of your order on our website under "My account" - "My orders" anytime. But in case you have purchased without a registration or a customer account, you do not have this option. - + Best regards, Your team of {config name=shopName}";}'], ['name' => 'sPASSWORD', 'objectdata' => 'a:2:{s:7:"subject";s:46:"Forgot password - Your access data for {sShop}";s:7:"content";s:127:"Hello, @@ -645,27 +644,27 @@ private function getDefaultTranslationValues() {config name=address}";}'], ['name' => 'sREGISTERCONFIRMATION', 'objectdata' => 'a:3:{s:7:"subject";s:37:"Your registration has been successful";s:7:"content";s:291:"Hello {salutation} {firstname} {lastname}, - + Thank you for your registration with our Shop. - + You will gain access via the email address {sMAIL} and the password you have chosen. - -You can have your password sent to you by email anytime. - + +You can have your password sent to you by email anytime. + Best regards - + Your team of {config name=shopName}";s:11:"contentHtml";s:354:"

Hello {salutation} {firstname} {lastname},

- + Thank you for your registration with our Shop.

- + You will gain access via the email address {sMAIL} and the password you have chosen.

- + You can have your password sent to you by email anytime.

- + Best regards

- + Your team of {config name=shopName}
";}'], ['name' => 'sTELLAFRIEND', 'objectdata' => 'a:2:{s:7:"subject";s:33:"{sName} recommends you {sArticle}";s:7:"content";s:189:"Hello, @@ -684,9 +683,9 @@ private function getDefaultTranslationValues() {user} has followed your recommendation and just ordered at {config name=shopName}. This is why we give you a X € voucher, which you can redeem with your next order. - + Your voucher code is as follows: XXX - + Best regards, {config name=shopName}";}'], ]; diff --git a/_sql/migrations/438-add-email-template-header-footer-fields.php b/_sql/migrations/438-add-email-template-header-footer-fields.php index 620cc3568c8..369efd4b8a6 100644 --- a/_sql/migrations/438-add-email-template-header-footer-fields.php +++ b/_sql/migrations/438-add-email-template-header-footer-fields.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration438 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/439-update-document-footer-styling.php b/_sql/migrations/439-update-document-footer-styling.php index 2199dca5e59..ce3846d3470 100644 --- a/_sql/migrations/439-update-document-footer-styling.php +++ b/_sql/migrations/439-update-document-footer-styling.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration439 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/440-fix-sorder-email-template.php b/_sql/migrations/440-fix-sorder-email-template.php index 10760a7546b..48f821e3a3a 100644 --- a/_sql/migrations/440-fix-sorder-email-template.php +++ b/_sql/migrations/440-fix-sorder-email-template.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration440 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/441-add-hide-downloads-in-account.php b/_sql/migrations/441-add-hide-downloads-in-account.php index d38acab3883..05d8468817d 100644 --- a/_sql/migrations/441-add-hide-downloads-in-account.php +++ b/_sql/migrations/441-add-hide-downloads-in-account.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration441 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/442-add-option-to-disable-styling-emotions.php b/_sql/migrations/442-add-option-to-disable-styling-emotions.php index c4b0477fd0e..a6d95dbcbde 100644 --- a/_sql/migrations/442-add-option-to-disable-styling-emotions.php +++ b/_sql/migrations/442-add-option-to-disable-styling-emotions.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration442 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/443-add-wizard-configuration-value.php b/_sql/migrations/443-add-wizard-configuration-value.php index ce1a1a08535..6f34b4397cb 100644 --- a/_sql/migrations/443-add-wizard-configuration-value.php +++ b/_sql/migrations/443-add-wizard-configuration-value.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration443 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/444-add-imprint-to-bottom-shop-group.php b/_sql/migrations/444-add-imprint-to-bottom-shop-group.php index ecbe060e6f1..232e38c2380 100644 --- a/_sql/migrations/444-add-imprint-to-bottom-shop-group.php +++ b/_sql/migrations/444-add-imprint-to-bottom-shop-group.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/445-import-vrrl-plugin-settings.php b/_sql/migrations/445-import-vrrl-plugin-settings.php index d28b06882f8..bd2a8a43299 100644 --- a/_sql/migrations/445-import-vrrl-plugin-settings.php +++ b/_sql/migrations/445-import-vrrl-plugin-settings.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration445 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/446-easy-registration-process.php b/_sql/migrations/446-easy-registration-process.php index ed5d0a52d49..59c0b4e396a 100644 --- a/_sql/migrations/446-easy-registration-process.php +++ b/_sql/migrations/446-easy-registration-process.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration446 extends Shopware\Components\Migrations\AbstractMigration @@ -31,7 +30,7 @@ public function up($modus) } $sql = <<<'EOD' - UPDATE `s_core_config_elements` SET value = 'b:0;' + UPDATE `s_core_config_elements` SET value = 'b:0;' WHERE name IN ('doublepasswordvalidation', 'requirePhoneField', 'showphonenumberfield', 'showbirthdayfield'); EOD; $this->addSql($sql); diff --git a/_sql/migrations/447-update-tag-cloud-defaults.php b/_sql/migrations/447-update-tag-cloud-defaults.php index 74ac7874a79..54a8b3a13e8 100644 --- a/_sql/migrations/447-update-tag-cloud-defaults.php +++ b/_sql/migrations/447-update-tag-cloud-defaults.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration447 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/448-update-first-run-wizard-snippet.php b/_sql/migrations/448-update-first-run-wizard-snippet.php index ec108b40006..9abb5dcddde 100644 --- a/_sql/migrations/448-update-first-run-wizard-snippet.php +++ b/_sql/migrations/448-update-first-run-wizard-snippet.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration448 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/449-add-pagination-seo.php b/_sql/migrations/449-add-pagination-seo.php index 328a3ed8a0a..e29a570769a 100644 --- a/_sql/migrations/449-add-pagination-seo.php +++ b/_sql/migrations/449-add-pagination-seo.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration449 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/450-add-high-dpi-album-settings.php b/_sql/migrations/450-add-high-dpi-album-settings.php index 3615fbd26f5..c7279e2f739 100644 --- a/_sql/migrations/450-add-high-dpi-album-settings.php +++ b/_sql/migrations/450-add-high-dpi-album-settings.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration450 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/451-fix-email-header-field.php b/_sql/migrations/451-fix-email-header-field.php index 635f0796623..cf24bd13fd4 100644 --- a/_sql/migrations/451-fix-email-header-field.php +++ b/_sql/migrations/451-fix-email-header-field.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration451 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/452-add-styling-classes-main-menu.php b/_sql/migrations/452-add-styling-classes-main-menu.php index 7ee1f51b34e..6c0545498c0 100644 --- a/_sql/migrations/452-add-styling-classes-main-menu.php +++ b/_sql/migrations/452-add-styling-classes-main-menu.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration452 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/453-update-table-encoding.php b/_sql/migrations/453-update-table-encoding.php index d6729dc3074..3cc9a778586 100644 --- a/_sql/migrations/453-update-table-encoding.php +++ b/_sql/migrations/453-update-table-encoding.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration453 extends Shopware\Components\Migrations\AbstractMigration @@ -27,7 +26,7 @@ class Migrations_Migration453 extends Shopware\Components\Migrations\AbstractMig public function up($modus) { $sql = ' - ALTER TABLE `s_core_auth_roles` + ALTER TABLE `s_core_auth_roles` CHANGE `name` `name` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, CHANGE `description` `description` TEXT CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, CHANGE `source` `source` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL; @@ -35,7 +34,7 @@ public function up($modus) $this->addSql($sql); $sql = ' - ALTER TABLE `s_statistics_search` + ALTER TABLE `s_statistics_search` CHANGE `searchterm` `searchterm` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL; '; $this->addSql($sql); diff --git a/_sql/migrations/454-rename-theme-manager.php b/_sql/migrations/454-rename-theme-manager.php index 7794c4e7e16..f7dd5eae2e4 100644 --- a/_sql/migrations/454-rename-theme-manager.php +++ b/_sql/migrations/454-rename-theme-manager.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration454 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/455-cache-invalidate-variants.php b/_sql/migrations/455-cache-invalidate-variants.php index ce3edb6ac37..f68375aff4a 100644 --- a/_sql/migrations/455-cache-invalidate-variants.php +++ b/_sql/migrations/455-cache-invalidate-variants.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration455 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/456-emotion-worlds-cache-invalidation.php b/_sql/migrations/456-emotion-worlds-cache-invalidation.php index 566414785e9..64f42d87117 100644 --- a/_sql/migrations/456-emotion-worlds-cache-invalidation.php +++ b/_sql/migrations/456-emotion-worlds-cache-invalidation.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration456 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/457-add-thumbnail-config.php b/_sql/migrations/457-add-thumbnail-config.php index 66cd9a833b3..66940da0a35 100644 --- a/_sql/migrations/457-add-thumbnail-config.php +++ b/_sql/migrations/457-add-thumbnail-config.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration457 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/458-remove-selfhealing-plugin.php b/_sql/migrations/458-remove-selfhealing-plugin.php index 2cb972065c4..0cf5f4a28c4 100644 --- a/_sql/migrations/458-remove-selfhealing-plugin.php +++ b/_sql/migrations/458-remove-selfhealing-plugin.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration458 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/459-translate-form-fields.php b/_sql/migrations/459-translate-form-fields.php index fb45b4aac10..3de0fdbc0bd 100644 --- a/_sql/migrations/459-translate-form-fields.php +++ b/_sql/migrations/459-translate-form-fields.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration459 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/460-fix-email-header-field.php b/_sql/migrations/460-fix-email-header-field.php index 2f32e727dda..d4e21d6f902 100644 --- a/_sql/migrations/460-fix-email-header-field.php +++ b/_sql/migrations/460-fix-email-header-field.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration460 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/461-fix-sorder-email-thumbnails.php b/_sql/migrations/461-fix-sorder-email-thumbnails.php index 5095ce54e48..dc1531414e8 100644 --- a/_sql/migrations/461-fix-sorder-email-thumbnails.php +++ b/_sql/migrations/461-fix-sorder-email-thumbnails.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration461 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/462-add-emotion-position-column.php b/_sql/migrations/462-add-emotion-position-column.php index 931b13b6890..422e024fffb 100644 --- a/_sql/migrations/462-add-emotion-position-column.php +++ b/_sql/migrations/462-add-emotion-position-column.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration462 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/463-translate-emotion-html-video.php b/_sql/migrations/463-translate-emotion-html-video.php index 45fecf72ef5..a24d258ffd3 100644 --- a/_sql/migrations/463-translate-emotion-html-video.php +++ b/_sql/migrations/463-translate-emotion-html-video.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration463 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/464-add-feed-dirty-flag.php b/_sql/migrations/464-add-feed-dirty-flag.php index 6b2dc3235ca..0ec7fea1046 100644 --- a/_sql/migrations/464-add-feed-dirty-flag.php +++ b/_sql/migrations/464-add-feed-dirty-flag.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration464 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/465-token-secret.php b/_sql/migrations/465-token-secret.php index 17b511c388e..2cb4e1dea67 100644 --- a/_sql/migrations/465-token-secret.php +++ b/_sql/migrations/465-token-secret.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration465 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/466-supplier-seo-url.php b/_sql/migrations/466-supplier-seo-url.php index d37e9ae5e06..6292dde5c7f 100644 --- a/_sql/migrations/466-supplier-seo-url.php +++ b/_sql/migrations/466-supplier-seo-url.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration466 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/467-remove-listing-seo-url.php b/_sql/migrations/467-remove-listing-seo-url.php index 5849106768b..762d192957a 100644 --- a/_sql/migrations/467-remove-listing-seo-url.php +++ b/_sql/migrations/467-remove-listing-seo-url.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration467 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/468-update-feeds-thumbnails-size.php b/_sql/migrations/468-update-feeds-thumbnails-size.php index ff9b9cd0eba..6adcd94a3c2 100644 --- a/_sql/migrations/468-update-feeds-thumbnails-size.php +++ b/_sql/migrations/468-update-feeds-thumbnails-size.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration468 extends Shopware\Components\Migrations\AbstractMigration @@ -31,7 +30,7 @@ public function up($modus) } $sql = <<<'SQL' -UPDATE `s_export` +UPDATE `s_export` SET body = '{strip}\n{$sArticle.ordernumber|escape}{#S#}\n{$sArticle.name|strip_tags|strip|truncate:80:"...":true|escape|htmlentities}{#S#}\n{$sArticle.description_long|strip_tags|html_entity_decode|trim|regex_replace:"#[^\\wöäüÖÄÜß\\.%&-+ ]#i":""|strip|truncate:500:"...":true|htmlentities|escape}{#S#}\n{$sArticle.articleID|link:$sArticle.name|escape}{#S#}\n{$sArticle.image|image:1}{#S#}\n{$sArticle.ean|escape}{#S#}\n{if $sArticle.weight}{$sArticle.weight|escape:"number"}{" kg"}{/if}{#S#}\n{$sArticle.supplier|escape}{#S#}\n{$sArticle.suppliernumber|escape}{#S#}\nNeu{#S#}\n{$sArticle.articleID|category:" > "|escape}{#S#}\n{$sArticle.price|escape:"number"}{#S#}\nDE::DHL:{$sArticle|@shippingcost:"prepayment":"de"}{#S#}\n{#S#}\n{$sCurrency.currency}\n{/strip}{#L#}' WHERE `name` = 'Google Produktsuche' AND dirty = 0; diff --git a/_sql/migrations/469-add-404-article-page-config.php b/_sql/migrations/469-add-404-article-page-config.php index efa26a2b2ec..e467ae4679d 100644 --- a/_sql/migrations/469-add-404-article-page-config.php +++ b/_sql/migrations/469-add-404-article-page-config.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration469 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/470-update-price-variation-column-type.php b/_sql/migrations/470-update-price-variation-column-type.php index f74715f30bc..47a120da5e9 100644 --- a/_sql/migrations/470-update-price-variation-column-type.php +++ b/_sql/migrations/470-update-price-variation-column-type.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration470 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/471-fix-attr17.php b/_sql/migrations/471-fix-attr17.php index a5266f0ab6c..cecb1eb27a2 100644 --- a/_sql/migrations/471-fix-attr17.php +++ b/_sql/migrations/471-fix-attr17.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration471 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/472-add-landing-page-parent.php b/_sql/migrations/472-add-landing-page-parent.php index ff2ef61de30..d8d052b2e96 100644 --- a/_sql/migrations/472-add-landing-page-parent.php +++ b/_sql/migrations/472-add-landing-page-parent.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration472 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/473-add-zip-city-flip-option.php b/_sql/migrations/473-add-zip-city-flip-option.php index 6d05def5784..01ff358790b 100644 --- a/_sql/migrations/473-add-zip-city-flip-option.php +++ b/_sql/migrations/473-add-zip-city-flip-option.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration473 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/474-switch-zipcode-city-emails.php b/_sql/migrations/474-switch-zipcode-city-emails.php index bab888f4409..2e4aa21d1c6 100644 --- a/_sql/migrations/474-switch-zipcode-city-emails.php +++ b/_sql/migrations/474-switch-zipcode-city-emails.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration474 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/475-add-missing-emails.php b/_sql/migrations/475-add-missing-emails.php index 01d1cb632f2..2ee17cb00ce 100644 --- a/_sql/migrations/475-add-missing-emails.php +++ b/_sql/migrations/475-add-missing-emails.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration475 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/476-add-less-compatible-flag.php b/_sql/migrations/476-add-less-compatible-flag.php index cb7254075af..2c8cc52b0dd 100644 --- a/_sql/migrations/476-add-less-compatible-flag.php +++ b/_sql/migrations/476-add-less-compatible-flag.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration476 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/477-disable-tag-cloud-for-installation.php b/_sql/migrations/477-disable-tag-cloud-for-installation.php index 8764e70a720..df70c3cf969 100644 --- a/_sql/migrations/477-disable-tag-cloud-for-installation.php +++ b/_sql/migrations/477-disable-tag-cloud-for-installation.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration477 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/478-add-emotion-banner-title-attr.php b/_sql/migrations/478-add-emotion-banner-title-attr.php index 2fad84c0d0c..dcc69581c24 100644 --- a/_sql/migrations/478-add-emotion-banner-title-attr.php +++ b/_sql/migrations/478-add-emotion-banner-title-attr.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration478 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/479-implement-after-update-wizard.php b/_sql/migrations/479-implement-after-update-wizard.php index 0c61e6d7f54..4b3c04bba8a 100644 --- a/_sql/migrations/479-implement-after-update-wizard.php +++ b/_sql/migrations/479-implement-after-update-wizard.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration479 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/480-translate-multi-edit-config-form.php b/_sql/migrations/480-translate-multi-edit-config-form.php index 36b4277ba5d..82f6b3229ce 100644 --- a/_sql/migrations/480-translate-multi-edit-config-form.php +++ b/_sql/migrations/480-translate-multi-edit-config-form.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration480 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/481-remove-vat-validation-from-core.php b/_sql/migrations/481-remove-vat-validation-from-core.php index 2a74a35e135..b058b550491 100644 --- a/_sql/migrations/481-remove-vat-validation-from-core.php +++ b/_sql/migrations/481-remove-vat-validation-from-core.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration481 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/482-remove-horizontal-scrolling.php b/_sql/migrations/482-remove-horizontal-scrolling.php index a3e548c5154..a629d676911 100644 --- a/_sql/migrations/482-remove-horizontal-scrolling.php +++ b/_sql/migrations/482-remove-horizontal-scrolling.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration482 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/483-set-device-type-nullable.php b/_sql/migrations/483-set-device-type-nullable.php index fd55c1225b4..76f98a538db 100644 --- a/_sql/migrations/483-set-device-type-nullable.php +++ b/_sql/migrations/483-set-device-type-nullable.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration483 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/484-add-seo-title-to-categories.php b/_sql/migrations/484-add-seo-title-to-categories.php index 42e13f6214b..69de589de49 100644 --- a/_sql/migrations/484-add-seo-title-to-categories.php +++ b/_sql/migrations/484-add-seo-title-to-categories.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration484 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/485-add-new-sprites-media-manager-albums.php b/_sql/migrations/485-add-new-sprites-media-manager-albums.php index 56503f8b0d3..1ba08ed3de6 100644 --- a/_sql/migrations/485-add-new-sprites-media-manager-albums.php +++ b/_sql/migrations/485-add-new-sprites-media-manager-albums.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration485 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/486-generate-mobile-sitemap.php b/_sql/migrations/486-generate-mobile-sitemap.php index f444d87867d..c3b3145b81a 100644 --- a/_sql/migrations/486-generate-mobile-sitemap.php +++ b/_sql/migrations/486-generate-mobile-sitemap.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration486 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/487-fix-service-product-snippet.php b/_sql/migrations/487-fix-service-product-snippet.php index c7bfaeea858..01ead9783b3 100644 --- a/_sql/migrations/487-fix-service-product-snippet.php +++ b/_sql/migrations/487-fix-service-product-snippet.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration487 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/488-reset-search-index.php b/_sql/migrations/488-reset-search-index.php index 7d284274660..343e5cea3ff 100644 --- a/_sql/migrations/488-reset-search-index.php +++ b/_sql/migrations/488-reset-search-index.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration488 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/489-fix-backend-menu-icons.php b/_sql/migrations/489-fix-backend-menu-icons.php index 9fc08163dd8..646b88f22df 100644 --- a/_sql/migrations/489-fix-backend-menu-icons.php +++ b/_sql/migrations/489-fix-backend-menu-icons.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration489 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/490-fix-email-templates-images-height.php b/_sql/migrations/490-fix-email-templates-images-height.php index 12b20437606..cdf44b2dde4 100644 --- a/_sql/migrations/490-fix-email-templates-images-height.php +++ b/_sql/migrations/490-fix-email-templates-images-height.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration490 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/491-change-enabled-payment-methods.php b/_sql/migrations/491-change-enabled-payment-methods.php index 42a208b7660..053d6fba172 100644 --- a/_sql/migrations/491-change-enabled-payment-methods.php +++ b/_sql/migrations/491-change-enabled-payment-methods.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration491 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/492-remove-unnecessary-data-from-base-install.php b/_sql/migrations/492-remove-unnecessary-data-from-base-install.php index f7cc08f4b8f..be70c82d7e5 100644 --- a/_sql/migrations/492-remove-unnecessary-data-from-base-install.php +++ b/_sql/migrations/492-remove-unnecessary-data-from-base-install.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration492 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/493-remove-mail-translations.php b/_sql/migrations/493-remove-mail-translations.php index 2f68c47f3f8..ec794d59dc9 100644 --- a/_sql/migrations/493-remove-mail-translations.php +++ b/_sql/migrations/493-remove-mail-translations.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration493 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/494-add-cheapest-price-calculation-config.php b/_sql/migrations/494-add-cheapest-price-calculation-config.php index 06bb234a69d..a8bfb6226cb 100644 --- a/_sql/migrations/494-add-cheapest-price-calculation-config.php +++ b/_sql/migrations/494-add-cheapest-price-calculation-config.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration494 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/495-fix-shopping-worlds-grid.php b/_sql/migrations/495-fix-shopping-worlds-grid.php index adcc8e8aeae..ce078603211 100644 --- a/_sql/migrations/495-fix-shopping-worlds-grid.php +++ b/_sql/migrations/495-fix-shopping-worlds-grid.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration495 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/496-add-cheapest-price-selection-config.php b/_sql/migrations/496-add-cheapest-price-selection-config.php index d7ac92b0ec1..d79f9c64a7a 100644 --- a/_sql/migrations/496-add-cheapest-price-selection-config.php +++ b/_sql/migrations/496-add-cheapest-price-selection-config.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration496 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/497-fix-email-payment-method-description.php b/_sql/migrations/497-fix-email-payment-method-description.php index 76d6c44d22c..747daf74670 100644 --- a/_sql/migrations/497-fix-email-payment-method-description.php +++ b/_sql/migrations/497-fix-email-payment-method-description.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration497 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/498-fix-and-add-acl-privileges.php b/_sql/migrations/498-fix-and-add-acl-privileges.php index 3fbe449582d..ba07194c603 100644 --- a/_sql/migrations/498-fix-and-add-acl-privileges.php +++ b/_sql/migrations/498-fix-and-add-acl-privileges.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration498 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/499-add-swag-update-acl-privileges.php b/_sql/migrations/499-add-swag-update-acl-privileges.php index c3446c2dd1b..22c29c6a238 100644 --- a/_sql/migrations/499-add-swag-update-acl-privileges.php +++ b/_sql/migrations/499-add-swag-update-acl-privileges.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration499 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/500-destroy-bot-sessions.php b/_sql/migrations/500-destroy-bot-sessions.php index 31ce52b71a3..ec29de16419 100644 --- a/_sql/migrations/500-destroy-bot-sessions.php +++ b/_sql/migrations/500-destroy-bot-sessions.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration500 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/501-add-added-column-in-mailaddresses.php b/_sql/migrations/501-add-added-column-in-mailaddresses.php index d517d54b80e..0cb855fe84e 100644 --- a/_sql/migrations/501-add-added-column-in-mailaddresses.php +++ b/_sql/migrations/501-add-added-column-in-mailaddresses.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration501 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/502-remove-unused-voucher-table.php b/_sql/migrations/502-remove-unused-voucher-table.php index 80a68c0be4e..2c4e9114b73 100644 --- a/_sql/migrations/502-remove-unused-voucher-table.php +++ b/_sql/migrations/502-remove-unused-voucher-table.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration502 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/503-rename-multi-edit.php b/_sql/migrations/503-rename-multi-edit.php index 8abfcb42103..a20807bd61a 100644 --- a/_sql/migrations/503-rename-multi-edit.php +++ b/_sql/migrations/503-rename-multi-edit.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration503 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/504-add-customergroup-index.php b/_sql/migrations/504-add-customergroup-index.php index 634cc76c997..4eebe1ea26c 100644 --- a/_sql/migrations/504-add-customergroup-index.php +++ b/_sql/migrations/504-add-customergroup-index.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration504 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/505-add-voucher-indexes.php b/_sql/migrations/505-add-voucher-indexes.php index 3c80d84a119..e3f2f7d2d95 100644 --- a/_sql/migrations/505-add-voucher-indexes.php +++ b/_sql/migrations/505-add-voucher-indexes.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration505 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/506-password-reset.php b/_sql/migrations/506-password-reset.php index 680e12b02ab..e33d1cf8556 100644 --- a/_sql/migrations/506-password-reset.php +++ b/_sql/migrations/506-password-reset.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration506 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/600-add-support-max-generated-similar-products.php b/_sql/migrations/600-add-support-max-generated-similar-products.php index 1c95bfa1437..1984edb6eb6 100644 --- a/_sql/migrations/600-add-support-max-generated-similar-products.php +++ b/_sql/migrations/600-add-support-max-generated-similar-products.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration600 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/601-implement-elastic-search.php b/_sql/migrations/601-implement-elastic-search.php index c8ad2823b56..110a56f9c4a 100644 --- a/_sql/migrations/601-implement-elastic-search.php +++ b/_sql/migrations/601-implement-elastic-search.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration601 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/602-add-premium-plugins-menu-item.php b/_sql/migrations/602-add-premium-plugins-menu-item.php index e24db0a9a05..6015033c331 100644 --- a/_sql/migrations/602-add-premium-plugins-menu-item.php +++ b/_sql/migrations/602-add-premium-plugins-menu-item.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration602 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/603-add-product-streams.php b/_sql/migrations/603-add-product-streams.php index d12c89ca023..791b342d4de 100644 --- a/_sql/migrations/603-add-product-streams.php +++ b/_sql/migrations/603-add-product-streams.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration603 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/604-move-discount-surchage-names-into-snippets.php b/_sql/migrations/604-move-discount-surchage-names-into-snippets.php index f3fa7830c6f..f8efc665cf4 100644 --- a/_sql/migrations/604-move-discount-surchage-names-into-snippets.php +++ b/_sql/migrations/604-move-discount-surchage-names-into-snippets.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration604 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/605-add-and-search-config.php b/_sql/migrations/605-add-and-search-config.php index d763e182802..63694500167 100644 --- a/_sql/migrations/605-add-and-search-config.php +++ b/_sql/migrations/605-add-and-search-config.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration605 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/606-add-state-name-column.php b/_sql/migrations/606-add-state-name-column.php index a2eaf7d2fbb..e5d161598f8 100644 --- a/_sql/migrations/606-add-state-name-column.php +++ b/_sql/migrations/606-add-state-name-column.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration606 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/607-add-rss-feed-widget.php b/_sql/migrations/607-add-rss-feed-widget.php index c2e357dd59c..d2d395e5e0a 100644 --- a/_sql/migrations/607-add-rss-feed-widget.php +++ b/_sql/migrations/607-add-rss-feed-widget.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration607 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/608-fix-product-stream-icon.php b/_sql/migrations/608-fix-product-stream-icon.php index 942a912d78e..4c3e8ef3fee 100644 --- a/_sql/migrations/608-fix-product-stream-icon.php +++ b/_sql/migrations/608-fix-product-stream-icon.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration608 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/609-add-media-recycling.php b/_sql/migrations/609-add-media-recycling.php index 4c818acee21..0409f0cf6cf 100644 --- a/_sql/migrations/609-add-media-recycling.php +++ b/_sql/migrations/609-add-media-recycling.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration609 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/610-remove-deprecated-adodb.php b/_sql/migrations/610-remove-deprecated-adodb.php index 7a2e09c447e..5ae05ac219c 100644 --- a/_sql/migrations/610-remove-deprecated-adodb.php +++ b/_sql/migrations/610-remove-deprecated-adodb.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration610 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/611-remove-deprecated-api.php b/_sql/migrations/611-remove-deprecated-api.php index 97fecdbd018..1a5fee5c4a8 100644 --- a/_sql/migrations/611-remove-deprecated-api.php +++ b/_sql/migrations/611-remove-deprecated-api.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration611 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/612-remove-deprecated-multilanguage.php b/_sql/migrations/612-remove-deprecated-multilanguage.php index 43aed403961..bc03d49648d 100644 --- a/_sql/migrations/612-remove-deprecated-multilanguage.php +++ b/_sql/migrations/612-remove-deprecated-multilanguage.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration612 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/613-add-media-meta.php b/_sql/migrations/613-add-media-meta.php index bcd15ab8157..3987e113e3d 100644 --- a/_sql/migrations/613-add-media-meta.php +++ b/_sql/migrations/613-add-media-meta.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration613 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/614-fix-document-logo-path.php b/_sql/migrations/614-fix-document-logo-path.php index 383ace8d21e..cdeae5c21a7 100644 --- a/_sql/migrations/614-fix-document-logo-path.php +++ b/_sql/migrations/614-fix-document-logo-path.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration614 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/615-password-reset.php b/_sql/migrations/615-password-reset.php index 729a33cdab8..1d98814b187 100644 --- a/_sql/migrations/615-password-reset.php +++ b/_sql/migrations/615-password-reset.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration615 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/616-product-stream-emotion-field.php b/_sql/migrations/616-product-stream-emotion-field.php index da1ad207bbd..b168a8b3d8d 100644 --- a/_sql/migrations/616-product-stream-emotion-field.php +++ b/_sql/migrations/616-product-stream-emotion-field.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration616 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/617-add-html5-emotion-handler.php b/_sql/migrations/617-add-html5-emotion-handler.php index ca1c0c5a379..70c4ef5eec6 100644 --- a/_sql/migrations/617-add-html5-emotion-handler.php +++ b/_sql/migrations/617-add-html5-emotion-handler.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration617 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/618-add-trash-album-settings.php b/_sql/migrations/618-add-trash-album-settings.php index cf4e64042c3..cb6646884e4 100644 --- a/_sql/migrations/618-add-trash-album-settings.php +++ b/_sql/migrations/618-add-trash-album-settings.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration618 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/619-add-widgets-listing-cache-tag.php b/_sql/migrations/619-add-widgets-listing-cache-tag.php index 28042fb8d6a..21615dd4d38 100644 --- a/_sql/migrations/619-add-widgets-listing-cache-tag.php +++ b/_sql/migrations/619-add-widgets-listing-cache-tag.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration619 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/620-add-delivered-in-future-column.php b/_sql/migrations/620-add-delivered-in-future-column.php index 6f802c120b6..e428fdcd47f 100644 --- a/_sql/migrations/620-add-delivered-in-future-column.php +++ b/_sql/migrations/620-add-delivered-in-future-column.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration620 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/621-remove-filter-options.php b/_sql/migrations/621-remove-filter-options.php index e32f47c8e06..2d50c222afe 100644 --- a/_sql/migrations/621-remove-filter-options.php +++ b/_sql/migrations/621-remove-filter-options.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration621 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/622-add-emotion-seo-title.php b/_sql/migrations/622-add-emotion-seo-title.php index 8346a666422..3298507f307 100644 --- a/_sql/migrations/622-add-emotion-seo-title.php +++ b/_sql/migrations/622-add-emotion-seo-title.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration622 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/623-add-payment-config-item.php b/_sql/migrations/623-add-payment-config-item.php index f6c5acdc2d7..b96b7291a4a 100644 --- a/_sql/migrations/623-add-payment-config-item.php +++ b/_sql/migrations/623-add-payment-config-item.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration623 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/624-fix-null-tax-rules.php b/_sql/migrations/624-fix-null-tax-rules.php index 8dc21feb7f5..97e45b524ce 100644 --- a/_sql/migrations/624-fix-null-tax-rules.php +++ b/_sql/migrations/624-fix-null-tax-rules.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration624 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/625-rename-feedback.php b/_sql/migrations/625-rename-feedback.php index a7f65efc049..54599379e31 100644 --- a/_sql/migrations/625-rename-feedback.php +++ b/_sql/migrations/625-rename-feedback.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration625 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/626-fix-email-template-variables.php b/_sql/migrations/626-fix-email-template-variables.php index e008759d46d..ac99c5287ae 100644 --- a/_sql/migrations/626-fix-email-template-variables.php +++ b/_sql/migrations/626-fix-email-template-variables.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration626 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/627-fix-order-email-voucher-image.php b/_sql/migrations/627-fix-order-email-voucher-image.php index 2cebd27302f..dc0d4486118 100644 --- a/_sql/migrations/627-fix-order-email-voucher-image.php +++ b/_sql/migrations/627-fix-order-email-voucher-image.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration627 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/628-add-validation-index.php b/_sql/migrations/628-add-validation-index.php index e66b26bb328..a6671cd5863 100644 --- a/_sql/migrations/628-add-validation-index.php +++ b/_sql/migrations/628-add-validation-index.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration628 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/629-implement-ajax-timeout.php b/_sql/migrations/629-implement-ajax-timeout.php index b7984d8cef1..a8251729216 100644 --- a/_sql/migrations/629-implement-ajax-timeout.php +++ b/_sql/migrations/629-implement-ajax-timeout.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration629 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/630-remove-google-analytics.php b/_sql/migrations/630-remove-google-analytics.php index 90c0ad87a10..efaabfbcf6a 100644 --- a/_sql/migrations/630-remove-google-analytics.php +++ b/_sql/migrations/630-remove-google-analytics.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration630 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/631-remove-search-results-per-page.php b/_sql/migrations/631-remove-search-results-per-page.php index 96f22591649..0e5a6981978 100644 --- a/_sql/migrations/631-remove-search-results-per-page.php +++ b/_sql/migrations/631-remove-search-results-per-page.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration631 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/632-optimize-hide-no-instock-label.php b/_sql/migrations/632-optimize-hide-no-instock-label.php index 8739b66335b..b072954aad2 100644 --- a/_sql/migrations/632-optimize-hide-no-instock-label.php +++ b/_sql/migrations/632-optimize-hide-no-instock-label.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration632 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/633-add-index-for-image-mappings.php b/_sql/migrations/633-add-index-for-image-mappings.php index 6feb518d03a..2ea080dde44 100644 --- a/_sql/migrations/633-add-index-for-image-mappings.php +++ b/_sql/migrations/633-add-index-for-image-mappings.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration633 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/634-add-index-for-basket-ordernumber.php b/_sql/migrations/634-add-index-for-basket-ordernumber.php index 3cd394d3885..ddfac9ad9ad 100644 --- a/_sql/migrations/634-add-index-for-basket-ordernumber.php +++ b/_sql/migrations/634-add-index-for-basket-ordernumber.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration634 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/635-add-index-for-plugin-id.php b/_sql/migrations/635-add-index-for-plugin-id.php index 3fdd6b2b03b..53188c8077b 100644 --- a/_sql/migrations/635-add-index-for-plugin-id.php +++ b/_sql/migrations/635-add-index-for-plugin-id.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration635 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/636-streamline-german-email-wording.php b/_sql/migrations/636-streamline-german-email-wording.php index 7c022102c97..ea1809dcbc3 100644 --- a/_sql/migrations/636-streamline-german-email-wording.php +++ b/_sql/migrations/636-streamline-german-email-wording.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration636 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/637-deactivate-similar-products.php b/_sql/migrations/637-deactivate-similar-products.php index c5de3db17a4..51acdc796ac 100644 --- a/_sql/migrations/637-deactivate-similar-products.php +++ b/_sql/migrations/637-deactivate-similar-products.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration637 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/638-fix-serialized-data.php b/_sql/migrations/638-fix-serialized-data.php index b38ff829d9e..08f393594ee 100644 --- a/_sql/migrations/638-fix-serialized-data.php +++ b/_sql/migrations/638-fix-serialized-data.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration638 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/700-remove-filter-values.php b/_sql/migrations/700-remove-filter-values.php index cbdc99ff3e4..f3275537b22 100644 --- a/_sql/migrations/700-remove-filter-values.php +++ b/_sql/migrations/700-remove-filter-values.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration700 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/701-remove-emotion-backend-options.php b/_sql/migrations/701-remove-emotion-backend-options.php index 0db2309d318..4d56ecf3d24 100644 --- a/_sql/migrations/701-remove-emotion-backend-options.php +++ b/_sql/migrations/701-remove-emotion-backend-options.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration701 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/702-add-emotion-element-css-class.php b/_sql/migrations/702-add-emotion-element-css-class.php index 7117ddc7d8f..bc31c28ab91 100644 --- a/_sql/migrations/702-add-emotion-element-css-class.php +++ b/_sql/migrations/702-add-emotion-element-css-class.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration702 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/703-activate-html-code-widget-by-default.php b/_sql/migrations/703-activate-html-code-widget-by-default.php index 8ef74a5e97f..6ac9cf20297 100644 --- a/_sql/migrations/703-activate-html-code-widget-by-default.php +++ b/_sql/migrations/703-activate-html-code-widget-by-default.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration703 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/704-remove-referercheck.php b/_sql/migrations/704-remove-referercheck.php index ddd985aec17..4cc3ef0b97c 100644 --- a/_sql/migrations/704-remove-referercheck.php +++ b/_sql/migrations/704-remove-referercheck.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration704 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/705-rename-category-template-column.php b/_sql/migrations/705-rename-category-template-column.php index 70fe86d02c0..26add6ee547 100644 --- a/_sql/migrations/705-rename-category-template-column.php +++ b/_sql/migrations/705-rename-category-template-column.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration705 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/706-remove-debit-table.php b/_sql/migrations/706-remove-debit-table.php index e5200fe9b28..89da5c8f4ed 100644 --- a/_sql/migrations/706-remove-debit-table.php +++ b/_sql/migrations/706-remove-debit-table.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration706 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/707-add-new-emotion-link-target-field.php b/_sql/migrations/707-add-new-emotion-link-target-field.php index 9a0999e6ebc..86044391c30 100644 --- a/_sql/migrations/707-add-new-emotion-link-target-field.php +++ b/_sql/migrations/707-add-new-emotion-link-target-field.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration707 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/708-attribute-administration.php b/_sql/migrations/708-attribute-administration.php index b553256c256..cb5ab0a69e8 100644 --- a/_sql/migrations/708-attribute-administration.php +++ b/_sql/migrations/708-attribute-administration.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/709-add-user-addresses.php b/_sql/migrations/709-add-user-addresses.php index f3516485e2c..997d1a93792 100644 --- a/_sql/migrations/709-add-user-addresses.php +++ b/_sql/migrations/709-add-user-addresses.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration709 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/710-remove-fax-field.php b/_sql/migrations/710-remove-fax-field.php index d7108fae3fc..21b0e047571 100644 --- a/_sql/migrations/710-remove-fax-field.php +++ b/_sql/migrations/710-remove-fax-field.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration710 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/711-create-address-migrate-table.php b/_sql/migrations/711-create-address-migrate-table.php index d93a8b9604e..224c8292ffd 100644 --- a/_sql/migrations/711-create-address-migrate-table.php +++ b/_sql/migrations/711-create-address-migrate-table.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration711 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/712-migrate-user-billing.php b/_sql/migrations/712-migrate-user-billing.php index ccf9c4e5cf5..cfa0d645342 100644 --- a/_sql/migrations/712-migrate-user-billing.php +++ b/_sql/migrations/712-migrate-user-billing.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration712 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/713-migrate-user-shipping.php b/_sql/migrations/713-migrate-user-shipping.php index 34d8c8d7061..c5ef99e28fd 100644 --- a/_sql/migrations/713-migrate-user-shipping.php +++ b/_sql/migrations/713-migrate-user-shipping.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration713 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/714-migrate-order-billing.php b/_sql/migrations/714-migrate-order-billing.php index e8615d91ede..c9693d1c4b5 100644 --- a/_sql/migrations/714-migrate-order-billing.php +++ b/_sql/migrations/714-migrate-order-billing.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration714 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/715-migrate-order-shipping.php b/_sql/migrations/715-migrate-order-shipping.php index 84b3890eafb..4ceaab93b6b 100644 --- a/_sql/migrations/715-migrate-order-shipping.php +++ b/_sql/migrations/715-migrate-order-shipping.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration715 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/716-copy-addresses-to-addressbook.php b/_sql/migrations/716-copy-addresses-to-addressbook.php index a8fdac1e2b2..39af0fcbe4d 100644 --- a/_sql/migrations/716-copy-addresses-to-addressbook.php +++ b/_sql/migrations/716-copy-addresses-to-addressbook.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration716 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/717-set-default-billingaddresses.php b/_sql/migrations/717-set-default-billingaddresses.php index 19b9eaafe48..058aeb61af2 100644 --- a/_sql/migrations/717-set-default-billingaddresses.php +++ b/_sql/migrations/717-set-default-billingaddresses.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration717 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/718-set-default-shippingaddresses.php b/_sql/migrations/718-set-default-shippingaddresses.php index ae23b1766e2..0998999e258 100644 --- a/_sql/migrations/718-set-default-shippingaddresses.php +++ b/_sql/migrations/718-set-default-shippingaddresses.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration718 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/719-create-address-attribute-tables.php b/_sql/migrations/719-create-address-attribute-tables.php index 0e0795b54cb..1b7768bf97c 100644 --- a/_sql/migrations/719-create-address-attribute-tables.php +++ b/_sql/migrations/719-create-address-attribute-tables.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration719 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/720-migrate-order-billing-attributes.php b/_sql/migrations/720-migrate-order-billing-attributes.php index 3dfca0e2e21..712ae5242d2 100644 --- a/_sql/migrations/720-migrate-order-billing-attributes.php +++ b/_sql/migrations/720-migrate-order-billing-attributes.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration720 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/721-migrate-order-shipping-attributes.php b/_sql/migrations/721-migrate-order-shipping-attributes.php index 427bb515cb0..dc71bb00205 100644 --- a/_sql/migrations/721-migrate-order-shipping-attributes.php +++ b/_sql/migrations/721-migrate-order-shipping-attributes.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration721 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/722-migrate-user-shipping-attributes.php b/_sql/migrations/722-migrate-user-shipping-attributes.php index 66f928a5003..83a6e8555cb 100644 --- a/_sql/migrations/722-migrate-user-shipping-attributes.php +++ b/_sql/migrations/722-migrate-user-shipping-attributes.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration722 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/723-migrate-user-billing-attributes.php b/_sql/migrations/723-migrate-user-billing-attributes.php index 5762fc2c345..f6b4f470960 100644 --- a/_sql/migrations/723-migrate-user-billing-attributes.php +++ b/_sql/migrations/723-migrate-user-billing-attributes.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration723 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/724-cleanup-address-migration.php b/_sql/migrations/724-cleanup-address-migration.php index 11db3b46255..b73555f4d1c 100644 --- a/_sql/migrations/724-cleanup-address-migration.php +++ b/_sql/migrations/724-cleanup-address-migration.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration724 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/725-remove-license-plugin-from-initial-db.php b/_sql/migrations/725-remove-license-plugin-from-initial-db.php index 3834f0f9a62..46d7c234298 100644 --- a/_sql/migrations/725-remove-license-plugin-from-initial-db.php +++ b/_sql/migrations/725-remove-license-plugin-from-initial-db.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration725 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/726-remove-shipping-billing.php b/_sql/migrations/726-remove-shipping-billing.php index 563a1ef9038..a33aa33cdca 100644 --- a/_sql/migrations/726-remove-shipping-billing.php +++ b/_sql/migrations/726-remove-shipping-billing.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration726 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/727-core-license-config.php b/_sql/migrations/727-core-license-config.php index dd5b49c51f1..f1f753c584c 100644 --- a/_sql/migrations/727-core-license-config.php +++ b/_sql/migrations/727-core-license-config.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration727 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/728-create-s-user-columns.php b/_sql/migrations/728-create-s-user-columns.php index a16c55446b8..afac38a9e08 100644 --- a/_sql/migrations/728-create-s-user-columns.php +++ b/_sql/migrations/728-create-s-user-columns.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration728 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/729-migrate-additional-userdata.php b/_sql/migrations/729-migrate-additional-userdata.php index 3b775d1263b..9ac9235a1d2 100644 --- a/_sql/migrations/729-migrate-additional-userdata.php +++ b/_sql/migrations/729-migrate-additional-userdata.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration729 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/730-drop-birthday-column.php b/_sql/migrations/730-drop-birthday-column.php index 7738b0ab0ce..7070c33bf95 100644 --- a/_sql/migrations/730-drop-birthday-column.php +++ b/_sql/migrations/730-drop-birthday-column.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration730 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/731-remove-emotion-grids.php b/_sql/migrations/731-remove-emotion-grids.php index f83c37cc911..ec3e124f626 100644 --- a/_sql/migrations/731-remove-emotion-grids.php +++ b/_sql/migrations/731-remove-emotion-grids.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration731 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/732-remove-landingpage-teaser.php b/_sql/migrations/732-remove-landingpage-teaser.php index 0ef084e95cc..9a78f888a23 100644 --- a/_sql/migrations/732-remove-landingpage-teaser.php +++ b/_sql/migrations/732-remove-landingpage-teaser.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration732 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/733-add-translatable-field-with-data.php b/_sql/migrations/733-add-translatable-field-with-data.php index 52872d4554e..2c88a9f85cf 100644 --- a/_sql/migrations/733-add-translatable-field-with-data.php +++ b/_sql/migrations/733-add-translatable-field-with-data.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration733 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/734-new-emotion-shop-association.php b/_sql/migrations/734-new-emotion-shop-association.php index 8f48a3d29ee..78a5dff6cf3 100644 --- a/_sql/migrations/734-new-emotion-shop-association.php +++ b/_sql/migrations/734-new-emotion-shop-association.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration734 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/735-migrate-old-emotion-relation.php b/_sql/migrations/735-migrate-old-emotion-relation.php index b8bbfddd96b..baf66079a14 100644 --- a/_sql/migrations/735-migrate-old-emotion-relation.php +++ b/_sql/migrations/735-migrate-old-emotion-relation.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration735 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/736-add-article-widget-categorie-selection.php b/_sql/migrations/736-add-article-widget-categorie-selection.php index ea0fbb854a7..91c86bbb0d0 100644 --- a/_sql/migrations/736-add-article-widget-categorie-selection.php +++ b/_sql/migrations/736-add-article-widget-categorie-selection.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration736 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/737-add-emotion-element-viewport.php b/_sql/migrations/737-add-emotion-element-viewport.php index 00b563979b9..1dbffa289d5 100644 --- a/_sql/migrations/737-add-emotion-element-viewport.php +++ b/_sql/migrations/737-add-emotion-element-viewport.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration737 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/738-fixed-iframe-widget-xtype.php b/_sql/migrations/738-fixed-iframe-widget-xtype.php index 4081b093e66..166b9d12a77 100644 --- a/_sql/migrations/738-fixed-iframe-widget-xtype.php +++ b/_sql/migrations/738-fixed-iframe-widget-xtype.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration738 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/739-migrate-emotion-widget-settings.php b/_sql/migrations/739-migrate-emotion-widget-settings.php index 49a80aecf02..561e9a3f7ec 100644 --- a/_sql/migrations/739-migrate-emotion-widget-settings.php +++ b/_sql/migrations/739-migrate-emotion-widget-settings.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration739 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/740-new-border-setting-for-emotion-widgets.php b/_sql/migrations/740-new-border-setting-for-emotion-widgets.php index 366b2c29b42..857713e6806 100644 --- a/_sql/migrations/740-new-border-setting-for-emotion-widgets.php +++ b/_sql/migrations/740-new-border-setting-for-emotion-widgets.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration740 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/741-migrate-salutation-mails.php b/_sql/migrations/741-migrate-salutation-mails.php index e180dbdfc2a..38af079d89a 100644 --- a/_sql/migrations/741-migrate-salutation-mails.php +++ b/_sql/migrations/741-migrate-salutation-mails.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration741 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/742-add-title-user-billing.php b/_sql/migrations/742-add-title-user-billing.php index 9d0d2e900b4..3fc7d6ec5bf 100644 --- a/_sql/migrations/742-add-title-user-billing.php +++ b/_sql/migrations/742-add-title-user-billing.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration742 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/743-add-title-order-billing.php b/_sql/migrations/743-add-title-order-billing.php index c277df5f40d..12fb8659fbb 100644 --- a/_sql/migrations/743-add-title-order-billing.php +++ b/_sql/migrations/743-add-title-order-billing.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration743 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/744-add-title-order-shipping.php b/_sql/migrations/744-add-title-order-shipping.php index ddd05dbdcb2..d6aad3215ac 100644 --- a/_sql/migrations/744-add-title-order-shipping.php +++ b/_sql/migrations/744-add-title-order-shipping.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration744 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/745-add-title-user-shipping.php b/_sql/migrations/745-add-title-user-shipping.php index 34d9405e978..0c8481ea703 100644 --- a/_sql/migrations/745-add-title-user-shipping.php +++ b/_sql/migrations/745-add-title-user-shipping.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration745 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/746-migrate-shipping.php b/_sql/migrations/746-migrate-shipping.php index a8635fbaf42..5feec9b190d 100644 --- a/_sql/migrations/746-migrate-shipping.php +++ b/_sql/migrations/746-migrate-shipping.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration746 extends Shopware\Components\Migrations\AbstractMigration @@ -31,7 +30,7 @@ public function up($modus) (`userID`, `company`, `department`, `salutation`, `firstname`, `lastname`, `street`, `zipcode`, `city`, `countryID`, `stateID`, `additional_address_line1`, `additional_address_line2`, `title`) SELECT addresses.`user_id` as userID, addresses.`company`, addresses.`department`, addresses.`salutation`, addresses.`firstname`, addresses.`lastname`, addresses.`street`, addresses.`zipcode`, addresses.`city`, addresses.`country_id` as countryID, addresses.`state_id` as stateID, addresses.`additional_address_line1`, addresses.`additional_address_line2`, addresses.`title` -FROM +FROM s_user_addresses addresses INNER JOIN s_user user ON user.default_shipping_address_id = addresses.id SQL; diff --git a/_sql/migrations/747-ekw-mode-migration.php b/_sql/migrations/747-ekw-mode-migration.php index 340ce0c863e..19c417dd75c 100644 --- a/_sql/migrations/747-ekw-mode-migration.php +++ b/_sql/migrations/747-ekw-mode-migration.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration747 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/748-remove-unused-fields.php b/_sql/migrations/748-remove-unused-fields.php index d111b9be4fc..4c059f8d259 100644 --- a/_sql/migrations/748-remove-unused-fields.php +++ b/_sql/migrations/748-remove-unused-fields.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration748 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/749-make-ustid-nullable.php b/_sql/migrations/749-make-ustid-nullable.php index 034b67c9066..d7b2e575855 100644 --- a/_sql/migrations/749-make-ustid-nullable.php +++ b/_sql/migrations/749-make-ustid-nullable.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration749 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/750-migrate-article-details-base-price.php b/_sql/migrations/750-migrate-article-details-base-price.php index 6643f261468..d6d6c4ba37f 100644 --- a/_sql/migrations/750-migrate-article-details-base-price.php +++ b/_sql/migrations/750-migrate-article-details-base-price.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration750 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/751-drop-unused-menu-fields.php b/_sql/migrations/751-drop-unused-menu-fields.php index 9e6d60be7b7..bfbbd63e3df 100644 --- a/_sql/migrations/751-drop-unused-menu-fields.php +++ b/_sql/migrations/751-drop-unused-menu-fields.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration751 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/752-delete-payment-plugin.php b/_sql/migrations/752-delete-payment-plugin.php index 53e52c70d6e..4b301c36e70 100644 --- a/_sql/migrations/752-delete-payment-plugin.php +++ b/_sql/migrations/752-delete-payment-plugin.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration752 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/753-add-s-user-customer-number.php b/_sql/migrations/753-add-s-user-customer-number.php index e7fdbf9cf64..ebf3171ae7d 100644 --- a/_sql/migrations/753-add-s-user-customer-number.php +++ b/_sql/migrations/753-add-s-user-customer-number.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration753 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/754-update-order-billing-customer-number.php b/_sql/migrations/754-update-order-billing-customer-number.php index 0496f44367d..4582ac266ae 100644 --- a/_sql/migrations/754-update-order-billing-customer-number.php +++ b/_sql/migrations/754-update-order-billing-customer-number.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration754 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/755-migrate-customer-number.php b/_sql/migrations/755-migrate-customer-number.php index af1dfb00631..35db2b39deb 100644 --- a/_sql/migrations/755-migrate-customer-number.php +++ b/_sql/migrations/755-migrate-customer-number.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration755 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/756-drop-customer-number.php b/_sql/migrations/756-drop-customer-number.php index ee4704792d9..9a3e6f75247 100644 --- a/_sql/migrations/756-drop-customer-number.php +++ b/_sql/migrations/756-drop-customer-number.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration756 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/757-add-array-store-field.php b/_sql/migrations/757-add-array-store-field.php index 6d99013779d..0ad6df5a5e0 100644 --- a/_sql/migrations/757-add-array-store-field.php +++ b/_sql/migrations/757-add-array-store-field.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration757 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/758-remove-attributes-read-acl.php b/_sql/migrations/758-remove-attributes-read-acl.php index f30ef722e82..388c63889a1 100644 --- a/_sql/migrations/758-remove-attributes-read-acl.php +++ b/_sql/migrations/758-remove-attributes-read-acl.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration758 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/759-remove-noviewselect.php b/_sql/migrations/759-remove-noviewselect.php index 226bc3b5a65..c2634c5324a 100644 --- a/_sql/migrations/759-remove-noviewselect.php +++ b/_sql/migrations/759-remove-noviewselect.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration759 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/760-change-plugin-unique-key.php b/_sql/migrations/760-change-plugin-unique-key.php index 776776053dd..ff7ebc9177c 100644 --- a/_sql/migrations/760-change-plugin-unique-key.php +++ b/_sql/migrations/760-change-plugin-unique-key.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration760 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/761-change-performance-menu.php b/_sql/migrations/761-change-performance-menu.php index 5eddbcec423..83012b99a1a 100644 --- a/_sql/migrations/761-change-performance-menu.php +++ b/_sql/migrations/761-change-performance-menu.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration761 extends Shopware\Components\Migrations\AbstractMigration @@ -32,7 +31,7 @@ public function up($modus) $this->addSql($sql); $sql = <<<'EOD' -INSERT INTO `s_core_menu` (`id`, `parent`, `name`, `onclick`, `class`, `position`, `active`, `pluginID`, `controller`, `shortcut`, `action`) VALUES +INSERT INTO `s_core_menu` (`id`, `parent`, `name`, `onclick`, `class`, `position`, `active`, `pluginID`, `controller`, `shortcut`, `action`) VALUES (NULL, @parent, 'Performance', NULL, 'sprite-bin-full settings--performance', '2', '1', NULL, 'Performance', NULL, 'Index'); EOD; $this->addSql($sql); diff --git a/_sql/migrations/762-increase-img-character-size.php b/_sql/migrations/762-increase-img-character-size.php index 7aa2f61db63..2eb120471ed 100644 --- a/_sql/migrations/762-increase-img-character-size.php +++ b/_sql/migrations/762-increase-img-character-size.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration762 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/763-add-attributes-read-acl.php b/_sql/migrations/763-add-attributes-read-acl.php index 1b81a6a47e1..db38b13b2ce 100644 --- a/_sql/migrations/763-add-attributes-read-acl.php +++ b/_sql/migrations/763-add-attributes-read-acl.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration763 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/764-fixing-ordernumber-schema-addon-premiums.php b/_sql/migrations/764-fixing-ordernumber-schema-addon-premiums.php index c64c07ceb67..1d7340c92aa 100644 --- a/_sql/migrations/764-fixing-ordernumber-schema-addon-premiums.php +++ b/_sql/migrations/764-fixing-ordernumber-schema-addon-premiums.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration764 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/765-fixing-ordernumber-schema-article-configurator-templates.php b/_sql/migrations/765-fixing-ordernumber-schema-article-configurator-templates.php index f4425144824..3159d9539df 100644 --- a/_sql/migrations/765-fixing-ordernumber-schema-article-configurator-templates.php +++ b/_sql/migrations/765-fixing-ordernumber-schema-article-configurator-templates.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration765 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/766-fixing-ordernumber-schema-article-details.php b/_sql/migrations/766-fixing-ordernumber-schema-article-details.php index 7934be4ce20..b2a91da2ec0 100644 --- a/_sql/migrations/766-fixing-ordernumber-schema-article-details.php +++ b/_sql/migrations/766-fixing-ordernumber-schema-article-details.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration766 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/767-fixing-ordernumber-schema-campaigns-articles.php b/_sql/migrations/767-fixing-ordernumber-schema-campaigns-articles.php index 5f6db48a37a..b026f34f693 100644 --- a/_sql/migrations/767-fixing-ordernumber-schema-campaigns-articles.php +++ b/_sql/migrations/767-fixing-ordernumber-schema-campaigns-articles.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration767 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/768-fixing-ordernumber-schema-order.php b/_sql/migrations/768-fixing-ordernumber-schema-order.php index e1f033d5a08..cf59e078e54 100644 --- a/_sql/migrations/768-fixing-ordernumber-schema-order.php +++ b/_sql/migrations/768-fixing-ordernumber-schema-order.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration768 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/769-fixing-ordernumber-schema-order-basket.php b/_sql/migrations/769-fixing-ordernumber-schema-order-basket.php index 96ed6b2b0ff..80b69716f65 100644 --- a/_sql/migrations/769-fixing-ordernumber-schema-order-basket.php +++ b/_sql/migrations/769-fixing-ordernumber-schema-order-basket.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration769 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/770-fixing-ordernumber-schema-order-details.php b/_sql/migrations/770-fixing-ordernumber-schema-order-details.php index ebb4171bd83..9f65576a195 100644 --- a/_sql/migrations/770-fixing-ordernumber-schema-order-details.php +++ b/_sql/migrations/770-fixing-ordernumber-schema-order-details.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration770 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/771-fixing-ordernumber-schema-order-notes.php b/_sql/migrations/771-fixing-ordernumber-schema-order-notes.php index 1b3f985ae7d..5fc52b88e66 100644 --- a/_sql/migrations/771-fixing-ordernumber-schema-order-notes.php +++ b/_sql/migrations/771-fixing-ordernumber-schema-order-notes.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration771 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/772-allow-label-nullable.php b/_sql/migrations/772-allow-label-nullable.php index 80273e49a04..8f6fc1287fc 100644 --- a/_sql/migrations/772-allow-label-nullable.php +++ b/_sql/migrations/772-allow-label-nullable.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration772 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/773-add-library-component-fields.php b/_sql/migrations/773-add-library-component-fields.php index 50d0e001eea..b1b31c7e976 100644 --- a/_sql/migrations/773-add-library-component-fields.php +++ b/_sql/migrations/773-add-library-component-fields.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration773 extends Shopware\Components\Migrations\AbstractMigration @@ -34,7 +33,7 @@ public function up($modus) $this->addSql('SET @componentId = (SELECT `id` FROM `s_library_component` WHERE `name` = "Youtube-Video")'); $this->addSql('SET @maxNumberPosition = (SELECT MAX(position) FROM `s_library_component_field` WHERE `componentID`=@componentId) + 1;'); $sql = <<<'EOD' -INSERT IGNORE INTO `s_library_component_field` (`id`, `componentID`, `name`, `x_type`, `value_type`, `field_label`, `support_text`, `help_title`, `help_text`, `store`, `display_field`, `value_field`, `default_value`, `allow_blank`, `translatable`, `position`) +INSERT IGNORE INTO `s_library_component_field` (`id`, `componentID`, `name`, `x_type`, `value_type`, `field_label`, `support_text`, `help_title`, `help_text`, `store`, `display_field`, `value_field`, `default_value`, `allow_blank`, `translatable`, `position`) VALUES (null, @componentId, 'video_autoplay', 'checkbox', '', 'Video automatisch starten', '', '', '', '', '', '', 0, 0, 0, @maxNumberPosition), (null, @componentId, 'video_related', 'checkbox', '', 'Empfehlungen ausblenden', '', '', '', '', '', '', 0, 0, 0, @maxNumberPosition+1), diff --git a/_sql/migrations/774-add-extra-config-elements.php b/_sql/migrations/774-add-extra-config-elements.php index a6d45cf335e..b262d57aef0 100644 --- a/_sql/migrations/774-add-extra-config-elements.php +++ b/_sql/migrations/774-add-extra-config-elements.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration774 extends Shopware\Components\Migrations\AbstractMigration @@ -34,7 +33,7 @@ public function up($modus) $sql = <<getFilteredBotList($blacklistConfig[0]['value']); $statement = $this->connection->prepare(' UPDATE s_core_config_elements - SET value = :value + SET value = :value WHERE id = :id '); $statement->execute([ @@ -69,7 +68,7 @@ private function fixCustomerBlacklists() $botList = $this->getFilteredBotList($config['value']); $statement = $this->connection->prepare(' UPDATE s_core_config_values - SET value = :value + SET value = :value WHERE id = :id '); $statement->execute([ diff --git a/_sql/migrations/780-fix-debit-payment.php b/_sql/migrations/780-fix-debit-payment.php index 20f5b87add0..ad73e0f6e9c 100644 --- a/_sql/migrations/780-fix-debit-payment.php +++ b/_sql/migrations/780-fix-debit-payment.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration780 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/781-update-forum-link.php b/_sql/migrations/781-update-forum-link.php index 9c6a2a6269d..398078c700b 100644 --- a/_sql/migrations/781-update-forum-link.php +++ b/_sql/migrations/781-update-forum-link.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration781 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/782-add-partner-idcode-index.php b/_sql/migrations/782-add-partner-idcode-index.php index 0f53e363c05..4f0753e559e 100644 --- a/_sql/migrations/782-add-partner-idcode-index.php +++ b/_sql/migrations/782-add-partner-idcode-index.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration782 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/783-increase-media-path-columns.php b/_sql/migrations/783-increase-media-path-columns.php index 80ba1bee7f2..e9ef423e8f0 100644 --- a/_sql/migrations/783-increase-media-path-columns.php +++ b/_sql/migrations/783-increase-media-path-columns.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration783 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/784-add-paging-to-notfoundfield.php b/_sql/migrations/784-add-paging-to-notfoundfield.php index 688645cd6fe..41502e92997 100644 --- a/_sql/migrations/784-add-paging-to-notfoundfield.php +++ b/_sql/migrations/784-add-paging-to-notfoundfield.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration784 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/785-add-connect-default-menu.php b/_sql/migrations/785-add-connect-default-menu.php index 391ab6af619..960242535ff 100644 --- a/_sql/migrations/785-add-connect-default-menu.php +++ b/_sql/migrations/785-add-connect-default-menu.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration785 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/786-extend-api-cache-invalidation.php b/_sql/migrations/786-extend-api-cache-invalidation.php index 8748e5577f5..deed29c392d 100644 --- a/_sql/migrations/786-extend-api-cache-invalidation.php +++ b/_sql/migrations/786-extend-api-cache-invalidation.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration786 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/787-add-missing-translation-basicsettings-login-and-registration.php b/_sql/migrations/787-add-missing-translation-basicsettings-login-and-registration.php index 9eb5be57e5b..6b529172694 100644 --- a/_sql/migrations/787-add-missing-translation-basicsettings-login-and-registration.php +++ b/_sql/migrations/787-add-missing-translation-basicsettings-login-and-registration.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration787 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/788-change-Seo-Router-description.php b/_sql/migrations/788-change-Seo-Router-description.php index c2d1feb1ba7..8863a85a6db 100644 --- a/_sql/migrations/788-change-Seo-Router-description.php +++ b/_sql/migrations/788-change-Seo-Router-description.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration788 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/789-add-crontab-disableonerror.php b/_sql/migrations/789-add-crontab-disableonerror.php index 6ce6c65c8b6..340dd365304 100644 --- a/_sql/migrations/789-add-crontab-disableonerror.php +++ b/_sql/migrations/789-add-crontab-disableonerror.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration789 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/790-clarify-basic-settings-label.php b/_sql/migrations/790-clarify-basic-settings-label.php index facd3af956c..50cde8fd392 100644 --- a/_sql/migrations/790-clarify-basic-settings-label.php +++ b/_sql/migrations/790-clarify-basic-settings-label.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration790 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/791-increase-password-hash-size.php b/_sql/migrations/791-increase-password-hash-size.php index 29602995723..7b95d954c9a 100644 --- a/_sql/migrations/791-increase-password-hash-size.php +++ b/_sql/migrations/791-increase-password-hash-size.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration791 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/792-add-send-registration-email-confirmation-config.php b/_sql/migrations/792-add-send-registration-email-confirmation-config.php index 8005a90a29a..a415464bafe 100644 --- a/_sql/migrations/792-add-send-registration-email-confirmation-config.php +++ b/_sql/migrations/792-add-send-registration-email-confirmation-config.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration792 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/793-add-attribute-table-for-search.php b/_sql/migrations/793-add-attribute-table-for-search.php index 6290647b0a1..455b1d461de 100644 --- a/_sql/migrations/793-add-attribute-table-for-search.php +++ b/_sql/migrations/793-add-attribute-table-for-search.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration793 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/794-fix-shop-page-limiting.php b/_sql/migrations/794-fix-shop-page-limiting.php index 8b84478ce3b..02a7a3d6af2 100644 --- a/_sql/migrations/794-fix-shop-page-limiting.php +++ b/_sql/migrations/794-fix-shop-page-limiting.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration794 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/795-remove-salutation-snippets.php b/_sql/migrations/795-remove-salutation-snippets.php index 8ad78e0b891..0cc02facfac 100644 --- a/_sql/migrations/795-remove-salutation-snippets.php +++ b/_sql/migrations/795-remove-salutation-snippets.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/796-add-uniqueid-config-element.php b/_sql/migrations/796-add-uniqueid-config-element.php index 69756b75e1c..c24805da1f6 100644 --- a/_sql/migrations/796-add-uniqueid-config-element.php +++ b/_sql/migrations/796-add-uniqueid-config-element.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration796 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/797-remove-salutation-snippets.php b/_sql/migrations/797-remove-salutation-snippets.php index 4dec0dd0bf6..8f865f86c2c 100644 --- a/_sql/migrations/797-remove-salutation-snippets.php +++ b/_sql/migrations/797-remove-salutation-snippets.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/798-add-sytem-log-acl.php b/_sql/migrations/798-add-sytem-log-acl.php index aed2e905024..7be9804dbbc 100644 --- a/_sql/migrations/798-add-sytem-log-acl.php +++ b/_sql/migrations/798-add-sytem-log-acl.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration798 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/799-attribute-translation-fix-1-of-10.php b/_sql/migrations/799-attribute-translation-fix-1-of-10.php index 6a78b53e459..aa7c0c8f2d1 100644 --- a/_sql/migrations/799-attribute-translation-fix-1-of-10.php +++ b/_sql/migrations/799-attribute-translation-fix-1-of-10.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration799 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/800-attribute-translation-fix-2-of-10.php b/_sql/migrations/800-attribute-translation-fix-2-of-10.php index f8a070c44ae..ea8e19d6b31 100644 --- a/_sql/migrations/800-attribute-translation-fix-2-of-10.php +++ b/_sql/migrations/800-attribute-translation-fix-2-of-10.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration800 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/801-attribute-translation-fix-3-of-10.php b/_sql/migrations/801-attribute-translation-fix-3-of-10.php index 72fd3090ff9..1cb2ad5101c 100644 --- a/_sql/migrations/801-attribute-translation-fix-3-of-10.php +++ b/_sql/migrations/801-attribute-translation-fix-3-of-10.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration801 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/802-attribute-translation-fix-4-of-10.php b/_sql/migrations/802-attribute-translation-fix-4-of-10.php index a6cee3e808e..e55e6b7a9b2 100644 --- a/_sql/migrations/802-attribute-translation-fix-4-of-10.php +++ b/_sql/migrations/802-attribute-translation-fix-4-of-10.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration802 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/803-attribute-translation-fix-5-of-10.php b/_sql/migrations/803-attribute-translation-fix-5-of-10.php index 998456de852..a203efe5544 100644 --- a/_sql/migrations/803-attribute-translation-fix-5-of-10.php +++ b/_sql/migrations/803-attribute-translation-fix-5-of-10.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration803 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/804-attribute-translation-fix-6-of-10.php b/_sql/migrations/804-attribute-translation-fix-6-of-10.php index c338cc85f24..cd7e385c834 100644 --- a/_sql/migrations/804-attribute-translation-fix-6-of-10.php +++ b/_sql/migrations/804-attribute-translation-fix-6-of-10.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration804 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/805-attribute-translation-fix-7-of-10.php b/_sql/migrations/805-attribute-translation-fix-7-of-10.php index 0698d361984..b7a4f893dba 100644 --- a/_sql/migrations/805-attribute-translation-fix-7-of-10.php +++ b/_sql/migrations/805-attribute-translation-fix-7-of-10.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration805 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/806-attribute-translation-fix-8-of-10.php b/_sql/migrations/806-attribute-translation-fix-8-of-10.php index b961ef3872e..dcd170321f0 100644 --- a/_sql/migrations/806-attribute-translation-fix-8-of-10.php +++ b/_sql/migrations/806-attribute-translation-fix-8-of-10.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration806 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/807-attribute-translation-fix-9-of-10.php b/_sql/migrations/807-attribute-translation-fix-9-of-10.php index 4e74d68907c..879c2706fde 100644 --- a/_sql/migrations/807-attribute-translation-fix-9-of-10.php +++ b/_sql/migrations/807-attribute-translation-fix-9-of-10.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration807 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/808-attribute-translation-fix-10-of-10.php b/_sql/migrations/808-attribute-translation-fix-10-of-10.php index 653690fcfe2..c538de1094f 100644 --- a/_sql/migrations/808-attribute-translation-fix-10-of-10.php +++ b/_sql/migrations/808-attribute-translation-fix-10-of-10.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration808 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/809-change-session-tables.php b/_sql/migrations/809-change-session-tables.php index b9c4325e151..5299de6aea9 100644 --- a/_sql/migrations/809-change-session-tables.php +++ b/_sql/migrations/809-change-session-tables.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration809 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/810-change-description-of-article-cover-setting.php b/_sql/migrations/810-change-description-of-article-cover-setting.php index 9478f77b750..dce24eb6f88 100644 --- a/_sql/migrations/810-change-description-of-article-cover-setting.php +++ b/_sql/migrations/810-change-description-of-article-cover-setting.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration810 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/811-add-attributes-partner.php b/_sql/migrations/811-add-attributes-partner.php index a8724f42f52..d01632a6d06 100644 --- a/_sql/migrations/811-add-attributes-partner.php +++ b/_sql/migrations/811-add-attributes-partner.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration811 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/812-add-max-limit-config.php b/_sql/migrations/812-add-max-limit-config.php index 81fa2524a26..94ca6515686 100644 --- a/_sql/migrations/812-add-max-limit-config.php +++ b/_sql/migrations/812-add-max-limit-config.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration812 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/813-session-expiry.php b/_sql/migrations/813-session-expiry.php index f6884176ef8..4e5825a4cbe 100644 --- a/_sql/migrations/813-session-expiry.php +++ b/_sql/migrations/813-session-expiry.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration813 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/814-create-configurator-options-attribute-table.php b/_sql/migrations/814-create-configurator-options-attribute-table.php index 1b82ae697cf..8ace059ba5b 100644 --- a/_sql/migrations/814-create-configurator-options-attribute-table.php +++ b/_sql/migrations/814-create-configurator-options-attribute-table.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration814 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/815-add-strip-tags-configuration-option.php b/_sql/migrations/815-add-strip-tags-configuration-option.php index f5198223325..9a4388cee34 100644 --- a/_sql/migrations/815-add-strip-tags-configuration-option.php +++ b/_sql/migrations/815-add-strip-tags-configuration-option.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration815 extends Shopware\Components\Migrations\AbstractMigration @@ -52,7 +51,7 @@ public function up($modus) $this->addSql($sql); $sql = <<<'SQL' -INSERT IGNORE INTO `s_core_config_element_translations` SET +INSERT IGNORE INTO `s_core_config_element_translations` SET `element_id` = @stripTagsId, `locale_id` = 2, `label` = 'Use strip_tags globally', diff --git a/_sql/migrations/816-short-cut-menu-plugin-manager.php b/_sql/migrations/816-short-cut-menu-plugin-manager.php index 3e05ddad742..7cfd9a72bf4 100644 --- a/_sql/migrations/816-short-cut-menu-plugin-manager.php +++ b/_sql/migrations/816-short-cut-menu-plugin-manager.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration816 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/817-add-plugin-translations.php b/_sql/migrations/817-add-plugin-translations.php index 43057474ac9..a4181ee7513 100644 --- a/_sql/migrations/817-add-plugin-translations.php +++ b/_sql/migrations/817-add-plugin-translations.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration817 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/818-make-some-fields-in-order-table-nullable.php b/_sql/migrations/818-make-some-fields-in-order-table-nullable.php index 2f94b9e6bd6..86663ecc16e 100644 --- a/_sql/migrations/818-make-some-fields-in-order-table-nullable.php +++ b/_sql/migrations/818-make-some-fields-in-order-table-nullable.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration818 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/819-shortcut-help-menu.php b/_sql/migrations/819-shortcut-help-menu.php index 6af1ae72fc6..58320f65748 100644 --- a/_sql/migrations/819-shortcut-help-menu.php +++ b/_sql/migrations/819-shortcut-help-menu.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration819 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/820-plugin-safe-mode.php b/_sql/migrations/820-plugin-safe-mode.php index 1db4ed2eeb5..968fadca799 100644 --- a/_sql/migrations/820-plugin-safe-mode.php +++ b/_sql/migrations/820-plugin-safe-mode.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration820 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/900-add-last-articles-config-elements.php b/_sql/migrations/900-add-last-articles-config-elements.php index 35763b0b76b..e00c6243143 100644 --- a/_sql/migrations/900-add-last-articles-config-elements.php +++ b/_sql/migrations/900-add-last-articles-config-elements.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration900 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/901-add-vote-shop-id.php b/_sql/migrations/901-add-vote-shop-id.php index 274cab0c5ed..1758262fa96 100644 --- a/_sql/migrations/901-add-vote-shop-id.php +++ b/_sql/migrations/901-add-vote-shop-id.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration901 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/902-remove-import-export-legacy-module.php b/_sql/migrations/902-remove-import-export-legacy-module.php index 17322853c4c..8f6e5046428 100644 --- a/_sql/migrations/902-remove-import-export-legacy-module.php +++ b/_sql/migrations/902-remove-import-export-legacy-module.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration902 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/903-add-menu-import-export-advanced.php b/_sql/migrations/903-add-menu-import-export-advanced.php index a7620ecb23f..41033492aff 100644 --- a/_sql/migrations/903-add-menu-import-export-advanced.php +++ b/_sql/migrations/903-add-menu-import-export-advanced.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration903 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/904-add-captcha-selection.php b/_sql/migrations/904-add-captcha-selection.php index 2df48cb20fb..77e59f1590c 100644 --- a/_sql/migrations/904-add-captcha-selection.php +++ b/_sql/migrations/904-add-captcha-selection.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration904 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/905-add-backend-listing-index.php b/_sql/migrations/905-add-backend-listing-index.php index dcb67ef65dc..89d958e7fa3 100644 --- a/_sql/migrations/905-add-backend-listing-index.php +++ b/_sql/migrations/905-add-backend-listing-index.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration905 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/906-remove-countryshipping-registration-config-option.php b/_sql/migrations/906-remove-countryshipping-registration-config-option.php index 46852c744aa..70fedf0ec87 100644 --- a/_sql/migrations/906-remove-countryshipping-registration-config-option.php +++ b/_sql/migrations/906-remove-countryshipping-registration-config-option.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration906 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/907-add-signed-basket.php b/_sql/migrations/907-add-signed-basket.php index 0ebdd9573ff..fdd6b14f51c 100644 --- a/_sql/migrations/907-add-signed-basket.php +++ b/_sql/migrations/907-add-signed-basket.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/908-change-varchar-attributes.php b/_sql/migrations/908-change-varchar-attributes.php index 5426a37f4b4..afaf8f53c8c 100644 --- a/_sql/migrations/908-change-varchar-attributes.php +++ b/_sql/migrations/908-change-varchar-attributes.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/909-add-buy-button-config.php b/_sql/migrations/909-add-buy-button-config.php index 0a7905bd032..8a18c721428 100644 --- a/_sql/migrations/909-add-buy-button-config.php +++ b/_sql/migrations/909-add-buy-button-config.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/910-add-cookie-permissions.php b/_sql/migrations/910-add-cookie-permissions.php index 99eb2d55392..bf3852cda68 100644 --- a/_sql/migrations/910-add-cookie-permissions.php +++ b/_sql/migrations/910-add-cookie-permissions.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/911-add-facet-behavior-switch.php b/_sql/migrations/911-add-facet-behavior-switch.php index 6ee45e94d09..a54fa0f1d43 100644 --- a/_sql/migrations/911-add-facet-behavior-switch.php +++ b/_sql/migrations/911-add-facet-behavior-switch.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/912-add-mail-template.php b/_sql/migrations/912-add-mail-template.php index 9f65cf47ad0..bc506407139 100644 --- a/_sql/migrations/912-add-mail-template.php +++ b/_sql/migrations/912-add-mail-template.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/913-force-category-selection-for-category-teaser.php b/_sql/migrations/913-force-category-selection-for-category-teaser.php index 5c1442f8551..3f08bb5c497 100644 --- a/_sql/migrations/913-force-category-selection-for-category-teaser.php +++ b/_sql/migrations/913-force-category-selection-for-category-teaser.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/914-add-preview-id-for-emotions.php b/_sql/migrations/914-add-preview-id-for-emotions.php index 9ef4e9fa875..2e908f61873 100644 --- a/_sql/migrations/914-add-preview-id-for-emotions.php +++ b/_sql/migrations/914-add-preview-id-for-emotions.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/916-add-capcha-to-register-page.php b/_sql/migrations/916-add-capcha-to-register-page.php index c5eebfbff1c..74a3f84c631 100644 --- a/_sql/migrations/916-add-capcha-to-register-page.php +++ b/_sql/migrations/916-add-capcha-to-register-page.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/917-add-sorting-module.php b/_sql/migrations/917-add-sorting-module.php index bda3558ae88..4e1e0c6484f 100644 --- a/_sql/migrations/917-add-sorting-module.php +++ b/_sql/migrations/917-add-sorting-module.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Bundle\SearchBundle\Sorting\PopularitySorting; diff --git a/_sql/migrations/918-add-facet-module.php b/_sql/migrations/918-add-facet-module.php index dff3d54a7c9..b7c06000a4b 100644 --- a/_sql/migrations/918-add-facet-module.php +++ b/_sql/migrations/918-add-facet-module.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/919-change-article-emotion-elements.php b/_sql/migrations/919-change-article-emotion-elements.php index b6ecc001a34..42c3864f5a7 100644 --- a/_sql/migrations/919-change-article-emotion-elements.php +++ b/_sql/migrations/919-change-article-emotion-elements.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/920-add-description-to-linear-meter.php b/_sql/migrations/920-add-description-to-linear-meter.php index 1924abff51b..450094f7c04 100644 --- a/_sql/migrations/920-add-description-to-linear-meter.php +++ b/_sql/migrations/920-add-description-to-linear-meter.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration920 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/921-remove-shipping-free-flag.php b/_sql/migrations/921-remove-shipping-free-flag.php index 4e38e8d5f5b..7ead71ec964 100644 --- a/_sql/migrations/921-remove-shipping-free-flag.php +++ b/_sql/migrations/921-remove-shipping-free-flag.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/922-change-instock.php b/_sql/migrations/922-change-instock.php index 34dee1ab64c..9e7c0912b45 100644 --- a/_sql/migrations/922-change-instock.php +++ b/_sql/migrations/922-change-instock.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration922 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/923-add-customer-streams.php b/_sql/migrations/923-add-customer-streams.php index b5d36bacae6..ed6fb1a8608 100644 --- a/_sql/migrations/923-add-customer-streams.php +++ b/_sql/migrations/923-add-customer-streams.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/924-add-cache-control.php b/_sql/migrations/924-add-cache-control.php index 9bba9481c28..c2bbf6afa22 100644 --- a/_sql/migrations/924-add-cache-control.php +++ b/_sql/migrations/924-add-cache-control.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration924 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/925-add-user-config.php b/_sql/migrations/925-add-user-config.php index 41a45505cba..c96da13b36f 100644 --- a/_sql/migrations/925-add-user-config.php +++ b/_sql/migrations/925-add-user-config.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/926-add-emotion-presets.php b/_sql/migrations/926-add-emotion-presets.php index 3c6a5eed167..82c6cf3e10f 100644 --- a/_sql/migrations/926-add-emotion-presets.php +++ b/_sql/migrations/926-add-emotion-presets.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration926 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/928-add-captcha-to-newsletter-page.php b/_sql/migrations/928-add-captcha-to-newsletter-page.php index cbf7ce9fd5b..cea253289b7 100644 --- a/_sql/migrations/928-add-captcha-to-newsletter-page.php +++ b/_sql/migrations/928-add-captcha-to-newsletter-page.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/929-add-stream-rules.php b/_sql/migrations/929-add-stream-rules.php index d10f997451d..4629cd5fa4d 100644 --- a/_sql/migrations/929-add-stream-rules.php +++ b/_sql/migrations/929-add-stream-rules.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/930-fix-variant-weight.php b/_sql/migrations/930-fix-variant-weight.php index e2df3db3077..8eafb545aca 100644 --- a/_sql/migrations/930-fix-variant-weight.php +++ b/_sql/migrations/930-fix-variant-weight.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/931-add-slt-config.php b/_sql/migrations/931-add-slt-config.php index 039879fb1e4..d46e131c279 100644 --- a/_sql/migrations/931-add-slt-config.php +++ b/_sql/migrations/931-add-slt-config.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/932-add-http-cache-route.php b/_sql/migrations/932-add-http-cache-route.php index 877e9352f4c..3050a91ddcd 100644 --- a/_sql/migrations/932-add-http-cache-route.php +++ b/_sql/migrations/932-add-http-cache-route.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/933-add-customer-stream-menu.php b/_sql/migrations/933-add-customer-stream-menu.php index 36e26924eb2..67be3823fbc 100644 --- a/_sql/migrations/933-add-customer-stream-menu.php +++ b/_sql/migrations/933-add-customer-stream-menu.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/934-add-stream-attributes.php b/_sql/migrations/934-add-stream-attributes.php index 8aa061e25a1..c6464106e33 100644 --- a/_sql/migrations/934-add-stream-attributes.php +++ b/_sql/migrations/934-add-stream-attributes.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/935-add-listing-layout-config.php b/_sql/migrations/935-add-listing-layout-config.php index 2722efc3f07..b00143d1e63 100644 --- a/_sql/migrations/935-add-listing-layout-config.php +++ b/_sql/migrations/935-add-listing-layout-config.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/936-remove-stream-index.php b/_sql/migrations/936-remove-stream-index.php index d7009b9d996..d1059f9354f 100644 --- a/_sql/migrations/936-remove-stream-index.php +++ b/_sql/migrations/936-remove-stream-index.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/937-add-type-field.php b/_sql/migrations/937-add-type-field.php index f7d91d3bb0f..bba123edcaf 100644 --- a/_sql/migrations/937-add-type-field.php +++ b/_sql/migrations/937-add-type-field.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/938-add-preset-emotion-translations.php b/_sql/migrations/938-add-preset-emotion-translations.php index a85998102ac..f6e33b0bc6b 100644 --- a/_sql/migrations/938-add-preset-emotion-translations.php +++ b/_sql/migrations/938-add-preset-emotion-translations.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/939-add-translations-for-facets.php b/_sql/migrations/939-add-translations-for-facets.php index a921318f69d..881a184959d 100644 --- a/_sql/migrations/939-add-translations-for-facets.php +++ b/_sql/migrations/939-add-translations-for-facets.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/940-fix-import-export-menu-entry.php b/_sql/migrations/940-fix-import-export-menu-entry.php index 5286477890f..e01d1d1f01b 100644 --- a/_sql/migrations/940-fix-import-export-menu-entry.php +++ b/_sql/migrations/940-fix-import-export-menu-entry.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration940 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/941-replace-default-document-logo.php b/_sql/migrations/941-replace-default-document-logo.php index 17d82debf01..eacc5bc8a8e 100644 --- a/_sql/migrations/941-replace-default-document-logo.php +++ b/_sql/migrations/941-replace-default-document-logo.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration941 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/942-add-shipping-acl.php b/_sql/migrations/942-add-shipping-acl.php index 5be9130594b..ed7f7af846f 100644 --- a/_sql/migrations/942-add-shipping-acl.php +++ b/_sql/migrations/942-add-shipping-acl.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration942 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/943-add-new-colum-search-fields.php b/_sql/migrations/943-add-new-colum-search-fields.php index 2218fcbc9b7..e90d7b64323 100644 --- a/_sql/migrations/943-add-new-colum-search-fields.php +++ b/_sql/migrations/943-add-new-colum-search-fields.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/944-update-german-translations.php b/_sql/migrations/944-update-german-translations.php index c80d9963b84..dd5fecdf46f 100644 --- a/_sql/migrations/944-update-german-translations.php +++ b/_sql/migrations/944-update-german-translations.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/945-add-category-column-external-target.php b/_sql/migrations/945-add-category-column-external-target.php index 4588cb95c51..c766ab48456 100644 --- a/_sql/migrations/945-add-category-column-external-target.php +++ b/_sql/migrations/945-add-category-column-external-target.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/946-change-customer-stream-type.php b/_sql/migrations/946-change-customer-stream-type.php index 5c3b2dbb020..c24034565dd 100644 --- a/_sql/migrations/946-change-customer-stream-type.php +++ b/_sql/migrations/946-change-customer-stream-type.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration946 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/947-change-ordercode-field-length-in_s_marketing_vouchers.php b/_sql/migrations/947-change-ordercode-field-length-in_s_marketing_vouchers.php index 327a151a132..800cc981f96 100644 --- a/_sql/migrations/947-change-ordercode-field-length-in_s_marketing_vouchers.php +++ b/_sql/migrations/947-change-ordercode-field-length-in_s_marketing_vouchers.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration947 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/948-update-customer-stream-conditions.php b/_sql/migrations/948-update-customer-stream-conditions.php index 1f2c5c8f6e7..6a028380ae3 100644 --- a/_sql/migrations/948-update-customer-stream-conditions.php +++ b/_sql/migrations/948-update-customer-stream-conditions.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration948 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/949-add-deprecation-hint-to-maxpages-form.php b/_sql/migrations/949-add-deprecation-hint-to-maxpages-form.php index 23106353dce..9f44483c05c 100644 --- a/_sql/migrations/949-add-deprecation-hint-to-maxpages-form.php +++ b/_sql/migrations/949-add-deprecation-hint-to-maxpages-form.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration949 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/951-add-shipping-phone.php b/_sql/migrations/951-add-shipping-phone.php index 64e6a0c4ef8..64080ea514c 100644 --- a/_sql/migrations/951-add-shipping-phone.php +++ b/_sql/migrations/951-add-shipping-phone.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration951 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/952-implement-backend-menu-configuration.php b/_sql/migrations/952-implement-backend-menu-configuration.php index 44d33967ff5..f2579cb85be 100644 --- a/_sql/migrations/952-implement-backend-menu-configuration.php +++ b/_sql/migrations/952-implement-backend-menu-configuration.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration952 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/953-implement-growl-message-configuration.php b/_sql/migrations/953-implement-growl-message-configuration.php index 5a63511b154..021a9e34a7c 100644 --- a/_sql/migrations/953-implement-growl-message-configuration.php +++ b/_sql/migrations/953-implement-growl-message-configuration.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration953 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/954-edit-company-register-config.php b/_sql/migrations/954-edit-company-register-config.php index 7cea960d59c..de90e38aa81 100644 --- a/_sql/migrations/954-edit-company-register-config.php +++ b/_sql/migrations/954-edit-company-register-config.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration954 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/955-rename-payment-order-state.php b/_sql/migrations/955-rename-payment-order-state.php index 35bfbb694e2..a4efba8d6e6 100644 --- a/_sql/migrations/955-rename-payment-order-state.php +++ b/_sql/migrations/955-rename-payment-order-state.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration955 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/956-seperate-logmail-address.php b/_sql/migrations/956-seperate-logmail-address.php index d683a7b4d34..06666c17fef 100644 --- a/_sql/migrations/956-seperate-logmail-address.php +++ b/_sql/migrations/956-seperate-logmail-address.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration956 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/957-site-active-status.php b/_sql/migrations/957-site-active-status.php index b0b677556e1..62f4569f3d7 100644 --- a/_sql/migrations/957-site-active-status.php +++ b/_sql/migrations/957-site-active-status.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration957 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/958-add-http-cache-events-for-site.php b/_sql/migrations/958-add-http-cache-events-for-site.php index 8d6e6427bf9..bb79bd4d8e4 100644 --- a/_sql/migrations/958-add-http-cache-events-for-site.php +++ b/_sql/migrations/958-add-http-cache-events-for-site.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration958 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/959-fix-emotion-default-value.php b/_sql/migrations/959-fix-emotion-default-value.php index 96df41cb770..d05b2c87f83 100644 --- a/_sql/migrations/959-fix-emotion-default-value.php +++ b/_sql/migrations/959-fix-emotion-default-value.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration959 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/960-add-article-shippingtime-translation.php b/_sql/migrations/960-add-article-shippingtime-translation.php index 871528f18dc..c874057aede 100644 --- a/_sql/migrations/960-add-article-shippingtime-translation.php +++ b/_sql/migrations/960-add-article-shippingtime-translation.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/961-update-email-templates.php b/_sql/migrations/961-update-email-templates.php index c0307ee7d1c..e4300fd007c 100644 --- a/_sql/migrations/961-update-email-templates.php +++ b/_sql/migrations/961-update-email-templates.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration961 extends Shopware\Components\Migrations\AbstractMigration @@ -79,7 +78,7 @@ private function updateEmailTemplates() // German $sql = <<<'EOD' UPDATE `s_core_config_mails` SET `frommail` = '{config name=mail}',`fromname` = '{config name=shopName}',`subject` = 'Ihre Anmeldung bei {config name=shopName}',`content` = '{include file="string:{config name=emailheaderplain}"} - + Hallo {$salutation|salutation} {$lastname}, vielen Dank für Ihre Anmeldung in unserem Shop. @@ -103,7 +102,7 @@ private function updateEmailTemplates() $sql .= <<<'EOD' UPDATE `s_core_config_mails` SET `frommail` = '{config name=mail}',`fromname` = '{config name=shopName}',`subject` = 'Ihre Bestellung im {config name=shopName}', `content` = '{include file="string:{config name=emailheaderplain}"} - + Hallo {$billingaddress.salutation|salutation} {$billingaddress.lastname}, vielen Dank für Ihre Bestellung im {config name=shopName} (Nummer: {$sOrderNumber}) am {$sOrderDay} um {$sOrderTime}. @@ -174,7 +173,7 @@ private function updateEmailTemplates() Für Rückfragen stehen wir Ihnen jederzeit gerne zur Verfügung. {include file="string:{config name=emailfooterplain}"}', - + `contentHTML` = '
{include file="string:{config name=emailheaderhtml}"}

@@ -208,7 +207,7 @@ private function updateEmailTemplates() {/foreach} - +



@@ -281,7 +280,7 @@ private function updateEmailTemplates() `ishtml` = 1, `attachment` = '', `mailtype` = 2, - `context` = 'a:22:{s:13:"sOrderDetails";a:2:{i:0;a:54:{s:2:"id";s:3:"670";s:9:"sessionID";s:26:"hkkhfl82i1jejfvd2f0ucr6om4";s:6:"userID";s:1:"0";s:11:"articlename";s:11:"ELASTIC CAP";s:9:"articleID";s:3:"152";s:11:"ordernumber";s:7:"SW10153";s:12:"shippingfree";s:1:"0";s:8:"quantity";s:1:"1";s:5:"price";s:5:"29,95";s:8:"netprice";s:15:"25.168067226891";s:8:"tax_rate";s:2:"19";s:5:"datum";s:19:"2017-08-07 14:09:12";s:5:"modus";s:1:"0";s:10:"esdarticle";s:1:"0";s:9:"partnerID";s:0:"";s:12:"lastviewport";s:8:"register";s:9:"useragent";s:76:"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0";s:6:"config";s:0:"";s:14:"currencyFactor";s:1:"1";s:8:"packunit";s:0:"";s:12:"mainDetailId";s:3:"707";s:15:"articleDetailId";s:3:"708";s:11:"minpurchase";s:1:"1";s:5:"taxID";s:1:"1";s:7:"instock";s:2:"12";s:14:"suppliernumber";s:0:"";s:11:"maxpurchase";s:3:"100";s:13:"purchasesteps";i:1;s:12:"purchaseunit";N;s:9:"laststock";s:1:"0";s:12:"shippingtime";s:0:"";s:11:"releasedate";N;s:12:"sReleaseDate";N;s:3:"ean";s:0:"";s:8:"stockmin";s:1:"0";s:8:"ob_attr1";s:0:"";s:8:"ob_attr2";N;s:8:"ob_attr3";N;s:8:"ob_attr4";N;s:8:"ob_attr5";N;s:8:"ob_attr6";N;s:12:"shippinginfo";b:1;s:3:"esd";s:1:"0";s:18:"additional_details";a:94:{s:9:"articleID";i:152;s:16:"articleDetailsID";i:708;s:11:"ordernumber";s:9:"SW10152.1";s:9:"highlight";b:0;s:11:"description";s:0:"";s:16:"description_long";s:2404:"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.

Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue.

Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt.

Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc, quis gravida magna mi a libero. Fusce vulputate eleifend sapien. Vestibulum purus quam, scelerisque ut, mollis sed, nonummy id, metus. Nullam accumsan lorem in dui. Cras ultricies mi eu turpis hendrerit fringilla.

Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; In ac dui quis mi consectetuer lacinia. Nam pretium turpis et arcu. Duis arcu tortor, suscipit eget, imperdiet nec, imperdiet iaculis, ipsum. Sed aliquam ultrices mauris. Integer ante arcu, accumsan a, consectetuer eget, posuere ut, mauris. Praesent adipiscing. Phasellus ullamcorper ipsum rutrum nunc. Nunc nonummy metus. Vestibulum volutpat pretium libero. Cras id dui. Aenean ut eros et nisl sagittis vestibulum. Nullam nulla eros, ultricies sit amet, nonummy id, imperdiet feugiat, pede. Sed lectus. Donec mollis hendrerit risus. Phasellus nec sem in justo pellentesque facilisis. Etiam imperdiet imperdiet orci. Nunc nec neque. Phasellus leo dolor, tempus non, auctor et, hendrerit quis, nisi.

";s:3:"esd";b:0;s:11:"articleName";s:23:"WINDSTOPPER MÜTZE WARM";s:5:"taxID";i:1;s:3:"tax";i:19;s:7:"instock";i:12;s:11:"isAvailable";b:1;s:6:"weight";i:0;s:12:"shippingtime";N;s:16:"pricegroupActive";b:0;s:12:"pricegroupID";N;s:6:"length";i:0;s:6:"height";i:0;s:5:"width";i:0;s:9:"laststock";b:0;s:14:"additionaltext";s:0:"";s:5:"datum";s:10:"2015-02-05";s:5:"sales";i:0;s:13:"filtergroupID";i:8;s:17:"priceStartingFrom";N;s:18:"pseudopricePercent";N;s:15:"sVariantArticle";N;s:13:"sConfigurator";b:1;s:9:"metaTitle";s:0:"";s:12:"shippingfree";b:0;s:14:"suppliernumber";s:0:"";s:12:"notification";b:0;s:3:"ean";s:0:"";s:8:"keywords";s:0:"";s:12:"sReleasedate";s:0:"";s:8:"template";s:0:"";s:10:"attributes";a:2:{s:4:"core";a:23:{s:2:"id";s:3:"720";s:9:"articleID";s:3:"152";s:16:"articledetailsID";s:3:"708";s:5:"attr1";s:0:"";s:5:"attr2";s:0:"";s:5:"attr3";s:0:"";s:5:"attr4";s:0:"";s:5:"attr5";s:0:"";s:5:"attr6";s:0:"";s:5:"attr7";s:0:"";s:5:"attr8";s:0:"";s:5:"attr9";s:0:"";s:6:"attr10";s:0:"";s:6:"attr11";s:0:"";s:6:"attr12";s:0:"";s:6:"attr13";s:0:"";s:6:"attr14";s:0:"";s:6:"attr15";s:0:"";s:6:"attr16";s:0:"";s:6:"attr17";N;s:6:"attr18";s:0:"";s:6:"attr19";s:0:"";s:6:"attr20";s:0:"";}s:9:"marketing";a:4:{s:5:"isNew";b:0;s:11:"isTopSeller";b:0;s:10:"comingSoon";b:0;s:7:"storage";a:0:{}}}s:17:"allowBuyInListing";b:0;s:5:"attr1";s:0:"";s:5:"attr2";s:0:"";s:5:"attr3";s:0:"";s:5:"attr4";s:0:"";s:5:"attr5";s:0:"";s:5:"attr6";s:0:"";s:5:"attr7";s:0:"";s:5:"attr8";s:0:"";s:5:"attr9";s:0:"";s:6:"attr10";s:0:"";s:6:"attr11";s:0:"";s:6:"attr12";s:0:"";s:6:"attr13";s:0:"";s:6:"attr14";s:0:"";s:6:"attr15";s:0:"";s:6:"attr16";s:0:"";s:6:"attr17";N;s:6:"attr18";s:0:"";s:6:"attr19";s:0:"";s:6:"attr20";s:0:"";s:12:"supplierName";s:8:"LÖFFLER";s:11:"supplierImg";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";s:10:"supplierID";i:10;s:19:"supplierDescription";s:1267:"

LÖFFLER ist anders. Denn anders als die meisten Mitbewerber hat sich LÖFFLER schon Anfang der 1990er Jahre entschieden, auch weiterhin in Österreich zu produzieren. Natürlich nach höchsten ethischen und ökologischen Standards, wie sie nur in Österreich bzw. in der Europäischen Union gelten. Mit gut ausgebildeten, kompetenten und motivierten Mitarbeiterinnen und Mitarbeitern.

Viele Sportswear-Konzerne haben im Streben nach höchsten Gewinnmargen ihre Fertigung längst in Billiglohnländer verlagert. Miserable Arbeitsbedingungen, Hungerlöhne und Kinderarbeit sind dort immer wieder an der Tagesordnung. Höchst fragwürdig sind auch die Umweltzerstörung durch rücksichtslose Produktionsmethoden und die hohe Schadstoffbelastung der auf diese Weise hergestellten Textilien.

70 Prozent aller Stoffe, die LÖFFLER verarbeitet, kommen aus der eigenen Strickerei in Ried im Innkreis. Das ist einzigartig - und eine wichtige Grundlage für die herausragende Qualität, die Fair Sportswear von LÖFFLER auszeichnet.

Weitere Informationen zu dem Hersteller finden Sie hier.

";s:19:"supplier_attributes";a:0:{}s:10:"newArticle";b:0;s:9:"sUpcoming";b:0;s:9:"topseller";b:0;s:7:"valFrom";i:1;s:5:"valTo";N;s:4:"from";i:1;s:2:"to";N;s:5:"price";s:5:"29,95";s:11:"pseudoprice";s:1:"0";s:14:"referenceprice";N;s:15:"has_pseudoprice";b:0;s:13:"price_numeric";d:29.949999999999999;s:19:"pseudoprice_numeric";i:0;s:16:"price_attributes";a:0:{}s:10:"pricegroup";s:2:"EK";s:11:"minpurchase";i:1;s:11:"maxpurchase";s:3:"100";s:13:"purchasesteps";i:1;s:12:"purchaseunit";N;s:13:"referenceunit";N;s:8:"packunit";s:0:"";s:6:"unitID";N;s:5:"sUnit";a:2:{s:4:"unit";N;s:11:"description";N;}s:15:"unit_attributes";a:0:{}s:5:"image";a:12:{s:2:"id";i:366;s:8:"position";N;s:6:"source";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";s:11:"description";s:0:"";s:9:"extension";s:3:"jpg";s:4:"main";b:0;s:8:"parentId";N;s:5:"width";i:1492;s:6:"height";i:1500;s:10:"thumbnails";a:3:{i:0;a:6:{s:6:"source";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";s:12:"retinaSource";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";s:9:"sourceSet";s:141:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg, https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg 2x";s:8:"maxWidth";s:3:"200";s:9:"maxHeight";s:3:"200";s:10:"attributes";a:0:{}}i:1;a:6:{s:6:"source";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";s:12:"retinaSource";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";s:9:"sourceSet";s:141:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg, https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg 2x";s:8:"maxWidth";s:3:"600";s:9:"maxHeight";s:3:"600";s:10:"attributes";a:0:{}}i:2;a:6:{s:6:"source";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";s:12:"retinaSource";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";s:9:"sourceSet";s:141:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg, https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg 2x";s:8:"maxWidth";s:4:"1280";s:9:"maxHeight";s:4:"1280";s:10:"attributes";a:0:{}}}s:10:"attributes";a:0:{}s:9:"attribute";a:0:{}}s:6:"prices";a:1:{i:0;a:22:{s:7:"valFrom";i:1;s:5:"valTo";N;s:4:"from";i:1;s:2:"to";N;s:5:"price";s:5:"29,95";s:11:"pseudoprice";s:1:"0";s:14:"referenceprice";s:1:"0";s:18:"pseudopricePercent";N;s:15:"has_pseudoprice";b:0;s:13:"price_numeric";d:29.949999999999999;s:19:"pseudoprice_numeric";i:0;s:16:"price_attributes";a:0:{}s:10:"pricegroup";s:2:"EK";s:11:"minpurchase";i:1;s:11:"maxpurchase";s:3:"100";s:13:"purchasesteps";i:1;s:12:"purchaseunit";N;s:13:"referenceunit";N;s:8:"packunit";s:0:"";s:6:"unitID";N;s:5:"sUnit";a:2:{s:4:"unit";N;s:11:"description";N;}s:15:"unit_attributes";a:0:{}}}s:10:"linkBasket";s:42:"shopware.php?sViewport=basket&sAdd=SW10153";s:11:"linkDetails";s:42:"shopware.php?sViewport=detail&sArticle=152";s:11:"linkVariant";s:57:"shopware.php?sViewport=detail&sArticle=152&number=SW10153";s:11:"sProperties";a:3:{i:1;a:11:{s:2:"id";i:1;s:8:"optionID";i:1;s:4:"name";s:10:"Artikeltyp";s:7:"groupID";i:8;s:9:"groupName";s:7:"Fashion";s:5:"value";s:16:"Bildkonfigurator";s:6:"values";a:1:{i:4;s:16:"Bildkonfigurator";}s:12:"isFilterable";b:1;s:7:"options";a:1:{i:0;a:3:{s:2:"id";i:4;s:4:"name";s:16:"Bildkonfigurator";s:10:"attributes";a:0:{}}}s:5:"media";a:0:{}s:10:"attributes";a:0:{}}i:3;a:11:{s:2:"id";i:3;s:8:"optionID";i:3;s:4:"name";s:8:"Material";s:7:"groupID";i:8;s:9:"groupName";s:7:"Fashion";s:5:"value";s:20:"Polyester, Baumwolle";s:6:"values";a:2:{i:108;s:9:"Polyester";i:163;s:9:"Baumwolle";}s:12:"isFilterable";b:1;s:7:"options";a:2:{i:0;a:3:{s:2:"id";i:108;s:4:"name";s:9:"Polyester";s:10:"attributes";a:0:{}}i:1;a:3:{s:2:"id";i:163;s:4:"name";s:9:"Baumwolle";s:10:"attributes";a:0:{}}}s:5:"media";a:0:{}s:10:"attributes";a:0:{}}i:18;a:11:{s:2:"id";i:18;s:8:"optionID";i:18;s:4:"name";s:5:"Farbe";s:7:"groupID";i:8;s:9:"groupName";s:7:"Fashion";s:5:"value";s:12:"Rot, Schwarz";s:6:"values";a:2:{i:166;s:3:"Rot";i:155;s:7:"Schwarz";}s:12:"isFilterable";b:1;s:7:"options";a:2:{i:0;a:3:{s:2:"id";i:166;s:4:"name";s:3:"Rot";s:10:"attributes";a:0:{}}i:1;a:3:{s:2:"id";i:155;s:4:"name";s:7:"Schwarz";s:10:"attributes";a:0:{}}}s:5:"media";a:2:{i:166;a:13:{s:7:"valueId";i:166;s:2:"id";i:355;s:8:"position";N;s:6:"source";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";s:11:"description";s:3:"rot";s:9:"extension";s:3:"jpg";s:4:"main";N;s:8:"parentId";N;s:5:"width";i:40;s:6:"height";i:40;s:10:"thumbnails";a:0:{}s:10:"attributes";a:0:{}s:9:"attribute";a:0:{}}i:155;a:13:{s:7:"valueId";i:155;s:2:"id";i:357;s:8:"position";N;s:6:"source";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";s:11:"description";s:7:"schwarz";s:9:"extension";s:3:"jpg";s:4:"main";N;s:8:"parentId";N;s:5:"width";i:40;s:6:"height";i:40;s:10:"thumbnails";a:0:{}s:10:"attributes";a:0:{}s:9:"attribute";a:0:{}}}s:10:"attributes";a:0:{}}}s:10:"properties";s:106:"Artikeltyp: Bildkonfigurator, Material: Polyester, Baumwolle, Farbe: Rot, Schwarz";}s:6:"amount";s:5:"29,95";s:9:"amountnet";s:5:"25,17";s:12:"priceNumeric";s:5:"29.95";s:5:"image";a:15:{s:2:"id";i:366;s:8:"position";N;s:6:"source";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";s:11:"description";s:0:"";s:9:"extension";s:3:"jpg";s:4:"main";b:0;s:8:"parentId";N;s:5:"width";i:1492;s:6:"height";i:1500;s:10:"thumbnails";a:3:{i:0;a:6:{s:6:"source";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";s:12:"retinaSource";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";s:9:"sourceSet";s:141:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg, https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg 2x";s:8:"maxWidth";s:3:"200";s:9:"maxHeight";s:3:"200";s:10:"attributes";a:0:{}}i:1;a:6:{s:6:"source";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";s:12:"retinaSource";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";s:9:"sourceSet";s:141:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg, https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg 2x";s:8:"maxWidth";s:3:"600";s:9:"maxHeight";s:3:"600";s:10:"attributes";a:0:{}}i:2;a:6:{s:6:"source";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";s:12:"retinaSource";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";s:9:"sourceSet";s:141:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg, https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg 2x";s:8:"maxWidth";s:4:"1280";s:9:"maxHeight";s:4:"1280";s:10:"attributes";a:0:{}}}s:10:"attributes";a:0:{}s:9:"attribute";a:0:{}s:3:"src";a:4:{s:8:"original";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";i:0;s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";i:1;s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";i:2;s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";}s:5:"srchd";a:4:{s:8:"original";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";i:0;s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";i:1;s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";i:2;s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";}s:3:"res";a:1:{s:8:"original";a:2:{s:5:"width";i:1500;s:6:"height";i:1492;}}}s:11:"linkDetails";s:42:"shopware.php?sViewport=detail&sArticle=152";s:10:"linkDelete";s:41:"shopware.php?sViewport=basket&sDelete=670";s:8:"linkNote";s:40:"shopware.php?sViewport=note&sAdd=SW10153";s:3:"tax";s:4:"4,78";s:13:"orderDetailId";s:3:"208";s:10:"attributes";a:6:{s:10:"attribute1";s:0:"";s:10:"attribute2";N;s:10:"attribute3";N;s:10:"attribute4";N;s:10:"attribute5";N;s:10:"attribute6";N;}}i:1;a:52:{s:2:"id";s:3:"673";s:9:"sessionID";s:26:"hkkhfl82i1jejfvd2f0ucr6om4";s:6:"userID";s:1:"0";s:11:"articlename";s:15:"Warenkorbrabatt";s:9:"articleID";s:1:"0";s:11:"ordernumber";s:16:"SHIPPINGDISCOUNT";s:12:"shippingfree";s:1:"0";s:8:"quantity";s:1:"1";s:5:"price";s:5:"-2,00";s:8:"netprice";s:5:"-1.68";s:8:"tax_rate";s:2:"19";s:5:"datum";s:19:"2017-08-07 14:09:20";s:5:"modus";s:1:"4";s:10:"esdarticle";s:1:"0";s:9:"partnerID";s:0:"";s:12:"lastviewport";s:0:"";s:9:"useragent";s:0:"";s:6:"config";s:0:"";s:14:"currencyFactor";s:1:"1";s:8:"packunit";N;s:12:"mainDetailId";N;s:15:"articleDetailId";N;s:11:"minpurchase";i:1;s:5:"taxID";N;s:7:"instock";N;s:14:"suppliernumber";N;s:11:"maxpurchase";s:3:"100";s:13:"purchasesteps";i:1;s:12:"purchaseunit";N;s:9:"laststock";N;s:12:"shippingtime";N;s:11:"releasedate";N;s:12:"sReleaseDate";N;s:3:"ean";N;s:8:"stockmin";N;s:8:"ob_attr1";N;s:8:"ob_attr2";N;s:8:"ob_attr3";N;s:8:"ob_attr4";N;s:8:"ob_attr5";N;s:8:"ob_attr6";N;s:12:"shippinginfo";b:0;s:3:"esd";s:1:"0";s:6:"amount";s:5:"-2,00";s:9:"amountnet";s:5:"-1,68";s:12:"priceNumeric";s:2:"-2";s:11:"linkDetails";s:40:"shopware.php?sViewport=detail&sArticle=0";s:10:"linkDelete";s:41:"shopware.php?sViewport=basket&sDelete=673";s:8:"linkNote";s:49:"shopware.php?sViewport=note&sAdd=SHIPPINGDISCOUNT";s:3:"tax";s:5:"-0,32";s:13:"orderDetailId";s:3:"209";s:10:"attributes";a:6:{s:10:"attribute1";N;s:10:"attribute2";N;s:10:"attribute3";N;s:10:"attribute4";N;s:10:"attribute5";N;s:10:"attribute6";N;}}}s:14:"billingaddress";a:26:{s:2:"id";s:1:"5";s:7:"company";s:0:"";s:10:"department";s:0:"";s:10:"salutation";s:2:"mr";s:9:"firstname";s:3:"Max";s:5:"title";s:0:"";s:8:"lastname";s:10:"Mustermann";s:6:"street";s:15:"Musterstraße 1";s:7:"zipcode";s:5:"12345";s:4:"city";s:11:"Musterstadt";s:5:"phone";s:0:"";s:5:"vatId";s:0:"";s:22:"additionalAddressLine1";s:0:"";s:22:"additionalAddressLine2";s:0:"";s:9:"countryId";s:1:"2";s:7:"stateId";s:0:"";s:8:"customer";N;s:7:"country";N;s:5:"state";s:0:"";s:6:"userID";s:1:"3";s:9:"countryID";s:1:"2";s:7:"stateID";s:0:"";s:5:"ustid";s:0:"";s:24:"additional_address_line1";s:0:"";s:24:"additional_address_line2";s:0:"";s:10:"attributes";N;}s:15:"shippingaddress";a:26:{s:2:"id";s:1:"5";s:7:"company";s:0:"";s:10:"department";s:0:"";s:10:"salutation";s:2:"mr";s:9:"firstname";s:3:"Max";s:5:"title";s:0:"";s:8:"lastname";s:10:"Mustermann";s:6:"street";s:15:"Musterstraße 1";s:7:"zipcode";s:5:"12345";s:4:"city";s:11:"Musterstadt";s:5:"phone";s:0:"";s:5:"vatId";s:0:"";s:22:"additionalAddressLine1";s:0:"";s:22:"additionalAddressLine2";s:0:"";s:9:"countryId";s:1:"2";s:7:"stateId";s:0:"";s:8:"customer";N;s:7:"country";N;s:5:"state";s:0:"";s:6:"userID";s:1:"3";s:9:"countryID";s:1:"2";s:7:"stateID";s:0:"";s:5:"ustid";s:0:"";s:24:"additional_address_line1";s:0:"";s:24:"additional_address_line2";s:0:"";s:10:"attributes";N;}s:10:"additional";a:8:{s:7:"country";a:15:{s:2:"id";s:1:"2";s:11:"countryname";s:11:"Deutschland";s:10:"countryiso";s:2:"DE";s:6:"areaID";s:1:"1";s:9:"countryen";s:7:"GERMANY";s:8:"position";s:1:"1";s:6:"notice";s:0:"";s:7:"taxfree";s:1:"0";s:13:"taxfree_ustid";s:1:"0";s:21:"taxfree_ustid_checked";s:1:"0";s:6:"active";s:1:"1";s:4:"iso3";s:3:"DEU";s:29:"display_state_in_registration";s:1:"0";s:27:"force_state_in_registration";s:1:"0";s:11:"countryarea";s:11:"deutschland";}s:5:"state";a:0:{}s:4:"user";a:33:{s:2:"id";s:1:"3";s:6:"userID";s:1:"3";s:8:"password";s:60:"$2y$10$AzjwzOob83DJ2LG6yxXcBeghK9ciBB1zsK3UeBZADZCl10pTQN62W";s:7:"encoder";s:6:"bcrypt";s:5:"email";s:14:"xy@example.org";s:6:"active";s:1:"1";s:11:"accountmode";s:1:"0";s:15:"confirmationkey";s:0:"";s:9:"paymentID";s:1:"5";s:10:"firstlogin";s:10:"2017-08-07";s:9:"lastlogin";s:19:"2017-08-07 14:09:20";s:9:"sessionID";s:26:"hkkhfl82i1jejfvd2f0ucr6om4";s:10:"newsletter";i:0;s:10:"validation";s:0:"";s:9:"affiliate";s:1:"0";s:13:"customergroup";s:2:"EK";s:13:"paymentpreset";s:1:"0";s:8:"language";s:1:"1";s:9:"subshopID";s:1:"1";s:7:"referer";s:0:"";s:12:"pricegroupID";N;s:15:"internalcomment";s:0:"";s:12:"failedlogins";s:1:"0";s:11:"lockeduntil";N;s:26:"default_billing_address_id";s:1:"5";s:27:"default_shipping_address_id";s:1:"5";s:5:"title";N;s:10:"salutation";s:2:"mr";s:9:"firstname";s:3:"Max";s:8:"lastname";s:10:"Mustermann";s:8:"birthday";N;s:14:"customernumber";s:5:"20005";s:11:"login_token";s:38:"1239c089-6b2f-4461-9134-c02026970bff.1";}s:15:"countryShipping";a:15:{s:2:"id";s:1:"2";s:11:"countryname";s:11:"Deutschland";s:10:"countryiso";s:2:"DE";s:6:"areaID";s:1:"1";s:9:"countryen";s:7:"GERMANY";s:8:"position";s:1:"1";s:6:"notice";s:0:"";s:7:"taxfree";s:1:"0";s:13:"taxfree_ustid";s:1:"0";s:21:"taxfree_ustid_checked";s:1:"0";s:6:"active";s:1:"1";s:4:"iso3";s:3:"DEU";s:29:"display_state_in_registration";s:1:"0";s:27:"force_state_in_registration";s:1:"0";s:11:"countryarea";s:11:"deutschland";}s:13:"stateShipping";a:0:{}s:7:"payment";a:21:{s:2:"id";s:1:"5";s:4:"name";s:10:"prepayment";s:11:"description";s:8:"Vorkasse";s:8:"template";s:14:"prepayment.tpl";s:5:"class";s:14:"prepayment.php";s:5:"table";s:0:"";s:4:"hide";s:1:"0";s:21:"additionaldescription";s:108:"Sie zahlen einfach vorab und erhalten die Ware bequem und günstig bei Zahlungseingang nach Hause geliefert.";s:13:"debit_percent";s:1:"0";s:9:"surcharge";s:1:"0";s:15:"surchargestring";s:0:"";s:8:"position";s:1:"1";s:6:"active";s:1:"1";s:9:"esdactive";s:1:"0";s:11:"embediframe";s:0:"";s:12:"hideprospect";s:1:"0";s:6:"action";N;s:8:"pluginID";N;s:6:"source";N;s:15:"mobile_inactive";s:1:"0";s:10:"validation";a:0:{}}s:10:"charge_vat";b:1;s:8:"show_net";b:1;}s:9:"sTaxRates";a:1:{s:5:"19.00";d:5.0800000000000001;}s:14:"sShippingCosts";s:8:"3,90 EUR";s:7:"sAmount";s:9:"31,85 EUR";s:14:"sAmountNumeric";d:31.850000000000001;s:10:"sAmountNet";s:9:"26,77 EUR";s:17:"sAmountNetNumeric";d:26.77;s:12:"sOrderNumber";i:20003;s:9:"sOrderDay";s:10:"07.08.2017";s:10:"sOrderTime";s:5:"14:09";s:8:"sComment";s:0:"";s:10:"attributes";a:6:{s:10:"attribute1";N;s:10:"attribute2";N;s:10:"attribute3";N;s:10:"attribute4";N;s:10:"attribute5";N;s:10:"attribute6";N;}s:9:"sCurrency";s:3:"EUR";s:9:"sLanguage";i:1;s:8:"sSubShop";i:1;s:4:"sEsd";N;s:4:"sNet";b:0;s:13:"sPaymentTable";a:0:{}s:9:"sDispatch";a:10:{s:2:"id";s:1:"9";s:4:"name";s:16:"Standard Versand";s:11:"description";s:0:"";s:11:"calculation";s:1:"1";s:11:"status_link";s:0:"";s:21:"surcharge_calculation";s:1:"3";s:17:"bind_shippingfree";s:1:"0";s:12:"shippingfree";N;s:15:"tax_calculation";s:1:"0";s:21:"tax_calculation_value";N;}}' + `context` = 'a:22:{s:13:"sOrderDetails";a:2:{i:0;a:54:{s:2:"id";s:3:"670";s:9:"sessionID";s:26:"hkkhfl82i1jejfvd2f0ucr6om4";s:6:"userID";s:1:"0";s:11:"articlename";s:11:"ELASTIC CAP";s:9:"articleID";s:3:"152";s:11:"ordernumber";s:7:"SW10153";s:12:"shippingfree";s:1:"0";s:8:"quantity";s:1:"1";s:5:"price";s:5:"29,95";s:8:"netprice";s:15:"25.168067226891";s:8:"tax_rate";s:2:"19";s:5:"datum";s:19:"2017-08-07 14:09:12";s:5:"modus";s:1:"0";s:10:"esdarticle";s:1:"0";s:9:"partnerID";s:0:"";s:12:"lastviewport";s:8:"register";s:9:"useragent";s:76:"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0";s:6:"config";s:0:"";s:14:"currencyFactor";s:1:"1";s:8:"packunit";s:0:"";s:12:"mainDetailId";s:3:"707";s:15:"articleDetailId";s:3:"708";s:11:"minpurchase";s:1:"1";s:5:"taxID";s:1:"1";s:7:"instock";s:2:"12";s:14:"suppliernumber";s:0:"";s:11:"maxpurchase";s:3:"100";s:13:"purchasesteps";i:1;s:12:"purchaseunit";N;s:9:"laststock";s:1:"0";s:12:"shippingtime";s:0:"";s:11:"releasedate";N;s:12:"sReleaseDate";N;s:3:"ean";s:0:"";s:8:"stockmin";s:1:"0";s:8:"ob_attr1";s:0:"";s:8:"ob_attr2";N;s:8:"ob_attr3";N;s:8:"ob_attr4";N;s:8:"ob_attr5";N;s:8:"ob_attr6";N;s:12:"shippinginfo";b:1;s:3:"esd";s:1:"0";s:18:"additional_details";a:94:{s:9:"articleID";i:152;s:16:"articleDetailsID";i:708;s:11:"ordernumber";s:9:"SW10152.1";s:9:"highlight";b:0;s:11:"description";s:0:"";s:16:"description_long";s:2404:"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.

Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue.

Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt.

Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc, quis gravida magna mi a libero. Fusce vulputate eleifend sapien. Vestibulum purus quam, scelerisque ut, mollis sed, nonummy id, metus. Nullam accumsan lorem in dui. Cras ultricies mi eu turpis hendrerit fringilla.

Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; In ac dui quis mi consectetuer lacinia. Nam pretium turpis et arcu. Duis arcu tortor, suscipit eget, imperdiet nec, imperdiet iaculis, ipsum. Sed aliquam ultrices mauris. Integer ante arcu, accumsan a, consectetuer eget, posuere ut, mauris. Praesent adipiscing. Phasellus ullamcorper ipsum rutrum nunc. Nunc nonummy metus. Vestibulum volutpat pretium libero. Cras id dui. Aenean ut eros et nisl sagittis vestibulum. Nullam nulla eros, ultricies sit amet, nonummy id, imperdiet feugiat, pede. Sed lectus. Donec mollis hendrerit risus. Phasellus nec sem in justo pellentesque facilisis. Etiam imperdiet imperdiet orci. Nunc nec neque. Phasellus leo dolor, tempus non, auctor et, hendrerit quis, nisi.

";s:3:"esd";b:0;s:11:"articleName";s:23:"WINDSTOPPER MÜTZE WARM";s:5:"taxID";i:1;s:3:"tax";i:19;s:7:"instock";i:12;s:11:"isAvailable";b:1;s:6:"weight";i:0;s:12:"shippingtime";N;s:16:"pricegroupActive";b:0;s:12:"pricegroupID";N;s:6:"length";i:0;s:6:"height";i:0;s:5:"width";i:0;s:9:"laststock";b:0;s:14:"additionaltext";s:0:"";s:5:"datum";s:10:"2015-02-05";s:5:"sales";i:0;s:13:"filtergroupID";i:8;s:17:"priceStartingFrom";N;s:18:"pseudopricePercent";N;s:15:"sVariantArticle";N;s:13:"sConfigurator";b:1;s:9:"metaTitle";s:0:"";s:12:"shippingfree";b:0;s:14:"suppliernumber";s:0:"";s:12:"notification";b:0;s:3:"ean";s:0:"";s:8:"keywords";s:0:"";s:12:"sReleasedate";s:0:"";s:8:"template";s:0:"";s:10:"attributes";a:2:{s:4:"core";a:23:{s:2:"id";s:3:"720";s:9:"articleID";s:3:"152";s:16:"articledetailsID";s:3:"708";s:5:"attr1";s:0:"";s:5:"attr2";s:0:"";s:5:"attr3";s:0:"";s:5:"attr4";s:0:"";s:5:"attr5";s:0:"";s:5:"attr6";s:0:"";s:5:"attr7";s:0:"";s:5:"attr8";s:0:"";s:5:"attr9";s:0:"";s:6:"attr10";s:0:"";s:6:"attr11";s:0:"";s:6:"attr12";s:0:"";s:6:"attr13";s:0:"";s:6:"attr14";s:0:"";s:6:"attr15";s:0:"";s:6:"attr16";s:0:"";s:6:"attr17";N;s:6:"attr18";s:0:"";s:6:"attr19";s:0:"";s:6:"attr20";s:0:"";}s:9:"marketing";a:4:{s:5:"isNew";b:0;s:11:"isTopSeller";b:0;s:10:"comingSoon";b:0;s:7:"storage";a:0:{}}}s:17:"allowBuyInListing";b:0;s:5:"attr1";s:0:"";s:5:"attr2";s:0:"";s:5:"attr3";s:0:"";s:5:"attr4";s:0:"";s:5:"attr5";s:0:"";s:5:"attr6";s:0:"";s:5:"attr7";s:0:"";s:5:"attr8";s:0:"";s:5:"attr9";s:0:"";s:6:"attr10";s:0:"";s:6:"attr11";s:0:"";s:6:"attr12";s:0:"";s:6:"attr13";s:0:"";s:6:"attr14";s:0:"";s:6:"attr15";s:0:"";s:6:"attr16";s:0:"";s:6:"attr17";N;s:6:"attr18";s:0:"";s:6:"attr19";s:0:"";s:6:"attr20";s:0:"";s:12:"supplierName";s:8:"LÖFFLER";s:11:"supplierImg";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";s:10:"supplierID";i:10;s:19:"supplierDescription";s:1267:"

LÖFFLER ist anders. Denn anders als die meisten Mitbewerber hat sich LÖFFLER schon Anfang der 1990er Jahre entschieden, auch weiterhin in Österreich zu produzieren. Natürlich nach höchsten ethischen und ökologischen Standards, wie sie nur in Österreich bzw. in der Europäischen Union gelten. Mit gut ausgebildeten, kompetenten und motivierten Mitarbeiterinnen und Mitarbeitern.

Viele Sportswear-Konzerne haben im Streben nach höchsten Gewinnmargen ihre Fertigung längst in Billiglohnländer verlagert. Miserable Arbeitsbedingungen, Hungerlöhne und Kinderarbeit sind dort immer wieder an der Tagesordnung. Höchst fragwürdig sind auch die Umweltzerstörung durch rücksichtslose Produktionsmethoden und die hohe Schadstoffbelastung der auf diese Weise hergestellten Textilien.

70 Prozent aller Stoffe, die LÖFFLER verarbeitet, kommen aus der eigenen Strickerei in Ried im Innkreis. Das ist einzigartig - und eine wichtige Grundlage für die herausragende Qualität, die Fair Sportswear von LÖFFLER auszeichnet.

Weitere Informationen zu dem Hersteller finden Sie hier.

";s:19:"supplier_attributes";a:0:{}s:10:"newArticle";b:0;s:9:"sUpcoming";b:0;s:9:"topseller";b:0;s:7:"valFrom";i:1;s:5:"valTo";N;s:4:"from";i:1;s:2:"to";N;s:5:"price";s:5:"29,95";s:11:"pseudoprice";s:1:"0";s:14:"referenceprice";N;s:15:"has_pseudoprice";b:0;s:13:"price_numeric";d:29.949999999999999;s:19:"pseudoprice_numeric";i:0;s:16:"price_attributes";a:0:{}s:10:"pricegroup";s:2:"EK";s:11:"minpurchase";i:1;s:11:"maxpurchase";s:3:"100";s:13:"purchasesteps";i:1;s:12:"purchaseunit";N;s:13:"referenceunit";N;s:8:"packunit";s:0:"";s:6:"unitID";N;s:5:"sUnit";a:2:{s:4:"unit";N;s:11:"description";N;}s:15:"unit_attributes";a:0:{}s:5:"image";a:12:{s:2:"id";i:366;s:8:"position";N;s:6:"source";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";s:11:"description";s:0:"";s:9:"extension";s:3:"jpg";s:4:"main";b:0;s:8:"parentId";N;s:5:"width";i:1492;s:6:"height";i:1500;s:10:"thumbnails";a:3:{i:0;a:6:{s:6:"source";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";s:12:"retinaSource";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";s:9:"sourceSet";s:141:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg, https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg 2x";s:8:"maxWidth";s:3:"200";s:9:"maxHeight";s:3:"200";s:10:"attributes";a:0:{}}i:1;a:6:{s:6:"source";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";s:12:"retinaSource";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";s:9:"sourceSet";s:141:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg, https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg 2x";s:8:"maxWidth";s:3:"600";s:9:"maxHeight";s:3:"600";s:10:"attributes";a:0:{}}i:2;a:6:{s:6:"source";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";s:12:"retinaSource";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";s:9:"sourceSet";s:141:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg, https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg 2x";s:8:"maxWidth";s:4:"1280";s:9:"maxHeight";s:4:"1280";s:10:"attributes";a:0:{}}}s:10:"attributes";a:0:{}s:9:"attribute";a:0:{}}s:6:"prices";a:1:{i:0;a:22:{s:7:"valFrom";i:1;s:5:"valTo";N;s:4:"from";i:1;s:2:"to";N;s:5:"price";s:5:"29,95";s:11:"pseudoprice";s:1:"0";s:14:"referenceprice";s:1:"0";s:18:"pseudopricePercent";N;s:15:"has_pseudoprice";b:0;s:13:"price_numeric";d:29.949999999999999;s:19:"pseudoprice_numeric";i:0;s:16:"price_attributes";a:0:{}s:10:"pricegroup";s:2:"EK";s:11:"minpurchase";i:1;s:11:"maxpurchase";s:3:"100";s:13:"purchasesteps";i:1;s:12:"purchaseunit";N;s:13:"referenceunit";N;s:8:"packunit";s:0:"";s:6:"unitID";N;s:5:"sUnit";a:2:{s:4:"unit";N;s:11:"description";N;}s:15:"unit_attributes";a:0:{}}}s:10:"linkBasket";s:42:"shopware.php?sViewport=basket&sAdd=SW10153";s:11:"linkDetails";s:42:"shopware.php?sViewport=detail&sArticle=152";s:11:"linkVariant";s:57:"shopware.php?sViewport=detail&sArticle=152&number=SW10153";s:11:"sProperties";a:3:{i:1;a:11:{s:2:"id";i:1;s:8:"optionID";i:1;s:4:"name";s:10:"Artikeltyp";s:7:"groupID";i:8;s:9:"groupName";s:7:"Fashion";s:5:"value";s:16:"Bildkonfigurator";s:6:"values";a:1:{i:4;s:16:"Bildkonfigurator";}s:12:"isFilterable";b:1;s:7:"options";a:1:{i:0;a:3:{s:2:"id";i:4;s:4:"name";s:16:"Bildkonfigurator";s:10:"attributes";a:0:{}}}s:5:"media";a:0:{}s:10:"attributes";a:0:{}}i:3;a:11:{s:2:"id";i:3;s:8:"optionID";i:3;s:4:"name";s:8:"Material";s:7:"groupID";i:8;s:9:"groupName";s:7:"Fashion";s:5:"value";s:20:"Polyester, Baumwolle";s:6:"values";a:2:{i:108;s:9:"Polyester";i:163;s:9:"Baumwolle";}s:12:"isFilterable";b:1;s:7:"options";a:2:{i:0;a:3:{s:2:"id";i:108;s:4:"name";s:9:"Polyester";s:10:"attributes";a:0:{}}i:1;a:3:{s:2:"id";i:163;s:4:"name";s:9:"Baumwolle";s:10:"attributes";a:0:{}}}s:5:"media";a:0:{}s:10:"attributes";a:0:{}}i:18;a:11:{s:2:"id";i:18;s:8:"optionID";i:18;s:4:"name";s:5:"Farbe";s:7:"groupID";i:8;s:9:"groupName";s:7:"Fashion";s:5:"value";s:12:"Rot, Schwarz";s:6:"values";a:2:{i:166;s:3:"Rot";i:155;s:7:"Schwarz";}s:12:"isFilterable";b:1;s:7:"options";a:2:{i:0;a:3:{s:2:"id";i:166;s:4:"name";s:3:"Rot";s:10:"attributes";a:0:{}}i:1;a:3:{s:2:"id";i:155;s:4:"name";s:7:"Schwarz";s:10:"attributes";a:0:{}}}s:5:"media";a:2:{i:166;a:13:{s:7:"valueId";i:166;s:2:"id";i:355;s:8:"position";N;s:6:"source";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";s:11:"description";s:3:"rot";s:9:"extension";s:3:"jpg";s:4:"main";N;s:8:"parentId";N;s:5:"width";i:40;s:6:"height";i:40;s:10:"thumbnails";a:0:{}s:10:"attributes";a:0:{}s:9:"attribute";a:0:{}}i:155;a:13:{s:7:"valueId";i:155;s:2:"id";i:357;s:8:"position";N;s:6:"source";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";s:11:"description";s:7:"schwarz";s:9:"extension";s:3:"jpg";s:4:"main";N;s:8:"parentId";N;s:5:"width";i:40;s:6:"height";i:40;s:10:"thumbnails";a:0:{}s:10:"attributes";a:0:{}s:9:"attribute";a:0:{}}}s:10:"attributes";a:0:{}}}s:10:"properties";s:106:"Artikeltyp: Bildkonfigurator, Material: Polyester, Baumwolle, Farbe: Rot, Schwarz";}s:6:"amount";s:5:"29,95";s:9:"amountnet";s:5:"25,17";s:12:"priceNumeric";s:5:"29.95";s:5:"image";a:15:{s:2:"id";i:366;s:8:"position";N;s:6:"source";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";s:11:"description";s:0:"";s:9:"extension";s:3:"jpg";s:4:"main";b:0;s:8:"parentId";N;s:5:"width";i:1492;s:6:"height";i:1500;s:10:"thumbnails";a:3:{i:0;a:6:{s:6:"source";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";s:12:"retinaSource";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";s:9:"sourceSet";s:141:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg, https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg 2x";s:8:"maxWidth";s:3:"200";s:9:"maxHeight";s:3:"200";s:10:"attributes";a:0:{}}i:1;a:6:{s:6:"source";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";s:12:"retinaSource";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";s:9:"sourceSet";s:141:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg, https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg 2x";s:8:"maxWidth";s:3:"600";s:9:"maxHeight";s:3:"600";s:10:"attributes";a:0:{}}i:2;a:6:{s:6:"source";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";s:12:"retinaSource";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";s:9:"sourceSet";s:141:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg, https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg 2x";s:8:"maxWidth";s:4:"1280";s:9:"maxHeight";s:4:"1280";s:10:"attributes";a:0:{}}}s:10:"attributes";a:0:{}s:9:"attribute";a:0:{}s:3:"src";a:4:{s:8:"original";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";i:0;s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";i:1;s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";i:2;s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";}s:5:"srchd";a:4:{s:8:"original";s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";i:0;s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";i:1;s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";i:2;s:68:"https://www.shopwaredemo.de/media/image/e3/46/f9/SW10153_200x200.jpg";}s:3:"res";a:1:{s:8:"original";a:2:{s:5:"width";i:1500;s:6:"height";i:1492;}}}s:11:"linkDetails";s:42:"shopware.php?sViewport=detail&sArticle=152";s:10:"linkDelete";s:41:"shopware.php?sViewport=basket&sDelete=670";s:8:"linkNote";s:40:"shopware.php?sViewport=note&sAdd=SW10153";s:3:"tax";s:4:"4,78";s:13:"orderDetailId";s:3:"208";s:10:"attributes";a:6:{s:10:"attribute1";s:0:"";s:10:"attribute2";N;s:10:"attribute3";N;s:10:"attribute4";N;s:10:"attribute5";N;s:10:"attribute6";N;}}i:1;a:52:{s:2:"id";s:3:"673";s:9:"sessionID";s:26:"hkkhfl82i1jejfvd2f0ucr6om4";s:6:"userID";s:1:"0";s:11:"articlename";s:15:"Warenkorbrabatt";s:9:"articleID";s:1:"0";s:11:"ordernumber";s:16:"SHIPPINGDISCOUNT";s:12:"shippingfree";s:1:"0";s:8:"quantity";s:1:"1";s:5:"price";s:5:"-2,00";s:8:"netprice";s:5:"-1.68";s:8:"tax_rate";s:2:"19";s:5:"datum";s:19:"2017-08-07 14:09:20";s:5:"modus";s:1:"4";s:10:"esdarticle";s:1:"0";s:9:"partnerID";s:0:"";s:12:"lastviewport";s:0:"";s:9:"useragent";s:0:"";s:6:"config";s:0:"";s:14:"currencyFactor";s:1:"1";s:8:"packunit";N;s:12:"mainDetailId";N;s:15:"articleDetailId";N;s:11:"minpurchase";i:1;s:5:"taxID";N;s:7:"instock";N;s:14:"suppliernumber";N;s:11:"maxpurchase";s:3:"100";s:13:"purchasesteps";i:1;s:12:"purchaseunit";N;s:9:"laststock";N;s:12:"shippingtime";N;s:11:"releasedate";N;s:12:"sReleaseDate";N;s:3:"ean";N;s:8:"stockmin";N;s:8:"ob_attr1";N;s:8:"ob_attr2";N;s:8:"ob_attr3";N;s:8:"ob_attr4";N;s:8:"ob_attr5";N;s:8:"ob_attr6";N;s:12:"shippinginfo";b:0;s:3:"esd";s:1:"0";s:6:"amount";s:5:"-2,00";s:9:"amountnet";s:5:"-1,68";s:12:"priceNumeric";s:2:"-2";s:11:"linkDetails";s:40:"shopware.php?sViewport=detail&sArticle=0";s:10:"linkDelete";s:41:"shopware.php?sViewport=basket&sDelete=673";s:8:"linkNote";s:49:"shopware.php?sViewport=note&sAdd=SHIPPINGDISCOUNT";s:3:"tax";s:5:"-0,32";s:13:"orderDetailId";s:3:"209";s:10:"attributes";a:6:{s:10:"attribute1";N;s:10:"attribute2";N;s:10:"attribute3";N;s:10:"attribute4";N;s:10:"attribute5";N;s:10:"attribute6";N;}}}s:14:"billingaddress";a:26:{s:2:"id";s:1:"5";s:7:"company";s:0:"";s:10:"department";s:0:"";s:10:"salutation";s:2:"mr";s:9:"firstname";s:3:"Max";s:5:"title";s:0:"";s:8:"lastname";s:10:"Mustermann";s:6:"street";s:15:"Musterstraße 1";s:7:"zipcode";s:5:"12345";s:4:"city";s:11:"Musterstadt";s:5:"phone";s:0:"";s:5:"vatId";s:0:"";s:22:"additionalAddressLine1";s:0:"";s:22:"additionalAddressLine2";s:0:"";s:9:"countryId";s:1:"2";s:7:"stateId";s:0:"";s:8:"customer";N;s:7:"country";N;s:5:"state";s:0:"";s:6:"userID";s:1:"3";s:9:"countryID";s:1:"2";s:7:"stateID";s:0:"";s:5:"ustid";s:0:"";s:24:"additional_address_line1";s:0:"";s:24:"additional_address_line2";s:0:"";s:10:"attributes";N;}s:15:"shippingaddress";a:26:{s:2:"id";s:1:"5";s:7:"company";s:0:"";s:10:"department";s:0:"";s:10:"salutation";s:2:"mr";s:9:"firstname";s:3:"Max";s:5:"title";s:0:"";s:8:"lastname";s:10:"Mustermann";s:6:"street";s:15:"Musterstraße 1";s:7:"zipcode";s:5:"12345";s:4:"city";s:11:"Musterstadt";s:5:"phone";s:0:"";s:5:"vatId";s:0:"";s:22:"additionalAddressLine1";s:0:"";s:22:"additionalAddressLine2";s:0:"";s:9:"countryId";s:1:"2";s:7:"stateId";s:0:"";s:8:"customer";N;s:7:"country";N;s:5:"state";s:0:"";s:6:"userID";s:1:"3";s:9:"countryID";s:1:"2";s:7:"stateID";s:0:"";s:5:"ustid";s:0:"";s:24:"additional_address_line1";s:0:"";s:24:"additional_address_line2";s:0:"";s:10:"attributes";N;}s:10:"additional";a:8:{s:7:"country";a:15:{s:2:"id";s:1:"2";s:11:"countryname";s:11:"Deutschland";s:10:"countryiso";s:2:"DE";s:6:"areaID";s:1:"1";s:9:"countryen";s:7:"GERMANY";s:8:"position";s:1:"1";s:6:"notice";s:0:"";s:7:"taxfree";s:1:"0";s:13:"taxfree_ustid";s:1:"0";s:21:"taxfree_ustid_checked";s:1:"0";s:6:"active";s:1:"1";s:4:"iso3";s:3:"DEU";s:29:"display_state_in_registration";s:1:"0";s:27:"force_state_in_registration";s:1:"0";s:11:"countryarea";s:11:"deutschland";}s:5:"state";a:0:{}s:4:"user";a:33:{s:2:"id";s:1:"3";s:6:"userID";s:1:"3";s:8:"password";s:60:"$2y$10$AzjwzOob83DJ2LG6yxXcBeghK9ciBB1zsK3UeBZADZCl10pTQN62W";s:7:"encoder";s:6:"bcrypt";s:5:"email";s:14:"xy@example.org";s:6:"active";s:1:"1";s:11:"accountmode";s:1:"0";s:15:"confirmationkey";s:0:"";s:9:"paymentID";s:1:"5";s:10:"firstlogin";s:10:"2017-08-07";s:9:"lastlogin";s:19:"2017-08-07 14:09:20";s:9:"sessionID";s:26:"hkkhfl82i1jejfvd2f0ucr6om4";s:10:"newsletter";i:0;s:10:"validation";s:0:"";s:9:"affiliate";s:1:"0";s:13:"customergroup";s:2:"EK";s:13:"paymentpreset";s:1:"0";s:8:"language";s:1:"1";s:9:"subshopID";s:1:"1";s:7:"referer";s:0:"";s:12:"pricegroupID";N;s:15:"internalcomment";s:0:"";s:12:"failedlogins";s:1:"0";s:11:"lockeduntil";N;s:26:"default_billing_address_id";s:1:"5";s:27:"default_shipping_address_id";s:1:"5";s:5:"title";N;s:10:"salutation";s:2:"mr";s:9:"firstname";s:3:"Max";s:8:"lastname";s:10:"Mustermann";s:8:"birthday";N;s:14:"customernumber";s:5:"20005";s:11:"login_token";s:38:"1239c089-6b2f-4461-9134-c02026970bff.1";}s:15:"countryShipping";a:15:{s:2:"id";s:1:"2";s:11:"countryname";s:11:"Deutschland";s:10:"countryiso";s:2:"DE";s:6:"areaID";s:1:"1";s:9:"countryen";s:7:"GERMANY";s:8:"position";s:1:"1";s:6:"notice";s:0:"";s:7:"taxfree";s:1:"0";s:13:"taxfree_ustid";s:1:"0";s:21:"taxfree_ustid_checked";s:1:"0";s:6:"active";s:1:"1";s:4:"iso3";s:3:"DEU";s:29:"display_state_in_registration";s:1:"0";s:27:"force_state_in_registration";s:1:"0";s:11:"countryarea";s:11:"deutschland";}s:13:"stateShipping";a:0:{}s:7:"payment";a:21:{s:2:"id";s:1:"5";s:4:"name";s:10:"prepayment";s:11:"description";s:8:"Vorkasse";s:8:"template";s:14:"prepayment.tpl";s:5:"class";s:14:"prepayment.php";s:5:"table";s:0:"";s:4:"hide";s:1:"0";s:21:"additionaldescription";s:108:"Sie zahlen einfach vorab und erhalten die Ware bequem und günstig bei Zahlungseingang nach Hause geliefert.";s:13:"debit_percent";s:1:"0";s:9:"surcharge";s:1:"0";s:15:"surchargestring";s:0:"";s:8:"position";s:1:"1";s:6:"active";s:1:"1";s:9:"esdactive";s:1:"0";s:11:"embediframe";s:0:"";s:12:"hideprospect";s:1:"0";s:6:"action";N;s:8:"pluginID";N;s:6:"source";N;s:15:"mobile_inactive";s:1:"0";s:10:"validation";a:0:{}}s:10:"charge_vat";b:1;s:8:"show_net";b:1;}s:9:"sTaxRates";a:1:{s:5:"19.00";d:5.0800000000000001;}s:14:"sShippingCosts";s:8:"3,90 EUR";s:7:"sAmount";s:9:"31,85 EUR";s:14:"sAmountNumeric";d:31.850000000000001;s:10:"sAmountNet";s:9:"26,77 EUR";s:17:"sAmountNetNumeric";d:26.77;s:12:"sOrderNumber";i:20003;s:9:"sOrderDay";s:10:"07.08.2017";s:10:"sOrderTime";s:5:"14:09";s:8:"sComment";s:0:"";s:10:"attributes";a:6:{s:10:"attribute1";N;s:10:"attribute2";N;s:10:"attribute3";N;s:10:"attribute4";N;s:10:"attribute5";N;s:10:"attribute6";N;}s:9:"sCurrency";s:3:"EUR";s:9:"sLanguage";i:1;s:8:"sSubShop";i:1;s:4:"sEsd";N;s:4:"sNet";b:0;s:13:"sPaymentTable";a:0:{}s:9:"sDispatch";a:10:{s:2:"id";s:1:"9";s:4:"name";s:16:"Standard Versand";s:11:"description";s:0:"";s:11:"calculation";s:1:"1";s:11:"status_link";s:0:"";s:21:"surcharge_calculation";s:1:"3";s:17:"bind_shippingfree";s:1:"0";s:12:"shippingfree";N;s:15:"tax_calculation";s:1:"0";s:21:"tax_calculation_value";N;}}' WHERE `s_core_config_mails`.`name` = 'sORDER' AND `s_core_config_mails`.`dirty` = 0 AND `content` LIKE '%Informationen zu Ihrer Bestellung%'; EOD; @@ -310,7 +309,7 @@ private function updateEmailTemplates() {if $sComment}

{$sComment}


{/if} - + {include file="string:{config name=emailfooterhtml}"}
',`ishtml` = 1,`attachment` = '',`mailtype` = 2,`context` = 'a:4:{s:5:"sName";s:11:"Peter Meyer";s:8:"sArticle";s:10:"Blumenvase";s:5:"sLink";s:31:"http://shopware.example/test123";s:8:"sComment";s:36:"Hey Peter - das musst du dir ansehen";}' WHERE `s_core_config_mails`.`name` = 'sTELLAFRIEND' AND `s_core_config_mails`.`dirty` = 0 AND `content` LIKE '%dass Sie sich anschauen sollten%'; @@ -418,7 +417,7 @@ private function updateEmailTemplates() UPDATE `s_core_config_mails` SET `frommail` = '{config name=mail}',`fromname` = '{config name=shopName}',`subject` = 'Ihre abgebrochene Bestellung - Jetzt Feedback geben und Gutschein kassieren',`content` = '{include file="string:{config name=emailheaderplain}"} Hallo, - + Sie haben vor kurzem Ihre Bestellung auf {$sShop} nicht bis zum Ende durchgeführt - wir sind stets bemüht unseren Kunden das Einkaufen in unserem Shop so angenehm wie möglich zu machen und würden deshalb gerne wissen, woran Ihr Einkauf bei uns gescheitert ist. Bitte lassen Sie uns doch den Grund für Ihren Bestellabbruch zukommen, Ihren Aufwand entschädigen wir Ihnen in jedem Fall mit einem 5,00 € Gutschein. Vielen Dank für Ihre Unterstützung. @@ -439,7 +438,7 @@ private function updateEmailTemplates() UPDATE `s_core_config_mails` SET `frommail` = '{config name=mail}',`fromname` = '{config name=shopName}',`subject` = 'Ihre abgebrochene Bestellung - Gutschein-Code anbei',`content` = '{include file="string:{config name=emailheaderplain}"} Hallo, - + Sie haben vor kurzem Ihre Bestellung bei {$sShop} nicht bis zum Ende durchgeführt - wir möchten Ihnen heute einen {if $sVoucherpercental == "1"}{$sVouchervalue} %{else}{$sVouchervalue|currency|unescape:"htmlall"}{/if} Gutschein zukommen lassen - und Ihnen hiermit die Bestell-Entscheidung bei {$sShop} erleichtern. Ihr Gutschein ist 2 Monate gültig und kann mit dem Code "{$sVouchercode}" eingelöst werden. Wir würden uns freuen, Ihre Bestellung entgegen nehmen zu dürfen. {include file="string:{config name=emailfooterplain}"}',`contentHTML` = '
@@ -451,7 +450,7 @@ private function updateEmailTemplates() Sie haben vor kurzem Ihre Bestellung bei {$sShop} nicht bis zum Ende durchgeführt - wir möchten Ihnen heute einen {if $sVoucherpercental == "1"}{$sVouchervalue} %{else}{$sVouchervalue|currency}{/if} Gutschein zukommen lassen - und Ihnen hiermit die Bestell-Entscheidung bei {$sShop} erleichtern. Ihr Gutschein ist 2 Monate gültig und kann mit dem Code "{$sVouchercode}" eingelöst werden. Wir würden uns freuen, Ihre Bestellung entgegen nehmen zu dürfen.

{include file="string:{config name=emailfooterhtml}"} -
',`ishtml` = 1,`attachment` = '',`mailtype` = 2,`context` = 'a:5:{s:12:"sVouchercode";s:8:"23A7BCA4";s:13:"sVouchervalue";i:15;s:15:"sVouchervalidto";N;s:17:"sVouchervalidfrom";N;s:17:"sVoucherpercental";i:0;}' +
',`ishtml` = 1,`attachment` = '',`mailtype` = 2,`context` = 'a:5:{s:12:"sVouchercode";s:8:"23A7BCA4";s:13:"sVouchervalue";i:15;s:15:"sVouchervalidto";N;s:17:"sVouchervalidfrom";N;s:17:"sVoucherpercental";i:0;}' WHERE `s_core_config_mails`.`name` = 'sCANCELEDVOUCHER' AND `s_core_config_mails`.`dirty` = 0 AND `content` LIKE '%Ihnen hiermit die Bestell-Entscheidung%'; EOD; @@ -773,7 +772,7 @@ private function updateEmailTemplates() Artikelname Bestand/Mindestbestand - + {foreach from=$sJob.articles item=sArticle key=key} {$sArticle.ordernumber} @@ -876,7 +875,7 @@ private function updateEmailTemplates() {$sOrdernumber}

{include file="string:{config name=emailfooterhtml}"} -',`ishtml` = 1,`attachment` = '',`mailtype` = 2,`context` = 'a:3:{s:12:"sArticleLink";s:70:"http://shopware.example/genusswelten/koestlichkeiten/272/spachtelmasse";s:12:"sOrdernumber";s:7:"SW10239";s:5:"sData";N;}' +',`ishtml` = 1,`attachment` = '',`mailtype` = 2,`context` = 'a:3:{s:12:"sArticleLink";s:70:"http://shopware.example/genusswelten/koestlichkeiten/272/spachtelmasse";s:12:"sOrdernumber";s:7:"SW10239";s:5:"sData";N;}' WHERE `s_core_config_mails`.`name` = 'sARTICLEAVAILABLE' AND `s_core_config_mails`.`dirty` = 0 AND `content` LIKE '%Ihr Artikel mit der Bestellnummer%'; EOD; @@ -1102,7 +1101,7 @@ private function updateEmailTemplates() {/foreach} -

+


Versandkosten: {$sOrder.invoice_shipping|string_format:"%.2f"} {$sOrder.currency}
Netto-Gesamt: {$sOrder.invoice_amount_net|string_format:"%.2f"} {$sOrder.currency}
@@ -1186,7 +1185,7 @@ private function updateEmailTemplates() Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich "Mein Konto" - "Meine Bestellungen" abrufen. Sollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.

{include file="string:{config name=emailfooterhtml}"} -',`ishtml` = 1,`attachment` = '',`mailtype` = 3,`context` = 'a:4:{s:6:"sOrder";a:40:{s:7:"orderID";s:2:"59";s:11:"ordernumber";s:5:"20003";s:12:"order_number";s:5:"20003";s:6:"userID";s:1:"3";s:10:"customerID";s:1:"3";s:14:"invoice_amount";s:5:"31.85";s:18:"invoice_amount_net";s:5:"26.77";s:16:"invoice_shipping";s:3:"3.9";s:20:"invoice_shipping_net";s:4:"3.28";s:9:"ordertime";s:19:"2017-08-07 14:09:26";s:6:"status";s:1:"6";s:8:"statusID";s:1:"6";s:7:"cleared";s:2:"17";s:9:"clearedID";s:2:"17";s:9:"paymentID";s:1:"5";s:13:"transactionID";s:0:"";s:7:"comment";s:0:"";s:15:"customercomment";s:0:"";s:3:"net";s:1:"0";s:5:"netto";s:1:"0";s:9:"partnerID";s:0:"";s:11:"temporaryID";s:0:"";s:7:"referer";s:0:"";s:11:"cleareddate";N;s:12:"cleared_date";N;s:12:"trackingcode";s:0:"";s:8:"language";s:1:"1";s:8:"currency";s:3:"EUR";s:14:"currencyFactor";s:1:"1";s:9:"subshopID";s:1:"1";s:10:"dispatchID";s:1:"9";s:10:"currencyID";s:1:"1";s:12:"cleared_name";s:4:"open";s:19:"cleared_description";s:5:"Offen";s:11:"status_name";s:19:"partially_delivered";s:18:"status_description";s:22:"Teilweise ausgeliefert";s:19:"payment_description";s:8:"Vorkasse";s:20:"dispatch_description";s:16:"Standard Versand";s:20:"currency_description";s:4:"Euro";s:10:"attributes";a:6:{s:10:"attribute1";N;s:10:"attribute2";N;s:10:"attribute3";N;s:10:"attribute4";N;s:10:"attribute5";N;s:10:"attribute6";N;}}s:13:"sOrderDetails";a:2:{i:0;a:20:{s:14:"orderdetailsID";s:3:"208";s:7:"orderID";s:2:"59";s:11:"ordernumber";s:5:"20003";s:9:"articleID";s:3:"152";s:18:"articleordernumber";s:9:"SW10152.1";s:5:"price";s:5:"29.95";s:8:"quantity";s:1:"1";s:7:"invoice";s:5:"29.95";s:4:"name";s:31:"WINDSTOPPER MÜTZE WARM Schwarz";s:6:"status";s:1:"0";s:7:"shipped";s:1:"0";s:12:"shippedgroup";s:1:"0";s:11:"releasedate";s:10:"0000-00-00";s:5:"modus";s:1:"0";s:10:"esdarticle";s:1:"0";s:5:"taxID";s:1:"1";s:3:"tax";s:5:"19.00";s:8:"tax_rate";s:2:"19";s:3:"esd";s:1:"0";s:10:"attributes";a:6:{s:10:"attribute1";s:0:"";s:10:"attribute2";N;s:10:"attribute3";N;s:10:"attribute4";N;s:10:"attribute5";N;s:10:"attribute6";N;}}i:1;a:20:{s:14:"orderdetailsID";s:3:"209";s:7:"orderID";s:2:"59";s:11:"ordernumber";s:5:"20003";s:9:"articleID";s:1:"0";s:18:"articleordernumber";s:16:"SHIPPINGDISCOUNT";s:5:"price";s:2:"-2";s:8:"quantity";s:1:"1";s:7:"invoice";s:2:"-2";s:4:"name";s:15:"Warenkorbrabatt";s:6:"status";s:1:"0";s:7:"shipped";s:1:"0";s:12:"shippedgroup";s:1:"0";s:11:"releasedate";s:10:"0000-00-00";s:5:"modus";s:1:"4";s:10:"esdarticle";s:1:"0";s:5:"taxID";s:1:"0";s:3:"tax";N;s:8:"tax_rate";s:2:"19";s:3:"esd";s:1:"0";s:10:"attributes";a:6:{s:10:"attribute1";N;s:10:"attribute2";N;s:10:"attribute3";N;s:10:"attribute4";N;s:10:"attribute5";N;s:10:"attribute6";N;}}}s:5:"sUser";a:82:{s:15:"billing_company";s:0:"";s:18:"billing_department";s:0:"";s:18:"billing_salutation";s:2:"mr";s:14:"customernumber";s:5:"20005";s:17:"billing_firstname";s:3:"Max";s:16:"billing_lastname";s:10:"Mustermann";s:14:"billing_street";s:15:"Musterstraße 1";s:32:"billing_additional_address_line1";s:0:"";s:32:"billing_additional_address_line2";s:0:"";s:15:"billing_zipcode";s:5:"12345";s:12:"billing_city";s:11:"Musterstadt";s:5:"phone";s:0:"";s:13:"billing_phone";s:0:"";s:17:"billing_countryID";s:1:"2";s:15:"billing_stateID";N;s:15:"billing_country";s:11:"Deutschland";s:18:"billing_countryiso";s:2:"DE";s:19:"billing_countryarea";s:11:"deutschland";s:17:"billing_countryen";s:7:"GERMANY";s:5:"ustid";s:0:"";s:13:"billing_text1";N;s:13:"billing_text2";N;s:13:"billing_text3";N;s:13:"billing_text4";N;s:13:"billing_text5";N;s:13:"billing_text6";N;s:7:"orderID";s:2:"59";s:16:"shipping_company";s:0:"";s:19:"shipping_department";s:0:"";s:19:"shipping_salutation";s:2:"mr";s:18:"shipping_firstname";s:3:"Max";s:17:"shipping_lastname";s:10:"Mustermann";s:15:"shipping_street";s:15:"Musterstraße 1";s:33:"shipping_additional_address_line1";s:0:"";s:33:"shipping_additional_address_line2";s:0:"";s:16:"shipping_zipcode";s:5:"12345";s:13:"shipping_city";s:11:"Musterstadt";s:16:"shipping_stateID";N;s:18:"shipping_countryID";s:1:"2";s:16:"shipping_country";s:11:"Deutschland";s:19:"shipping_countryiso";s:2:"DE";s:20:"shipping_countryarea";s:11:"deutschland";s:18:"shipping_countryen";s:7:"GERMANY";s:14:"shipping_text1";N;s:14:"shipping_text2";N;s:14:"shipping_text3";N;s:14:"shipping_text4";N;s:14:"shipping_text5";N;s:14:"shipping_text6";N;s:2:"id";s:1:"3";s:8:"password";s:60:"$2y$10$AzjwzOob83DJ2LG6yxXcBeghK9ciBB1zsK3UeBZADZCl10pTQN62W";s:7:"encoder";s:6:"bcrypt";s:5:"email";s:14:"xy@example.org";s:6:"active";s:1:"1";s:11:"accountmode";s:1:"0";s:15:"confirmationkey";s:0:"";s:9:"paymentID";s:1:"5";s:10:"firstlogin";s:10:"2017-08-07";s:9:"lastlogin";s:19:"2017-08-07 14:09:26";s:9:"sessionID";s:26:"hkkhfl82i1jejfvd2f0ucr6om4";s:10:"newsletter";s:1:"0";s:10:"validation";s:0:"";s:9:"affiliate";s:1:"0";s:13:"customergroup";s:2:"EK";s:13:"paymentpreset";s:1:"0";s:8:"language";s:1:"1";s:9:"subshopID";s:1:"1";s:7:"referer";s:0:"";s:12:"pricegroupID";N;s:15:"internalcomment";s:0:"";s:12:"failedlogins";s:1:"0";s:11:"lockeduntil";N;s:26:"default_billing_address_id";s:1:"5";s:27:"default_shipping_address_id";s:1:"5";s:5:"title";N;s:10:"salutation";s:2:"mr";s:9:"firstname";s:3:"Max";s:8:"lastname";s:10:"Mustermann";s:8:"birthday";N;s:11:"login_token";s:38:"1239c089-6b2f-4461-9134-c02026970bff.1";s:11:"preisgruppe";s:1:"1";s:11:"billing_net";s:1:"1";}s:9:"sDispatch";a:2:{s:4:"name";s:16:"Standard Versand";s:11:"description";s:0:"";}}' +',`ishtml` = 1,`attachment` = '',`mailtype` = 3,`context` = 'a:4:{s:6:"sOrder";a:40:{s:7:"orderID";s:2:"59";s:11:"ordernumber";s:5:"20003";s:12:"order_number";s:5:"20003";s:6:"userID";s:1:"3";s:10:"customerID";s:1:"3";s:14:"invoice_amount";s:5:"31.85";s:18:"invoice_amount_net";s:5:"26.77";s:16:"invoice_shipping";s:3:"3.9";s:20:"invoice_shipping_net";s:4:"3.28";s:9:"ordertime";s:19:"2017-08-07 14:09:26";s:6:"status";s:1:"6";s:8:"statusID";s:1:"6";s:7:"cleared";s:2:"17";s:9:"clearedID";s:2:"17";s:9:"paymentID";s:1:"5";s:13:"transactionID";s:0:"";s:7:"comment";s:0:"";s:15:"customercomment";s:0:"";s:3:"net";s:1:"0";s:5:"netto";s:1:"0";s:9:"partnerID";s:0:"";s:11:"temporaryID";s:0:"";s:7:"referer";s:0:"";s:11:"cleareddate";N;s:12:"cleared_date";N;s:12:"trackingcode";s:0:"";s:8:"language";s:1:"1";s:8:"currency";s:3:"EUR";s:14:"currencyFactor";s:1:"1";s:9:"subshopID";s:1:"1";s:10:"dispatchID";s:1:"9";s:10:"currencyID";s:1:"1";s:12:"cleared_name";s:4:"open";s:19:"cleared_description";s:5:"Offen";s:11:"status_name";s:19:"partially_delivered";s:18:"status_description";s:22:"Teilweise ausgeliefert";s:19:"payment_description";s:8:"Vorkasse";s:20:"dispatch_description";s:16:"Standard Versand";s:20:"currency_description";s:4:"Euro";s:10:"attributes";a:6:{s:10:"attribute1";N;s:10:"attribute2";N;s:10:"attribute3";N;s:10:"attribute4";N;s:10:"attribute5";N;s:10:"attribute6";N;}}s:13:"sOrderDetails";a:2:{i:0;a:20:{s:14:"orderdetailsID";s:3:"208";s:7:"orderID";s:2:"59";s:11:"ordernumber";s:5:"20003";s:9:"articleID";s:3:"152";s:18:"articleordernumber";s:9:"SW10152.1";s:5:"price";s:5:"29.95";s:8:"quantity";s:1:"1";s:7:"invoice";s:5:"29.95";s:4:"name";s:31:"WINDSTOPPER MÜTZE WARM Schwarz";s:6:"status";s:1:"0";s:7:"shipped";s:1:"0";s:12:"shippedgroup";s:1:"0";s:11:"releasedate";s:10:"0000-00-00";s:5:"modus";s:1:"0";s:10:"esdarticle";s:1:"0";s:5:"taxID";s:1:"1";s:3:"tax";s:5:"19.00";s:8:"tax_rate";s:2:"19";s:3:"esd";s:1:"0";s:10:"attributes";a:6:{s:10:"attribute1";s:0:"";s:10:"attribute2";N;s:10:"attribute3";N;s:10:"attribute4";N;s:10:"attribute5";N;s:10:"attribute6";N;}}i:1;a:20:{s:14:"orderdetailsID";s:3:"209";s:7:"orderID";s:2:"59";s:11:"ordernumber";s:5:"20003";s:9:"articleID";s:1:"0";s:18:"articleordernumber";s:16:"SHIPPINGDISCOUNT";s:5:"price";s:2:"-2";s:8:"quantity";s:1:"1";s:7:"invoice";s:2:"-2";s:4:"name";s:15:"Warenkorbrabatt";s:6:"status";s:1:"0";s:7:"shipped";s:1:"0";s:12:"shippedgroup";s:1:"0";s:11:"releasedate";s:10:"0000-00-00";s:5:"modus";s:1:"4";s:10:"esdarticle";s:1:"0";s:5:"taxID";s:1:"0";s:3:"tax";N;s:8:"tax_rate";s:2:"19";s:3:"esd";s:1:"0";s:10:"attributes";a:6:{s:10:"attribute1";N;s:10:"attribute2";N;s:10:"attribute3";N;s:10:"attribute4";N;s:10:"attribute5";N;s:10:"attribute6";N;}}}s:5:"sUser";a:82:{s:15:"billing_company";s:0:"";s:18:"billing_department";s:0:"";s:18:"billing_salutation";s:2:"mr";s:14:"customernumber";s:5:"20005";s:17:"billing_firstname";s:3:"Max";s:16:"billing_lastname";s:10:"Mustermann";s:14:"billing_street";s:15:"Musterstraße 1";s:32:"billing_additional_address_line1";s:0:"";s:32:"billing_additional_address_line2";s:0:"";s:15:"billing_zipcode";s:5:"12345";s:12:"billing_city";s:11:"Musterstadt";s:5:"phone";s:0:"";s:13:"billing_phone";s:0:"";s:17:"billing_countryID";s:1:"2";s:15:"billing_stateID";N;s:15:"billing_country";s:11:"Deutschland";s:18:"billing_countryiso";s:2:"DE";s:19:"billing_countryarea";s:11:"deutschland";s:17:"billing_countryen";s:7:"GERMANY";s:5:"ustid";s:0:"";s:13:"billing_text1";N;s:13:"billing_text2";N;s:13:"billing_text3";N;s:13:"billing_text4";N;s:13:"billing_text5";N;s:13:"billing_text6";N;s:7:"orderID";s:2:"59";s:16:"shipping_company";s:0:"";s:19:"shipping_department";s:0:"";s:19:"shipping_salutation";s:2:"mr";s:18:"shipping_firstname";s:3:"Max";s:17:"shipping_lastname";s:10:"Mustermann";s:15:"shipping_street";s:15:"Musterstraße 1";s:33:"shipping_additional_address_line1";s:0:"";s:33:"shipping_additional_address_line2";s:0:"";s:16:"shipping_zipcode";s:5:"12345";s:13:"shipping_city";s:11:"Musterstadt";s:16:"shipping_stateID";N;s:18:"shipping_countryID";s:1:"2";s:16:"shipping_country";s:11:"Deutschland";s:19:"shipping_countryiso";s:2:"DE";s:20:"shipping_countryarea";s:11:"deutschland";s:18:"shipping_countryen";s:7:"GERMANY";s:14:"shipping_text1";N;s:14:"shipping_text2";N;s:14:"shipping_text3";N;s:14:"shipping_text4";N;s:14:"shipping_text5";N;s:14:"shipping_text6";N;s:2:"id";s:1:"3";s:8:"password";s:60:"$2y$10$AzjwzOob83DJ2LG6yxXcBeghK9ciBB1zsK3UeBZADZCl10pTQN62W";s:7:"encoder";s:6:"bcrypt";s:5:"email";s:14:"xy@example.org";s:6:"active";s:1:"1";s:11:"accountmode";s:1:"0";s:15:"confirmationkey";s:0:"";s:9:"paymentID";s:1:"5";s:10:"firstlogin";s:10:"2017-08-07";s:9:"lastlogin";s:19:"2017-08-07 14:09:26";s:9:"sessionID";s:26:"hkkhfl82i1jejfvd2f0ucr6om4";s:10:"newsletter";s:1:"0";s:10:"validation";s:0:"";s:9:"affiliate";s:1:"0";s:13:"customergroup";s:2:"EK";s:13:"paymentpreset";s:1:"0";s:8:"language";s:1:"1";s:9:"subshopID";s:1:"1";s:7:"referer";s:0:"";s:12:"pricegroupID";N;s:15:"internalcomment";s:0:"";s:12:"failedlogins";s:1:"0";s:11:"lockeduntil";N;s:26:"default_billing_address_id";s:1:"5";s:27:"default_shipping_address_id";s:1:"5";s:5:"title";N;s:10:"salutation";s:2:"mr";s:9:"firstname";s:3:"Max";s:8:"lastname";s:10:"Mustermann";s:8:"birthday";N;s:11:"login_token";s:38:"1239c089-6b2f-4461-9134-c02026970bff.1";s:11:"preisgruppe";s:1:"1";s:11:"billing_net";s:1:"1";}s:9:"sDispatch";a:2:{s:4:"name";s:16:"Standard Versand";s:11:"description";s:0:"";}}' WHERE `s_core_config_mails`.`name` = 'sORDERSTATEMAIL6' AND `s_core_config_mails`.`dirty` = 0 AND `content` LIKE '%Bestellstatus für Ihre Bestellung%'; EOD; @@ -1219,9 +1218,9 @@ private function updateEmailTemplates() UPDATE `s_core_config_mails` SET `frommail` = '{config name=mail}',`fromname` = '{config name=shopName}',`subject` = 'Herzlichen Glückwunsch zum Geburtstag von {config name=shopName}',`content` = '{include file="string:{config name=emailheaderplain}"} Hallo {$sUser.salutation|salutation} {$sUser.lastname}, - + Alles Gute zum Geburtstag. Zu Ihrem persönlichen Jubiläum haben wir uns etwas Besonderes ausgedacht, wir senden Ihnen hiermit einen Geburtstagscode über {if $sVoucher.value}{$sVoucher.value|currency|unescape:"htmlall"}{else}{$sVoucher.percental} %{/if}, den Sie bei Ihrer nächsten Bestellung in unserem Online-Shop: {$sShopURL} ganz einfach einlösen können. - + Ihr persönlicher Geburtstags-Code lautet: {$sVoucher.code} {if $sVoucher.valid_from && $sVoucher.valid_to}Dieser Code ist gültig vom {$sVoucher.valid_from|date_format:"%d.%m.%Y"} bis zum {$sVoucher.valid_to|date_format:"%d.%m.%Y"}.{/if} {if $sVoucher.valid_from && !$sVoucher.valid_to}Dieser Code ist gültig ab dem {$sVoucher.valid_from|date_format:"%d.%m.%Y"}.{/if} @@ -1238,9 +1237,9 @@ private function updateEmailTemplates() {if $sVoucher.valid_from && !$sVoucher.valid_to}Dieser Code ist gültig ab dem {$sVoucher.valid_from|date_format:"%d.%m.%Y"}.{/if} {if !$sVoucher.valid_from && $sVoucher.valid_to}Dieser Code ist gültig bis zum {$sVoucher.valid_to|date_format:"%d.%m.%Y"}.{/if}

- + {include file="string:{config name=emailfooterhtml}"} -',`ishtml` = 1,`attachment` = '',`mailtype` = 2,`context` = 'a:3:{s:5:"sUser";a:28:{s:6:"userID";s:1:"1";s:7:"company";s:11:"Muster GmbH";s:10:"department";N;s:10:"salutation";s:2:"mr";s:14:"customernumber";s:5:"20001";s:9:"firstname";s:3:"Max";s:8:"lastname";s:10:"Mustermann";s:6:"street";s:13:"Musterstr. 55";s:7:"zipcode";s:5:"55555";s:4:"city";s:12:"Musterhausen";s:5:"phone";s:14:"05555 / 555555";s:9:"countryID";s:1:"2";s:5:"ustid";N;s:5:"text1";N;s:5:"text2";N;s:5:"text3";N;s:5:"text4";N;s:5:"text5";N;s:5:"text6";N;s:5:"email";s:16:"test@example.com";s:9:"paymentID";s:1:"5";s:10:"firstlogin";s:10:"2011-11-23";s:9:"lastlogin";s:19:"2012-01-04 14:12:05";s:10:"newsletter";s:1:"0";s:9:"affiliate";s:1:"0";s:13:"customergroup";s:2:"EK";s:8:"language";s:1:"1";s:9:"subshopID";s:1:"1";}s:8:"sVoucher";a:6:{s:13:"vouchercodeID";s:3:"201";s:4:"code";s:8:"0B818118";s:5:"value";s:1:"5";s:9:"percental";s:1:"0";s:8:"valid_to";s:10:"2017-12-31";s:10:"valid_from";s:10:"2017-10-22";}s:5:"sData";N;}' +',`ishtml` = 1,`attachment` = '',`mailtype` = 2,`context` = 'a:3:{s:5:"sUser";a:28:{s:6:"userID";s:1:"1";s:7:"company";s:11:"Muster GmbH";s:10:"department";N;s:10:"salutation";s:2:"mr";s:14:"customernumber";s:5:"20001";s:9:"firstname";s:3:"Max";s:8:"lastname";s:10:"Mustermann";s:6:"street";s:13:"Musterstr. 55";s:7:"zipcode";s:5:"55555";s:4:"city";s:12:"Musterhausen";s:5:"phone";s:14:"05555 / 555555";s:9:"countryID";s:1:"2";s:5:"ustid";N;s:5:"text1";N;s:5:"text2";N;s:5:"text3";N;s:5:"text4";N;s:5:"text5";N;s:5:"text6";N;s:5:"email";s:16:"test@example.com";s:9:"paymentID";s:1:"5";s:10:"firstlogin";s:10:"2011-11-23";s:9:"lastlogin";s:19:"2012-01-04 14:12:05";s:10:"newsletter";s:1:"0";s:9:"affiliate";s:1:"0";s:13:"customergroup";s:2:"EK";s:8:"language";s:1:"1";s:9:"subshopID";s:1:"1";}s:8:"sVoucher";a:6:{s:13:"vouchercodeID";s:3:"201";s:4:"code";s:8:"0B818118";s:5:"value";s:1:"5";s:9:"percental";s:1:"0";s:8:"valid_to";s:10:"2017-12-31";s:10:"valid_from";s:10:"2017-10-22";}s:5:"sData";N;}' WHERE `s_core_config_mails`.`name` = 'sBIRTHDAY' AND `s_core_config_mails`.`dirty` = 0 AND `content` LIKE '%Ihnen alles Gute zum Geburtstag.%'; EOD; @@ -1450,7 +1449,7 @@ private function updateEmailTemplates() {$details.amount|padding:8|currency} {/foreach} - +

@@ -1558,7 +1557,7 @@ private function updateEmailTemplates() {if $sComment}

{$sComment}


{/if} - + {include file="string:{config name=emailfooterhtml}"} ',`ishtml` = 1,`attachment` = '',`mailtype` = 2, `context` = 'a:5:{s:7:"sConfig";a:0:{}s:5:"sName";s:8:"John Doe";s:8:"sArticle";s:11:"Elastic Cap";s:5:"sLink";s:39:"http://shopware.example/elastic-cap-153";s:8:"sComment";s:26:"Hey Jane - this is amazing";}' @@ -1570,7 +1569,7 @@ private function updateEmailTemplates() Hello, -there is no additional free serial numbers available for the article +there is no additional free serial numbers available for the article {$sArticleName}. @@ -1943,7 +1942,7 @@ private function updateEmailTemplates() {include file="string:{config name=emailfooterhtml}"} ',`ishtml` = 1,`attachment` = '',`mailtype` = 3, `context` = 'a:4:{s:6:"sOrder";a:40:{s:7:"orderID";s:2:"62";s:11:"ordernumber";s:5:"20004";s:12:"order_number";s:5:"20004";s:6:"userID";s:1:"4";s:10:"customerID";s:1:"4";s:14:"invoice_amount";s:5:"16.85";s:18:"invoice_amount_net";s:5:"14.16";s:16:"invoice_shipping";s:3:"3.9";s:20:"invoice_shipping_net";s:4:"3.28";s:9:"ordertime";s:19:"2017-10-30 08:49:06";s:6:"status";s:1:"0";s:8:"statusID";s:1:"0";s:7:"cleared";s:2:"17";s:9:"clearedID";s:2:"17";s:9:"paymentID";s:1:"5";s:13:"transactionID";s:0:"";s:7:"comment";s:0:"";s:15:"customercomment";s:0:"";s:3:"net";s:1:"0";s:5:"netto";s:1:"0";s:9:"partnerID";s:0:"";s:11:"temporaryID";s:0:"";s:7:"referer";s:0:"";s:11:"cleareddate";N;s:12:"cleared_date";N;s:12:"trackingcode";s:0:"";s:8:"language";s:1:"1";s:8:"currency";s:3:"EUR";s:14:"currencyFactor";s:1:"1";s:9:"subshopID";s:1:"1";s:10:"dispatchID";s:1:"9";s:10:"currencyID";s:1:"1";s:12:"cleared_name";s:4:"open";s:19:"cleared_description";s:4:"Open";s:11:"status_name";s:4:"open";s:18:"status_description";s:4:"Open";s:19:"payment_description";s:18:"Payment in advance";s:20:"dispatch_description";s:17:"Standard delivery";s:20:"currency_description";s:4:"Euro";s:10:"attributes";a:6:{s:10:"attribute1";N;s:10:"attribute2";N;s:10:"attribute3";N;s:10:"attribute4";N;s:10:"attribute5";N;s:10:"attribute6";N;}}s:13:"sOrderDetails";a:2:{i:0;a:20:{s:14:"orderdetailsID";s:3:"214";s:7:"orderID";s:2:"62";s:11:"ordernumber";s:5:"20004";s:9:"articleID";s:3:"153";s:18:"articleordernumber";s:7:"SW10153";s:5:"price";s:5:"14.95";s:8:"quantity";s:1:"1";s:7:"invoice";s:5:"14.95";s:4:"name";s:11:"ELASTIC CAP";s:6:"status";s:1:"0";s:7:"shipped";s:1:"0";s:12:"shippedgroup";s:1:"0";s:11:"releasedate";s:10:"0000-00-00";s:5:"modus";s:1:"0";s:10:"esdarticle";s:1:"0";s:5:"taxID";s:1:"1";s:3:"tax";s:5:"19.00";s:8:"tax_rate";s:2:"19";s:3:"esd";s:1:"0";s:10:"attributes";a:6:{s:10:"attribute1";s:0:"";s:10:"attribute2";N;s:10:"attribute3";N;s:10:"attribute4";N;s:10:"attribute5";N;s:10:"attribute6";N;}}i:1;a:20:{s:14:"orderdetailsID";s:3:"215";s:7:"orderID";s:2:"62";s:11:"ordernumber";s:5:"20004";s:9:"articleID";s:1:"0";s:18:"articleordernumber";s:16:"SHIPPINGDISCOUNT";s:5:"price";s:2:"-2";s:8:"quantity";s:1:"1";s:7:"invoice";s:2:"-2";s:4:"name";s:15:"Warenkorbrabatt";s:6:"status";s:1:"0";s:7:"shipped";s:1:"0";s:12:"shippedgroup";s:1:"0";s:11:"releasedate";s:10:"0000-00-00";s:5:"modus";s:1:"4";s:10:"esdarticle";s:1:"0";s:5:"taxID";s:1:"0";s:3:"tax";N;s:8:"tax_rate";s:2:"19";s:3:"esd";s:1:"0";s:10:"attributes";a:6:{s:10:"attribute1";N;s:10:"attribute2";N;s:10:"attribute3";N;s:10:"attribute4";N;s:10:"attribute5";N;s:10:"attribute6";N;}}}s:5:"sUser";a:82:{s:15:"billing_company";s:0:"";s:18:"billing_department";s:0:"";s:18:"billing_salutation";s:2:"mr";s:14:"customernumber";s:5:"20006";s:17:"billing_firstname";s:4:"John";s:16:"billing_lastname";s:3:"Doe";s:14:"billing_street";s:16:"Examplestreet 11";s:32:"billing_additional_address_line1";s:0:"";s:32:"billing_additional_address_line2";s:0:"";s:15:"billing_zipcode";s:4:"1234";s:12:"billing_city";s:11:"Examplecity";s:5:"phone";s:0:"";s:13:"billing_phone";s:0:"";s:17:"billing_countryID";s:1:"2";s:15:"billing_stateID";N;s:15:"billing_country";s:7:"Germany";s:18:"billing_countryiso";s:2:"DE";s:19:"billing_countryarea";s:7:"germany";s:17:"billing_countryen";s:7:"GERMANY";s:5:"ustid";s:0:"";s:13:"billing_text1";N;s:13:"billing_text2";N;s:13:"billing_text3";N;s:13:"billing_text4";N;s:13:"billing_text5";N;s:13:"billing_text6";N;s:7:"orderID";s:2:"62";s:16:"shipping_company";s:0:"";s:19:"shipping_department";s:0:"";s:19:"shipping_salutation";s:2:"mr";s:18:"shipping_firstname";s:4:"John";s:17:"shipping_lastname";s:3:"Doe";s:15:"shipping_street";s:16:"Examplestreet 11";s:33:"shipping_additional_address_line1";s:0:"";s:33:"shipping_additional_address_line2";s:0:"";s:16:"shipping_zipcode";s:4:"1234";s:13:"shipping_city";s:11:"Examplecity";s:16:"shipping_stateID";N;s:18:"shipping_countryID";s:1:"2";s:16:"shipping_country";s:7:"Germany";s:19:"shipping_countryiso";s:2:"DE";s:20:"shipping_countryarea";s:7:"germany";s:18:"shipping_countryen";s:7:"GERMANY";s:14:"shipping_text1";N;s:14:"shipping_text2";N;s:14:"shipping_text3";N;s:14:"shipping_text4";N;s:14:"shipping_text5";N;s:14:"shipping_text6";N;s:2:"id";s:1:"4";s:8:"password";s:60:"$2y$10$qcu486mGUDZ/qbUSJDi78uYwatm24dzQ/dCO79PVVP0MbGHJ0LLgq";s:7:"encoder";s:6:"bcrypt";s:5:"email";s:12:"xyz@mail.com";s:6:"active";s:1:"1";s:11:"accountmode";s:1:"0";s:15:"confirmationkey";s:0:"";s:9:"paymentID";s:1:"5";s:10:"firstlogin";s:10:"2017-10-30";s:9:"lastlogin";s:19:"2017-10-30 08:49:06";s:9:"sessionID";s:26:"e6b7aaevs8nvaobuejg2o3gpt4";s:10:"newsletter";s:1:"0";s:10:"validation";s:0:"";s:9:"affiliate";s:1:"0";s:13:"customergroup";s:2:"EK";s:13:"paymentpreset";s:1:"0";s:8:"language";s:1:"1";s:9:"subshopID";s:1:"1";s:7:"referer";s:0:"";s:12:"pricegroupID";N;s:15:"internalcomment";s:0:"";s:12:"failedlogins";s:1:"0";s:11:"lockeduntil";N;s:26:"default_billing_address_id";s:1:"6";s:27:"default_shipping_address_id";s:1:"6";s:5:"title";N;s:10:"salutation";s:2:"mr";s:9:"firstname";s:4:"John";s:8:"lastname";s:3:"Doe";s:8:"birthday";N;s:11:"login_token";s:38:"62c86dd9-a98d-46e7-9a85-612afff5cb7f.1";s:11:"preisgruppe";s:1:"1";s:11:"billing_net";s:1:"1";}s:9:"sDispatch";a:2:{s:4:"name";s:17:"Standard delivery";s:11:"description";s:0:"";}}' -WHERE `s_core_config_mails`.`name` = 'sORDERSTATEMAIL17' AND `dirty` = 0 AND `content` LIKE '%But in case you have purchased without a registration or a customer account, you do not have this option.%'; +WHERE `s_core_config_mails`.`name` = 'sORDERSTATEMAIL17' AND `dirty` = 0 AND `content` LIKE '%But in case you have purchased without a registration or a customer account, you do not have this option.%'; EOD; $sql .= <<<'EOD' @@ -2029,7 +2028,7 @@ private function updateEmailTemplates() $sql .= <<<'EOD' UPDATE `s_core_config_mails` SET `frommail` = '{config name=mail}',`fromname` = '{config name=shopName}',`subject` = 'Stock level of {$sData.count} article{if $sData.count>1}s{/if} under minimum stock ',`content` = '{include file="string:{config name=emailheaderplain}"} - + Hello, the following articles have undershot the minimum stock: @@ -2053,7 +2052,7 @@ private function updateEmailTemplates() Name of article Stock/Minimum stock - + {foreach from=$sJob.articles item=sArticle key=key} {$sArticle.ordernumber} @@ -2146,7 +2145,7 @@ private function updateEmailTemplates() $sql .= <<<'EOD' UPDATE `s_core_config_mails` SET `frommail` = '{config name=mail}',`fromname` = '{config name=shopName}',`subject` = 'Your article is available again',`content` = '{include file="string:{config name=emailheaderplain}"} - + Hello, your article with the order number {$sOrdernumber} is available again. @@ -2413,7 +2412,7 @@ private function updateEmailTemplates() Net total: {$sOrder.invoice_amount_net|string_format:"%.2f"} {$sOrder.currency}
Total amount incl. VAT: {$sOrder.invoice_amount|string_format:"%.2f"} {$sOrder.currency}

- + You can check the current status of your order on our website under "My account" - "My orders" anytime. But in case you have purchased without a registration or a customer account, you do not have this option.

{include file="string:{config name=emailfooterhtml}"} @@ -2639,7 +2638,7 @@ private function updateEmailTemplates() {include file="string:{config name=emailfooterhtml}"} ',`ishtml` = 1,`attachment` = '',`mailtype` = 2, `context` = 'a:4:{s:6:"sOrder";a:40:{s:7:"orderID";s:2:"66";s:11:"ordernumber";s:5:"20006";s:12:"order_number";s:5:"20006";s:6:"userID";s:1:"4";s:10:"customerID";s:1:"4";s:14:"invoice_amount";s:5:"701.4";s:18:"invoice_amount_net";s:6:"589.42";s:16:"invoice_shipping";s:3:"3.9";s:20:"invoice_shipping_net";s:4:"3.28";s:9:"ordertime";s:19:"2017-10-29 10:00:08";s:6:"status";s:1:"2";s:8:"statusID";s:1:"2";s:7:"cleared";s:2:"12";s:9:"clearedID";s:2:"12";s:9:"paymentID";s:1:"5";s:13:"transactionID";s:0:"";s:7:"comment";s:0:"";s:15:"customercomment";s:0:"";s:3:"net";s:1:"0";s:5:"netto";s:1:"0";s:9:"partnerID";s:0:"";s:11:"temporaryID";s:0:"";s:7:"referer";s:0:"";s:11:"cleareddate";N;s:12:"cleared_date";N;s:12:"trackingcode";s:0:"";s:8:"language";s:1:"1";s:8:"currency";s:3:"EUR";s:14:"currencyFactor";s:1:"1";s:9:"subshopID";s:1:"1";s:10:"dispatchID";s:1:"9";s:10:"currencyID";s:1:"1";s:12:"cleared_name";s:15:"completely_paid";s:19:"cleared_description";s:15:"Completely paid";s:11:"status_name";s:9:"completed";s:18:"status_description";s:9:"Completed";s:19:"payment_description";s:18:"Payment in advance";s:20:"dispatch_description";s:17:"Standard delivery";s:20:"currency_description";s:4:"Euro";s:10:"attributes";a:6:{s:10:"attribute1";N;s:10:"attribute2";N;s:10:"attribute3";N;s:10:"attribute4";N;s:10:"attribute5";N;s:10:"attribute6";N;}}s:13:"sOrderDetails";a:2:{i:0;a:20:{s:14:"orderdetailsID";s:3:"222";s:7:"orderID";s:2:"66";s:11:"ordernumber";s:5:"20006";s:9:"articleID";s:3:"166";s:18:"articleordernumber";s:7:"SW10166";s:5:"price";s:5:"69.95";s:8:"quantity";s:2:"10";s:7:"invoice";s:5:"699.5";s:4:"name";s:12:"DIE ZEIT 100";s:6:"status";s:1:"0";s:7:"shipped";s:1:"0";s:12:"shippedgroup";s:1:"0";s:11:"releasedate";s:10:"0000-00-00";s:5:"modus";s:1:"0";s:10:"esdarticle";s:1:"0";s:5:"taxID";s:1:"1";s:3:"tax";s:5:"19.00";s:8:"tax_rate";s:2:"19";s:3:"esd";s:1:"0";s:10:"attributes";a:6:{s:10:"attribute1";s:0:"";s:10:"attribute2";N;s:10:"attribute3";N;s:10:"attribute4";N;s:10:"attribute5";N;s:10:"attribute6";N;}}i:1;a:20:{s:14:"orderdetailsID";s:3:"223";s:7:"orderID";s:2:"66";s:11:"ordernumber";s:5:"20006";s:9:"articleID";s:1:"0";s:18:"articleordernumber";s:16:"SHIPPINGDISCOUNT";s:5:"price";s:2:"-2";s:8:"quantity";s:1:"1";s:7:"invoice";s:2:"-2";s:4:"name";s:15:"Warenkorbrabatt";s:6:"status";s:1:"0";s:7:"shipped";s:1:"0";s:12:"shippedgroup";s:1:"0";s:11:"releasedate";s:10:"0000-00-00";s:5:"modus";s:1:"4";s:10:"esdarticle";s:1:"0";s:5:"taxID";s:1:"0";s:3:"tax";N;s:8:"tax_rate";s:2:"19";s:3:"esd";s:1:"0";s:10:"attributes";a:6:{s:10:"attribute1";N;s:10:"attribute2";N;s:10:"attribute3";N;s:10:"attribute4";N;s:10:"attribute5";N;s:10:"attribute6";N;}}}s:5:"sUser";a:82:{s:15:"billing_company";s:0:"";s:18:"billing_department";s:0:"";s:18:"billing_salutation";s:2:"mr";s:14:"customernumber";s:5:"20006";s:17:"billing_firstname";s:4:"John";s:16:"billing_lastname";s:3:"Doe";s:14:"billing_street";s:16:"Examplestreet 11";s:32:"billing_additional_address_line1";s:0:"";s:32:"billing_additional_address_line2";s:0:"";s:15:"billing_zipcode";s:4:"1234";s:12:"billing_city";s:11:"Examplecity";s:5:"phone";s:0:"";s:13:"billing_phone";s:0:"";s:17:"billing_countryID";s:1:"2";s:15:"billing_stateID";N;s:15:"billing_country";s:7:"Germany";s:18:"billing_countryiso";s:2:"DE";s:19:"billing_countryarea";s:7:"germany";s:17:"billing_countryen";s:7:"GERMANY";s:5:"ustid";s:0:"";s:13:"billing_text1";N;s:13:"billing_text2";N;s:13:"billing_text3";N;s:13:"billing_text4";N;s:13:"billing_text5";N;s:13:"billing_text6";N;s:7:"orderID";s:2:"66";s:16:"shipping_company";s:0:"";s:19:"shipping_department";s:0:"";s:19:"shipping_salutation";s:2:"mr";s:18:"shipping_firstname";s:4:"John";s:17:"shipping_lastname";s:3:"Doe";s:15:"shipping_street";s:16:"Examplestreet 11";s:33:"shipping_additional_address_line1";s:0:"";s:33:"shipping_additional_address_line2";s:0:"";s:16:"shipping_zipcode";s:4:"1234";s:13:"shipping_city";s:11:"Examplecity";s:16:"shipping_stateID";N;s:18:"shipping_countryID";s:1:"2";s:16:"shipping_country";s:7:"Germany";s:19:"shipping_countryiso";s:2:"DE";s:20:"shipping_countryarea";s:7:"germany";s:18:"shipping_countryen";s:7:"GERMANY";s:14:"shipping_text1";N;s:14:"shipping_text2";N;s:14:"shipping_text3";N;s:14:"shipping_text4";N;s:14:"shipping_text5";N;s:14:"shipping_text6";N;s:2:"id";s:1:"4";s:8:"password";s:60:"$2y$10$qcu486mGUDZ/qbUSJDi78uYwatm24dzQ/dCO79PVVP0MbGHJ0LLgq";s:7:"encoder";s:6:"bcrypt";s:5:"email";s:12:"xyz@mail.com";s:6:"active";s:1:"1";s:11:"accountmode";s:1:"0";s:15:"confirmationkey";s:0:"";s:9:"paymentID";s:1:"5";s:10:"firstlogin";s:10:"2017-10-30";s:9:"lastlogin";s:19:"2017-10-30 12:02:18";s:9:"sessionID";s:26:"mpmqj6qoro0pg3ua9u5hprh646";s:10:"newsletter";s:1:"0";s:10:"validation";s:1:"0";s:9:"affiliate";s:1:"0";s:13:"customergroup";s:2:"EK";s:13:"paymentpreset";s:1:"0";s:8:"language";s:1:"1";s:9:"subshopID";s:1:"1";s:7:"referer";s:0:"";s:12:"pricegroupID";N;s:15:"internalcomment";s:0:"";s:12:"failedlogins";s:1:"0";s:11:"lockeduntil";N;s:26:"default_billing_address_id";s:1:"6";s:27:"default_shipping_address_id";s:1:"6";s:5:"title";s:0:"";s:10:"salutation";s:2:"mr";s:9:"firstname";s:4:"John";s:8:"lastname";s:3:"Doe";s:8:"birthday";s:10:"2017-10-30";s:11:"login_token";s:38:"1f6f51a1-54c1-4db8-8b4f-fbe957f8b856.1";s:11:"preisgruppe";s:1:"1";s:11:"billing_net";s:1:"1";}s:9:"sDispatch";a:2:{s:4:"name";s:17:"Standard delivery";s:11:"description";s:0:"";}}' -WHERE `s_core_config_mails`.`name` = 'sORDERDOCUMENTS' AND `dirty` = 0 AND `content` LIKE '%In the attachments of this E-Mail you will find the documents for your order in PDF format.%'; +WHERE `s_core_config_mails`.`name` = 'sORDERDOCUMENTS' AND `dirty` = 0 AND `content` LIKE '%In the attachments of this E-Mail you will find the documents for your order in PDF format.%'; EOD; // Move sORDERSEPAAUTHORIZATION to system mails diff --git a/_sql/migrations/962-add-ordernumber-form-field.php b/_sql/migrations/962-add-ordernumber-form-field.php index 24065ef2031..f9c8ed13dd7 100644 --- a/_sql/migrations/962-add-ordernumber-form-field.php +++ b/_sql/migrations/962-add-ordernumber-form-field.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class Migrations_Migration962 extends Shopware\Components\Migrations\AbstractMigration diff --git a/_sql/migrations/963-update-emotion-url-template.php b/_sql/migrations/963-update-emotion-url-template.php index ef10410988d..54e0b7bf742 100644 --- a/_sql/migrations/963-update-emotion-url-template.php +++ b/_sql/migrations/963-update-emotion-url-template.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/964-translate-slt-setting.php b/_sql/migrations/964-translate-slt-setting.php index 49600e896ad..5c37a62e38c 100644 --- a/_sql/migrations/964-translate-slt-setting.php +++ b/_sql/migrations/964-translate-slt-setting.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/965-add-album-garbage-collect-option.php b/_sql/migrations/965-add-album-garbage-collect-option.php index ac17f51ff04..60a52b4fdba 100644 --- a/_sql/migrations/965-add-album-garbage-collect-option.php +++ b/_sql/migrations/965-add-album-garbage-collect-option.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Shopware\Components\Migrations\AbstractMigration; diff --git a/_sql/migrations/common/AttributeTranslationMigrationHelper.php b/_sql/migrations/common/AttributeTranslationMigrationHelper.php index 5d54392df50..3807474c54b 100644 --- a/_sql/migrations/common/AttributeTranslationMigrationHelper.php +++ b/_sql/migrations/common/AttributeTranslationMigrationHelper.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ /** diff --git a/_sql/migrations/common/MigrationHelper.php b/_sql/migrations/common/MigrationHelper.php index a32430349ac..079606fb8af 100644 --- a/_sql/migrations/common/MigrationHelper.php +++ b/_sql/migrations/common/MigrationHelper.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ class MigrationHelper diff --git a/_sql/migrations/common/SitemapConfigMigrationHelper.php b/_sql/migrations/common/SitemapConfigMigrationHelper.php index a0684595dbe..6e43b652f9c 100644 --- a/_sql/migrations/common/SitemapConfigMigrationHelper.php +++ b/_sql/migrations/common/SitemapConfigMigrationHelper.php @@ -1,28 +1,26 @@ container->get('shopware.release'); $result['data'] = [ diff --git a/engine/Shopware/Controllers/Backend/Address.php b/engine/Shopware/Controllers/Backend/Address.php index d69d154ee75..ea08fcccd97 100644 --- a/engine/Shopware/Controllers/Backend/Address.php +++ b/engine/Shopware/Controllers/Backend/Address.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Doctrine\ORM\AbstractQuery; diff --git a/engine/Shopware/Controllers/Backend/Analytics.php b/engine/Shopware/Controllers/Backend/Analytics.php index 623fc8b17b1..13b8fcc9f8d 100644 --- a/engine/Shopware/Controllers/Backend/Analytics.php +++ b/engine/Shopware/Controllers/Backend/Analytics.php @@ -1,28 +1,26 @@ Request()->getParam('name'); - $config = $this->container->get(\Doctrine\DBAL\Connection::class)->fetchColumn( + $config = $this->container->get(Connection::class)->fetchColumn( 'SELECT config FROM s_core_auth_config WHERE user_id = :id AND `name` = :name', [':id' => $identity, ':name' => $name] ); @@ -46,9 +48,9 @@ public function saveAction() $config = $this->Request()->getParam('config'); - $this->container->get(\Doctrine\DBAL\Connection::class)->executeUpdate( - 'INSERT INTO s_core_auth_config (user_id, `name`, `config`) - VALUES (:id, :name, :config) + $this->container->get(Connection::class)->executeUpdate( + 'INSERT INTO s_core_auth_config (user_id, `name`, `config`) + VALUES (:id, :name, :config) ON DUPLICATE KEY UPDATE `config`= :config', [':id' => $identity, ':name' => $name, ':config' => $config] ); diff --git a/engine/Shopware/Controllers/Backend/UserManager.php b/engine/Shopware/Controllers/Backend/UserManager.php index cece69084d0..8c5599e6ee0 100644 --- a/engine/Shopware/Controllers/Backend/UserManager.php +++ b/engine/Shopware/Controllers/Backend/UserManager.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Doctrine\DBAL\Connection; diff --git a/engine/Shopware/Controllers/Backend/Vote.php b/engine/Shopware/Controllers/Backend/Vote.php index 6950eb54513..6f5412ab0b7 100644 --- a/engine/Shopware/Controllers/Backend/Vote.php +++ b/engine/Shopware/Controllers/Backend/Vote.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Doctrine\DBAL\Connection; diff --git a/engine/Shopware/Controllers/Backend/Voucher.php b/engine/Shopware/Controllers/Backend/Voucher.php index e8bf4ba006c..b0ee01509ef 100644 --- a/engine/Shopware/Controllers/Backend/Voucher.php +++ b/engine/Shopware/Controllers/Backend/Voucher.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Doctrine\ORM\AbstractQuery; diff --git a/engine/Shopware/Controllers/Backend/Widgets.php b/engine/Shopware/Controllers/Backend/Widgets.php index 39914808b38..73d912c75e6 100644 --- a/engine/Shopware/Controllers/Backend/Widgets.php +++ b/engine/Shopware/Controllers/Backend/Widgets.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Doctrine\ORM\AbstractQuery; diff --git a/engine/Shopware/Controllers/Frontend/Account.php b/engine/Shopware/Controllers/Frontend/Account.php index b11f7cd6d47..fcf72f1e6f6 100644 --- a/engine/Shopware/Controllers/Frontend/Account.php +++ b/engine/Shopware/Controllers/Frontend/Account.php @@ -1,28 +1,26 @@ Request()->getParam('emotionId'); - $shopContext = $this->get(\Shopware\Bundle\StoreFrontBundle\Service\ContextServiceInterface::class)->getShopContext(); + $shopContext = $this->get(ContextServiceInterface::class)->getShopContext(); $result = $this->get('shopware.emotion.emotion_landingpage_loader')->load( $emotionId, diff --git a/engine/Shopware/Controllers/Frontend/Checkout.php b/engine/Shopware/Controllers/Frontend/Checkout.php index fe09acf1580..c9b7f8824a3 100644 --- a/engine/Shopware/Controllers/Frontend/Checkout.php +++ b/engine/Shopware/Controllers/Frontend/Checkout.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ use Doctrine\DBAL\Connection; diff --git a/engine/Shopware/Controllers/Frontend/Compare.php b/engine/Shopware/Controllers/Frontend/Compare.php index dca9e04b7ca..5b88ea8075a 100644 --- a/engine/Shopware/Controllers/Frontend/Compare.php +++ b/engine/Shopware/Controllers/Frontend/Compare.php @@ -1,25 +1,25 @@ get(\Shopware\Bundle\MediaBundle\MediaServiceInterface::class); + $mediaService = $this->get(MediaServiceInterface::class); $requestedImage = $this->Request()->getRequestUri(); if (!$mediaService->has($requestedImage)) { diff --git a/engine/Shopware/Controllers/Frontend/Newsletter.php b/engine/Shopware/Controllers/Frontend/Newsletter.php index ef8d58b5928..01091d54ca3 100644 --- a/engine/Shopware/Controllers/Frontend/Newsletter.php +++ b/engine/Shopware/Controllers/Frontend/Newsletter.php @@ -1,27 +1,30 @@ View()->assign('sUserLoggedIn', Shopware()->Modules()->Admin()->sCheckUser()); $this->front->setParam('voteConfirmed', $this->View()->voteConfirmed); - $this->front->setParam('optinNow', (new \DateTime())->format('Y-m-d H:i:s')); + $this->front->setParam('optinNow', (new DateTime())->format('Y-m-d H:i:s')); if ($this->Request()->get('sUnsubscribe') !== null) { $this->View()->assign('sUnsubscribe', true); @@ -60,7 +63,7 @@ public function indexAction() return; } - $config = $this->container->get(\Shopware_Components_Config::class); + $config = $this->container->get(Shopware_Components_Config::class); $noCaptchaAfterLogin = $config->get('noCaptchaAfterLogin'); // redirect user if captcha is active and request is sent from the footer if (strtolower($config->get('newsletterCaptcha')) !== 'nocaptcha' @@ -81,7 +84,7 @@ public function indexAction() if ($this->View()->getAssign('sStatus')['code'] == 3) { if ($this->View()->getAssign('sStatus')['isNewRegistration']) { Shopware()->Modules()->Admin()->sNewsletterSubscription(Shopware()->System()->_POST['newsletter'], true); - $hash = \Shopware\Components\Random::getAlphanumericString(32); + $hash = Random::getAlphanumericString(32); $data = serialize(Shopware()->System()->_POST->toArray()); $link = $this->Front()->ensureRouter()->assemble(['sViewport' => 'newsletter', 'action' => 'index', 'sConfirmation' => $hash]); @@ -114,7 +117,7 @@ public function listingAction() $customergroups = $this->getCustomerGroups(); $customergroups = Shopware()->Db()->quote($customergroups); - $context = $this->container->get(\Shopware\Bundle\StoreFrontBundle\Service\ContextServiceInterface::class)->getShopContext(); + $context = $this->container->get(ContextServiceInterface::class)->getShopContext(); $page = (int) $this->Request()->getQuery('sPage', 1); $perPage = (int) Shopware()->Config()->get('contentPerPage', 12); @@ -172,7 +175,7 @@ public function detailAction() { $customergroups = $this->getCustomerGroups(); $customergroups = Shopware()->Db()->quote($customergroups); - $context = $this->container->get(\Shopware\Bundle\StoreFrontBundle\Service\ContextServiceInterface::class)->getShopContext(); + $context = $this->container->get(ContextServiceInterface::class)->getShopContext(); $sql = " SELECT id, IF(datum='00-00-0000','',datum) as `date`, subject as description, sendermail, sendername diff --git a/engine/Shopware/Controllers/Frontend/Note.php b/engine/Shopware/Controllers/Frontend/Note.php index fd90a78a9e9..c6b653edc24 100644 --- a/engine/Shopware/Controllers/Frontend/Note.php +++ b/engine/Shopware/Controllers/Frontend/Note.php @@ -1,25 +1,25 @@ get(\Shopware\Bundle\StoreFrontBundle\Service\ContextServiceInterface::class)->getShopContext(); - $products = $this->get(\Shopware\Bundle\StoreFrontBundle\Service\ListProductServiceInterface::class) + $context = $this->get(ContextServiceInterface::class)->getShopContext(); + $products = $this->get(ListProductServiceInterface::class) ->getList($numbers, $context); - return $this->get(\Shopware\Components\Compatibility\LegacyStructConverter::class)->convertListProductStructList($products); + return $this->get(LegacyStructConverter::class)->convertListProductStructList($products); } } diff --git a/engine/Shopware/Core/sAdmin.php b/engine/Shopware/Core/sAdmin.php index 0163c7558f2..3771b1ff3b2 100644 --- a/engine/Shopware/Core/sAdmin.php +++ b/engine/Shopware/Core/sAdmin.php @@ -1,26 +1,24 @@ loadConfig($this->AppPath() . 'Configs/Default.php'), [ diff --git a/tests/Mink/Extension/ShopwareExtension/Context/Initializer/KernelAwareInitializer.php b/tests/Mink/Extension/ShopwareExtension/Context/Initializer/KernelAwareInitializer.php index a190041af53..030f28bdd6e 100644 --- a/tests/Mink/Extension/ShopwareExtension/Context/Initializer/KernelAwareInitializer.php +++ b/tests/Mink/Extension/ShopwareExtension/Context/Initializer/KernelAwareInitializer.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Behat\ShopwareExtension\Context\Initializer; diff --git a/tests/Mink/Extension/ShopwareExtension/Context/KernelAwareContext.php b/tests/Mink/Extension/ShopwareExtension/Context/KernelAwareContext.php index 72d7d718747..2da2f68acc5 100644 --- a/tests/Mink/Extension/ShopwareExtension/Context/KernelAwareContext.php +++ b/tests/Mink/Extension/ShopwareExtension/Context/KernelAwareContext.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Behat\ShopwareExtension\Context; diff --git a/tests/Mink/Extension/ShopwareExtension/ServiceContainer/ShopwareExtension.php b/tests/Mink/Extension/ShopwareExtension/ServiceContainer/ShopwareExtension.php index 7d459d34387..25246666103 100644 --- a/tests/Mink/Extension/ShopwareExtension/ServiceContainer/ShopwareExtension.php +++ b/tests/Mink/Extension/ShopwareExtension/ServiceContainer/ShopwareExtension.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Behat\ShopwareExtension\ServiceContainer; diff --git a/tests/Mink/Page/Backend/Backend/Backend.php b/tests/Mink/Page/Backend/Backend/Backend.php index fa22925822f..2a619ff4484 100644 --- a/tests/Mink/Page/Backend/Backend/Backend.php +++ b/tests/Mink/Page/Backend/Backend/Backend.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Backend\Backend; diff --git a/tests/Mink/Page/Backend/ContentTypeManager/ContentTypeManager.php b/tests/Mink/Page/Backend/ContentTypeManager/ContentTypeManager.php index 1b884761714..c32236c4581 100644 --- a/tests/Mink/Page/Backend/ContentTypeManager/ContentTypeManager.php +++ b/tests/Mink/Page/Backend/ContentTypeManager/ContentTypeManager.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Backend\ContentTypeManager; diff --git a/tests/Mink/Page/Backend/ContentTypeManager/Elements/AddButton.php b/tests/Mink/Page/Backend/ContentTypeManager/Elements/AddButton.php index cf077bb9be1..6b03c3af688 100644 --- a/tests/Mink/Page/Backend/ContentTypeManager/Elements/AddButton.php +++ b/tests/Mink/Page/Backend/ContentTypeManager/Elements/AddButton.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Backend\ContentTypeManager\Elements; diff --git a/tests/Mink/Page/Backend/ContentTypeManager/Elements/AddFieldButton.php b/tests/Mink/Page/Backend/ContentTypeManager/Elements/AddFieldButton.php index 0b583efd592..6a23b9a3682 100644 --- a/tests/Mink/Page/Backend/ContentTypeManager/Elements/AddFieldButton.php +++ b/tests/Mink/Page/Backend/ContentTypeManager/Elements/AddFieldButton.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Backend\ContentTypeManager\Elements; diff --git a/tests/Mink/Page/Backend/ContentTypeManager/Elements/ContentTypeManagerDetailWindow.php b/tests/Mink/Page/Backend/ContentTypeManager/Elements/ContentTypeManagerDetailWindow.php index 12c19479f53..8eb8ba4a80b 100644 --- a/tests/Mink/Page/Backend/ContentTypeManager/Elements/ContentTypeManagerDetailWindow.php +++ b/tests/Mink/Page/Backend/ContentTypeManager/Elements/ContentTypeManagerDetailWindow.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Backend\ContentTypeManager\Elements; diff --git a/tests/Mink/Page/Backend/ContentTypeManager/Elements/ContentTypeManagerFieldWindow.php b/tests/Mink/Page/Backend/ContentTypeManager/Elements/ContentTypeManagerFieldWindow.php index f9923df7ba1..b1138bf6f5e 100644 --- a/tests/Mink/Page/Backend/ContentTypeManager/Elements/ContentTypeManagerFieldWindow.php +++ b/tests/Mink/Page/Backend/ContentTypeManager/Elements/ContentTypeManagerFieldWindow.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Backend\ContentTypeManager\Elements; diff --git a/tests/Mink/Page/Backend/ContentTypeManager/Elements/ContentTypeManagerListWindow.php b/tests/Mink/Page/Backend/ContentTypeManager/Elements/ContentTypeManagerListWindow.php index fafd99bb2f7..01a80749451 100644 --- a/tests/Mink/Page/Backend/ContentTypeManager/Elements/ContentTypeManagerListWindow.php +++ b/tests/Mink/Page/Backend/ContentTypeManager/Elements/ContentTypeManagerListWindow.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Backend\ContentTypeManager\Elements; diff --git a/tests/Mink/Page/Backend/ContentTypeManager/Elements/SaveButton.php b/tests/Mink/Page/Backend/ContentTypeManager/Elements/SaveButton.php index ea943d4a515..04c2f54ed82 100644 --- a/tests/Mink/Page/Backend/ContentTypeManager/Elements/SaveButton.php +++ b/tests/Mink/Page/Backend/ContentTypeManager/Elements/SaveButton.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Backend\ContentTypeManager\Elements; diff --git a/tests/Mink/Page/Backend/ContentTypeManager/Elements/SelectorScopedElement.php b/tests/Mink/Page/Backend/ContentTypeManager/Elements/SelectorScopedElement.php index 9326f584028..520bc7c202e 100644 --- a/tests/Mink/Page/Backend/ContentTypeManager/Elements/SelectorScopedElement.php +++ b/tests/Mink/Page/Backend/ContentTypeManager/Elements/SelectorScopedElement.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Backend\ContentTypeManager\Elements; diff --git a/tests/Mink/Page/Backend/CustomRecipes/CustomRecipes.php b/tests/Mink/Page/Backend/CustomRecipes/CustomRecipes.php index ce8ea481ef6..97c818ecc8c 100644 --- a/tests/Mink/Page/Backend/CustomRecipes/CustomRecipes.php +++ b/tests/Mink/Page/Backend/CustomRecipes/CustomRecipes.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Backend\CustomRecipes; diff --git a/tests/Mink/Page/Backend/CustomRecipes/Elements/CustomRecipesListWindow.php b/tests/Mink/Page/Backend/CustomRecipes/Elements/CustomRecipesListWindow.php index ab1780e7711..0a3c6cbe90f 100644 --- a/tests/Mink/Page/Backend/CustomRecipes/Elements/CustomRecipesListWindow.php +++ b/tests/Mink/Page/Backend/CustomRecipes/Elements/CustomRecipesListWindow.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Backend\CustomRecipes\Elements; diff --git a/tests/Mink/Page/Frontend/Account/Account.php b/tests/Mink/Page/Frontend/Account/Account.php index ff2d30d63d8..39066bbed41 100644 --- a/tests/Mink/Page/Frontend/Account/Account.php +++ b/tests/Mink/Page/Frontend/Account/Account.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Account; diff --git a/tests/Mink/Page/Frontend/Account/Elements/AccountBilling.php b/tests/Mink/Page/Frontend/Account/Elements/AccountBilling.php index a704bce2532..6d1cf19976b 100644 --- a/tests/Mink/Page/Frontend/Account/Elements/AccountBilling.php +++ b/tests/Mink/Page/Frontend/Account/Elements/AccountBilling.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Account\Elements; diff --git a/tests/Mink/Page/Frontend/Account/Elements/AccountOrder.php b/tests/Mink/Page/Frontend/Account/Elements/AccountOrder.php index a05473fff8b..9144deb46f6 100644 --- a/tests/Mink/Page/Frontend/Account/Elements/AccountOrder.php +++ b/tests/Mink/Page/Frontend/Account/Elements/AccountOrder.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Account\Elements; diff --git a/tests/Mink/Page/Frontend/Account/Elements/AccountPayment.php b/tests/Mink/Page/Frontend/Account/Elements/AccountPayment.php index 4bdc81e38a4..60170e8cad7 100644 --- a/tests/Mink/Page/Frontend/Account/Elements/AccountPayment.php +++ b/tests/Mink/Page/Frontend/Account/Elements/AccountPayment.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Account\Elements; diff --git a/tests/Mink/Page/Frontend/Account/Elements/AccountShipping.php b/tests/Mink/Page/Frontend/Account/Elements/AccountShipping.php index 1544605e07b..441a188c2d8 100644 --- a/tests/Mink/Page/Frontend/Account/Elements/AccountShipping.php +++ b/tests/Mink/Page/Frontend/Account/Elements/AccountShipping.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Account\Elements; diff --git a/tests/Mink/Page/Frontend/Address/Address.php b/tests/Mink/Page/Frontend/Address/Address.php index 131c2890acb..e816e5fbcf9 100644 --- a/tests/Mink/Page/Frontend/Address/Address.php +++ b/tests/Mink/Page/Frontend/Address/Address.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Address; diff --git a/tests/Mink/Page/Frontend/Address/AddressDelete.php b/tests/Mink/Page/Frontend/Address/AddressDelete.php index 2fe2991174e..b0be35a7ebf 100644 --- a/tests/Mink/Page/Frontend/Address/AddressDelete.php +++ b/tests/Mink/Page/Frontend/Address/AddressDelete.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Address; diff --git a/tests/Mink/Page/Frontend/Address/AddressEdit.php b/tests/Mink/Page/Frontend/Address/AddressEdit.php index cec945e094b..685054e3bb2 100644 --- a/tests/Mink/Page/Frontend/Address/AddressEdit.php +++ b/tests/Mink/Page/Frontend/Address/AddressEdit.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Address; diff --git a/tests/Mink/Page/Frontend/Address/Elements/AddressBox.php b/tests/Mink/Page/Frontend/Address/Elements/AddressBox.php index 54a845b9abe..5336e6e0a7c 100644 --- a/tests/Mink/Page/Frontend/Address/Elements/AddressBox.php +++ b/tests/Mink/Page/Frontend/Address/Elements/AddressBox.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Address\Elements; diff --git a/tests/Mink/Page/Frontend/Address/Elements/AddressManagementAddressBox.php b/tests/Mink/Page/Frontend/Address/Elements/AddressManagementAddressBox.php index 7bc1e171a85..d3f0369e246 100644 --- a/tests/Mink/Page/Frontend/Address/Elements/AddressManagementAddressBox.php +++ b/tests/Mink/Page/Frontend/Address/Elements/AddressManagementAddressBox.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Address\Elements; diff --git a/tests/Mink/Page/Frontend/Article/Elements/Article.php b/tests/Mink/Page/Frontend/Article/Elements/Article.php index eb6772bc0d9..68faec0d8b8 100644 --- a/tests/Mink/Page/Frontend/Article/Elements/Article.php +++ b/tests/Mink/Page/Frontend/Article/Elements/Article.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Article\Elements; diff --git a/tests/Mink/Page/Frontend/Article/Elements/ArticleBox.php b/tests/Mink/Page/Frontend/Article/Elements/ArticleBox.php index 825efcebac0..f7b11a77376 100644 --- a/tests/Mink/Page/Frontend/Article/Elements/ArticleBox.php +++ b/tests/Mink/Page/Frontend/Article/Elements/ArticleBox.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Article\Elements; diff --git a/tests/Mink/Page/Frontend/Article/Elements/ArticleEvaluation.php b/tests/Mink/Page/Frontend/Article/Elements/ArticleEvaluation.php index 401fe72064a..30e04449b69 100644 --- a/tests/Mink/Page/Frontend/Article/Elements/ArticleEvaluation.php +++ b/tests/Mink/Page/Frontend/Article/Elements/ArticleEvaluation.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Article\Elements; diff --git a/tests/Mink/Page/Frontend/Article/Elements/ArticleSlider.php b/tests/Mink/Page/Frontend/Article/Elements/ArticleSlider.php index b01303b410f..d68d379b244 100644 --- a/tests/Mink/Page/Frontend/Article/Elements/ArticleSlider.php +++ b/tests/Mink/Page/Frontend/Article/Elements/ArticleSlider.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Article\Elements; diff --git a/tests/Mink/Page/Frontend/Blog/Blog.php b/tests/Mink/Page/Frontend/Blog/Blog.php index c1e3c6303ef..b9d9889eb3a 100644 --- a/tests/Mink/Page/Frontend/Blog/Blog.php +++ b/tests/Mink/Page/Frontend/Blog/Blog.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Blog; diff --git a/tests/Mink/Page/Frontend/Blog/Elements/BlogArticle.php b/tests/Mink/Page/Frontend/Blog/Elements/BlogArticle.php index 52e80c42b6a..412758f165c 100644 --- a/tests/Mink/Page/Frontend/Blog/Elements/BlogArticle.php +++ b/tests/Mink/Page/Frontend/Blog/Elements/BlogArticle.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Blog\Elements; diff --git a/tests/Mink/Page/Frontend/Blog/Elements/BlogArticleBox.php b/tests/Mink/Page/Frontend/Blog/Elements/BlogArticleBox.php index 6f2d527fa29..0a9319b9b5d 100644 --- a/tests/Mink/Page/Frontend/Blog/Elements/BlogArticleBox.php +++ b/tests/Mink/Page/Frontend/Blog/Elements/BlogArticleBox.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Blog\Elements; diff --git a/tests/Mink/Page/Frontend/Blog/Elements/BlogBox.php b/tests/Mink/Page/Frontend/Blog/Elements/BlogBox.php index 273cb8bf2c8..bcbe7d0cf56 100644 --- a/tests/Mink/Page/Frontend/Blog/Elements/BlogBox.php +++ b/tests/Mink/Page/Frontend/Blog/Elements/BlogBox.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Blog\Elements; diff --git a/tests/Mink/Page/Frontend/Blog/Elements/BlogComment.php b/tests/Mink/Page/Frontend/Blog/Elements/BlogComment.php index 8ffa67c878b..546ce6fdbbb 100644 --- a/tests/Mink/Page/Frontend/Blog/Elements/BlogComment.php +++ b/tests/Mink/Page/Frontend/Blog/Elements/BlogComment.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Blog\Elements; diff --git a/tests/Mink/Page/Frontend/Checkout/CheckoutCart.php b/tests/Mink/Page/Frontend/Checkout/CheckoutCart.php index f562042beb4..076c369ccc5 100644 --- a/tests/Mink/Page/Frontend/Checkout/CheckoutCart.php +++ b/tests/Mink/Page/Frontend/Checkout/CheckoutCart.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Checkout; diff --git a/tests/Mink/Page/Frontend/Checkout/CheckoutConfirm.php b/tests/Mink/Page/Frontend/Checkout/CheckoutConfirm.php index 88d24233c2e..924f45e755f 100644 --- a/tests/Mink/Page/Frontend/Checkout/CheckoutConfirm.php +++ b/tests/Mink/Page/Frontend/Checkout/CheckoutConfirm.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Checkout; diff --git a/tests/Mink/Page/Frontend/Checkout/Elements/CartPositionProduct.php b/tests/Mink/Page/Frontend/Checkout/Elements/CartPositionProduct.php index fc39dc54935..6d402adcbe7 100644 --- a/tests/Mink/Page/Frontend/Checkout/Elements/CartPositionProduct.php +++ b/tests/Mink/Page/Frontend/Checkout/Elements/CartPositionProduct.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Checkout\Elements; diff --git a/tests/Mink/Page/Frontend/Checkout/Elements/CartPositionRebate.php b/tests/Mink/Page/Frontend/Checkout/Elements/CartPositionRebate.php index 29aac6f746e..2e5a1d2fec3 100644 --- a/tests/Mink/Page/Frontend/Checkout/Elements/CartPositionRebate.php +++ b/tests/Mink/Page/Frontend/Checkout/Elements/CartPositionRebate.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Checkout\Elements; diff --git a/tests/Mink/Page/Frontend/Checkout/Elements/CheckoutAddressBox.php b/tests/Mink/Page/Frontend/Checkout/Elements/CheckoutAddressBox.php index 662e2a5faf7..1dac8fc6199 100644 --- a/tests/Mink/Page/Frontend/Checkout/Elements/CheckoutAddressBox.php +++ b/tests/Mink/Page/Frontend/Checkout/Elements/CheckoutAddressBox.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Checkout\Elements; diff --git a/tests/Mink/Page/Frontend/Checkout/Elements/CheckoutAddressBoxModal.php b/tests/Mink/Page/Frontend/Checkout/Elements/CheckoutAddressBoxModal.php index 9bbe3dc6391..a529c84871e 100644 --- a/tests/Mink/Page/Frontend/Checkout/Elements/CheckoutAddressBoxModal.php +++ b/tests/Mink/Page/Frontend/Checkout/Elements/CheckoutAddressBoxModal.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Checkout\Elements; diff --git a/tests/Mink/Page/Frontend/Checkout/Elements/CheckoutBilling.php b/tests/Mink/Page/Frontend/Checkout/Elements/CheckoutBilling.php index de10b1e4181..54d9d768783 100644 --- a/tests/Mink/Page/Frontend/Checkout/Elements/CheckoutBilling.php +++ b/tests/Mink/Page/Frontend/Checkout/Elements/CheckoutBilling.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Checkout\Elements; diff --git a/tests/Mink/Page/Frontend/Checkout/Elements/CheckoutModalAddressEditor.php b/tests/Mink/Page/Frontend/Checkout/Elements/CheckoutModalAddressEditor.php index f474e31866f..77ad95ff854 100644 --- a/tests/Mink/Page/Frontend/Checkout/Elements/CheckoutModalAddressEditor.php +++ b/tests/Mink/Page/Frontend/Checkout/Elements/CheckoutModalAddressEditor.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Checkout\Elements; diff --git a/tests/Mink/Page/Frontend/Checkout/Elements/CheckoutModalAddressSelection.php b/tests/Mink/Page/Frontend/Checkout/Elements/CheckoutModalAddressSelection.php index 9ad3839f5e6..2c68599ba81 100644 --- a/tests/Mink/Page/Frontend/Checkout/Elements/CheckoutModalAddressSelection.php +++ b/tests/Mink/Page/Frontend/Checkout/Elements/CheckoutModalAddressSelection.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Checkout\Elements; diff --git a/tests/Mink/Page/Frontend/Checkout/Elements/CheckoutPayment.php b/tests/Mink/Page/Frontend/Checkout/Elements/CheckoutPayment.php index 3e0534e1472..8ad88595c59 100644 --- a/tests/Mink/Page/Frontend/Checkout/Elements/CheckoutPayment.php +++ b/tests/Mink/Page/Frontend/Checkout/Elements/CheckoutPayment.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Checkout\Elements; diff --git a/tests/Mink/Page/Frontend/Checkout/Elements/CheckoutShipping.php b/tests/Mink/Page/Frontend/Checkout/Elements/CheckoutShipping.php index 8225173dad2..d3503cfc1bd 100644 --- a/tests/Mink/Page/Frontend/Checkout/Elements/CheckoutShipping.php +++ b/tests/Mink/Page/Frontend/Checkout/Elements/CheckoutShipping.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Checkout\Elements; diff --git a/tests/Mink/Page/Frontend/Detail/Detail.php b/tests/Mink/Page/Frontend/Detail/Detail.php index 9b191754285..711b7370f2b 100644 --- a/tests/Mink/Page/Frontend/Detail/Detail.php +++ b/tests/Mink/Page/Frontend/Detail/Detail.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Detail; diff --git a/tests/Mink/Page/Frontend/Form/Form.php b/tests/Mink/Page/Frontend/Form/Form.php index 5ec376ccc4b..b15efbcb267 100644 --- a/tests/Mink/Page/Frontend/Form/Form.php +++ b/tests/Mink/Page/Frontend/Form/Form.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Form; diff --git a/tests/Mink/Page/Frontend/Generic/GenericPage.php b/tests/Mink/Page/Frontend/Generic/GenericPage.php index 16c35141b1d..ea7025f4e2c 100644 --- a/tests/Mink/Page/Frontend/Generic/GenericPage.php +++ b/tests/Mink/Page/Frontend/Generic/GenericPage.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Generic; diff --git a/tests/Mink/Page/Frontend/Homepage/Elements/Banner.php b/tests/Mink/Page/Frontend/Homepage/Elements/Banner.php index 50ea662e829..d4d9dea48b2 100644 --- a/tests/Mink/Page/Frontend/Homepage/Elements/Banner.php +++ b/tests/Mink/Page/Frontend/Homepage/Elements/Banner.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Homepage\Elements; diff --git a/tests/Mink/Page/Frontend/Homepage/Elements/CategoryTeaser.php b/tests/Mink/Page/Frontend/Homepage/Elements/CategoryTeaser.php index 9369767b2ac..6fdf3143a6e 100644 --- a/tests/Mink/Page/Frontend/Homepage/Elements/CategoryTeaser.php +++ b/tests/Mink/Page/Frontend/Homepage/Elements/CategoryTeaser.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Homepage\Elements; diff --git a/tests/Mink/Page/Frontend/Homepage/Elements/CompareColumn.php b/tests/Mink/Page/Frontend/Homepage/Elements/CompareColumn.php index 5071ed5fe5a..5360d03fdd2 100644 --- a/tests/Mink/Page/Frontend/Homepage/Elements/CompareColumn.php +++ b/tests/Mink/Page/Frontend/Homepage/Elements/CompareColumn.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Homepage\Elements; diff --git a/tests/Mink/Page/Frontend/Homepage/Elements/ManufacturerSlider.php b/tests/Mink/Page/Frontend/Homepage/Elements/ManufacturerSlider.php index 7c4c06b8594..ae71dd37d3b 100644 --- a/tests/Mink/Page/Frontend/Homepage/Elements/ManufacturerSlider.php +++ b/tests/Mink/Page/Frontend/Homepage/Elements/ManufacturerSlider.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Homepage\Elements; diff --git a/tests/Mink/Page/Frontend/Homepage/Elements/SearchForm.php b/tests/Mink/Page/Frontend/Homepage/Elements/SearchForm.php index bb7b23ea1d9..60a5f2e3098 100644 --- a/tests/Mink/Page/Frontend/Homepage/Elements/SearchForm.php +++ b/tests/Mink/Page/Frontend/Homepage/Elements/SearchForm.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Homepage\Elements; diff --git a/tests/Mink/Page/Frontend/Homepage/Elements/SliderElement.php b/tests/Mink/Page/Frontend/Homepage/Elements/SliderElement.php index dbdef953b84..ef07aa0a579 100644 --- a/tests/Mink/Page/Frontend/Homepage/Elements/SliderElement.php +++ b/tests/Mink/Page/Frontend/Homepage/Elements/SliderElement.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Homepage\Elements; diff --git a/tests/Mink/Page/Frontend/Homepage/Elements/YouTube.php b/tests/Mink/Page/Frontend/Homepage/Elements/YouTube.php index ff98545151e..63a02fc0321 100644 --- a/tests/Mink/Page/Frontend/Homepage/Elements/YouTube.php +++ b/tests/Mink/Page/Frontend/Homepage/Elements/YouTube.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Homepage\Elements; diff --git a/tests/Mink/Page/Frontend/Homepage/Homepage.php b/tests/Mink/Page/Frontend/Homepage/Homepage.php index 0ea19061614..d6f30534d78 100644 --- a/tests/Mink/Page/Frontend/Homepage/Homepage.php +++ b/tests/Mink/Page/Frontend/Homepage/Homepage.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Homepage; diff --git a/tests/Mink/Page/Frontend/Listing/Elements/Paging.php b/tests/Mink/Page/Frontend/Listing/Elements/Paging.php index 05b44c9ed29..371c8aac88e 100644 --- a/tests/Mink/Page/Frontend/Listing/Elements/Paging.php +++ b/tests/Mink/Page/Frontend/Listing/Elements/Paging.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Listing\Elements; diff --git a/tests/Mink/Page/Frontend/Listing/Listing.php b/tests/Mink/Page/Frontend/Listing/Listing.php index 7d57ca67f23..558c6efd0bf 100644 --- a/tests/Mink/Page/Frontend/Listing/Listing.php +++ b/tests/Mink/Page/Frontend/Listing/Listing.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Listing; diff --git a/tests/Mink/Page/Frontend/Newsletter/Newsletter.php b/tests/Mink/Page/Frontend/Newsletter/Newsletter.php index 84be4df6ac3..ea615bf2818 100644 --- a/tests/Mink/Page/Frontend/Newsletter/Newsletter.php +++ b/tests/Mink/Page/Frontend/Newsletter/Newsletter.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Newsletter; diff --git a/tests/Mink/Page/Frontend/Note/Elements/NotePosition.php b/tests/Mink/Page/Frontend/Note/Elements/NotePosition.php index db9b8ce9b5e..9020ee65e5e 100644 --- a/tests/Mink/Page/Frontend/Note/Elements/NotePosition.php +++ b/tests/Mink/Page/Frontend/Note/Elements/NotePosition.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Note\Elements; diff --git a/tests/Mink/Page/Frontend/Note/Note.php b/tests/Mink/Page/Frontend/Note/Note.php index 4baf697d64b..85238fa39a9 100644 --- a/tests/Mink/Page/Frontend/Note/Note.php +++ b/tests/Mink/Page/Frontend/Note/Note.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Note; diff --git a/tests/Mink/Page/Frontend/Sitemap/Elements/SitemapGroup.php b/tests/Mink/Page/Frontend/Sitemap/Elements/SitemapGroup.php index 57cc888d71d..543c8c51fdf 100644 --- a/tests/Mink/Page/Frontend/Sitemap/Elements/SitemapGroup.php +++ b/tests/Mink/Page/Frontend/Sitemap/Elements/SitemapGroup.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Sitemap\Elements; diff --git a/tests/Mink/Page/Frontend/Sitemap/Sitemap.php b/tests/Mink/Page/Frontend/Sitemap/Sitemap.php index 0089045ae9c..5ce09e5089f 100644 --- a/tests/Mink/Page/Frontend/Sitemap/Sitemap.php +++ b/tests/Mink/Page/Frontend/Sitemap/Sitemap.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Sitemap; diff --git a/tests/Mink/Page/Frontend/Sitemap/SitemapIndexXml.php b/tests/Mink/Page/Frontend/Sitemap/SitemapIndexXml.php index 0c8b13bd32a..42a2aeafa76 100644 --- a/tests/Mink/Page/Frontend/Sitemap/SitemapIndexXml.php +++ b/tests/Mink/Page/Frontend/Sitemap/SitemapIndexXml.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Frontend\Sitemap; diff --git a/tests/Mink/Page/Helper/Elements/BannerSlider.php b/tests/Mink/Page/Helper/Elements/BannerSlider.php index 6de49238b89..dd4d1c0577b 100644 --- a/tests/Mink/Page/Helper/Elements/BannerSlider.php +++ b/tests/Mink/Page/Helper/Elements/BannerSlider.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Helper\Elements; diff --git a/tests/Mink/Page/Helper/Elements/FilterGroup.php b/tests/Mink/Page/Helper/Elements/FilterGroup.php index e07fb841833..5bd35817856 100644 --- a/tests/Mink/Page/Helper/Elements/FilterGroup.php +++ b/tests/Mink/Page/Helper/Elements/FilterGroup.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Helper\Elements; diff --git a/tests/Mink/Page/Helper/Elements/HeaderCart.php b/tests/Mink/Page/Helper/Elements/HeaderCart.php index f762df7e5e4..b023e332d23 100644 --- a/tests/Mink/Page/Helper/Elements/HeaderCart.php +++ b/tests/Mink/Page/Helper/Elements/HeaderCart.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Helper\Elements; diff --git a/tests/Mink/Page/Helper/Elements/LanguageSwitcher.php b/tests/Mink/Page/Helper/Elements/LanguageSwitcher.php index f62fd832d6b..245d8439016 100644 --- a/tests/Mink/Page/Helper/Elements/LanguageSwitcher.php +++ b/tests/Mink/Page/Helper/Elements/LanguageSwitcher.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Helper\Elements; diff --git a/tests/Mink/Page/Helper/Elements/MultipleElement.php b/tests/Mink/Page/Helper/Elements/MultipleElement.php index 04d36a3a580..41685668e94 100644 --- a/tests/Mink/Page/Helper/Elements/MultipleElement.php +++ b/tests/Mink/Page/Helper/Elements/MultipleElement.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Page\Helper\Elements; diff --git a/tests/Mink/Tests/Backend/Backend/bootstrap/BackendContext.php b/tests/Mink/Tests/Backend/Backend/bootstrap/BackendContext.php index ce91b42fadf..6554394beec 100644 --- a/tests/Mink/Tests/Backend/Backend/bootstrap/BackendContext.php +++ b/tests/Mink/Tests/Backend/Backend/bootstrap/BackendContext.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Tests\Backend\Backend\bootstrap; diff --git a/tests/Mink/Tests/Backend/ContentTypes/bootstrap/BackendContentTypeManagerContext.php b/tests/Mink/Tests/Backend/ContentTypes/bootstrap/BackendContentTypeManagerContext.php index 3d712777eef..10db043d17f 100644 --- a/tests/Mink/Tests/Backend/ContentTypes/bootstrap/BackendContentTypeManagerContext.php +++ b/tests/Mink/Tests/Backend/ContentTypes/bootstrap/BackendContentTypeManagerContext.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Tests\Backend\ContentTypes\bootstrap; diff --git a/tests/Mink/Tests/Backend/ContentTypes/bootstrap/BackendCustomRecipesContext.php b/tests/Mink/Tests/Backend/ContentTypes/bootstrap/BackendCustomRecipesContext.php index 733c51c5026..eec54725a71 100644 --- a/tests/Mink/Tests/Backend/ContentTypes/bootstrap/BackendCustomRecipesContext.php +++ b/tests/Mink/Tests/Backend/ContentTypes/bootstrap/BackendCustomRecipesContext.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Tests\Backend\ContentTypes\bootstrap; diff --git a/tests/Mink/Tests/Backend/Export/bootstrap/ExportContext.php b/tests/Mink/Tests/Backend/Export/bootstrap/ExportContext.php index 817699be802..510ae0fd07b 100644 --- a/tests/Mink/Tests/Backend/Export/bootstrap/ExportContext.php +++ b/tests/Mink/Tests/Backend/Export/bootstrap/ExportContext.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Tests\Backend\Export\bootstrap; diff --git a/tests/Mink/Tests/Frontend/Account/bootstrap/AccountContext.php b/tests/Mink/Tests/Frontend/Account/bootstrap/AccountContext.php index babecfd1e57..9e14535bcf2 100644 --- a/tests/Mink/Tests/Frontend/Account/bootstrap/AccountContext.php +++ b/tests/Mink/Tests/Frontend/Account/bootstrap/AccountContext.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Tests\Frontend\Account\bootstrap; diff --git a/tests/Mink/Tests/Frontend/Blog/bootstrap/BlogContext.php b/tests/Mink/Tests/Frontend/Blog/bootstrap/BlogContext.php index 1db64ef66ba..9abd53c7e09 100644 --- a/tests/Mink/Tests/Frontend/Blog/bootstrap/BlogContext.php +++ b/tests/Mink/Tests/Frontend/Blog/bootstrap/BlogContext.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Tests\Frontend\Blog\bootstrap; diff --git a/tests/Mink/Tests/Frontend/Checkout/bootstrap/CheckoutContext.php b/tests/Mink/Tests/Frontend/Checkout/bootstrap/CheckoutContext.php index 248b4bb29af..0dcf8b11eb1 100644 --- a/tests/Mink/Tests/Frontend/Checkout/bootstrap/CheckoutContext.php +++ b/tests/Mink/Tests/Frontend/Checkout/bootstrap/CheckoutContext.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Tests\Frontend\Checkout\bootstrap; diff --git a/tests/Mink/Tests/Frontend/Detail/bootstrap/DetailContext.php b/tests/Mink/Tests/Frontend/Detail/bootstrap/DetailContext.php index 0c65c97d2cd..55afd6536d2 100644 --- a/tests/Mink/Tests/Frontend/Detail/bootstrap/DetailContext.php +++ b/tests/Mink/Tests/Frontend/Detail/bootstrap/DetailContext.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Tests\Frontend\Detail\bootstrap; diff --git a/tests/Mink/Tests/Frontend/Detail/bootstrap/FormContext.php b/tests/Mink/Tests/Frontend/Detail/bootstrap/FormContext.php index 3e2666f68a2..3dd96ea6d0e 100644 --- a/tests/Mink/Tests/Frontend/Detail/bootstrap/FormContext.php +++ b/tests/Mink/Tests/Frontend/Detail/bootstrap/FormContext.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Tests\Frontend\Detail\bootstrap; diff --git a/tests/Mink/Tests/Frontend/Homepage/bootstrap/SecurityContext.php b/tests/Mink/Tests/Frontend/Homepage/bootstrap/SecurityContext.php index b80838d0477..187d338bd86 100644 --- a/tests/Mink/Tests/Frontend/Homepage/bootstrap/SecurityContext.php +++ b/tests/Mink/Tests/Frontend/Homepage/bootstrap/SecurityContext.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Tests\Frontend\Homepage\bootstrap; diff --git a/tests/Mink/Tests/Frontend/Homepage/bootstrap/ShopwareContext.php b/tests/Mink/Tests/Frontend/Homepage/bootstrap/ShopwareContext.php index c8bd52aadeb..dc3da476f0f 100644 --- a/tests/Mink/Tests/Frontend/Homepage/bootstrap/ShopwareContext.php +++ b/tests/Mink/Tests/Frontend/Homepage/bootstrap/ShopwareContext.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Tests\Frontend\Homepage\bootstrap; diff --git a/tests/Mink/Tests/Frontend/Listing/bootstrap/ListingContext.php b/tests/Mink/Tests/Frontend/Listing/bootstrap/ListingContext.php index 83c1dec54fc..66e47173d06 100644 --- a/tests/Mink/Tests/Frontend/Listing/bootstrap/ListingContext.php +++ b/tests/Mink/Tests/Frontend/Listing/bootstrap/ListingContext.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Tests\Frontend\Listing\bootstrap; diff --git a/tests/Mink/Tests/Frontend/Listing/bootstrap/SeoContext.php b/tests/Mink/Tests/Frontend/Listing/bootstrap/SeoContext.php index b952efd6e02..5d66ad377e1 100644 --- a/tests/Mink/Tests/Frontend/Listing/bootstrap/SeoContext.php +++ b/tests/Mink/Tests/Frontend/Listing/bootstrap/SeoContext.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Tests\Frontend\Listing\bootstrap; diff --git a/tests/Mink/Tests/Frontend/Note/bootstrap/NoteContext.php b/tests/Mink/Tests/Frontend/Note/bootstrap/NoteContext.php index 22811d29db1..804c85adb9b 100644 --- a/tests/Mink/Tests/Frontend/Note/bootstrap/NoteContext.php +++ b/tests/Mink/Tests/Frontend/Note/bootstrap/NoteContext.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Tests\Frontend\Note\bootstrap; diff --git a/tests/Mink/Tests/Frontend/Sitemap/bootstrap/SitemapContext.php b/tests/Mink/Tests/Frontend/Sitemap/bootstrap/SitemapContext.php index ddbe50e3305..65cf2b1bebc 100644 --- a/tests/Mink/Tests/Frontend/Sitemap/bootstrap/SitemapContext.php +++ b/tests/Mink/Tests/Frontend/Sitemap/bootstrap/SitemapContext.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Tests\Frontend\Sitemap\bootstrap; diff --git a/tests/Mink/Tests/General/Helpers/FeatureContext.php b/tests/Mink/Tests/General/Helpers/FeatureContext.php index af35579e564..aa52a7ca96e 100644 --- a/tests/Mink/Tests/General/Helpers/FeatureContext.php +++ b/tests/Mink/Tests/General/Helpers/FeatureContext.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Tests\General\Helpers; diff --git a/tests/Mink/Tests/General/Helpers/Helper.php b/tests/Mink/Tests/General/Helpers/Helper.php index ef1f5a19b26..4b432e0e384 100644 --- a/tests/Mink/Tests/General/Helpers/Helper.php +++ b/tests/Mink/Tests/General/Helpers/Helper.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Tests\General\Helpers; diff --git a/tests/Mink/Tests/General/Helpers/HelperSelectorInterface.php b/tests/Mink/Tests/General/Helpers/HelperSelectorInterface.php index 0d11599cf77..3c5da8fc6ba 100644 --- a/tests/Mink/Tests/General/Helpers/HelperSelectorInterface.php +++ b/tests/Mink/Tests/General/Helpers/HelperSelectorInterface.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Tests\General\Helpers; diff --git a/tests/Mink/Tests/General/Helpers/SpecialContext.php b/tests/Mink/Tests/General/Helpers/SpecialContext.php index 811204a6aba..8d3bd4d7967 100644 --- a/tests/Mink/Tests/General/Helpers/SpecialContext.php +++ b/tests/Mink/Tests/General/Helpers/SpecialContext.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Tests\General\Helpers; diff --git a/tests/Mink/Tests/General/Helpers/SubContext.php b/tests/Mink/Tests/General/Helpers/SubContext.php index 8d2dd57c897..f2b21cd5acb 100644 --- a/tests/Mink/Tests/General/Helpers/SubContext.php +++ b/tests/Mink/Tests/General/Helpers/SubContext.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Tests\General\Helpers; diff --git a/tests/Mink/Tests/General/Helpers/TransformContext.php b/tests/Mink/Tests/General/Helpers/TransformContext.php index c1fd2dd118d..3dffdbd7487 100644 --- a/tests/Mink/Tests/General/Helpers/TransformContext.php +++ b/tests/Mink/Tests/General/Helpers/TransformContext.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Mink\Tests\General\Helpers; diff --git a/tests/PHPStan/Extension/SmartyClassDynamicReturnTypeExtension.php b/tests/PHPStan/Extension/SmartyClassDynamicReturnTypeExtension.php index fb931b2240f..415dbea89cd 100644 --- a/tests/PHPStan/Extension/SmartyClassDynamicReturnTypeExtension.php +++ b/tests/PHPStan/Extension/SmartyClassDynamicReturnTypeExtension.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\PHPStan\Extension; diff --git a/tests/TestReflectionHelper.php b/tests/TestReflectionHelper.php index 1a4bb24d92c..8c9fbdd8d8e 100644 --- a/tests/TestReflectionHelper.php +++ b/tests/TestReflectionHelper.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests; diff --git a/tests/Unit/ArrayCollectionTest.php b/tests/Unit/ArrayCollectionTest.php index a36cf262e2c..47daf9f6c64 100644 --- a/tests/Unit/ArrayCollectionTest.php +++ b/tests/Unit/ArrayCollectionTest.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit; diff --git a/tests/Unit/Bundle/ContentTypeBundle/DependencyInjection/RegisterDynamicControllerTest.php b/tests/Unit/Bundle/ContentTypeBundle/DependencyInjection/RegisterDynamicControllerTest.php index e7fa7cc34c0..bb5c89e8ec7 100644 --- a/tests/Unit/Bundle/ContentTypeBundle/DependencyInjection/RegisterDynamicControllerTest.php +++ b/tests/Unit/Bundle/ContentTypeBundle/DependencyInjection/RegisterDynamicControllerTest.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\ContentTypeBundle\DependencyInjection; diff --git a/tests/Unit/Bundle/ContentTypeBundle/DependencyInjection/RegisterFieldsCompilerPassTest.php b/tests/Unit/Bundle/ContentTypeBundle/DependencyInjection/RegisterFieldsCompilerPassTest.php index c6671c390f9..2bf8c49734c 100644 --- a/tests/Unit/Bundle/ContentTypeBundle/DependencyInjection/RegisterFieldsCompilerPassTest.php +++ b/tests/Unit/Bundle/ContentTypeBundle/DependencyInjection/RegisterFieldsCompilerPassTest.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\ContentTypeBundle\DependencyInjection; diff --git a/tests/Unit/Bundle/ContentTypeBundle/DependencyInjection/RegisterTypeRepositoriesTest.php b/tests/Unit/Bundle/ContentTypeBundle/DependencyInjection/RegisterTypeRepositoriesTest.php index 2b6bec0599c..1c0d496d264 100644 --- a/tests/Unit/Bundle/ContentTypeBundle/DependencyInjection/RegisterTypeRepositoriesTest.php +++ b/tests/Unit/Bundle/ContentTypeBundle/DependencyInjection/RegisterTypeRepositoriesTest.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\ContentTypeBundle\DependencyInjection; diff --git a/tests/Unit/Bundle/ContentTypeBundle/DependencyInjection/TypeReaderTest.php b/tests/Unit/Bundle/ContentTypeBundle/DependencyInjection/TypeReaderTest.php index 3df2a3a6fa4..3a283902c5d 100644 --- a/tests/Unit/Bundle/ContentTypeBundle/DependencyInjection/TypeReaderTest.php +++ b/tests/Unit/Bundle/ContentTypeBundle/DependencyInjection/TypeReaderTest.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\ContentTypeBundle\DependencyInjection; diff --git a/tests/Unit/Bundle/ContentTypeBundle/Field/Shopware/AbstractGridFieldTest.php b/tests/Unit/Bundle/ContentTypeBundle/Field/Shopware/AbstractGridFieldTest.php index f233081e582..90e30a73e47 100644 --- a/tests/Unit/Bundle/ContentTypeBundle/Field/Shopware/AbstractGridFieldTest.php +++ b/tests/Unit/Bundle/ContentTypeBundle/Field/Shopware/AbstractGridFieldTest.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\ContentTypeBundle\Field\Shopware; diff --git a/tests/Unit/Bundle/ContentTypeBundle/Field/Shopware/AbstractSingleSelectionFieldTest.php b/tests/Unit/Bundle/ContentTypeBundle/Field/Shopware/AbstractSingleSelectionFieldTest.php index 1faf3cc2015..41cf1f4c6a5 100644 --- a/tests/Unit/Bundle/ContentTypeBundle/Field/Shopware/AbstractSingleSelectionFieldTest.php +++ b/tests/Unit/Bundle/ContentTypeBundle/Field/Shopware/AbstractSingleSelectionFieldTest.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\ContentTypeBundle\Field\Shopware; diff --git a/tests/Unit/Bundle/ContentTypeBundle/Services/FrontendTypeTranslatorTest.php b/tests/Unit/Bundle/ContentTypeBundle/Services/FrontendTypeTranslatorTest.php index e41ae5fb3d8..4ec2c15234a 100644 --- a/tests/Unit/Bundle/ContentTypeBundle/Services/FrontendTypeTranslatorTest.php +++ b/tests/Unit/Bundle/ContentTypeBundle/Services/FrontendTypeTranslatorTest.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\ContentTypeBundle\Services; diff --git a/tests/Unit/Bundle/ContentTypeBundle/XmlReaderTest.php b/tests/Unit/Bundle/ContentTypeBundle/XmlReaderTest.php index 3fcaf9c3504..08badf5c004 100644 --- a/tests/Unit/Bundle/ContentTypeBundle/XmlReaderTest.php +++ b/tests/Unit/Bundle/ContentTypeBundle/XmlReaderTest.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\ContentTypeBundle; diff --git a/tests/Unit/Bundle/CookieBundle/CookieCollectionTest.php b/tests/Unit/Bundle/CookieBundle/CookieCollectionTest.php index 1b36c48e504..fb401b59b81 100644 --- a/tests/Unit/Bundle/CookieBundle/CookieCollectionTest.php +++ b/tests/Unit/Bundle/CookieBundle/CookieCollectionTest.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\CookieBundle; diff --git a/tests/Unit/Bundle/CookieBundle/CookieGroupCollectionTest.php b/tests/Unit/Bundle/CookieBundle/CookieGroupCollectionTest.php index 21a934d6d55..e7773ac66c5 100644 --- a/tests/Unit/Bundle/CookieBundle/CookieGroupCollectionTest.php +++ b/tests/Unit/Bundle/CookieBundle/CookieGroupCollectionTest.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\CookieBundle; diff --git a/tests/Unit/Bundle/ESIndexingBundle/DependencyInjection/Factory/TextMappingFactoryTest.php b/tests/Unit/Bundle/ESIndexingBundle/DependencyInjection/Factory/TextMappingFactoryTest.php index d9e9cb1ad54..6375964f5e5 100644 --- a/tests/Unit/Bundle/ESIndexingBundle/DependencyInjection/Factory/TextMappingFactoryTest.php +++ b/tests/Unit/Bundle/ESIndexingBundle/DependencyInjection/Factory/TextMappingFactoryTest.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\ESIndexingBundle\DependencyInjection\Factory; diff --git a/tests/Unit/Bundle/ESIndexingBundle/Product/ProductMappingTest.php b/tests/Unit/Bundle/ESIndexingBundle/Product/ProductMappingTest.php index 1a675b64df6..05bcee0cccd 100644 --- a/tests/Unit/Bundle/ESIndexingBundle/Product/ProductMappingTest.php +++ b/tests/Unit/Bundle/ESIndexingBundle/Product/ProductMappingTest.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\ESIndexingBundle\Product; diff --git a/tests/Unit/Bundle/ESIndexingBundle/Property/PropertyMappingTest.php b/tests/Unit/Bundle/ESIndexingBundle/Property/PropertyMappingTest.php index a6380922d9e..d1213b443a9 100644 --- a/tests/Unit/Bundle/ESIndexingBundle/Property/PropertyMappingTest.php +++ b/tests/Unit/Bundle/ESIndexingBundle/Property/PropertyMappingTest.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\ESIndexingBundle\Property; diff --git a/tests/Unit/Bundle/EmotionBundle/ComponentHandler/EventComponentHandlerTest.php b/tests/Unit/Bundle/EmotionBundle/ComponentHandler/EventComponentHandlerTest.php index fcdf34b83e2..aec3ce2febf 100644 --- a/tests/Unit/Bundle/EmotionBundle/ComponentHandler/EventComponentHandlerTest.php +++ b/tests/Unit/Bundle/EmotionBundle/ComponentHandler/EventComponentHandlerTest.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\EmotionBundle\ComponentHandler; diff --git a/tests/Unit/Bundle/EsBackendBundle/SearchQueryBuilderTest.php b/tests/Unit/Bundle/EsBackendBundle/SearchQueryBuilderTest.php index cfbbe482904..45b6bd47719 100644 --- a/tests/Unit/Bundle/EsBackendBundle/SearchQueryBuilderTest.php +++ b/tests/Unit/Bundle/EsBackendBundle/SearchQueryBuilderTest.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\EsBackendBundle; diff --git a/tests/Unit/Bundle/FormBundle/StringRendererServiceTest.php b/tests/Unit/Bundle/FormBundle/StringRendererServiceTest.php index 20a78a42bd4..7d76b79d954 100644 --- a/tests/Unit/Bundle/FormBundle/StringRendererServiceTest.php +++ b/tests/Unit/Bundle/FormBundle/StringRendererServiceTest.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\FormBundle; diff --git a/tests/Unit/Bundle/FormBundle/fixtures/View.php b/tests/Unit/Bundle/FormBundle/fixtures/View.php index 4591dae3838..4e14a9b92a2 100644 --- a/tests/Unit/Bundle/FormBundle/fixtures/View.php +++ b/tests/Unit/Bundle/FormBundle/fixtures/View.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\FormBundle\fixtures; diff --git a/tests/Unit/Bundle/MediaBundle/CacheOptimizerServiceTest.php b/tests/Unit/Bundle/MediaBundle/CacheOptimizerServiceTest.php index 949d195228d..2478f7a220f 100644 --- a/tests/Unit/Bundle/MediaBundle/CacheOptimizerServiceTest.php +++ b/tests/Unit/Bundle/MediaBundle/CacheOptimizerServiceTest.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\MediaBundle; diff --git a/tests/Unit/Bundle/MediaBundle/CdnOptimizerServiceTest.php b/tests/Unit/Bundle/MediaBundle/CdnOptimizerServiceTest.php index d33aaeca038..0a2f7b2e129 100644 --- a/tests/Unit/Bundle/MediaBundle/CdnOptimizerServiceTest.php +++ b/tests/Unit/Bundle/MediaBundle/CdnOptimizerServiceTest.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\MediaBundle; diff --git a/tests/Unit/Bundle/MediaBundle/Commands/MediaOptimizeCommandTest.php b/tests/Unit/Bundle/MediaBundle/Commands/MediaOptimizeCommandTest.php index eeabf074b27..18c17dddf50 100644 --- a/tests/Unit/Bundle/MediaBundle/Commands/MediaOptimizeCommandTest.php +++ b/tests/Unit/Bundle/MediaBundle/Commands/MediaOptimizeCommandTest.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\MediaBundle\Commands; diff --git a/tests/Unit/Bundle/MediaBundle/GarbageCollectorTest.php b/tests/Unit/Bundle/MediaBundle/GarbageCollectorTest.php index 5262a77d562..90aa7306b10 100644 --- a/tests/Unit/Bundle/MediaBundle/GarbageCollectorTest.php +++ b/tests/Unit/Bundle/MediaBundle/GarbageCollectorTest.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\MediaBundle; diff --git a/tests/Unit/Bundle/MediaBundle/MediaExtensionMappingServiceTest.php b/tests/Unit/Bundle/MediaBundle/MediaExtensionMappingServiceTest.php index d97c9c5b255..2f883667bed 100644 --- a/tests/Unit/Bundle/MediaBundle/MediaExtensionMappingServiceTest.php +++ b/tests/Unit/Bundle/MediaBundle/MediaExtensionMappingServiceTest.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\MediaBundle; diff --git a/tests/Unit/Bundle/MediaBundle/OptimizerServiceTest.php b/tests/Unit/Bundle/MediaBundle/OptimizerServiceTest.php index 203b20a8342..8f0c214fa41 100644 --- a/tests/Unit/Bundle/MediaBundle/OptimizerServiceTest.php +++ b/tests/Unit/Bundle/MediaBundle/OptimizerServiceTest.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\MediaBundle; diff --git a/tests/Unit/Bundle/MediaBundle/Strategy/Md5StrategyTest.php b/tests/Unit/Bundle/MediaBundle/Strategy/Md5StrategyTest.php index e5c925f6ff2..5e5b26f561a 100644 --- a/tests/Unit/Bundle/MediaBundle/Strategy/Md5StrategyTest.php +++ b/tests/Unit/Bundle/MediaBundle/Strategy/Md5StrategyTest.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\MediaBundle\Strategy; diff --git a/tests/Unit/Bundle/MediaBundle/Strategy/PlainStrategyTest.php b/tests/Unit/Bundle/MediaBundle/Strategy/PlainStrategyTest.php index f7c9f05d986..95746bdb9ff 100644 --- a/tests/Unit/Bundle/MediaBundle/Strategy/PlainStrategyTest.php +++ b/tests/Unit/Bundle/MediaBundle/Strategy/PlainStrategyTest.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\MediaBundle\Strategy; diff --git a/tests/Unit/Bundle/OrderBundle/ShippingConstServiceTest.php b/tests/Unit/Bundle/OrderBundle/ShippingConstServiceTest.php index 0c800b238db..52a4fc0d091 100644 --- a/tests/Unit/Bundle/OrderBundle/ShippingConstServiceTest.php +++ b/tests/Unit/Bundle/OrderBundle/ShippingConstServiceTest.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\OrderBundle; diff --git a/tests/Unit/Bundle/PluginInstallerBundle/Fixtures/TestPlugin/TestPlugin.php b/tests/Unit/Bundle/PluginInstallerBundle/Fixtures/TestPlugin/TestPlugin.php index 315f38acf4b..a48c9ca9d54 100644 --- a/tests/Unit/Bundle/PluginInstallerBundle/Fixtures/TestPlugin/TestPlugin.php +++ b/tests/Unit/Bundle/PluginInstallerBundle/Fixtures/TestPlugin/TestPlugin.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace TestPlugin; diff --git a/tests/Unit/Bundle/PluginInstallerBundle/Service/PluginInstallerTest.php b/tests/Unit/Bundle/PluginInstallerBundle/Service/PluginInstallerTest.php index 9ed64036afb..b05db2ac057 100644 --- a/tests/Unit/Bundle/PluginInstallerBundle/Service/PluginInstallerTest.php +++ b/tests/Unit/Bundle/PluginInstallerBundle/Service/PluginInstallerTest.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\PluginInstallerBundle\Service; diff --git a/tests/Unit/Bundle/PluginInstallerBundle/UniqueIdGenerator/UniqueIdGeneratorTest.php b/tests/Unit/Bundle/PluginInstallerBundle/UniqueIdGenerator/UniqueIdGeneratorTest.php index fe371679bcc..3efc3448391 100644 --- a/tests/Unit/Bundle/PluginInstallerBundle/UniqueIdGenerator/UniqueIdGeneratorTest.php +++ b/tests/Unit/Bundle/PluginInstallerBundle/UniqueIdGenerator/UniqueIdGeneratorTest.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\PluginInstallerBundle\UniqueIdGenerator; diff --git a/tests/Unit/Bundle/SearchBundle/BatchProductNumberSearchTest.php b/tests/Unit/Bundle/SearchBundle/BatchProductNumberSearchTest.php index e13f29b1847..14f874c0769 100644 --- a/tests/Unit/Bundle/SearchBundle/BatchProductNumberSearchTest.php +++ b/tests/Unit/Bundle/SearchBundle/BatchProductNumberSearchTest.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\SearchBundle; diff --git a/tests/Unit/Bundle/SearchBundle/BatchProductSearchTest.php b/tests/Unit/Bundle/SearchBundle/BatchProductSearchTest.php index b520e616c89..e8e36b91713 100644 --- a/tests/Unit/Bundle/SearchBundle/BatchProductSearchTest.php +++ b/tests/Unit/Bundle/SearchBundle/BatchProductSearchTest.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\SearchBundle; diff --git a/tests/Unit/Bundle/SearchBundle/CriteriaTest.php b/tests/Unit/Bundle/SearchBundle/CriteriaTest.php index c1431e7598c..bab4d771fa1 100644 --- a/tests/Unit/Bundle/SearchBundle/CriteriaTest.php +++ b/tests/Unit/Bundle/SearchBundle/CriteriaTest.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\SearchBundle; diff --git a/tests/Unit/Bundle/SearchBundleDBAL/SearchTerm/TermHelperTest.php b/tests/Unit/Bundle/SearchBundleDBAL/SearchTerm/TermHelperTest.php index 0ace0a2bd1e..f27fa72b63c 100644 --- a/tests/Unit/Bundle/SearchBundleDBAL/SearchTerm/TermHelperTest.php +++ b/tests/Unit/Bundle/SearchBundleDBAL/SearchTerm/TermHelperTest.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\SearchBundleDBAL\SearchTerm; diff --git a/tests/Unit/Bundle/SitemapBundle/Service/FilterContainerFactoryTest.php b/tests/Unit/Bundle/SitemapBundle/Service/FilterContainerFactoryTest.php index ff3aa0a72a9..5cb5391545a 100644 --- a/tests/Unit/Bundle/SitemapBundle/Service/FilterContainerFactoryTest.php +++ b/tests/Unit/Bundle/SitemapBundle/Service/FilterContainerFactoryTest.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\SitemapBundle\Service; diff --git a/tests/Unit/Bundle/SitemapBundle/Service/UrlFilterTest.php b/tests/Unit/Bundle/SitemapBundle/Service/UrlFilterTest.php index d17ea33c2ca..290c7b8579f 100644 --- a/tests/Unit/Bundle/SitemapBundle/Service/UrlFilterTest.php +++ b/tests/Unit/Bundle/SitemapBundle/Service/UrlFilterTest.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\SitemapBundle\Service; diff --git a/tests/Unit/Bundle/SitemapBundle/SitemapListenerTest.php b/tests/Unit/Bundle/SitemapBundle/SitemapListenerTest.php index a42f5a39f22..88c08155fc8 100644 --- a/tests/Unit/Bundle/SitemapBundle/SitemapListenerTest.php +++ b/tests/Unit/Bundle/SitemapBundle/SitemapListenerTest.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\SitemapBundle; diff --git a/tests/Unit/Bundle/SitemapBundle/SitemapLockTest.php b/tests/Unit/Bundle/SitemapBundle/SitemapLockTest.php index 6c156f7338f..b5b162ef8fb 100644 --- a/tests/Unit/Bundle/SitemapBundle/SitemapLockTest.php +++ b/tests/Unit/Bundle/SitemapBundle/SitemapLockTest.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\SitemapBundle; diff --git a/tests/Unit/Bundle/SitemapBundle/SitemapNameGeneratorTest.php b/tests/Unit/Bundle/SitemapBundle/SitemapNameGeneratorTest.php index 08266de2278..0d66faff1b6 100644 --- a/tests/Unit/Bundle/SitemapBundle/SitemapNameGeneratorTest.php +++ b/tests/Unit/Bundle/SitemapBundle/SitemapNameGeneratorTest.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\SitemapBundle; diff --git a/tests/Unit/Bundle/SitemapBundle/UrlFilter/BaseTest.php b/tests/Unit/Bundle/SitemapBundle/UrlFilter/BaseTest.php index 38c230c8a28..b1d6b981ffb 100644 --- a/tests/Unit/Bundle/SitemapBundle/UrlFilter/BaseTest.php +++ b/tests/Unit/Bundle/SitemapBundle/UrlFilter/BaseTest.php @@ -3,23 +3,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\SitemapBundle\UrlFilter; diff --git a/tests/Unit/Bundle/SitemapBundle/UrlFilter/Example.php b/tests/Unit/Bundle/SitemapBundle/UrlFilter/Example.php index 74c3e3da25f..8cb69bcde3e 100644 --- a/tests/Unit/Bundle/SitemapBundle/UrlFilter/Example.php +++ b/tests/Unit/Bundle/SitemapBundle/UrlFilter/Example.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\SitemapBundle\UrlFilter; diff --git a/tests/Unit/Bundle/StoreFrontBundle/Gateway/Dbal/ProductHydratorTest.php b/tests/Unit/Bundle/StoreFrontBundle/Gateway/Dbal/ProductHydratorTest.php index d9ad238498a..a8ba4e4ece1 100644 --- a/tests/Unit/Bundle/StoreFrontBundle/Gateway/Dbal/ProductHydratorTest.php +++ b/tests/Unit/Bundle/StoreFrontBundle/Gateway/Dbal/ProductHydratorTest.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ namespace Shopware\Tests\Unit\Bundle\StoreFrontBundle\Gateway\Dbal; diff --git a/tests/Unit/Bundle/StoreFrontBundle/Gateway/Dbal/_fixtures/ProductData.php b/tests/Unit/Bundle/StoreFrontBundle/Gateway/Dbal/_fixtures/ProductData.php index fa19fde0368..1a6ed84387f 100644 --- a/tests/Unit/Bundle/StoreFrontBundle/Gateway/Dbal/_fixtures/ProductData.php +++ b/tests/Unit/Bundle/StoreFrontBundle/Gateway/Dbal/_fixtures/ProductData.php @@ -5,23 +5,22 @@ * Shopware 5 * Copyright (c) shopware AG * - * According to our dual licensing model, this program can be used either - * under the terms of the GNU Affero General Public License, version 3, - * or under a proprietary license. + * According to our licensing model, this program can be used + * under the terms of the GNU Affero General Public License, version 3. * * The texts of the GNU Affero General Public License with an additional - * permission and of our proprietary license can be found at and - * in the LICENSE file you have received along with this program. + * permission can be found at and in the LICENSE file you have received + * along with this program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. * * "Shopware" is a registered trademark of shopware AG. * The licensing of the program under the AGPLv3 does not imply a - * trademark license. Therefore any rights, title and interest in - * our trademarks remain entirely with us. + * trademark license. Therefore, any rights, title and interest in + * our trademarks remain entirely with the shopware AG. */ return [ diff --git a/tests/Unit/Bundle/StoreFrontBundle/Service/BlogServiceTest.php b/tests/Unit/Bundle/StoreFrontBundle/Service/BlogServiceTest.php index d3aca3b4340..7cc243d28d9 100644 --- a/tests/Unit/Bundle/StoreFrontBundle/Service/BlogServiceTest.php +++ b/tests/Unit/Bundle/StoreFrontBundle/Service/BlogServiceTest.php @@ -1,28 +1,26 @@