Updated Copyright to 2018
This commit is contained in:
@ -6,7 +6,7 @@ namespace ManiaControl\Utils;
|
||||
* Utility Class offering Methods related to Classes
|
||||
*
|
||||
* @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
|
||||
*/
|
||||
abstract class ClassUtil {
|
||||
|
@ -9,7 +9,7 @@ use ManiaControl\General\UsageInformationTrait;
|
||||
* Utility Class offering Methods to convert and use ManiaPlanet Colors
|
||||
*
|
||||
* @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
|
||||
*/
|
||||
abstract class ColorUtil implements UsageInformationAble {
|
||||
|
@ -9,7 +9,7 @@ use ManiaControl\General\UsageInformationTrait;
|
||||
* Command Line Helper 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 CommandLineHelper implements UsageInformationAble {
|
||||
|
@ -10,7 +10,7 @@ use ManiaControl\Logger;
|
||||
* Class offering Methods to format Texts and Values
|
||||
*
|
||||
* @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
|
||||
*/
|
||||
abstract class Formatter implements UsageInformationAble {
|
||||
|
@ -8,7 +8,7 @@ use ManiaControl\Logger;
|
||||
* System Utility 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 SystemUtil {
|
||||
|
@ -11,7 +11,7 @@ use ManiaControl\ManiaControl;
|
||||
*
|
||||
* @see \ManiaControl\Files\AsyncHttpRequest For Asynchron Requests
|
||||
* @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
|
||||
*/
|
||||
abstract class WebReader {
|
||||
|
Reference in New Issue
Block a user