From 5f4f073b29481725e304e89a8de41ec5450ebd72 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 26 Jan 2017 16:32:45 +0100 Subject: [PATCH] Adjusting copyright --- 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 | 2 +- Models/Issue.php | 2 +- Models/Message.php | 2 +- Models/SupportStatus.php | 2 +- Models/Ticket.php | 2 +- Models/TicketMapper.php | 2 +- Theme/Backend/Lang/Navigation.en.lang.php | 2 +- Theme/Backend/Lang/en.lang.php | 2 +- Theme/Backend/support-list.tpl.php | 2 +- Theme/Backend/ticket-create.tpl.php | 2 +- Theme/backend/Lang/Navigation.en.lang.php | 2 +- Theme/backend/Lang/en.lang.php | 2 +- Theme/backend/support-list.tpl.php | 2 +- Theme/backend/ticket-create.tpl.php | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Admin/Activate.php b/Admin/Activate.php index 557e3f5..edee21a 100644 --- a/Admin/Activate.php +++ b/Admin/Activate.php @@ -8,7 +8,7 @@ * @package TBD * @author OMS Development Team * @author Dennis Eichhorn - * @copyright 2013 Dennis Eichhorn + * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com diff --git a/Admin/Deactivate.php b/Admin/Deactivate.php index 74de2c4..6e084da 100644 --- a/Admin/Deactivate.php +++ b/Admin/Deactivate.php @@ -8,7 +8,7 @@ * @package TBD * @author OMS Development Team * @author Dennis Eichhorn - * @copyright 2013 Dennis Eichhorn + * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index e58281c..773390f 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -8,7 +8,7 @@ * @package TBD * @author OMS Development Team * @author Dennis Eichhorn - * @copyright 2013 Dennis Eichhorn + * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com diff --git a/Admin/Installer.php b/Admin/Installer.php index c989c18..c409a87 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -8,7 +8,7 @@ * @package TBD * @author OMS Development Team * @author Dennis Eichhorn - * @copyright 2013 Dennis Eichhorn + * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com diff --git a/Admin/Uninstall.php b/Admin/Uninstall.php index 4e1484e..bfd8304 100644 --- a/Admin/Uninstall.php +++ b/Admin/Uninstall.php @@ -8,7 +8,7 @@ * @package TBD * @author OMS Development Team * @author Dennis Eichhorn - * @copyright 2013 Dennis Eichhorn + * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com diff --git a/Admin/Update.php b/Admin/Update.php index 64f3a64..0b64ed2 100644 --- a/Admin/Update.php +++ b/Admin/Update.php @@ -8,7 +8,7 @@ * @package TBD * @author OMS Development Team * @author Dennis Eichhorn - * @copyright 2013 Dennis Eichhorn + * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com diff --git a/Controller.php b/Controller.php index 447ee64..6d49859 100644 --- a/Controller.php +++ b/Controller.php @@ -8,7 +8,7 @@ * @package TBD * @author OMS Development Team * @author Dennis Eichhorn - * @copyright 2013 Dennis Eichhorn + * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com diff --git a/Models/Issue.php b/Models/Issue.php index 272299b..d38b3c4 100644 --- a/Models/Issue.php +++ b/Models/Issue.php @@ -8,7 +8,7 @@ * @package TBD * @author OMS Development Team * @author Dennis Eichhorn - * @copyright 2013 Dennis Eichhorn + * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com diff --git a/Models/Message.php b/Models/Message.php index 671fb0d..c40633c 100644 --- a/Models/Message.php +++ b/Models/Message.php @@ -8,7 +8,7 @@ * @package TBD * @author OMS Development Team * @author Dennis Eichhorn - * @copyright 2013 Dennis Eichhorn + * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com diff --git a/Models/SupportStatus.php b/Models/SupportStatus.php index a3fff1c..102b05f 100644 --- a/Models/SupportStatus.php +++ b/Models/SupportStatus.php @@ -8,7 +8,7 @@ * @package TBD * @author OMS Development Team * @author Dennis Eichhorn - * @copyright 2013 Dennis Eichhorn + * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com diff --git a/Models/Ticket.php b/Models/Ticket.php index 1525d1b..02bf6be 100644 --- a/Models/Ticket.php +++ b/Models/Ticket.php @@ -8,7 +8,7 @@ * @package TBD * @author OMS Development Team * @author Dennis Eichhorn - * @copyright 2013 Dennis Eichhorn + * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com diff --git a/Models/TicketMapper.php b/Models/TicketMapper.php index 16a5fce..ab53d79 100644 --- a/Models/TicketMapper.php +++ b/Models/TicketMapper.php @@ -8,7 +8,7 @@ * @package TBD * @author OMS Development Team * @author Dennis Eichhorn - * @copyright 2013 Dennis Eichhorn + * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 1eade6a..1e0a84d 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -8,7 +8,7 @@ * @package TBD * @author OMS Development Team * @author Dennis Eichhorn - * @copyright 2013 Dennis Eichhorn + * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 03eaf4a..0d6aa81 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -8,7 +8,7 @@ * @package TBD * @author OMS Development Team * @author Dennis Eichhorn - * @copyright 2013 Dennis Eichhorn + * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com diff --git a/Theme/Backend/support-list.tpl.php b/Theme/Backend/support-list.tpl.php index e9719e8..1df7e2a 100644 --- a/Theme/Backend/support-list.tpl.php +++ b/Theme/Backend/support-list.tpl.php @@ -8,7 +8,7 @@ * @package TBD * @author OMS Development Team * @author Dennis Eichhorn - * @copyright 2013 Dennis Eichhorn + * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com diff --git a/Theme/Backend/ticket-create.tpl.php b/Theme/Backend/ticket-create.tpl.php index 92802a6..ad12561 100644 --- a/Theme/Backend/ticket-create.tpl.php +++ b/Theme/Backend/ticket-create.tpl.php @@ -8,7 +8,7 @@ * @package TBD * @author OMS Development Team * @author Dennis Eichhorn - * @copyright 2013 Dennis Eichhorn + * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com diff --git a/Theme/backend/Lang/Navigation.en.lang.php b/Theme/backend/Lang/Navigation.en.lang.php index 1eade6a..1e0a84d 100644 --- a/Theme/backend/Lang/Navigation.en.lang.php +++ b/Theme/backend/Lang/Navigation.en.lang.php @@ -8,7 +8,7 @@ * @package TBD * @author OMS Development Team * @author Dennis Eichhorn - * @copyright 2013 Dennis Eichhorn + * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com diff --git a/Theme/backend/Lang/en.lang.php b/Theme/backend/Lang/en.lang.php index 03eaf4a..0d6aa81 100644 --- a/Theme/backend/Lang/en.lang.php +++ b/Theme/backend/Lang/en.lang.php @@ -8,7 +8,7 @@ * @package TBD * @author OMS Development Team * @author Dennis Eichhorn - * @copyright 2013 Dennis Eichhorn + * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com diff --git a/Theme/backend/support-list.tpl.php b/Theme/backend/support-list.tpl.php index e9719e8..1df7e2a 100644 --- a/Theme/backend/support-list.tpl.php +++ b/Theme/backend/support-list.tpl.php @@ -8,7 +8,7 @@ * @package TBD * @author OMS Development Team * @author Dennis Eichhorn - * @copyright 2013 Dennis Eichhorn + * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com diff --git a/Theme/backend/ticket-create.tpl.php b/Theme/backend/ticket-create.tpl.php index 92802a6..ad12561 100644 --- a/Theme/backend/ticket-create.tpl.php +++ b/Theme/backend/ticket-create.tpl.php @@ -8,7 +8,7 @@ * @package TBD * @author OMS Development Team * @author Dennis Eichhorn - * @copyright 2013 Dennis Eichhorn + * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com