Updated Copyright to 2018
This commit is contained in:
@ -6,7 +6,7 @@ use ManiaControl\Logger;
|
||||
* PHP Unit Test for Logger Class
|
||||
*
|
||||
* @author ManiaControl Team <mail@maniacontrol.com>
|
||||
* @copyright 2014-2017 ManiaControl Team
|
||||
* @copyright 2014-2018 ManiaControl Team
|
||||
* @license http://www.gnu.org/licenses/ GNU General Public License, Version 3
|
||||
*/
|
||||
class LoggerTest extends PHPUnit_Framework_TestCase {
|
||||
|
@ -6,7 +6,7 @@ use ManiaControl\ManiaControl;
|
||||
* PHP Unit Test for Mania Control Class
|
||||
*
|
||||
* @author ManiaControl Team <mail@maniacontrol.com>
|
||||
* @copyright 2014-2017 ManiaControl Team
|
||||
* @copyright 2014-2018 ManiaControl Team
|
||||
* @license http://www.gnu.org/licenses/ GNU General Public License, Version 3
|
||||
*/
|
||||
class ManiaControlTest extends PHPUnit_Framework_TestCase {
|
||||
|
@ -6,7 +6,7 @@ use ManiaControl\ManiaControl;
|
||||
* PHP Unit Test for Custom UI Manager
|
||||
*
|
||||
* @author ManiaControl Team <mail@maniacontrol.com>
|
||||
* @copyright 2014-2017 ManiaControl Team
|
||||
* @copyright 2014-2018 ManiaControl Team
|
||||
* @license http://www.gnu.org/licenses/ GNU General Public License, Version 3
|
||||
*/
|
||||
class CustomUIManagerTest extends PHPUnit_Framework_TestCase {
|
||||
|
@ -8,7 +8,7 @@ use ManiaControl\Manialinks\LabelLine;
|
||||
* PHP Unit Test for Label Line Class
|
||||
*
|
||||
* @author ManiaControl Team <mail@maniacontrol.com>
|
||||
* @copyright 2014-2017 ManiaControl Team
|
||||
* @copyright 2014-2018 ManiaControl Team
|
||||
* @license http://www.gnu.org/licenses/ GNU General Public License, Version 3
|
||||
*/
|
||||
class LabelLineTest extends PHPUnit_Framework_TestCase {
|
||||
|
@ -17,7 +17,7 @@ use ManiaControl\Script\ModeScriptEventManager;
|
||||
* PHP Unit Test for Mode Script Event Manager Class
|
||||
*
|
||||
* @author ManiaControl Team <mail@maniacontrol.com>
|
||||
* @copyright 2014-2017 ManiaControl Team
|
||||
* @copyright 2014-2018 ManiaControl Team
|
||||
* @license http://www.gnu.org/licenses/ GNU General Public License, Version 3
|
||||
*/
|
||||
class ModeScriptEventManagerTest extends \PHPUnit_Framework_TestCase {
|
||||
|
@ -9,7 +9,7 @@ use ManiaControl\Utils\WebReader;
|
||||
* PHP Unit Test for Plugin Update Manager Class
|
||||
*
|
||||
* @author ManiaControl Team <mail@maniacontrol.com>
|
||||
* @copyright 2014-2017 ManiaControl Team
|
||||
* @copyright 2014-2018 ManiaControl Team
|
||||
* @license http://www.gnu.org/licenses/ GNU General Public License, Version 3
|
||||
*/
|
||||
class PluginUpdateManagerTest extends \PHPUnit_Framework_TestCase {
|
||||
|
@ -11,7 +11,7 @@ use ManiaControl\Update\UpdateManager;
|
||||
* PHP Unit Test for Update Manager Class
|
||||
*
|
||||
* @author ManiaControl Team <mail@maniacontrol.com>
|
||||
* @copyright 2014-2017 ManiaControl Team
|
||||
* @copyright 2014-2018 ManiaControl Team
|
||||
* @license http://www.gnu.org/licenses/ GNU General Public License, Version 3
|
||||
*/
|
||||
final class UpdateManagerTest extends \PHPUnit_Framework_TestCase {
|
||||
|
Reference in New Issue
Block a user