From 7fb00b9d4ed49a96969505c4c797fbcc85c5e824 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/Department.php | 2 +- Models/DepartmentMapper.php | 2 +- Models/Position.php | 2 +- Models/PositionMapper.php | 2 +- Models/Unit.php | 2 +- Models/UnitMapper.php | 2 +- Theme/Backend/Lang/Navigation.en.lang.php | 2 +- Theme/Backend/Lang/en.lang.php | 2 +- Theme/Backend/department-create.tpl.php | 2 +- Theme/Backend/department-list.tpl.php | 2 +- Theme/Backend/department-profile.php | 2 +- Theme/Backend/position-create.tpl.php | 2 +- Theme/Backend/position-list.tpl.php | 2 +- Theme/Backend/position-profile.tpl.php | 2 +- Theme/Backend/unit-create.tpl.php | 2 +- Theme/Backend/unit-list.tpl.php | 2 +- Theme/Backend/unit-profile.tpl.php | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/Admin/Activate.php b/Admin/Activate.php index c2c3ab0..2801a4a 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 4e109c2..b4f15c9 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 53a7305..2af2b7f 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 70432ef..9128126 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 3480584..0bc9744 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 c310c15..71efe00 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 78cddd4..88dea2c 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/Department.php b/Models/Department.php index 1cdcf2d..65ee077 100644 --- a/Models/Department.php +++ b/Models/Department.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/DepartmentMapper.php b/Models/DepartmentMapper.php index 25bd3d0..e2467bb 100644 --- a/Models/DepartmentMapper.php +++ b/Models/DepartmentMapper.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/Position.php b/Models/Position.php index a37f649..03cb38c 100644 --- a/Models/Position.php +++ b/Models/Position.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/PositionMapper.php b/Models/PositionMapper.php index df6ee5a..00b33f1 100644 --- a/Models/PositionMapper.php +++ b/Models/PositionMapper.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/Unit.php b/Models/Unit.php index 6fe6f18..a7ff133 100644 --- a/Models/Unit.php +++ b/Models/Unit.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/UnitMapper.php b/Models/UnitMapper.php index f7148c7..d621f87 100644 --- a/Models/UnitMapper.php +++ b/Models/UnitMapper.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 90617f7..2a6f97c 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 253169f..eaf0b78 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/department-create.tpl.php b/Theme/Backend/department-create.tpl.php index 63da223..a91b2db 100644 --- a/Theme/Backend/department-create.tpl.php +++ b/Theme/Backend/department-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/department-list.tpl.php b/Theme/Backend/department-list.tpl.php index 0ec3185..cdd234b 100644 --- a/Theme/Backend/department-list.tpl.php +++ b/Theme/Backend/department-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/department-profile.php b/Theme/Backend/department-profile.php index c31dfa7..07f033d 100644 --- a/Theme/Backend/department-profile.php +++ b/Theme/Backend/department-profile.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/position-create.tpl.php b/Theme/Backend/position-create.tpl.php index 20bcbf7..cf9a9c3 100644 --- a/Theme/Backend/position-create.tpl.php +++ b/Theme/Backend/position-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/position-list.tpl.php b/Theme/Backend/position-list.tpl.php index 135dec5..e50156a 100644 --- a/Theme/Backend/position-list.tpl.php +++ b/Theme/Backend/position-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/position-profile.tpl.php b/Theme/Backend/position-profile.tpl.php index d5d680f..9f9f395 100644 --- a/Theme/Backend/position-profile.tpl.php +++ b/Theme/Backend/position-profile.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/unit-create.tpl.php b/Theme/Backend/unit-create.tpl.php index bc5658f..ab6af51 100644 --- a/Theme/Backend/unit-create.tpl.php +++ b/Theme/Backend/unit-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/unit-list.tpl.php b/Theme/Backend/unit-list.tpl.php index b824f30..45f3b7c 100644 --- a/Theme/Backend/unit-list.tpl.php +++ b/Theme/Backend/unit-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/unit-profile.tpl.php b/Theme/Backend/unit-profile.tpl.php index 48af8db..fc9a7df 100644 --- a/Theme/Backend/unit-profile.tpl.php +++ b/Theme/Backend/unit-profile.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