From 5f279c7d7d2bf6f8fa6e84b5229f896fe27cd288 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 20 Jul 2017 18:12:29 +0200 Subject: [PATCH] Remove @author docblock --- Admin/Activate.php | 2 -- Admin/Deactivate.php | 2 -- Admin/Install/Navigation.php | 2 -- Admin/Installer.php | 2 -- Admin/Uninstall.php | 2 -- Admin/Update.php | 2 -- Controller.php | 9 -------- Models/NullTask.php | 2 -- Models/NullTaskElement.php | 2 -- Models/Task.php | 27 ----------------------- Models/TaskElement.php | 18 --------------- Models/TaskElementMapper.php | 3 --- Models/TaskMapper.php | 3 --- Models/TaskPriority.php | 2 -- Models/TaskStatus.php | 2 -- Models/TaskTemplate.php | 2 -- Models/TaskType.php | 2 -- Models/TaskVisibility.php | 2 -- Theme/Backend/Lang/Navigation.en.lang.php | 1 - Theme/Backend/Lang/en.lang.php | 1 - Theme/Backend/dashboard-task.tpl.php | 1 - Theme/Backend/task-analysis.tpl.php | 1 - Theme/Backend/task-create.tpl.php | 1 - Theme/Backend/task-dashboard.tpl.php | 1 - Theme/Backend/task-single.tpl.php | 1 - 25 files changed, 93 deletions(-) diff --git a/Admin/Activate.php b/Admin/Activate.php index 22a542a..ee5b304 100644 --- a/Admin/Activate.php +++ b/Admin/Activate.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -26,7 +25,6 @@ use phpOMS\Module\InfoManager; * @category Modules * @package Modules\Admin * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Admin/Deactivate.php b/Admin/Deactivate.php index f77c894..452b688 100644 --- a/Admin/Deactivate.php +++ b/Admin/Deactivate.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -26,7 +25,6 @@ use phpOMS\Module\InfoManager; * @category Modules * @package Modules\Admin * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 4b7ddeb..2b33cce 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -23,7 +22,6 @@ use phpOMS\DataStorage\Database\DatabasePool; * @category Modules * @package Modules\Admin * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Admin/Installer.php b/Admin/Installer.php index 78ace61..e03d749 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -27,7 +26,6 @@ use phpOMS\Module\InstallerAbstract; * @category Modules * @package Modules\Tasks * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Admin/Uninstall.php b/Admin/Uninstall.php index 73a9a31..d6acd49 100644 --- a/Admin/Uninstall.php +++ b/Admin/Uninstall.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -27,7 +26,6 @@ use phpOMS\Module\UninstallAbstract; * @category Modules * @package Modules\Admin * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Admin/Update.php b/Admin/Update.php index c8c7527..5882442 100644 --- a/Admin/Update.php +++ b/Admin/Update.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -27,7 +26,6 @@ use phpOMS\System\File\Directory; * @category Modules * @package Modules\Admin * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Controller.php b/Controller.php index 8ade5af..d192fbd 100644 --- a/Controller.php +++ b/Controller.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -38,7 +37,6 @@ use phpOMS\Views\View; * @category Modules * @package Modules\Tasks * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -97,7 +95,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return \Serializable * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewTaskDashboard(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -119,7 +116,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return \Serializable * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewDashboard(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -141,7 +137,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return \Serializable * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewTaskView(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -163,7 +158,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return \Serializable * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewTaskCreate(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -185,7 +179,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return \Serializable * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewTaskAnalysis(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -224,7 +217,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return \Serializable * * @since 1.0.0 - * @author Dennis Eichhorn */ public function apiTaskCreate(RequestAbstract $request, ResponseAbstract $response, $data = null) { @@ -286,7 +278,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return \Serializable * * @since 1.0.0 - * @author Dennis Eichhorn */ public function apiTaskElementCreate(RequestAbstract $request, ResponseAbstract $response, $data = null) { diff --git a/Models/NullTask.php b/Models/NullTask.php index 774d56e..f64f845 100644 --- a/Models/NullTask.php +++ b/Models/NullTask.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,7 +23,6 @@ namespace Modules\Tasks\Models; * @category Modules * @package Framework * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/NullTaskElement.php b/Models/NullTaskElement.php index 33e98d2..13c5591 100644 --- a/Models/NullTaskElement.php +++ b/Models/NullTaskElement.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,7 +23,6 @@ namespace Modules\Tasks\Models; * @category Modules * @package Framework * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/Task.php b/Models/Task.php index 8e2db8e..32f004c 100644 --- a/Models/Task.php +++ b/Models/Task.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,7 +23,6 @@ use phpOMS\Datatypes\Exception\InvalidEnumValue; * @category Tasks * @package Modules * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -128,7 +126,6 @@ class Task implements \JsonSerializable * Constructor. * * @since 1.0.0 - * @author Dennis Eichhorn */ public function __construct() { @@ -146,7 +143,6 @@ class Task implements \JsonSerializable * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function addElement(TaskElement $element) : int { @@ -163,7 +159,6 @@ class Task implements \JsonSerializable * @return \DateTime * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getCreatedAt() : \DateTime { @@ -174,7 +169,6 @@ class Task implements \JsonSerializable * @param \DateTime $created * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setCreatedAt(\DateTime $created) { @@ -185,7 +179,6 @@ class Task implements \JsonSerializable * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getCreatedBy() : int { @@ -196,7 +189,6 @@ class Task implements \JsonSerializable * @param int $id * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setCreatedBy(int $id) { @@ -208,7 +200,6 @@ class Task implements \JsonSerializable * @return string * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getDescription() : string { @@ -219,7 +210,6 @@ class Task implements \JsonSerializable * @param string $description * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setDescription(string $description) { @@ -230,7 +220,6 @@ class Task implements \JsonSerializable * @return \DateTime * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getDone() : \DateTime { @@ -241,7 +230,6 @@ class Task implements \JsonSerializable * @param \DateTime $done * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setDone(\DateTime $done) { @@ -252,7 +240,6 @@ class Task implements \JsonSerializable * @return \DateTime * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getDue() : \DateTime { @@ -263,7 +250,6 @@ class Task implements \JsonSerializable * @param \DateTime $due * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setDue(\DateTime $due) { @@ -274,7 +260,6 @@ class Task implements \JsonSerializable * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getId() : int { @@ -285,7 +270,6 @@ class Task implements \JsonSerializable * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getStatus() : int { @@ -298,7 +282,6 @@ class Task implements \JsonSerializable * @throws InvalidEnumValue * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setStatus(int $status) { @@ -313,7 +296,6 @@ class Task implements \JsonSerializable * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getPriority() : int { @@ -326,7 +308,6 @@ class Task implements \JsonSerializable * @throws InvalidEnumValue * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setPriority(int $priority) { @@ -341,7 +322,6 @@ class Task implements \JsonSerializable * @return string * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getTitle() : string { @@ -352,7 +332,6 @@ class Task implements \JsonSerializable * @param string $title * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setTitle(string $title) { @@ -367,7 +346,6 @@ class Task implements \JsonSerializable * @return bool * * @since 1.0.0 - * @author Dennis Eichhorn */ public function removeElement($id) : bool { @@ -386,7 +364,6 @@ class Task implements \JsonSerializable * @return TaskElement[] * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getTaskElements() : array { @@ -401,7 +378,6 @@ class Task implements \JsonSerializable * @return TaskElement * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getTaskElement(int $id) : TaskElement { @@ -414,7 +390,6 @@ class Task implements \JsonSerializable * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getType() : int { @@ -429,7 +404,6 @@ class Task implements \JsonSerializable * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setType(int $type = TaskType::SINGLE) { @@ -442,7 +416,6 @@ class Task implements \JsonSerializable * @return Schedule * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getSchedule() : Schedule { return $this->schedule; diff --git a/Models/TaskElement.php b/Models/TaskElement.php index fc5586f..3e2a3a0 100644 --- a/Models/TaskElement.php +++ b/Models/TaskElement.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -23,7 +22,6 @@ use phpOMS\Datatypes\Exception\InvalidEnumValue; * @category Modules * @package Framework * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -101,7 +99,6 @@ class TaskElement implements \JsonSerializable * Constructor. * * @since 1.0.0 - * @author Dennis Eichhorn */ public function __construct() { @@ -114,7 +111,6 @@ class TaskElement implements \JsonSerializable * @return \DateTime * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getCreatedAt() : \DateTime { @@ -127,7 +123,6 @@ class TaskElement implements \JsonSerializable * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setCreatedAt(\DateTime $created) { @@ -138,7 +133,6 @@ class TaskElement implements \JsonSerializable * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getCreatedBy() : int { @@ -151,7 +145,6 @@ class TaskElement implements \JsonSerializable * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setCreatedBy(int $creator) { @@ -166,7 +159,6 @@ class TaskElement implements \JsonSerializable * @return string * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getDescription() : string { @@ -179,7 +171,6 @@ class TaskElement implements \JsonSerializable * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setDescription(string $description) { @@ -190,7 +181,6 @@ class TaskElement implements \JsonSerializable * @return \DateTime * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getDue() : \DateTime { @@ -203,7 +193,6 @@ class TaskElement implements \JsonSerializable * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setDue(\DateTime $due) { @@ -214,7 +203,6 @@ class TaskElement implements \JsonSerializable * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getForwarded() : int { @@ -227,7 +215,6 @@ class TaskElement implements \JsonSerializable * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setForwarded(int $forwarded) { @@ -238,7 +225,6 @@ class TaskElement implements \JsonSerializable * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getId() : int { @@ -249,7 +235,6 @@ class TaskElement implements \JsonSerializable * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getStatus() : int { @@ -264,7 +249,6 @@ class TaskElement implements \JsonSerializable * @throws InvalidEnumValue * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setStatus(int $status) { @@ -279,7 +263,6 @@ class TaskElement implements \JsonSerializable * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getTask() : int { @@ -292,7 +275,6 @@ class TaskElement implements \JsonSerializable * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setTask(int $task) { diff --git a/Models/TaskElementMapper.php b/Models/TaskElementMapper.php index 18dcb90..b09bacf 100644 --- a/Models/TaskElementMapper.php +++ b/Models/TaskElementMapper.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -26,7 +25,6 @@ use phpOMS\DataStorage\Database\RelationType; * @category Tasks * @package Modules * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -99,7 +97,6 @@ class TaskElementMapper extends DataMapperAbstract * @return mixed * * @since 1.0.0 - * @author Dennis Eichhorn */ public static function create($obj, int $relations = RelationType::ALL) { diff --git a/Models/TaskMapper.php b/Models/TaskMapper.php index f184aef..798a08c 100644 --- a/Models/TaskMapper.php +++ b/Models/TaskMapper.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -30,7 +29,6 @@ use phpOMS\DataStorage\Database\RelationType; * @category Tasks * @package Modules * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -125,7 +123,6 @@ class TaskMapper extends DataMapperAbstract * @return mixed * * @since 1.0.0 - * @author Dennis Eichhorn */ public static function create($obj, int $relations = RelationType::ALL) { diff --git a/Models/TaskPriority.php b/Models/TaskPriority.php index 2e10def..e172393 100644 --- a/Models/TaskPriority.php +++ b/Models/TaskPriority.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,7 +23,6 @@ use phpOMS\Datatypes\Enum; * @category Tasks * @package Modules * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/TaskStatus.php b/Models/TaskStatus.php index e11dadd..16ce831 100644 --- a/Models/TaskStatus.php +++ b/Models/TaskStatus.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,7 +23,6 @@ use phpOMS\Datatypes\Enum; * @category Tasks * @package Modules * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/TaskTemplate.php b/Models/TaskTemplate.php index 812128f..e61e3e3 100644 --- a/Models/TaskTemplate.php +++ b/Models/TaskTemplate.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +21,6 @@ namespace Modules\Tasks\Models; * @category Modules * @package Tasks * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/TaskType.php b/Models/TaskType.php index c4f0e16..59ac672 100644 --- a/Models/TaskType.php +++ b/Models/TaskType.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,7 +23,6 @@ use phpOMS\Datatypes\Enum; * @category Tasks * @package Modules * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/TaskVisibility.php b/Models/TaskVisibility.php index dbbcd54..53b1ebc 100644 --- a/Models/TaskVisibility.php +++ b/Models/TaskVisibility.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,7 +23,6 @@ use phpOMS\Datatypes\Enum; * @category Tasks * @package Modules * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 1c2d179..937dca8 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index bbf2ff4..e3b2c9e 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/dashboard-task.tpl.php b/Theme/Backend/dashboard-task.tpl.php index 6f5e5b9..70699a3 100644 --- a/Theme/Backend/dashboard-task.tpl.php +++ b/Theme/Backend/dashboard-task.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/task-analysis.tpl.php b/Theme/Backend/task-analysis.tpl.php index 6777ad5..58daeca 100644 --- a/Theme/Backend/task-analysis.tpl.php +++ b/Theme/Backend/task-analysis.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/task-create.tpl.php b/Theme/Backend/task-create.tpl.php index 8994d47..fc39f3c 100644 --- a/Theme/Backend/task-create.tpl.php +++ b/Theme/Backend/task-create.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/task-dashboard.tpl.php b/Theme/Backend/task-dashboard.tpl.php index 557d8c9..964a852 100644 --- a/Theme/Backend/task-dashboard.tpl.php +++ b/Theme/Backend/task-dashboard.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/task-single.tpl.php b/Theme/Backend/task-single.tpl.php index 411bc71..1fb715d 100644 --- a/Theme/Backend/task-single.tpl.php +++ b/Theme/Backend/task-single.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0