diff --git a/LICENSE b/LICENSE index ba1d7c2..82fedfb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2013-2018 TechFuze +Copyright (c) 2013-2019 TechFuze Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/Config/config.core.php b/src/Config/config.core.php index ba8bb96..d3611b5 100644 --- a/src/Config/config.core.php +++ b/src/Config/config.core.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/src/Config/config.error.php b/src/Config/config.error.php index 86daec7..40ff6bd 100644 --- a/src/Config/config.error.php +++ b/src/Config/config.error.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/src/Config/config.main.php b/src/Config/config.main.php index 7672570..f05b0b6 100644 --- a/src/Config/config.main.php +++ b/src/Config/config.main.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/src/Config/config.plugins.php b/src/Config/config.plugins.php index c5e2efc..02fbdce 100644 --- a/src/Config/config.plugins.php +++ b/src/Config/config.plugins.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/src/FuzeWorks/Config.php b/src/FuzeWorks/Config.php index e25a95c..3985901 100644 --- a/src/FuzeWorks/Config.php +++ b/src/FuzeWorks/Config.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks @@ -45,7 +45,7 @@ use FuzeWorks\Exception\ConfigException; * This class gives access to the config files. It allows you to open configurations and edit them. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) */ class Config { diff --git a/src/FuzeWorks/ConfigORM/ConfigORM.php b/src/FuzeWorks/ConfigORM/ConfigORM.php index 187d59e..8d90c6d 100644 --- a/src/FuzeWorks/ConfigORM/ConfigORM.php +++ b/src/FuzeWorks/ConfigORM/ConfigORM.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks @@ -43,7 +43,7 @@ use FuzeWorks\Exception\ConfigException; * Handles entries in the config directory of FuzeWorks and is able to dynamically update them when requested * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) */ class ConfigORM extends ConfigORMAbstract { diff --git a/src/FuzeWorks/ConfigORM/ConfigORMAbstract.php b/src/FuzeWorks/ConfigORM/ConfigORMAbstract.php index b6c9562..f670f42 100644 --- a/src/FuzeWorks/ConfigORM/ConfigORMAbstract.php +++ b/src/FuzeWorks/ConfigORM/ConfigORMAbstract.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks @@ -44,7 +44,7 @@ use Iterator; * A file can also be returned using toArray(), so it will be converted to an array * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) */ abstract class ConfigORMAbstract implements Iterator { diff --git a/src/FuzeWorks/Configurator.php b/src/FuzeWorks/Configurator.php index 34703f2..7f0b6d0 100644 --- a/src/FuzeWorks/Configurator.php +++ b/src/FuzeWorks/Configurator.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks @@ -49,7 +49,7 @@ use Tracy\Debugger; * * This allows for more flexible startups. * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) */ class Configurator { diff --git a/src/FuzeWorks/Core.php b/src/FuzeWorks/Core.php index 51c5ded..16674e5 100644 --- a/src/FuzeWorks/Core.php +++ b/src/FuzeWorks/Core.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks @@ -45,7 +45,7 @@ use FuzeWorks\Exception\CoreException; * * @todo Test directory priorities in separate components * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) */ class Core { diff --git a/src/FuzeWorks/DeferredComponentClass.php b/src/FuzeWorks/DeferredComponentClass.php index 4339768..2f980f4 100644 --- a/src/FuzeWorks/DeferredComponentClass.php +++ b/src/FuzeWorks/DeferredComponentClass.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/src/FuzeWorks/Event.php b/src/FuzeWorks/Event.php index e9e5365..0d73ce7 100644 --- a/src/FuzeWorks/Event.php +++ b/src/FuzeWorks/Event.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks @@ -42,7 +42,7 @@ namespace FuzeWorks; * A simple class for events. The only current purpose is to be able to cancel events, but it can be easily extended. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) */ class Event { diff --git a/src/FuzeWorks/Event/ConfigGetEvent.php b/src/FuzeWorks/Event/ConfigGetEvent.php index 17e64a3..434ab81 100644 --- a/src/FuzeWorks/Event/ConfigGetEvent.php +++ b/src/FuzeWorks/Event/ConfigGetEvent.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks @@ -44,7 +44,7 @@ use FuzeWorks\Event; * Use this to cancel the loading of a config, or change the config to be loaded * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) */ class ConfigGetEvent extends Event { diff --git a/src/FuzeWorks/Event/HelperLoadEvent.php b/src/FuzeWorks/Event/HelperLoadEvent.php index 619fa82..48bf628 100644 --- a/src/FuzeWorks/Event/HelperLoadEvent.php +++ b/src/FuzeWorks/Event/HelperLoadEvent.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks @@ -44,7 +44,7 @@ use FuzeWorks\Event; * Use this to cancel the loading of a helper, or change the helper to be loaded * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) */ class HelperLoadEvent extends Event { diff --git a/src/FuzeWorks/Event/NotifierEvent.php b/src/FuzeWorks/Event/NotifierEvent.php index ff82eb2..618968b 100644 --- a/src/FuzeWorks/Event/NotifierEvent.php +++ b/src/FuzeWorks/Event/NotifierEvent.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks @@ -41,7 +41,7 @@ use FuzeWorks\Event; * Simple event which will notify components of an event, but does not contain any data. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) */ class NotifierEvent extends Event { diff --git a/src/FuzeWorks/Event/PluginGetEvent.php b/src/FuzeWorks/Event/PluginGetEvent.php index ec55d0e..5ce4ef5 100644 --- a/src/FuzeWorks/Event/PluginGetEvent.php +++ b/src/FuzeWorks/Event/PluginGetEvent.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks @@ -41,7 +41,7 @@ use FuzeWorks\Event; * Event that will get fired when a plugin is retrieved. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) */ class PluginGetEvent extends Event { diff --git a/src/FuzeWorks/EventPriority.php b/src/FuzeWorks/EventPriority.php index 67ef5f7..d4078f6 100644 --- a/src/FuzeWorks/EventPriority.php +++ b/src/FuzeWorks/EventPriority.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks @@ -50,7 +50,7 @@ namespace FuzeWorks; * EventPriority::LOWEST * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) */ abstract class EventPriority { diff --git a/src/FuzeWorks/Events.php b/src/FuzeWorks/Events.php index db54779..2c0d2a5 100644 --- a/src/FuzeWorks/Events.php +++ b/src/FuzeWorks/Events.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks @@ -57,7 +57,7 @@ use FuzeWorks\Exception\EventException; * $event->title = date('H:i:s ').$event->title; * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) */ class Events { diff --git a/src/FuzeWorks/Exception/ConfigException.php b/src/FuzeWorks/Exception/ConfigException.php index 7059068..94bd40a 100644 --- a/src/FuzeWorks/Exception/ConfigException.php +++ b/src/FuzeWorks/Exception/ConfigException.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks @@ -40,7 +40,7 @@ namespace FuzeWorks\Exception; * Class ConfigException. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) */ class ConfigException extends Exception { diff --git a/src/FuzeWorks/Exception/ConfiguratorException.php b/src/FuzeWorks/Exception/ConfiguratorException.php index 025c38a..f06c9e7 100644 --- a/src/FuzeWorks/Exception/ConfiguratorException.php +++ b/src/FuzeWorks/Exception/ConfiguratorException.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks @@ -40,7 +40,7 @@ namespace FuzeWorks\Exception; * Class ConfiguratorException. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) */ class ConfiguratorException extends Exception { diff --git a/src/FuzeWorks/Exception/CoreException.php b/src/FuzeWorks/Exception/CoreException.php index 20c86c5..b90fb08 100644 --- a/src/FuzeWorks/Exception/CoreException.php +++ b/src/FuzeWorks/Exception/CoreException.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks @@ -40,7 +40,7 @@ namespace FuzeWorks\Exception; * Class CoreException. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) */ class CoreException extends Exception { diff --git a/src/FuzeWorks/Exception/EventException.php b/src/FuzeWorks/Exception/EventException.php index c89a1e1..dee3276 100644 --- a/src/FuzeWorks/Exception/EventException.php +++ b/src/FuzeWorks/Exception/EventException.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks @@ -40,7 +40,7 @@ namespace FuzeWorks\Exception; * Class EventException. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) */ class EventException extends Exception { diff --git a/src/FuzeWorks/Exception/Exception.php b/src/FuzeWorks/Exception/Exception.php index 38a3de7..f2aff91 100644 --- a/src/FuzeWorks/Exception/Exception.php +++ b/src/FuzeWorks/Exception/Exception.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks @@ -40,7 +40,7 @@ namespace FuzeWorks\Exception; * Class Exception. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) */ class Exception extends \Exception { diff --git a/src/FuzeWorks/Exception/FactoryException.php b/src/FuzeWorks/Exception/FactoryException.php index 2531560..791d02a 100644 --- a/src/FuzeWorks/Exception/FactoryException.php +++ b/src/FuzeWorks/Exception/FactoryException.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks @@ -40,7 +40,7 @@ namespace FuzeWorks\Exception; * Class FactoryException. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) */ class FactoryException extends Exception { diff --git a/src/FuzeWorks/Exception/HelperException.php b/src/FuzeWorks/Exception/HelperException.php index 885b9d6..ee37973 100644 --- a/src/FuzeWorks/Exception/HelperException.php +++ b/src/FuzeWorks/Exception/HelperException.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks @@ -40,7 +40,7 @@ namespace FuzeWorks\Exception; * Class HelperException. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) */ class HelperException extends Exception { diff --git a/src/FuzeWorks/Exception/InvalidArgumentException.php b/src/FuzeWorks/Exception/InvalidArgumentException.php index 41e975a..3cde023 100644 --- a/src/FuzeWorks/Exception/InvalidArgumentException.php +++ b/src/FuzeWorks/Exception/InvalidArgumentException.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks @@ -40,7 +40,7 @@ namespace FuzeWorks\Exception; * Class InvalidArgumentException. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) */ class InvalidArgumentException extends Exception { diff --git a/src/FuzeWorks/Exception/LibraryException.php b/src/FuzeWorks/Exception/LibraryException.php index 86485c0..fd8b5b2 100644 --- a/src/FuzeWorks/Exception/LibraryException.php +++ b/src/FuzeWorks/Exception/LibraryException.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks @@ -40,7 +40,7 @@ namespace FuzeWorks\Exception; * Class LibraryException. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) */ class LibraryException extends Exception { diff --git a/src/FuzeWorks/Exception/LoggerException.php b/src/FuzeWorks/Exception/LoggerException.php index 7d24283..0c3c3b3 100644 --- a/src/FuzeWorks/Exception/LoggerException.php +++ b/src/FuzeWorks/Exception/LoggerException.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks @@ -40,7 +40,7 @@ namespace FuzeWorks\Exception; * Class LoggerException. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) */ class LoggerException extends Exception { diff --git a/src/FuzeWorks/Exception/PluginException.php b/src/FuzeWorks/Exception/PluginException.php index 464e2de..55d41c4 100644 --- a/src/FuzeWorks/Exception/PluginException.php +++ b/src/FuzeWorks/Exception/PluginException.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks @@ -40,7 +40,7 @@ namespace FuzeWorks\Exception; * Class PluginException. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) */ class PluginException extends Exception { diff --git a/src/FuzeWorks/Factory.php b/src/FuzeWorks/Factory.php index 6c60754..1ef3e45 100644 --- a/src/FuzeWorks/Factory.php +++ b/src/FuzeWorks/Factory.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks @@ -57,7 +57,7 @@ use FuzeWorks\Exception\FactoryException; * The Factory class is also extendible. This allows classes that extend Factory to access all it's properties. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) */ class Factory { diff --git a/src/FuzeWorks/GitTracyBridge.php b/src/FuzeWorks/GitTracyBridge.php index fa7a794..c2c0ce0 100644 --- a/src/FuzeWorks/GitTracyBridge.php +++ b/src/FuzeWorks/GitTracyBridge.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/src/FuzeWorks/Helpers.php b/src/FuzeWorks/Helpers.php index 5b91e1a..5522af8 100644 --- a/src/FuzeWorks/Helpers.php +++ b/src/FuzeWorks/Helpers.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks @@ -56,7 +56,7 @@ use FuzeWorks\Exception\HelperException; * it becomes globally available to everything. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) */ class Helpers { diff --git a/src/FuzeWorks/Libraries.php b/src/FuzeWorks/Libraries.php index 23bb446..df69541 100644 --- a/src/FuzeWorks/Libraries.php +++ b/src/FuzeWorks/Libraries.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/src/FuzeWorks/Logger.php b/src/FuzeWorks/Logger.php index a8ab8fd..5021140 100644 --- a/src/FuzeWorks/Logger.php +++ b/src/FuzeWorks/Logger.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks @@ -46,7 +46,7 @@ use FuzeWorks\Exception\Exception; * Also provides utilities to benchmark the application. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) */ class Logger { diff --git a/src/FuzeWorks/LoggerTracyBridge.php b/src/FuzeWorks/LoggerTracyBridge.php index 2fac999..5418531 100644 --- a/src/FuzeWorks/LoggerTracyBridge.php +++ b/src/FuzeWorks/LoggerTracyBridge.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks @@ -47,7 +47,7 @@ use Tracy\Debugger; * Afterwards it blocks a screen log so that the content is not shown on the screen as well. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) */ class LoggerTracyBridge implements IBarPanel { diff --git a/src/FuzeWorks/Plugins.php b/src/FuzeWorks/Plugins.php index 2414ba8..d6d9871 100644 --- a/src/FuzeWorks/Plugins.php +++ b/src/FuzeWorks/Plugins.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks @@ -58,7 +58,7 @@ use ReflectionException; * * @todo Add methods to enable and disable plugins * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) */ class Plugins { diff --git a/src/FuzeWorks/iComponent.php b/src/FuzeWorks/iComponent.php index 0cc0366..b32927c 100644 --- a/src/FuzeWorks/iComponent.php +++ b/src/FuzeWorks/iComponent.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/src/FuzeWorks/iPluginHeader.php b/src/FuzeWorks/iPluginHeader.php index 178a4ce..8f3059e 100644 --- a/src/FuzeWorks/iPluginHeader.php +++ b/src/FuzeWorks/iPluginHeader.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/src/Layout/layout.logger_cli.php b/src/Layout/layout.logger_cli.php index d907be8..328001e 100644 --- a/src/Layout/layout.logger_cli.php +++ b/src/Layout/layout.logger_cli.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/src/Layout/layout.logger_default.php b/src/Layout/layout.logger_default.php index 23c00b7..960b648 100644 --- a/src/Layout/layout.logger_default.php +++ b/src/Layout/layout.logger_default.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/src/Layout/layout.logger_file.php b/src/Layout/layout.logger_file.php index 402c30c..917e374 100644 --- a/src/Layout/layout.logger_file.php +++ b/src/Layout/layout.logger_file.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/src/Layout/layout.tracyloggerpanel.php b/src/Layout/layout.tracyloggerpanel.php index 9d2986e..a766f82 100644 --- a/src/Layout/layout.tracyloggerpanel.php +++ b/src/Layout/layout.tracyloggerpanel.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/src/Layout/layout.tracyloggertab.php b/src/Layout/layout.tracyloggertab.php index 1d634ea..70d0aea 100644 --- a/src/Layout/layout.tracyloggertab.php +++ b/src/Layout/layout.tracyloggertab.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/autoload.php b/test/autoload.php index cc47550..e8db49d 100644 --- a/test/autoload.php +++ b/test/autoload.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/bootstrap.php b/test/bootstrap.php index 6b78b3e..77d12f3 100644 --- a/test/bootstrap.php +++ b/test/bootstrap.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/components/TestAddComponent/TestAddComponent.php b/test/components/TestAddComponent/TestAddComponent.php index 4e78388..2e4da46 100644 --- a/test/components/TestAddComponent/TestAddComponent.php +++ b/test/components/TestAddComponent/TestAddComponent.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/components/TestAddComponentDirectory/TestAddComponentDirectory.php b/test/components/TestAddComponentDirectory/TestAddComponentDirectory.php index 24e2c4e..888d60a 100644 --- a/test/components/TestAddComponentDirectory/TestAddComponentDirectory.php +++ b/test/components/TestAddComponentDirectory/TestAddComponentDirectory.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/components/TestAddComponentFail/TestAddComponentFail.php b/test/components/TestAddComponentFail/TestAddComponentFail.php index b36bea0..545c229 100644 --- a/test/components/TestAddComponentFail/TestAddComponentFail.php +++ b/test/components/TestAddComponentFail/TestAddComponentFail.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/config/TestAddConfigPath/config.testaddconfigpath.php b/test/config/TestAddConfigPath/config.testaddconfigpath.php index 759ed29..2a9b349 100644 --- a/test/config/TestAddConfigPath/config.testaddconfigpath.php +++ b/test/config/TestAddConfigPath/config.testaddconfigpath.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/config/TestLoadConfigIntercept/config.testloadconfigintercept.php b/test/config/TestLoadConfigIntercept/config.testloadconfigintercept.php index a32cc63..0457bd9 100644 --- a/test/config/TestLoadConfigIntercept/config.testloadconfigintercept.php +++ b/test/config/TestLoadConfigIntercept/config.testloadconfigintercept.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/config/TestLoadConfigOverride/config.testloadconfigoverride.php b/test/config/TestLoadConfigOverride/config.testloadconfigoverride.php index 6484bab..14b69fa 100644 --- a/test/config/TestLoadConfigOverride/config.testloadconfigoverride.php +++ b/test/config/TestLoadConfigOverride/config.testloadconfigoverride.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/config/TestSameConfigObject/config.testsameconfigobject.php b/test/config/TestSameConfigObject/config.testsameconfigobject.php index 759ed29..2a9b349 100644 --- a/test/config/TestSameConfigObject/config.testsameconfigobject.php +++ b/test/config/TestSameConfigObject/config.testsameconfigobject.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/core/abstract.coreTestAbstract.php b/test/core/abstract.coreTestAbstract.php index ebf926b..9500eb8 100644 --- a/test/core/abstract.coreTestAbstract.php +++ b/test/core/abstract.coreTestAbstract.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/core/core_configTest.php b/test/core/core_configTest.php index 34ca99a..f545c0f 100644 --- a/test/core/core_configTest.php +++ b/test/core/core_configTest.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/core/core_configuratorTest.php b/test/core/core_configuratorTest.php index 95556b3..054ffcd 100644 --- a/test/core/core_configuratorTest.php +++ b/test/core/core_configuratorTest.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/core/core_coreTest.php b/test/core/core_coreTest.php index 6805415..c617222 100644 --- a/test/core/core_coreTest.php +++ b/test/core/core_coreTest.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/core/core_eventPriorityTest.php b/test/core/core_eventPriorityTest.php index 468ab16..08b4f88 100644 --- a/test/core/core_eventPriorityTest.php +++ b/test/core/core_eventPriorityTest.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/core/core_eventTest.php b/test/core/core_eventTest.php index f109192..8d6cb16 100644 --- a/test/core/core_eventTest.php +++ b/test/core/core_eventTest.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/core/core_eventsTest.php b/test/core/core_eventsTest.php index 9b184f9..14ab509 100644 --- a/test/core/core_eventsTest.php +++ b/test/core/core_eventsTest.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/core/core_exceptionTest.php b/test/core/core_exceptionTest.php index dc9f10c..f09786c 100644 --- a/test/core/core_exceptionTest.php +++ b/test/core/core_exceptionTest.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/core/core_factoryTest.php b/test/core/core_factoryTest.php index 5721ddf..1dbd680 100644 --- a/test/core/core_factoryTest.php +++ b/test/core/core_factoryTest.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/core/core_helperTest.php b/test/core/core_helperTest.php index 411630c..74a70f8 100644 --- a/test/core/core_helperTest.php +++ b/test/core/core_helperTest.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/core/core_libraryTest.php b/test/core/core_libraryTest.php index ed522d8..9904f43 100644 --- a/test/core/core_libraryTest.php +++ b/test/core/core_libraryTest.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/core/core_loggerTest.php b/test/core/core_loggerTest.php index 92482a5..48a8b1c 100644 --- a/test/core/core_loggerTest.php +++ b/test/core/core_loggerTest.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/core/core_pluginsTest.php b/test/core/core_pluginsTest.php index f381698..627c1d6 100644 --- a/test/core/core_pluginsTest.php +++ b/test/core/core_pluginsTest.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/events/event_coreStartEventTest.php b/test/events/event_coreStartEventTest.php index 577c991..049a1cb 100644 --- a/test/events/event_coreStartEventTest.php +++ b/test/events/event_coreStartEventTest.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/events/event_pluginGetEventTest.php b/test/events/event_pluginGetEventTest.php index 2fed5e9..5f83729 100644 --- a/test/events/event_pluginGetEventTest.php +++ b/test/events/event_pluginGetEventTest.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/helpers/TestAddHelperPath/testAddHelperPath.php b/test/helpers/TestAddHelperPath/testAddHelperPath.php index bb04be1..7e216df 100644 --- a/test/helpers/TestAddHelperPath/testAddHelperPath.php +++ b/test/helpers/TestAddHelperPath/testAddHelperPath.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/helpers/TestCancelLoadHelper/testCancelLoadHelper.php b/test/helpers/TestCancelLoadHelper/testCancelLoadHelper.php index 4b6b7a9..cd65d15 100644 --- a/test/helpers/TestCancelLoadHelper/testCancelLoadHelper.php +++ b/test/helpers/TestCancelLoadHelper/testCancelLoadHelper.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/helpers/TestGetHelper/testGetHelper.php b/test/helpers/TestGetHelper/testGetHelper.php index 619fe1c..8df5e57 100644 --- a/test/helpers/TestGetHelper/testGetHelper.php +++ b/test/helpers/TestGetHelper/testGetHelper.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/helpers/TestLoadHelper/testLoadHelper.php b/test/helpers/TestLoadHelper/testLoadHelper.php index 6de958d..5f50b7b 100644 --- a/test/helpers/TestLoadHelper/testLoadHelper.php +++ b/test/helpers/TestLoadHelper/testLoadHelper.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/helpers/TestReloadHelper/testReloadHelper.php b/test/helpers/TestReloadHelper/testReloadHelper.php index 4c84151..24e318e 100644 --- a/test/helpers/TestReloadHelper/testReloadHelper.php +++ b/test/helpers/TestReloadHelper/testReloadHelper.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/helpers/testLoadHelperWithoutSubdirectory.php b/test/helpers/testLoadHelperWithoutSubdirectory.php index 354d044..7aeefbd 100644 --- a/test/helpers/testLoadHelperWithoutSubdirectory.php +++ b/test/helpers/testLoadHelperWithoutSubdirectory.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/libraries/TestAddLibraryClass/TestAddLibraryClass.php b/test/libraries/TestAddLibraryClass/TestAddLibraryClass.php index 622e7f2..9df47aa 100644 --- a/test/libraries/TestAddLibraryClass/TestAddLibraryClass.php +++ b/test/libraries/TestAddLibraryClass/TestAddLibraryClass.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/libraries/TestAddLibraryPath/TestAddLibraryPath.php b/test/libraries/TestAddLibraryPath/TestAddLibraryPath.php index 6be543b..2fe557f 100644 --- a/test/libraries/TestAddLibraryPath/TestAddLibraryPath.php +++ b/test/libraries/TestAddLibraryPath/TestAddLibraryPath.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/libraries/TestGetLibraryFromAltDirectory/TestGetLibraryFromAltDirectory.php b/test/libraries/TestGetLibraryFromAltDirectory/TestGetLibraryFromAltDirectory.php index 2bad273..c3b58e2 100644 --- a/test/libraries/TestGetLibraryFromAltDirectory/TestGetLibraryFromAltDirectory.php +++ b/test/libraries/TestGetLibraryFromAltDirectory/TestGetLibraryFromAltDirectory.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/libraries/TestGetLibraryFromDirectory/TestGetLibraryFromDirectory.php b/test/libraries/TestGetLibraryFromDirectory/TestGetLibraryFromDirectory.php index 941f03a..4a3d3ed 100644 --- a/test/libraries/TestGetLibraryFromDirectory/TestGetLibraryFromDirectory.php +++ b/test/libraries/TestGetLibraryFromDirectory/TestGetLibraryFromDirectory.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/libraries/TestGetLibraryFromSubdirectory/TestGetLibraryFromSubdirectory/TestGetLibraryFromSubdirectory.php b/test/libraries/TestGetLibraryFromSubdirectory/TestGetLibraryFromSubdirectory/TestGetLibraryFromSubdirectory.php index 845b408..8b7bf93 100644 --- a/test/libraries/TestGetLibraryFromSubdirectory/TestGetLibraryFromSubdirectory/TestGetLibraryFromSubdirectory.php +++ b/test/libraries/TestGetLibraryFromSubdirectory/TestGetLibraryFromSubdirectory/TestGetLibraryFromSubdirectory.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/libraries/TestGetLibraryNoClass/TestGetLibraryNoClass.php b/test/libraries/TestGetLibraryNoClass/TestGetLibraryNoClass.php index 0cefb62..cffe2b9 100644 --- a/test/libraries/TestGetLibraryNoClass/TestGetLibraryNoClass.php +++ b/test/libraries/TestGetLibraryNoClass/TestGetLibraryNoClass.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/libraries/TestGetLibraryParametersFromConfig/TestGetLibraryParametersFromConfig.php b/test/libraries/TestGetLibraryParametersFromConfig/TestGetLibraryParametersFromConfig.php index 71f44eb..4e81d56 100644 --- a/test/libraries/TestGetLibraryParametersFromConfig/TestGetLibraryParametersFromConfig.php +++ b/test/libraries/TestGetLibraryParametersFromConfig/TestGetLibraryParametersFromConfig.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/libraries/TestGetLibraryParametersFromConfig/config.testgetlibraryparametersfromconfig.php b/test/libraries/TestGetLibraryParametersFromConfig/config.testgetlibraryparametersfromconfig.php index 2195420..2fdf381 100644 --- a/test/libraries/TestGetLibraryParametersFromConfig/config.testgetlibraryparametersfromconfig.php +++ b/test/libraries/TestGetLibraryParametersFromConfig/config.testgetlibraryparametersfromconfig.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/mocks/autoloader.php b/test/mocks/autoloader.php index 1910363..8ffc3c5 100644 --- a/test/mocks/autoloader.php +++ b/test/mocks/autoloader.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/plugins/TestAddPluginPath/ActualPlugin/ActualPlugin.php b/test/plugins/TestAddPluginPath/ActualPlugin/ActualPlugin.php index 5b85307..4df6da7 100644 --- a/test/plugins/TestAddPluginPath/ActualPlugin/ActualPlugin.php +++ b/test/plugins/TestAddPluginPath/ActualPlugin/ActualPlugin.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/plugins/TestAddPluginPath/ActualPlugin/header.php b/test/plugins/TestAddPluginPath/ActualPlugin/header.php index 52b76bb..3f2b61c 100644 --- a/test/plugins/TestAddPluginPath/ActualPlugin/header.php +++ b/test/plugins/TestAddPluginPath/ActualPlugin/header.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/plugins/TestDisabledPlugin/TestInvalidClass.php b/test/plugins/TestDisabledPlugin/TestInvalidClass.php index 71ff659..ecd8ab2 100644 --- a/test/plugins/TestDisabledPlugin/TestInvalidClass.php +++ b/test/plugins/TestDisabledPlugin/TestInvalidClass.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/plugins/TestDisabledPlugin/header.php b/test/plugins/TestDisabledPlugin/header.php index 9f93719..f56bfc1 100644 --- a/test/plugins/TestDisabledPlugin/header.php +++ b/test/plugins/TestDisabledPlugin/header.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/plugins/TestGetPluginMethod/header.php b/test/plugins/TestGetPluginMethod/header.php index 0d87e28..d4aa706 100644 --- a/test/plugins/TestGetPluginMethod/header.php +++ b/test/plugins/TestGetPluginMethod/header.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/plugins/TestGetPluginWithClassFile/OtherPlugFile.php b/test/plugins/TestGetPluginWithClassFile/OtherPlugFile.php index 0c0b247..a15a806 100644 --- a/test/plugins/TestGetPluginWithClassFile/OtherPlugFile.php +++ b/test/plugins/TestGetPluginWithClassFile/OtherPlugFile.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/plugins/TestGetPluginWithClassFile/header.php b/test/plugins/TestGetPluginWithClassFile/header.php index c2a26cd..6b4dbee 100644 --- a/test/plugins/TestGetPluginWithClassFile/header.php +++ b/test/plugins/TestGetPluginWithClassFile/header.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/plugins/TestInvalidClass/TestInvalidClass.php b/test/plugins/TestInvalidClass/TestInvalidClass.php index c7a3808..ce0125a 100644 --- a/test/plugins/TestInvalidClass/TestInvalidClass.php +++ b/test/plugins/TestInvalidClass/TestInvalidClass.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/plugins/TestInvalidClass/header.php b/test/plugins/TestInvalidClass/header.php index 9d6ab71..613dad2 100644 --- a/test/plugins/TestInvalidClass/header.php +++ b/test/plugins/TestInvalidClass/header.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/plugins/TestLoadHeader/loadHeader/Plug.php b/test/plugins/TestLoadHeader/loadHeader/Plug.php index e8938c4..22d2109 100644 --- a/test/plugins/TestLoadHeader/loadHeader/Plug.php +++ b/test/plugins/TestLoadHeader/loadHeader/Plug.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/plugins/TestLoadHeader/loadHeader/header.php b/test/plugins/TestLoadHeader/loadHeader/header.php index 30ea95e..c009c19 100644 --- a/test/plugins/TestLoadHeader/loadHeader/header.php +++ b/test/plugins/TestLoadHeader/loadHeader/header.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/plugins/TestLoadHeaderNotIPluginHeader/TestLoadPlugin.php b/test/plugins/TestLoadHeaderNotIPluginHeader/TestLoadPlugin.php index c12944f..c35872a 100644 --- a/test/plugins/TestLoadHeaderNotIPluginHeader/TestLoadPlugin.php +++ b/test/plugins/TestLoadHeaderNotIPluginHeader/TestLoadPlugin.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/plugins/TestLoadHeaderNotIPluginHeader/header.php b/test/plugins/TestLoadHeaderNotIPluginHeader/header.php index ed8ec26..37dd24f 100644 --- a/test/plugins/TestLoadHeaderNotIPluginHeader/header.php +++ b/test/plugins/TestLoadHeaderNotIPluginHeader/header.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/plugins/TestLoadPlugin/TestLoadPlugin.php b/test/plugins/TestLoadPlugin/TestLoadPlugin.php index c12944f..c35872a 100644 --- a/test/plugins/TestLoadPlugin/TestLoadPlugin.php +++ b/test/plugins/TestLoadPlugin/TestLoadPlugin.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/plugins/TestLoadPlugin/header.php b/test/plugins/TestLoadPlugin/header.php index 879f5fe..316496b 100644 --- a/test/plugins/TestLoadPlugin/header.php +++ b/test/plugins/TestLoadPlugin/header.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/plugins/TestMissingHeader/TestMissingHeader.php b/test/plugins/TestMissingHeader/TestMissingHeader.php index 0635577..eed6e08 100644 --- a/test/plugins/TestMissingHeader/TestMissingHeader.php +++ b/test/plugins/TestMissingHeader/TestMissingHeader.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/plugins/TestMissingPlugin/header.php b/test/plugins/TestMissingPlugin/header.php index 6c840b5..1b00bd5 100644 --- a/test/plugins/TestMissingPlugin/header.php +++ b/test/plugins/TestMissingPlugin/header.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/plugins/TestReloadPlugin/TestReloadPlugin.php b/test/plugins/TestReloadPlugin/TestReloadPlugin.php index f44abf1..eb5aa3e 100644 --- a/test/plugins/TestReloadPlugin/TestReloadPlugin.php +++ b/test/plugins/TestReloadPlugin/TestReloadPlugin.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks diff --git a/test/plugins/TestReloadPlugin/header.php b/test/plugins/TestReloadPlugin/header.php index 16bf9e5..54d64af 100644 --- a/test/plugins/TestReloadPlugin/header.php +++ b/test/plugins/TestReloadPlugin/header.php @@ -4,7 +4,7 @@ * * The FuzeWorks PHP FrameWork * - * Copyright (C) 2013-2018 TechFuze + * Copyright (C) 2013-2019 TechFuze * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ * SOFTWARE. * * @author TechFuze - * @copyright Copyright (c) 2013 - 2018, TechFuze. (http://techfuze.net) + * @copyright Copyright (c) 2013 - 2019, TechFuze. (http://techfuze.net) * @license https://opensource.org/licenses/MIT MIT License * * @link http://techfuze.net/fuzeworks