Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change netz98 to valantic CEC #1501

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions MIT-LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Copyright (c) 2012 netz98 new media GmbH
Copyright (c) 2024 valantic CEC Deutschland GmbH

http://www.netz98.de
https://www.valantic.com

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ The base-installation is now complete and you can verify it:
The command should execute successfully and show you the version number
of N98-Magerun like:

`n98-magerun2 version 4.8.0 by netz98 GmbH`
`n98-magerun2 version 4.8.0 by valantic CEC`

You now have successfully installed Magerun! You can tailor the
installation further like installing it system-wide and enable
Expand Down
1 change: 0 additions & 1 deletion src/N98/Magento/Api/ModuleListIterator.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/*
* @author Tom Klingenberg <t.klingenberg@netz98.de>
* @copyright Copyright (c) 2016 netz98 new media GmbH (http://www.netz98.de)
*
* @see PROJECT_LICENSE.txt
*/
Expand Down
3 changes: 0 additions & 3 deletions src/N98/Magento/Api/ModuleListVersionIterator.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<?php
/*
* @author Tom Klingenberg <t.klingenberg@netz98.de>
* @copyright Copyright (c) 2016 netz98 new media GmbH (http://www.netz98.de)
*
* @see PROJECT_LICENSE.txt
*/

namespace N98\Magento\Api;
Expand Down
1 change: 0 additions & 1 deletion src/N98/Magento/Api/ModuleVersion.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/*
* @author Tom Klingenberg <t.klingenberg@netz98.de>
* @copyright Copyright (c) 2016 netz98 new media GmbH (http://www.netz98.de)
*
* @see PROJECT_LICENSE.txt
*/
Expand Down
2 changes: 1 addition & 1 deletion src/N98/Magento/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public function getHelp()

public function getLongVersion()
{
return parent::getLongVersion() . ' (commit: @git_commit_short@) by <info>netz98 GmbH</info>';
return parent::getLongVersion() . ' (commit: @git_commit_short@) by <info>valantic CEC</info>';
}

/**
Expand Down
5 changes: 0 additions & 5 deletions src/N98/Magento/Application/AutoloaderDecorator.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
/**
* @copyright Copyright (c) 1999-2017 netz98 GmbH (http://www.netz98.de)
*
* @see PROJECT_LICENSE.txt
*/

namespace N98\Magento\Application;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
/**
* @copyright Copyright (c) netz98 GmbH (https://www.netz98.de)
*
* @see PROJECT_LICENSE.txt
*/

declare(strict_types=1);

Expand Down
5 changes: 0 additions & 5 deletions src/N98/Magento/Application/MagentoCoreCommandProvider.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
/**
* @copyright Copyright (c) netz98 GmbH (https://www.netz98.de)
*
* @see PROJECT_LICENSE.txt
*/

declare(strict_types=1);

Expand Down
5 changes: 0 additions & 5 deletions src/N98/Magento/Command/Composer/MagentoComposer.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
/**
* @copyright Copyright (c) netz98 GmbH (https://www.netz98.de)
*
* @see PROJECT_LICENSE.txt
*/

declare(strict_types=1);

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
/**
* @copyright Copyright (c) netz98 GmbH (https://www.netz98.de)
*
* @see PROJECT_LICENSE.txt
*/

declare(strict_types=1);

Expand Down
5 changes: 0 additions & 5 deletions src/N98/Magento/Command/Config/SearchCommand.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
/**
* @copyright Copyright (c) netz98 GmbH (https://www.netz98.de)
*
* @see PROJECT_LICENSE.txt
*/

declare(strict_types=1);

Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
<?php
/**
* netz98 magento module
*
* LICENSE
*
* This source file is subject of netz98.
* You may be not allowed to change the sources
* without authorization of netz98 new media GmbH.
*
* @copyright Copyright (c) 1999-2016 netz98 new media GmbH (http://www.netz98.de)
* @author netz98 new media GmbH <info@netz98.de>
* @category N98
* @package N98\Magento\Command\Developer\Console
*/

namespace N98\Magento\Command\Developer\Console\Config;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
<?php
/**
* netz98 magento module
*
* LICENSE
*
* This source file is subject of netz98.
* You may be not allowed to change the sources
* without authorization of netz98 new media GmbH.
*
* @copyright Copyright (c) 1999-2016 netz98 new media GmbH (http://www.netz98.de)
* @author netz98 new media GmbH <info@netz98.de>
* @category N98
* @package N98\Magento\Command\Developer\Console
*/

namespace N98\Magento\Command\Developer\Console\Config;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
<?php
/**
* netz98 magento module
*
* LICENSE
*
* This source file is subject of netz98.
* You may be not allowed to change the sources
* without authorization of netz98 new media GmbH.
*
* @copyright Copyright (c) 1999-2016 netz98 new media GmbH (http://www.netz98.de)
* @author netz98 new media GmbH <info@netz98.de>
* @category N98
* @package N98\Magento\Command\Developer\Console
*/

namespace N98\Magento\Command\Developer\Console\Config;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
<?php
/**
* netz98 magento module
*
* LICENSE
*
* This source file is subject of netz98.
* You may be not allowed to change the sources
* without authorization of netz98 new media GmbH.
*
* @copyright Copyright (c) 1999-2016 netz98 new media GmbH (http://www.netz98.de)
* @author netz98 new media GmbH <info@netz98.de>
* @category N98
* @package N98\Magento\Command\Developer\Console
*/

namespace N98\Magento\Command\Developer\Console\Config;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
<?php
/**
* netz98 magento module
*
* LICENSE
*
* This source file is subject of netz98.
* You may be not allowed to change the sources
* without authorization of netz98 new media GmbH.
*
* @copyright Copyright (c) 1999-2016 netz98 new media GmbH (http://www.netz98.de)
* @author netz98 new media GmbH <info@netz98.de>
* @category N98
* @package N98\Magento\Command\Developer\Console
*/

namespace N98\Magento\Command\Developer\Console\Config;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
<?php
/**
* netz98 magento module
*
* LICENSE
*
* This source file is subject of netz98.
* You may be not allowed to change the sources
* without authorization of netz98 new media GmbH.
*
* @copyright Copyright (c) 1999-2016 netz98 new media GmbH (http://www.netz98.de)
* @author netz98 new media GmbH <info@netz98.de>
* @category N98
* @package N98\Magento\Command\Developer\Console
*/

namespace N98\Magento\Command\Developer\Console\Config;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
<?php
/**
* netz98 magento module
*
* LICENSE
*
* This source file is subject of netz98.
* You may be not allowed to change the sources
* without authorization of netz98 new media GmbH.
*
* @copyright Copyright (c) 1999-2016 netz98 new media GmbH (http://www.netz98.de)
* @author netz98 new media GmbH <info@netz98.de>
* @category N98
* @package N98\Magento\Command\Developer\Console
*/

namespace N98\Magento\Command\Developer\Console\Config;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
<?php
/**
* netz98 magento module
*
* LICENSE
*
* This source file is subject of netz98.
* You may be not allowed to change the sources
* without authorization of netz98 new media GmbH.
*
* @copyright Copyright (c) 1999-2016 netz98 new media GmbH (http://www.netz98.de)
* @author netz98 new media GmbH <info@netz98.de>
* @category N98
* @package N98\Magento\Command\Developer\Console
*/

namespace N98\Magento\Command\Developer\Console\Config;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
<?php
/**
* netz98 magento module
*
* LICENSE
*
* This source file is subject of netz98.
* You may be not allowed to change the sources
* without authorization of netz98 new media GmbH.
*
* @copyright Copyright (c) 1999-2016 netz98 new media GmbH (http://www.netz98.de)
* @author netz98 new media GmbH <info@netz98.de>
* @category N98
* @package N98\Magento\Command\Developer\Console
*/

namespace N98\Magento\Command\Developer\Console\Config;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
<?php
/**
* netz98 magento module
*
* LICENSE
*
* This source file is subject of netz98.
* You may be not allowed to change the sources
* without authorization of netz98 new media GmbH.
*
* @copyright Copyright (c) 1999-2016 netz98 new media GmbH (http://www.netz98.de)
* @author netz98 new media GmbH <info@netz98.de>
* @category N98
* @package N98\Magento\Command\Developer\Console
*/

namespace N98\Magento\Command\Developer\Console\Config;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<?php
/**
* Copyright © 2016 netz98 new media GmbH. All rights reserved.
* See COPYING.txt for license details.
*/

namespace N98\Magento\Command\Developer\Console;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<?php
/**
* Copyright © 2016 netz98 new media GmbH. All rights reserved.
* See COPYING.txt for license details.
*/

namespace N98\Magento\Command\Developer\Console\Renderer\PHPCode;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<?php
/**
* Copyright © 2016 netz98 new media GmbH. All rights reserved.
* See COPYING.txt for license details.
*/

namespace N98\Magento\Command\Developer\Console\Structure;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<?php
/**
* Copyright © 2016 netz98 new media GmbH. All rights reserved.
* See COPYING.txt for license details.
*/

namespace N98\Magento\Command\Developer\Console\Structure;

Expand Down
5 changes: 0 additions & 5 deletions src/N98/Magento/Command/Github/PatchFileContent/Creator.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
/**
* @copyright Copyright (c) netz98 GmbH (https://www.netz98.de)
*
* @see PROJECT_LICENSE.txt
*/

declare(strict_types=1);

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
/**
* @copyright Copyright (c) netz98 GmbH (https://www.netz98.de)
*
* @see PROJECT_LICENSE.txt
*/

declare(strict_types=1);

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
/**
* @copyright Copyright (c) netz98 GmbH (https://www.netz98.de)
*
* @see PROJECT_LICENSE.txt
*/

declare(strict_types=1);

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
/**
* @copyright Copyright (c) netz98 GmbH (https://www.netz98.de)
*
* @see PROJECT_LICENSE.txt
*/

declare(strict_types=1);

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
/**
* @copyright Copyright (c) netz98 GmbH (https://www.netz98.de)
*
* @see PROJECT_LICENSE.txt
*/

declare(strict_types=1);

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
/**
* @copyright Copyright (c) netz98 GmbH (https://www.netz98.de)
*
* @see PROJECT_LICENSE.txt
*/

declare(strict_types=1);

Expand Down
Loading