From 33f9fddfd33a79160c419a708b964a7cb924c582 Mon Sep 17 00:00:00 2001 From: iCodr8 Date: Fri, 20 Feb 2015 21:30:46 +0100 Subject: [PATCH] updated copyright descriptions --- system/modules/sortwizard/assets/css/sortwizard.css | 2 +- system/modules/sortwizard/assets/js/sortwizard.js | 2 +- system/modules/sortwizard/config/config.php | 2 +- system/modules/sortwizard/languages/de/default.php | 2 +- system/modules/sortwizard/languages/en/default.php | 2 +- system/modules/sortwizard/widgets/SortWizard.php | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/system/modules/sortwizard/assets/css/sortwizard.css b/system/modules/sortwizard/assets/css/sortwizard.css index 4119c5b..efe1d10 100755 --- a/system/modules/sortwizard/assets/css/sortwizard.css +++ b/system/modules/sortwizard/assets/css/sortwizard.css @@ -5,7 +5,7 @@ * Copyright (C) 2005-2014 Leo Feyer * * @package SortWizard - * @author Daniel Kiesel + * @author Daniel Kiesel * @license LGPL * @copyright Daniel Kiesel 2012-2014 */ diff --git a/system/modules/sortwizard/assets/js/sortwizard.js b/system/modules/sortwizard/assets/js/sortwizard.js index 57d483f..8bf0ddf 100755 --- a/system/modules/sortwizard/assets/js/sortwizard.js +++ b/system/modules/sortwizard/assets/js/sortwizard.js @@ -5,7 +5,7 @@ * Copyright (C) 2005-2014 Leo Feyer * * @package SortWizard - * @author Daniel Kiesel + * @author Daniel Kiesel * @license LGPL * @copyright Daniel Kiesel 2012-2014 */ diff --git a/system/modules/sortwizard/config/config.php b/system/modules/sortwizard/config/config.php index 336573b..507ea10 100755 --- a/system/modules/sortwizard/config/config.php +++ b/system/modules/sortwizard/config/config.php @@ -22,7 +22,7 @@ * * PHP version 5 * @copyright Daniel Kiesel 2012-2014 - * @author Daniel Kiesel + * @author Daniel Kiesel * @package sortwizard * @license LGPL * @filesource diff --git a/system/modules/sortwizard/languages/de/default.php b/system/modules/sortwizard/languages/de/default.php index 7235ff1..6d5162f 100755 --- a/system/modules/sortwizard/languages/de/default.php +++ b/system/modules/sortwizard/languages/de/default.php @@ -22,7 +22,7 @@ * * PHP version 5 * @copyright Daniel Kiesel 2012-2014 - * @author Daniel Kiesel + * @author Daniel Kiesel * @package Language * @license LGPL * @filesource diff --git a/system/modules/sortwizard/languages/en/default.php b/system/modules/sortwizard/languages/en/default.php index e7b62e3..38e7a2b 100755 --- a/system/modules/sortwizard/languages/en/default.php +++ b/system/modules/sortwizard/languages/en/default.php @@ -22,7 +22,7 @@ * * PHP version 5 * @copyright Daniel Kiesel 2012-2014 - * @author Daniel Kiesel + * @author Daniel Kiesel * @package Language * @license LGPL * @filesource diff --git a/system/modules/sortwizard/widgets/SortWizard.php b/system/modules/sortwizard/widgets/SortWizard.php index 70f2a7f..ad3bf90 100755 --- a/system/modules/sortwizard/widgets/SortWizard.php +++ b/system/modules/sortwizard/widgets/SortWizard.php @@ -6,7 +6,7 @@ * Copyright (C) 2005-2014 Leo Feyer * * @package SortWizard - * @author Daniel Kiesel + * @author Daniel Kiesel * @license LGPL * @copyright Daniel Kiesel 2012-2014 */ @@ -22,7 +22,7 @@ * Class SortWizard * * @copyright Daniel Kiesel 2012-2014 - * @author Daniel Kiesel + * @author Daniel Kiesel * @package SortWizard */ class SortWizard extends \Widget