diff --git a/LICENSE.md b/LICENSE.md index dec28e3339..214f2a54b1 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,5 +1,5 @@ # License -Copyright (C) 2015-2020 Dominik Pfaffenbauer +Copyright (C) 2015-2021 CoreShop GmbH (https://www.coreshop.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/README.md b/README.md index 36d8555488..0bc8fd9627 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Password: coreshop ``` ## Copyright and license -Copyright: [Dominik Pfaffenbauer](https://www.pfaffenbauer.at) +Copyright: [CoreShop GmbH](https://www.coreshop.org) For licensing details please visit [LICENSE.md](LICENSE.md) ## Screenshots diff --git a/app/AppKernel.php b/app/AppKernel.php index a1fd675f79..d1a430d2fe 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php @@ -5,8 +5,7 @@ * This source file is subject to the GNU General Public License version 3 (GPLv3) * For the full copyright and license information, please view the LICENSE.md and gpl-3.0.txt * files that are distributed with this source code. - * - * @copyright Copyright (c) 2015-2020 Dominik Pfaffenbauer (https://www.pfaffenbauer.at) + * @copyright Copyright (c) 2015-2021 CoreShop GmbH (https://www.coreshop.org) * @license https://www.coreshop.org/license GNU General Public License version 3 (GPLv3) */ diff --git a/app/BehatAppKernel.php b/app/BehatAppKernel.php index 9a81ca6f71..d0892f9902 100644 --- a/app/BehatAppKernel.php +++ b/app/BehatAppKernel.php @@ -5,8 +5,7 @@ * This source file is subject to the GNU General Public License version 3 (GPLv3) * For the full copyright and license information, please view the LICENSE.md and gpl-3.0.txt * files that are distributed with this source code. - * - * @copyright Copyright (c) 2015-2020 Dominik Pfaffenbauer (https://www.pfaffenbauer.at) + * @copyright Copyright (c) 2015-2021 CoreShop GmbH (https://www.coreshop.org) * @license https://www.coreshop.org/license GNU General Public License version 3 (GPLv3) */ diff --git a/app/TestAppKernel.php b/app/TestAppKernel.php index f363896617..9a295b3106 100644 --- a/app/TestAppKernel.php +++ b/app/TestAppKernel.php @@ -6,7 +6,7 @@ * For the full copyright and license information, please view the LICENSE.md and gpl-3.0.txt * files that are distributed with this source code. * - * @copyright Copyright (c) 2015-2020 Dominik Pfaffenbauer (https://www.pfaffenbauer.at) + * @copyright Copyright (c) CoreShop GmbH (https://www.coreshop.org) * @license https://www.coreshop.org/license GNU General Public License version 3 (GPLv3) */ diff --git a/composer.json b/composer.json index b48de609b5..a16365195b 100644 --- a/composer.json +++ b/composer.json @@ -12,6 +12,12 @@ ], "homepage": "https://www.coreshop.org", "authors": [ + { + "name": "CoreShop Team", + "email": "info@coreshop.org", + "homepage": "https://www.coreshop.org/", + "role": "Developer" + }, { "name": "Dominik Pfaffenbauer", "email": "dominik@pfaffenbauer.at", diff --git a/docs/sami.php b/docs/sami.php index 556d606249..7b526647b9 100644 --- a/docs/sami.php +++ b/docs/sami.php @@ -6,9 +6,9 @@ * For the full copyright and license information, please view the LICENSE.md and gpl-3.0.txt * files that are distributed with this source code. * - * @copyright Copyright (c) 2015-2020 Dominik Pfaffenbauer (https://www.pfaffenbauer.at) + * @copyright Copyright (c) CoreShop GmbH (https://www.coreshop.org) * @license https://www.coreshop.org/license GNU General Public License version 3 (GPLv3) -*/ + */ use Sami\Sami; use Symfony\Component\Finder\Finder; diff --git a/docs/themes/coreshop/css/_variables.css b/docs/themes/coreshop/css/_variables.css index 0003fe595a..6f89962f4d 100644 --- a/docs/themes/coreshop/css/_variables.css +++ b/docs/themes/coreshop/css/_variables.css @@ -5,7 +5,7 @@ * For the full copyright and license information, please view the LICENSE.md and gpl-3.0.txt * files that are distributed with this source code. * - * @copyright Copyright (c) 2015-2020 Dominik Pfaffenbauer (https://www.pfaffenbauer.at) + * @copyright Copyright (C) CoreShop GmbH (https://www.coreshop.org) * @license https://www.coreshop.org/license GNU General Public License version 3 (GPLv3) * */ diff --git a/docs/themes/coreshop/js/daux.js b/docs/themes/coreshop/js/daux.js index 3ddd33beb4..d42d58d12b 100755 --- a/docs/themes/coreshop/js/daux.js +++ b/docs/themes/coreshop/js/daux.js @@ -5,7 +5,7 @@ * For the full copyright and license information, please view the LICENSE.md and gpl-3.0.txt * files that are distributed with this source code. * - * @copyright Copyright (c) 2015-2020 Dominik Pfaffenbauer (https://www.pfaffenbauer.at) + * @copyright Copyright (C) CoreShop GmbH (https://www.coreshop.org) * @license https://www.coreshop.org/license GNU General Public License version 3 (GPLv3) * *//** global localStorage*///Initialize CodeBlock Visibility Settings diff --git a/docs/themes/coreshop/less/_components.less b/docs/themes/coreshop/less/_components.less index 35035bc683..14b84c5b48 100755 --- a/docs/themes/coreshop/less/_components.less +++ b/docs/themes/coreshop/less/_components.less @@ -5,7 +5,7 @@ * For the full copyright and license information, please view the LICENSE.md and gpl-3.0.txt * files that are distributed with this source code. * - * @copyright Copyright (c) 2015-2020 Dominik Pfaffenbauer (https://www.pfaffenbauer.at) + * @copyright Copyright (C) CoreShop GmbH (https://www.coreshop.org) * @license https://www.coreshop.org/license GNU General Public License version 3 (GPLv3) * *//* =========================================================================================== diff --git a/docs/themes/coreshop/less/_homepage.less b/docs/themes/coreshop/less/_homepage.less index 6919b4260d..c48179480a 100755 --- a/docs/themes/coreshop/less/_homepage.less +++ b/docs/themes/coreshop/less/_homepage.less @@ -5,7 +5,7 @@ * For the full copyright and license information, please view the LICENSE.md and gpl-3.0.txt * files that are distributed with this source code. * - * @copyright Copyright (c) 2015-2020 Dominik Pfaffenbauer (https://www.pfaffenbauer.at) + * @copyright Copyright (C) CoreShop GmbH (https://www.coreshop.org) * @license https://www.coreshop.org/license GNU General Public License version 3 (GPLv3) * *//* =========================================================================================== diff --git a/docs/themes/coreshop/less/_mixins.less b/docs/themes/coreshop/less/_mixins.less index 1a4acfa4a3..14677c471a 100755 --- a/docs/themes/coreshop/less/_mixins.less +++ b/docs/themes/coreshop/less/_mixins.less @@ -5,7 +5,7 @@ * For the full copyright and license information, please view the LICENSE.md and gpl-3.0.txt * files that are distributed with this source code. * - * @copyright Copyright (c) 2015-2020 Dominik Pfaffenbauer (https://www.pfaffenbauer.at) + * @copyright Copyright (C) CoreShop GmbH (https://www.coreshop.org) * @license https://www.coreshop.org/license GNU General Public License version 3 (GPLv3) * *//* =========================================================================================== diff --git a/docs/themes/coreshop/less/_print.less b/docs/themes/coreshop/less/_print.less index 56adcd4013..43036f031b 100755 --- a/docs/themes/coreshop/less/_print.less +++ b/docs/themes/coreshop/less/_print.less @@ -5,7 +5,7 @@ * For the full copyright and license information, please view the LICENSE.md and gpl-3.0.txt * files that are distributed with this source code. * - * @copyright Copyright (c) 2015-2020 Dominik Pfaffenbauer (https://www.pfaffenbauer.at) + * @copyright Copyright (C) CoreShop GmbH (https://www.coreshop.org) * @license https://www.coreshop.org/license GNU General Public License version 3 (GPLv3) * */@import "../../common/less/_print.less"; diff --git a/docs/themes/coreshop/less/_structure.less b/docs/themes/coreshop/less/_structure.less index 9c21bfe415..54cd5842dc 100755 --- a/docs/themes/coreshop/less/_structure.less +++ b/docs/themes/coreshop/less/_structure.less @@ -5,7 +5,7 @@ * For the full copyright and license information, please view the LICENSE.md and gpl-3.0.txt * files that are distributed with this source code. * - * @copyright Copyright (c) 2015-2020 Dominik Pfaffenbauer (https://www.pfaffenbauer.at) + * @copyright Copyright (C) CoreShop GmbH (https://www.coreshop.org) * @license https://www.coreshop.org/license GNU General Public License version 3 (GPLv3) * */*, *::after, *::before { diff --git a/docs/themes/coreshop/less/_typography.less b/docs/themes/coreshop/less/_typography.less index 91111f2cd5..0e337aef16 100755 --- a/docs/themes/coreshop/less/_typography.less +++ b/docs/themes/coreshop/less/_typography.less @@ -5,7 +5,7 @@ * For the full copyright and license information, please view the LICENSE.md and gpl-3.0.txt * files that are distributed with this source code. * - * @copyright Copyright (c) 2015-2020 Dominik Pfaffenbauer (https://www.pfaffenbauer.at) + * @copyright Copyright (C) CoreShop GmbH (https://www.coreshop.org) * @license https://www.coreshop.org/license GNU General Public License version 3 (GPLv3) * *//* =========================================================================================== diff --git a/docs/themes/coreshop/less/_utilities.less b/docs/themes/coreshop/less/_utilities.less index 5753aa4992..5c212374d3 100755 --- a/docs/themes/coreshop/less/_utilities.less +++ b/docs/themes/coreshop/less/_utilities.less @@ -5,7 +5,7 @@ * For the full copyright and license information, please view the LICENSE.md and gpl-3.0.txt * files that are distributed with this source code. * - * @copyright Copyright (c) 2015-2020 Dominik Pfaffenbauer (https://www.pfaffenbauer.at) + * @copyright Copyright (C) CoreShop GmbH (https://www.coreshop.org) * @license https://www.coreshop.org/license GNU General Public License version 3 (GPLv3) * */// diff --git a/docs/themes/coreshop/less/_variables.less b/docs/themes/coreshop/less/_variables.less index 951900cd88..f291b52604 100755 --- a/docs/themes/coreshop/less/_variables.less +++ b/docs/themes/coreshop/less/_variables.less @@ -5,7 +5,7 @@ * For the full copyright and license information, please view the LICENSE.md and gpl-3.0.txt * files that are distributed with this source code. * - * @copyright Copyright (c) 2015-2020 Dominik Pfaffenbauer (https://www.pfaffenbauer.at) + * @copyright Copyright (C) CoreShop GmbH (https://www.coreshop.org) * @license https://www.coreshop.org/license GNU General Public License version 3 (GPLv3) * */ diff --git a/docs/themes/coreshop/less/theme-coreshop.less b/docs/themes/coreshop/less/theme-coreshop.less index c9b373e8d5..00ac148472 100755 --- a/docs/themes/coreshop/less/theme-coreshop.less +++ b/docs/themes/coreshop/less/theme-coreshop.less @@ -5,7 +5,7 @@ * For the full copyright and license information, please view the LICENSE.md and gpl-3.0.txt * files that are distributed with this source code. * - * @copyright Copyright (c) 2015-2020 Dominik Pfaffenbauer (https://www.pfaffenbauer.at) + * @copyright Copyright (C) CoreShop GmbH (https://www.coreshop.org) * @license https://www.coreshop.org/license GNU General Public License version 3 (GPLv3) * */ diff --git a/docs/themes/coreshop/less/theme.less b/docs/themes/coreshop/less/theme.less index 4d9b4bf46d..2619bd0a8f 100755 --- a/docs/themes/coreshop/less/theme.less +++ b/docs/themes/coreshop/less/theme.less @@ -5,7 +5,7 @@ * For the full copyright and license information, please view the LICENSE.md and gpl-3.0.txt * files that are distributed with this source code. * - * @copyright Copyright (c) 2015-2020 Dominik Pfaffenbauer (https://www.pfaffenbauer.at) + * @copyright Copyright (C) CoreShop GmbH (https://www.coreshop.org) * @license https://www.coreshop.org/license GNU General Public License version 3 (GPLv3) * */ diff --git a/docs/themes/coreshop/templates/content.php b/docs/themes/coreshop/templates/content.php index a1fb7144f2..9cb9b42c8b 100755 --- a/docs/themes/coreshop/templates/content.php +++ b/docs/themes/coreshop/templates/content.php @@ -6,9 +6,9 @@ * For the full copyright and license information, please view the LICENSE.md and gpl-3.0.txt * files that are distributed with this source code. * - * @copyright Copyright (c) 2015-2020 Dominik Pfaffenbauer (https://www.pfaffenbauer.at) + * @copyright Copyright (c) CoreShop GmbH (https://www.coreshop.org) * @license https://www.coreshop.org/license GNU General Public License version 3 (GPLv3) -*/$this->layout('theme::layout/05_page') ?> + */$this->layout('theme::layout/05_page') ?>