Pwirth has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/291894

Change subject: Replaced all "Hallo Welt! - Medienwerkstatt" and updated 
copyright statements in file headers
......................................................................

Replaced all "Hallo Welt! - Medienwerkstatt" and updated copyright statements 
in file headers

* Auto-Replaced all "Hallo Welt! - Medienwerkstatt GmbH" with "Hallo Welt! GmbH"
* Updated all @copyright statements in the file headers

Change-Id: Ic26c29a354d71fd0be3f2eda18d31e6a581eccf0
---
M BlueSpiceFoundation.php
M composer.json
M includes/Common.php
M includes/Config.class.php
M includes/Core.class.php
M includes/Exception.class.php
M includes/ExtensionManager.class.php
M includes/GenericTagExtensionHandler.php
M includes/Mailer.class.php
M includes/Notifications.class.php
M includes/SpecialPage.class.php
M includes/api/BSApiAdminUserStore.php
M includes/api/BSApiBase.php
M includes/api/BSApiExtJSDBTableStoreBase.php
M includes/api/BSApiExtJSStoreBase.php
M includes/api/BSApiFileBackendStore.php
M includes/api/BSApiFormatJson.php
M includes/api/BSApiGroupStore.php
M includes/api/BSApiInterwikiStore.php
M includes/api/BSApiPingTasks.php
M includes/api/BSApiTasksBase.php
M includes/api/BSApiWikiPageStore.php
M includes/api/BSApiWikiPageTasks.php
M includes/cache/LCStore_BSDB.php
M includes/cache/LCStore_MC.php
M includes/cache/LCStore_SHM.php
M includes/exception/BSInvalidParamException.php
M includes/exception/InvalidNamespaceException.class.php
M includes/notifications/NotificationHandler.php
M includes/outputhandler/views/view.BaseElement.php
M includes/outputhandler/views/view.BaseForm.php
M includes/outputhandler/views/view.BaseMessage.php
M includes/outputhandler/views/view.EditButton.php
M includes/outputhandler/views/view.EditButtonPane.php
M includes/outputhandler/views/view.ErrorMessage.php
M includes/outputhandler/views/view.ErrorMessageInline.php
M includes/outputhandler/views/view.Exception.php
M includes/outputhandler/views/view.FormElement.php
M includes/outputhandler/views/view.FormElementButton.php
M includes/outputhandler/views/view.FormElementCheckbox.php
M includes/outputhandler/views/view.FormElementCheckboxGroup.php
M includes/outputhandler/views/view.FormElementFieldset.php
M includes/outputhandler/views/view.FormElementInput.php
M includes/outputhandler/views/view.FormElementLabel.php
M includes/outputhandler/views/view.FormElementRadioGroup.php
M includes/outputhandler/views/view.FormElementRadiobutton.php
M includes/outputhandler/views/view.FormElementSelectbox.php
M includes/outputhandler/views/view.FormElementTextarea.php
M includes/outputhandler/views/view.NoticeMessage.php
M includes/outputhandler/views/view.NoticeMessageInline.php
M includes/outputhandler/views/view.TagDefaultMessage.php
M includes/outputhandler/views/view.TagElement.php
M includes/outputhandler/views/view.TagError.php
M includes/outputhandler/views/view.TagErrorList.php
M includes/paramdefinition/BSNamespaceListParam.php
M includes/paramdefinition/BSTitleListParam.php
M includes/parser/BSNamespaceParser.php
M includes/parser/BSTitleParser.php
M includes/specials/SpecialCredits.class.php
M includes/specials/SpecialDiagnostics.class.php
M includes/utility/CacheHelper.class.php
M includes/utility/ConnectionHelper.class.php
M includes/utility/StringHelper.class.php
M includes/utility/TagFinder.class.php
M includes/validator/BSNamespaceValidator.php
M includes/validator/BSTitleValidator.php
M includes/validator/Validator.class.php
M installcheck.php
M maintenance/DeployJavaWebApps.php
M maintenance/TestMail.php
M resources/bluespice.extjs/BS/CRUDGridPanel.js
M resources/bluespice.extjs/BS/CRUDPanel.js
M resources/bluespice.extjs/BS/Window.js
73 files changed, 75 insertions(+), 75 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceFoundation 
refs/changes/94/291894/1

diff --git a/BlueSpiceFoundation.php b/BlueSpiceFoundation.php
index c640a46..f319bf7 100644
--- a/BlueSpiceFoundation.php
+++ b/BlueSpiceFoundation.php
@@ -5,7 +5,7 @@
  * Description: Adds functionality for business needs
  * Authors: Markus Glaser
  *
- * Copyright (C) 2013 Hallo Welt! – Medienwerkstatt GmbH, All rights reserved.
+ * Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -35,7 +35,7 @@
        'url' => 'http://bluespice.com',
        'desc' => 'Makes MediaWiki enterprise ready.',
        'author' => array(
-               '[http://www.hallowelt.com Hallo Welt! Medienwerkstatt GmbH]',
+               '[http://www.hallowelt.com Hallo Welt! GmbH]',
        )
 );
 
diff --git a/composer.json b/composer.json
index c15e12b..6f16252 100644
--- a/composer.json
+++ b/composer.json
@@ -10,7 +10,7 @@
        "homepage": "https://www.bluespice.com";,
        "authors": [
                {
-                       "name": "Hallo Welt! Medienwerkstatt GmbH",
+                       "name": "Hallo Welt! GmbH",
                        "email": "i...@hallowelt.com",
                        "homepage": "http://www.hallowelt.com";
                }
diff --git a/includes/Common.php b/includes/Common.php
index 49a5e4e..7173687 100644
--- a/includes/Common.php
+++ b/includes/Common.php
@@ -24,7 +24,7 @@
  * @version    1.1.0
 
  * @package    Bluespice_Core
- * @copyright  Copyright (C) 2011 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or 
later
  * @filesource
  */
diff --git a/includes/Config.class.php b/includes/Config.class.php
index 904763b..b923fc5 100644
--- a/includes/Config.class.php
+++ b/includes/Config.class.php
@@ -28,7 +28,7 @@
  * @version    0.1.0
 
  * @package    Bluespice_Core
- * @copyright  Copyright (C) 2011 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or 
later
  * @filesource
  */
diff --git a/includes/Core.class.php b/includes/Core.class.php
index f297907..5c0040b 100644
--- a/includes/Core.class.php
+++ b/includes/Core.class.php
@@ -27,7 +27,7 @@
  * @author     Robert Vogel <vo...@hallowelt.biz>
  * @author     Stephan Muggli <mug...@hallowelt.biz>
  * @package    Bluespice_Core
- * @copyright  Copyright (C) 2014 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or 
later
  * @filesource
  */
diff --git a/includes/Exception.class.php b/includes/Exception.class.php
index cdca0f6..d9ec14d 100644
--- a/includes/Exception.class.php
+++ b/includes/Exception.class.php
@@ -2,7 +2,7 @@
 /**
  * This class is the basetype for Exceptions within the Blue spice framework.
  *
- * @copyright Copyright (c) 2007-2009, HalloWelt! Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Sebastian Ulbricht, Robert Vogel
  * @version 0.1.0 beta
  *
diff --git a/includes/ExtensionManager.class.php 
b/includes/ExtensionManager.class.php
index 64128f8..0329119 100644
--- a/includes/ExtensionManager.class.php
+++ b/includes/ExtensionManager.class.php
@@ -4,7 +4,7 @@
  * This file is part of blue spice for MediaWiki.
  *
  * @abstract
- * @copyright Copyright (c) 2010, HalloWelt! Medienwerkstatt GmbH, All rights 
reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Sebastian Ulbricht <sebastian.ulbri...@dragon-design.hk>
  * @author Robert Vogel <vo...@hallowelt.biz>
  * @author Stephan Muggli <mug...@hallowelt.biz>
diff --git a/includes/GenericTagExtensionHandler.php 
b/includes/GenericTagExtensionHandler.php
index 60eba2b..0e0c776 100644
--- a/includes/GenericTagExtensionHandler.php
+++ b/includes/GenericTagExtensionHandler.php
@@ -21,7 +21,7 @@
  *
  * @author     Robert Vogel <vo...@hallowelt.com>
  * @package    Bluespice_Foundation
- * @copyright  Copyright (C) 2016 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or 
later
  * @filesource
  */
diff --git a/includes/Mailer.class.php b/includes/Mailer.class.php
index 95de119..81d507f 100644
--- a/includes/Mailer.class.php
+++ b/includes/Mailer.class.php
@@ -3,7 +3,7 @@
  * DEPRECATED!
  * This file is part of BlueSpice for MediaWiki.
  *
- * @copyright Copyright (c) 2012, HalloWelt! Medienwerkstatt GmbH, All rights 
reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Sebastian Ulbricht, Robert Vogel
  * @version 1.1.0
  *
diff --git a/includes/Notifications.class.php b/includes/Notifications.class.php
index 86185e8..bcbf814 100644
--- a/includes/Notifications.class.php
+++ b/includes/Notifications.class.php
@@ -22,7 +22,7 @@
  * @author     Patric Wirth <wi...@hallowelt.com>
  * @author     Sebastian Ulbricht <o0lilu0o1...@gmail.com>
  * @package    Bluespice_Foundation
- * @copyright  Copyright (C) 2015 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or 
later
  * @filesource
  */
diff --git a/includes/SpecialPage.class.php b/includes/SpecialPage.class.php
index eb79320..68eba78 100644
--- a/includes/SpecialPage.class.php
+++ b/includes/SpecialPage.class.php
@@ -7,7 +7,7 @@
  * @author     Stephan Muggli <mug...@hallowelt.biz>
  * @package    BlueSpice_Extensions
  * @subpackage BlueSpice
- * @copyright  Copyright (C) 2013 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or 
later
  * @filesource
  */
diff --git a/includes/api/BSApiAdminUserStore.php 
b/includes/api/BSApiAdminUserStore.php
index 6d6551b..b6bb7e1 100644
--- a/includes/api/BSApiAdminUserStore.php
+++ b/includes/api/BSApiAdminUserStore.php
@@ -21,7 +21,7 @@
  *
  * @author     Patric Wirth <wi...@hallowelt.biz>
  * @package    Bluespice_Foundation
- * @copyright  Copyright (C) 2011 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or 
later
  * @filesource
  */
diff --git a/includes/api/BSApiBase.php b/includes/api/BSApiBase.php
index 58ec19c..9a2a3b4 100644
--- a/includes/api/BSApiBase.php
+++ b/includes/api/BSApiBase.php
@@ -22,7 +22,7 @@
  * @author     Robert Vogel <vo...@hallowelt.com>
  * @author     Patric Wirth <wi...@hallowelt.com>
  * @package    Bluespice_Foundation
- * @copyright  Copyright (C) 2016 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or 
later
  * @filesource
  */
diff --git a/includes/api/BSApiExtJSDBTableStoreBase.php 
b/includes/api/BSApiExtJSDBTableStoreBase.php
index d89fd7c..6126681 100644
--- a/includes/api/BSApiExtJSDBTableStoreBase.php
+++ b/includes/api/BSApiExtJSDBTableStoreBase.php
@@ -21,7 +21,7 @@
  *
  * @author     Patric Wirth <wi...@hallowelt.com>
  * @package    Bluespice_Foundation
- * @copyright  Copyright (C) 2016 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or 
later
  *
  * Example request parameters of an ExtJS store
diff --git a/includes/api/BSApiExtJSStoreBase.php 
b/includes/api/BSApiExtJSStoreBase.php
index 5717f2b..5536fc6 100644
--- a/includes/api/BSApiExtJSStoreBase.php
+++ b/includes/api/BSApiExtJSStoreBase.php
@@ -24,7 +24,7 @@
  * @author     Robert Vogel <vo...@hallowelt.com>
  * @author     Patric Wirth <wi...@hallowelt.com>
  * @package    Bluespice_Foundation
- * @copyright  Copyright (C) 2015 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or 
later
  * @filesource
  *
diff --git a/includes/api/BSApiFileBackendStore.php 
b/includes/api/BSApiFileBackendStore.php
index f60b299..3b3c235 100644
--- a/includes/api/BSApiFileBackendStore.php
+++ b/includes/api/BSApiFileBackendStore.php
@@ -24,7 +24,7 @@
  * @author     Robert Vogel <vo...@hallowelt.com>
  * @author     Patric Wirth <wi...@hallowelt.com>
  * @package    Bluespice_Foundation
- * @copyright  Copyright (C) 2015 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or 
later
  * @filesource
  */
diff --git a/includes/api/BSApiFormatJson.php b/includes/api/BSApiFormatJson.php
index 9856578..702ea8a 100644
--- a/includes/api/BSApiFormatJson.php
+++ b/includes/api/BSApiFormatJson.php
@@ -21,7 +21,7 @@
  *
  * @author     Robert Vogel <vo...@hallowelt.com>
  * @package    Bluespice_Foundation
- * @copyright  Copyright (C) 2016 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or 
later
  * @filesource
  */
diff --git a/includes/api/BSApiGroupStore.php b/includes/api/BSApiGroupStore.php
index 8ed067e..4f60746 100644
--- a/includes/api/BSApiGroupStore.php
+++ b/includes/api/BSApiGroupStore.php
@@ -21,7 +21,7 @@
  *
  * @author     Patric Wirth <wi...@hallowelt.com>
  * @package    Bluespice_Foundation
- * @copyright  Copyright (C) 2015 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or 
later
  *
  * Example request parameters of an ExtJS store
diff --git a/includes/api/BSApiInterwikiStore.php 
b/includes/api/BSApiInterwikiStore.php
index 2f6c1b5..3755333 100644
--- a/includes/api/BSApiInterwikiStore.php
+++ b/includes/api/BSApiInterwikiStore.php
@@ -21,7 +21,7 @@
  *
  * @author     Patric Wirth <wi...@hallowelt.com>
  * @package    Bluespice_Foundation
- * @copyright  Copyright (C) 2015 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or 
later
  *
  * Example request parameters of an ExtJS store
diff --git a/includes/api/BSApiPingTasks.php b/includes/api/BSApiPingTasks.php
index 6f300da..e65ad53 100644
--- a/includes/api/BSApiPingTasks.php
+++ b/includes/api/BSApiPingTasks.php
@@ -21,7 +21,7 @@
  *
  * @author     Patric Wirth <wi...@hallowelt.com>
  * @package    Bluespice_Foundation
- * @copyright  Copyright (C) 2016 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or 
later
  */
 
diff --git a/includes/api/BSApiTasksBase.php b/includes/api/BSApiTasksBase.php
index c37d9c9..55cdc44 100644
--- a/includes/api/BSApiTasksBase.php
+++ b/includes/api/BSApiTasksBase.php
@@ -21,7 +21,7 @@
  *
  * @author     Patric Wirth <wi...@hallowelt.biz>
  * @package    Bluespice_Foundation
- * @copyright  Copyright (C) 2011 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or 
later
  * @filesource
  */
diff --git a/includes/api/BSApiWikiPageStore.php 
b/includes/api/BSApiWikiPageStore.php
index e487530..0dd81a4 100644
--- a/includes/api/BSApiWikiPageStore.php
+++ b/includes/api/BSApiWikiPageStore.php
@@ -21,7 +21,7 @@
  *
  * @author     Patric Wirth <wi...@hallowelt.com>
  * @package    Bluespice_Foundation
- * @copyright  Copyright (C) 2015 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or 
later
  *
  * Example request parameters of an ExtJS store
diff --git a/includes/api/BSApiWikiPageTasks.php 
b/includes/api/BSApiWikiPageTasks.php
index 9558464..4c8758d 100644
--- a/includes/api/BSApiWikiPageTasks.php
+++ b/includes/api/BSApiWikiPageTasks.php
@@ -21,7 +21,7 @@
  *
  * @author     Robert Vogel <vo...@hallowelt.biz>
  * @package    Bluespice_Foundation
- * @copyright  Copyright (C) 2016 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or 
later
  * @filesource
  */
diff --git a/includes/cache/LCStore_BSDB.php b/includes/cache/LCStore_BSDB.php
index 43d44b9..332bf8b 100644
--- a/includes/cache/LCStore_BSDB.php
+++ b/includes/cache/LCStore_BSDB.php
@@ -2,7 +2,7 @@
 /**
  * This file is part of blue spice for MediaWiki.
  *
- * @copyright Copyright (c) 2010, HalloWelt! Medienwerkstatt GmbH, All rights 
reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Sebastian Ulbricht <sebastian.ulbri...@dragon-network.hk>
  * @version 0.1.0 beta
  *
diff --git a/includes/cache/LCStore_MC.php b/includes/cache/LCStore_MC.php
index 5474c39..713fa27 100644
--- a/includes/cache/LCStore_MC.php
+++ b/includes/cache/LCStore_MC.php
@@ -3,7 +3,7 @@
 /**
  * This file is part of blue spice for MediaWiki.
  *
- * @copyright Copyright (c) 2014, HalloWelt! Medienwerkstatt GmbH, All rights 
reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Stefan Widmann <widm...@hallowelt.biz>
  * @version 0.1.0 beta
   */
diff --git a/includes/cache/LCStore_SHM.php b/includes/cache/LCStore_SHM.php
index 602fd81..dbdff3c 100644
--- a/includes/cache/LCStore_SHM.php
+++ b/includes/cache/LCStore_SHM.php
@@ -3,7 +3,7 @@
 /**
  * This file is part of blue spice for MediaWiki.
  *
- * @copyright Copyright (c) 2010, HalloWelt! Medienwerkstatt GmbH, All rights 
reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Sebastian Ulbricht <sebastian.ulbri...@dragon-network.hk>
  * @version 0.1.0 beta
  *
diff --git a/includes/exception/BSInvalidParamException.php 
b/includes/exception/BSInvalidParamException.php
index 1f3aeb6..e692e09 100644
--- a/includes/exception/BSInvalidParamException.php
+++ b/includes/exception/BSInvalidParamException.php
@@ -22,7 +22,7 @@
  *
  * @author     Robert Vogel <vo...@hallowelt.com>
  * @package    Bluespice_Foundation
- * @copyright  Copyright (C) 2016 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or 
later
  * @filesource
  */
diff --git a/includes/exception/InvalidNamespaceException.class.php 
b/includes/exception/InvalidNamespaceException.class.php
index c9ed4bf..6f70711 100644
--- a/includes/exception/InvalidNamespaceException.class.php
+++ b/includes/exception/InvalidNamespaceException.class.php
@@ -2,7 +2,7 @@
 /**
  * This class is the basetype for Exceptions within the BlueSpice framework.
  *
- * @copyright Copyright (c) 2016, HalloWelt! Medienwerkstatt GmbH, All rights 
reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Robert Vogel
  */
 
diff --git a/includes/notifications/NotificationHandler.php 
b/includes/notifications/NotificationHandler.php
index 6336143..eede3c4 100644
--- a/includes/notifications/NotificationHandler.php
+++ b/includes/notifications/NotificationHandler.php
@@ -21,7 +21,7 @@
  *
  * @author     Patric Wirth <wi...@hallowelt.com>
  * @package    Bluespice_Foundation
- * @copyright  Copyright (C) 2015 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or 
later
  * @filesource
  */
diff --git a/includes/outputhandler/views/view.BaseElement.php 
b/includes/outputhandler/views/view.BaseElement.php
index da250ff..9c2ffcd 100644
--- a/includes/outputhandler/views/view.BaseElement.php
+++ b/includes/outputhandler/views/view.BaseElement.php
@@ -16,7 +16,7 @@
  *       in the form of ###name_of_item### are replaced with item's output.
  *
  * @abstract
- * @copyright Copyright (c) 2010, HalloWelt! Medienwerkstatt GmbH, All rights 
reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Markus Glaser, Sebastian Ulbricht
  * @version 0.1.0 alpha
  *
diff --git a/includes/outputhandler/views/view.BaseForm.php 
b/includes/outputhandler/views/view.BaseForm.php
index aec9891..ea75a5e 100644
--- a/includes/outputhandler/views/view.BaseForm.php
+++ b/includes/outputhandler/views/view.BaseForm.php
@@ -3,7 +3,7 @@
  * This file is part of blue spice for MediaWiki.
  *
  * @abstract
- * @copyright Copyright (c) 2010, HalloWelt! Medienwerkstatt GmbH, All rights 
reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Markus Glaser, Sebastian Ulbricht
  * @version 0.1.0 alpha
  *
diff --git a/includes/outputhandler/views/view.BaseMessage.php 
b/includes/outputhandler/views/view.BaseMessage.php
index 81fb666..60ef285 100644
--- a/includes/outputhandler/views/view.BaseMessage.php
+++ b/includes/outputhandler/views/view.BaseMessage.php
@@ -3,7 +3,7 @@
  * This file is part of blue spice for MediaWiki.
  *
  * @abstract
- * @copyright Copyright (c) 2010, HalloWelt! Medienwerkstatt GmbH, All rights 
reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Markus Glaser, Sebastian Ulbricht
  * @version 0.1.0 alpha
  *
diff --git a/includes/outputhandler/views/view.EditButton.php 
b/includes/outputhandler/views/view.EditButton.php
index c631657..5df0c20 100644
--- a/includes/outputhandler/views/view.EditButton.php
+++ b/includes/outputhandler/views/view.EditButton.php
@@ -3,7 +3,7 @@
  * This file is part of blue spice for MediaWiki.
  *
  * @package bluespice
- * @copyright Copyright (c) 2010, HalloWelt! Medienwerkstatt GmbH, All rights 
reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Markus Glaser
  * @version 0.1.0 alpha
  *
diff --git a/includes/outputhandler/views/view.EditButtonPane.php 
b/includes/outputhandler/views/view.EditButtonPane.php
index 774de18..1e88233 100644
--- a/includes/outputhandler/views/view.EditButtonPane.php
+++ b/includes/outputhandler/views/view.EditButtonPane.php
@@ -3,7 +3,7 @@
  * This file is part of blue spice for MediaWiki.
  *
  * @package bluespice
- * @copyright Copyright (c) 2010, HalloWelt! Medienwerkstatt GmbH, All rights 
reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Markus Glaser
  * @version 0.1.0 alpha
  *
diff --git a/includes/outputhandler/views/view.ErrorMessage.php 
b/includes/outputhandler/views/view.ErrorMessage.php
index f15c826..da29756 100644
--- a/includes/outputhandler/views/view.ErrorMessage.php
+++ b/includes/outputhandler/views/view.ErrorMessage.php
@@ -8,7 +8,7 @@
  * @version    $Id$
  * @package    BlueSpice_Core
  * @subpackage Views
- * @copyright  Copyright (C) 2011 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or 
later
  * @filesource
  */
diff --git a/includes/outputhandler/views/view.ErrorMessageInline.php 
b/includes/outputhandler/views/view.ErrorMessageInline.php
index ee522d1..445c852 100644
--- a/includes/outputhandler/views/view.ErrorMessageInline.php
+++ b/includes/outputhandler/views/view.ErrorMessageInline.php
@@ -3,7 +3,7 @@
  * This file is part of blue spice for MediaWiki.
  *
  * @abstract
- * @copyright Copyright (c) 2010, HalloWelt! Medienwerkstatt GmbH, All rights 
reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Markus Glaser, Sebastian Ulbricht
  * @version 0.1.0 alpha
  *
diff --git a/includes/outputhandler/views/view.Exception.php 
b/includes/outputhandler/views/view.Exception.php
index 6488bb6..63f414f 100644
--- a/includes/outputhandler/views/view.Exception.php
+++ b/includes/outputhandler/views/view.Exception.php
@@ -2,7 +2,7 @@
 /**
  * This file is part of blue spice for MediaWiki.
  *
- * @copyright Copyright (c) 2010, HalloWelt! Medienwerkstatt GmbH, All rights 
reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Robert Vogel
  * @version 0.1.0 alpha
  *
diff --git a/includes/outputhandler/views/view.FormElement.php 
b/includes/outputhandler/views/view.FormElement.php
index d39e00d..9a1dcff 100644
--- a/includes/outputhandler/views/view.FormElement.php
+++ b/includes/outputhandler/views/view.FormElement.php
@@ -3,7 +3,7 @@
  * This file is part of blue spice for MediaWiki.
  *
  * @abstract
- * @copyright Copyright (c) 2010, HalloWelt! Medienwerkstatt GmbH, All rights 
reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Markus Glaser, Sebastian Ulbricht
  * @version 0.1.0 alpha
  *
diff --git a/includes/outputhandler/views/view.FormElementButton.php 
b/includes/outputhandler/views/view.FormElementButton.php
index 2b3bdda..3f88bf8 100644
--- a/includes/outputhandler/views/view.FormElementButton.php
+++ b/includes/outputhandler/views/view.FormElementButton.php
@@ -3,7 +3,7 @@
  * This file is part of blue spice for MediaWiki.
  *
  * @abstract
- * @copyright Copyright (c) 2010, HalloWelt! Medienwerkstatt GmbH, All rights 
reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Markus Glaser, Sebastian Ulbricht
  * @version 0.1.0 alpha
  *
diff --git a/includes/outputhandler/views/view.FormElementCheckbox.php 
b/includes/outputhandler/views/view.FormElementCheckbox.php
index 90d6f27..1d17a2a 100644
--- a/includes/outputhandler/views/view.FormElementCheckbox.php
+++ b/includes/outputhandler/views/view.FormElementCheckbox.php
@@ -3,7 +3,7 @@
  * This file is part of blue spice for MediaWiki.
  *
  * @abstract
- * @copyright Copyright (c) 2010, HalloWelt! Medienwerkstatt GmbH, All rights 
reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Markus Glaser, Sebastian Ulbricht
  * @version 0.1.0 alpha
  *
diff --git a/includes/outputhandler/views/view.FormElementCheckboxGroup.php 
b/includes/outputhandler/views/view.FormElementCheckboxGroup.php
index 3924211..bdbfc83 100644
--- a/includes/outputhandler/views/view.FormElementCheckboxGroup.php
+++ b/includes/outputhandler/views/view.FormElementCheckboxGroup.php
@@ -3,7 +3,7 @@
  * This file is part of blue spice for MediaWiki.
  *
  * @abstract
- * @copyright Copyright (c) 2010, HalloWelt! Medienwerkstatt GmbH, All rights 
reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Markus Glaser, Sebastian Ulbricht
  * @version 0.1.0 alpha
  *
diff --git a/includes/outputhandler/views/view.FormElementFieldset.php 
b/includes/outputhandler/views/view.FormElementFieldset.php
index 22c0534..bc99d42 100644
--- a/includes/outputhandler/views/view.FormElementFieldset.php
+++ b/includes/outputhandler/views/view.FormElementFieldset.php
@@ -3,7 +3,7 @@
  * This file is part of blue spice for MediaWiki.
  *
  * @abstract
- * @copyright Copyright (c) 2010, HalloWelt! Medienwerkstatt GmbH, All rights 
reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Markus Glaser, Sebastian Ulbricht
  * @version 0.1.0 alpha
  *
diff --git a/includes/outputhandler/views/view.FormElementInput.php 
b/includes/outputhandler/views/view.FormElementInput.php
index 1977441..7b4e9b7 100644
--- a/includes/outputhandler/views/view.FormElementInput.php
+++ b/includes/outputhandler/views/view.FormElementInput.php
@@ -3,7 +3,7 @@
  * This file is part of blue spice for MediaWiki.
  *
  * @abstract
- * @copyright Copyright (c) 2010, HalloWelt! Medienwerkstatt GmbH, All rights 
reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Markus Glaser, Sebastian Ulbricht
  * @version 0.1.0 alpha
  *
diff --git a/includes/outputhandler/views/view.FormElementLabel.php 
b/includes/outputhandler/views/view.FormElementLabel.php
index 9713fe1..df5affa 100644
--- a/includes/outputhandler/views/view.FormElementLabel.php
+++ b/includes/outputhandler/views/view.FormElementLabel.php
@@ -3,7 +3,7 @@
  * This file is part of blue spice for MediaWiki.
  *
  * @abstract
- * @copyright Copyright (c) 2010, HalloWelt! Medienwerkstatt GmbH, All rights 
reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Markus Glaser, Sebastian Ulbricht
  * @version 0.1.0 alpha
  *
diff --git a/includes/outputhandler/views/view.FormElementRadioGroup.php 
b/includes/outputhandler/views/view.FormElementRadioGroup.php
index 3e80873..5494240 100644
--- a/includes/outputhandler/views/view.FormElementRadioGroup.php
+++ b/includes/outputhandler/views/view.FormElementRadioGroup.php
@@ -3,7 +3,7 @@
  * This file is part of blue spice for MediaWiki.
  *
  * @abstract
- * @copyright Copyright (c) 2010, HalloWelt! Medienwerkstatt GmbH, All rights 
reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Markus Glaser, Sebastian Ulbricht
  * @version 0.1.0 alpha
  *
diff --git a/includes/outputhandler/views/view.FormElementRadiobutton.php 
b/includes/outputhandler/views/view.FormElementRadiobutton.php
index 050877e..4ea034f 100644
--- a/includes/outputhandler/views/view.FormElementRadiobutton.php
+++ b/includes/outputhandler/views/view.FormElementRadiobutton.php
@@ -3,7 +3,7 @@
  * This file is part of blue spice for MediaWiki.
  *
  * @abstract
- * @copyright Copyright (c) 2010, HalloWelt! Medienwerkstatt GmbH, All rights 
reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Markus Glaser, Sebastian Ulbricht
  * @version 0.1.0 alpha
  *
diff --git a/includes/outputhandler/views/view.FormElementSelectbox.php 
b/includes/outputhandler/views/view.FormElementSelectbox.php
index 26ee70b..fbb204c 100644
--- a/includes/outputhandler/views/view.FormElementSelectbox.php
+++ b/includes/outputhandler/views/view.FormElementSelectbox.php
@@ -3,7 +3,7 @@
  * This file is part of blue spice for MediaWiki.
  *
  * @abstract
- * @copyright Copyright (c) 2010, HalloWelt! Medienwerkstatt GmbH, All rights 
reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Markus Glaser, Sebastian Ulbricht
  * @version 0.1.0 alpha
  *
diff --git a/includes/outputhandler/views/view.FormElementTextarea.php 
b/includes/outputhandler/views/view.FormElementTextarea.php
index 38623bc..5d2535b 100644
--- a/includes/outputhandler/views/view.FormElementTextarea.php
+++ b/includes/outputhandler/views/view.FormElementTextarea.php
@@ -3,7 +3,7 @@
  * This file is part of blue spice for MediaWiki.
  *
  * @abstract
- * @copyright Copyright (c) 2010, HalloWelt! Medienwerkstatt GmbH, All rights 
reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Markus Glaser, Sebastian Ulbricht
  * @version 0.1.0 alpha
  *
diff --git a/includes/outputhandler/views/view.NoticeMessage.php 
b/includes/outputhandler/views/view.NoticeMessage.php
index c4a49cf..cc0d454 100644
--- a/includes/outputhandler/views/view.NoticeMessage.php
+++ b/includes/outputhandler/views/view.NoticeMessage.php
@@ -3,7 +3,7 @@
  * This file is part of blue spice for MediaWiki.
  *
  * @abstract
- * @copyright Copyright (c) 2010, HalloWelt! Medienwerkstatt GmbH, All rights 
reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Markus Glaser, Sebastian Ulbricht
  * @version 0.1.0 alpha
  *
diff --git a/includes/outputhandler/views/view.NoticeMessageInline.php 
b/includes/outputhandler/views/view.NoticeMessageInline.php
index a263ec3..579a7c6 100644
--- a/includes/outputhandler/views/view.NoticeMessageInline.php
+++ b/includes/outputhandler/views/view.NoticeMessageInline.php
@@ -3,7 +3,7 @@
  * This file is part of blue spice for MediaWiki.
  *
  * @abstract
- * @copyright Copyright (c) 2010, HalloWelt! Medienwerkstatt GmbH, All rights 
reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Markus Glaser, Sebastian Ulbricht
  * @version 0.1.0 alpha
  *
diff --git a/includes/outputhandler/views/view.TagDefaultMessage.php 
b/includes/outputhandler/views/view.TagDefaultMessage.php
index 2b264fb..b3ca100 100644
--- a/includes/outputhandler/views/view.TagDefaultMessage.php
+++ b/includes/outputhandler/views/view.TagDefaultMessage.php
@@ -3,7 +3,7 @@
  * This file is part of blue spice for MediaWiki.
  *
  * @abstract
- * @copyright Copyright (c) 2010, HalloWelt! Medienwerkstatt GmbH, All rights 
reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Markus Glaser
  * @version 0.1.0 alpha
  *
diff --git a/includes/outputhandler/views/view.TagElement.php 
b/includes/outputhandler/views/view.TagElement.php
index 8614199..92d5d7d 100644
--- a/includes/outputhandler/views/view.TagElement.php
+++ b/includes/outputhandler/views/view.TagElement.php
@@ -3,7 +3,7 @@
  * This file is part of blue spice for MediaWiki.
  *
  * @abstract
- * @copyright Copyright (c) 2010, HalloWelt! Medienwerkstatt GmbH, All rights 
reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Markus Glaser, Sebastian Ulbricht
  * @version 0.1.0 alpha
  *
diff --git a/includes/outputhandler/views/view.TagError.php 
b/includes/outputhandler/views/view.TagError.php
index 6f2a423..52953d9 100644
--- a/includes/outputhandler/views/view.TagError.php
+++ b/includes/outputhandler/views/view.TagError.php
@@ -8,7 +8,7 @@
 
  * @package    BlueSpice_Core
  * @subpackage Views
- * @copyright  Copyright (C) 2011 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or 
later
  * @filesource
  */
diff --git a/includes/outputhandler/views/view.TagErrorList.php 
b/includes/outputhandler/views/view.TagErrorList.php
index 86e08bc..42790c8 100644
--- a/includes/outputhandler/views/view.TagErrorList.php
+++ b/includes/outputhandler/views/view.TagErrorList.php
@@ -3,7 +3,7 @@
  * This file is part of blue spice for MediaWiki.
  *
  * @abstract
- * @copyright Copyright (c) 2010, HalloWelt! Medienwerkstatt GmbH, All rights 
reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Markus Glaser
  * @version 0.1.0 alpha
  *
diff --git a/includes/paramdefinition/BSNamespaceListParam.php 
b/includes/paramdefinition/BSNamespaceListParam.php
index 2858045..745cab9 100644
--- a/includes/paramdefinition/BSNamespaceListParam.php
+++ b/includes/paramdefinition/BSNamespaceListParam.php
@@ -21,7 +21,7 @@
  *
  * @author     Robert Vogel <vo...@hallowelt.com>
  * @package    Bluespice_Foundation
- * @copyright  Copyright (C) 2016 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or 
later
  * @filesource
  */
diff --git a/includes/paramdefinition/BSTitleListParam.php 
b/includes/paramdefinition/BSTitleListParam.php
index e7a2394..09d71fc 100644
--- a/includes/paramdefinition/BSTitleListParam.php
+++ b/includes/paramdefinition/BSTitleListParam.php
@@ -21,7 +21,7 @@
  *
  * @author     Robert Vogel <vo...@hallowelt.com>
  * @package    Bluespice_Foundation
- * @copyright  Copyright (C) 2016 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or 
later
  * @filesource
  */
diff --git a/includes/parser/BSNamespaceParser.php 
b/includes/parser/BSNamespaceParser.php
index 43167d0..bd45190 100644
--- a/includes/parser/BSNamespaceParser.php
+++ b/includes/parser/BSNamespaceParser.php
@@ -21,7 +21,7 @@
  *
  * @author     Robert Vogel <vo...@hallowelt.com>
  * @package    Bluespice_Foundation
- * @copyright  Copyright (C) 2016 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or 
later
  * @filesource
  */
diff --git a/includes/parser/BSTitleParser.php 
b/includes/parser/BSTitleParser.php
index a129835..aa0488f 100644
--- a/includes/parser/BSTitleParser.php
+++ b/includes/parser/BSTitleParser.php
@@ -21,7 +21,7 @@
  *
  * @author     Robert Vogel <vo...@hallowelt.com>
  * @package    Bluespice_Foundation
- * @copyright  Copyright (C) 2016 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or 
later
  * @filesource
  */
diff --git a/includes/specials/SpecialCredits.class.php 
b/includes/specials/SpecialCredits.class.php
index 0e5541f..53312da 100644
--- a/includes/specials/SpecialCredits.class.php
+++ b/includes/specials/SpecialCredits.class.php
@@ -7,7 +7,7 @@
  * @author     Stephan Muggli <mug...@hallowelt.biz>
  * @package    BlueSpice_Credits
  * @subpackage Credits
- * @copyright  Copyright (C) 2013 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or 
later
  * @filesource
  */
diff --git a/includes/specials/SpecialDiagnostics.class.php 
b/includes/specials/SpecialDiagnostics.class.php
index 249a272..230d48a 100644
--- a/includes/specials/SpecialDiagnostics.class.php
+++ b/includes/specials/SpecialDiagnostics.class.php
@@ -8,7 +8,7 @@
  * @version    $Id$
  * @package    BlueSpice_Diagnostics
  * @subpackage Diagnostics
- * @copyright  Copyright (C) 2013 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or 
later
  * @filesource
  */
diff --git a/includes/utility/CacheHelper.class.php 
b/includes/utility/CacheHelper.class.php
index d5d89de..271a162 100644
--- a/includes/utility/CacheHelper.class.php
+++ b/includes/utility/CacheHelper.class.php
@@ -2,7 +2,7 @@
 /**
  * This class contains methods working with mediawiki's cache .
  *
- * @copyright Copyright (c) 2007-2014, HalloWelt! Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Stefan Widmann <widm...@hallowelt.biz>
  * @version 0.1.0 beta
  */
diff --git a/includes/utility/ConnectionHelper.class.php 
b/includes/utility/ConnectionHelper.class.php
index acffe2e..1c1e440 100644
--- a/includes/utility/ConnectionHelper.class.php
+++ b/includes/utility/ConnectionHelper.class.php
@@ -2,7 +2,7 @@
 /**
  * This class contains helpful methods working with connections.
  *
- * @copyright Copyright (c) 2007-2010, HalloWelt! Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Marc Reymann, Robert Vogel
  * @version 0.1.0 beta
  *
diff --git a/includes/utility/StringHelper.class.php 
b/includes/utility/StringHelper.class.php
index 2b964d8..11a22f8 100644
--- a/includes/utility/StringHelper.class.php
+++ b/includes/utility/StringHelper.class.php
@@ -2,7 +2,7 @@
 /**
  * This class contains helpful methods for processing strings.
  *
- * @copyright Copyright (c) 2007-2010, HalloWelt! Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Robert Vogel
  * @version 0.1.0 beta
  *
diff --git a/includes/utility/TagFinder.class.php 
b/includes/utility/TagFinder.class.php
index 998ff32..297ce5b 100644
--- a/includes/utility/TagFinder.class.php
+++ b/includes/utility/TagFinder.class.php
@@ -2,7 +2,7 @@
 /**
  * This class contains helpful methods to find and process tags within a text 
(string).
  *
- * @copyright Copyright (c) 2013, HalloWelt! Medienwerkstatt GmbH, All rights 
reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Thomas Lorenz, Robert Vogel
  * @version 0.2.0 beta
 
diff --git a/includes/validator/BSNamespaceValidator.php 
b/includes/validator/BSNamespaceValidator.php
index 3569c8d..c6fbf8b 100644
--- a/includes/validator/BSNamespaceValidator.php
+++ b/includes/validator/BSNamespaceValidator.php
@@ -21,7 +21,7 @@
  *
  * @author     Robert Vogel <vo...@hallowelt.com>
  * @package    Bluespice_Foundation
- * @copyright  Copyright (C) 2016 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or 
later
  * @filesource
  */
diff --git a/includes/validator/BSTitleValidator.php 
b/includes/validator/BSTitleValidator.php
index f5910bf..69697e1 100644
--- a/includes/validator/BSTitleValidator.php
+++ b/includes/validator/BSTitleValidator.php
@@ -21,7 +21,7 @@
  *
  * @author     Robert Vogel <vo...@hallowelt.com>
  * @package    Bluespice_Foundation
- * @copyright  Copyright (C) 2016 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or 
later
  * @filesource
  */
diff --git a/includes/validator/Validator.class.php 
b/includes/validator/Validator.class.php
index 6cf61cd..62e29d2 100644
--- a/includes/validator/Validator.class.php
+++ b/includes/validator/Validator.class.php
@@ -4,7 +4,7 @@
  *
  * Call BsValidator::isValid() to validate several types of user input (Email, 
username, URLs, ...)
  * Can be extended with plugin-classes of name: "BsValidator{$type}Plugin" 
that implement interface BsValidatorPlugin
- * @copyright Copyright (c) 2010, HalloWelt! Medienwerkstatt GmbH, All rights 
reserved.
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @author Mathias Scheer
  * @version 0.1.0 beta
  */
diff --git a/installcheck.php b/installcheck.php
index 8d0233b..a6a2bd0 100644
--- a/installcheck.php
+++ b/installcheck.php
@@ -2,7 +2,7 @@
 /**
  * Hallo Welt! MediaWiki Distribution
  * @package BlueSpice
- * @copyright Copyright 2011 by Hallo Welt! Medienwerkstatt GmbH
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH
  * @author Marc Reymann
  * @version $Id: $
  *
@@ -63,7 +63,7 @@
 <body onload="document.getElementById('waitbox').style.display='none';">
 <div id="waitbox">Now checking your system...<br/>This may take a few 
seconds.</div>
 <?php flush(); ?>
-<div id="infobox">BlueSpice Installation Checker<br/>Hallo Welt! 
Medienwerkstatt GmbH</div>
+<div id="infobox">BlueSpice Installation Checker<br/>Hallo Welt! GmbH</div>
 <div id="wrapper">
 <?php
 $d = DIRECTORY_SEPARATOR;
diff --git a/maintenance/DeployJavaWebApps.php 
b/maintenance/DeployJavaWebApps.php
index 7a5212f..d21d767 100644
--- a/maintenance/DeployJavaWebApps.php
+++ b/maintenance/DeployJavaWebApps.php
@@ -1,7 +1,7 @@
 <?php
 
 /**
- * @copyright Hallo Welt! Medienwerkstatt GmbH
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH
  * @author Robert Vogel <vo...@hallowelt.biz>
  */
 
diff --git a/maintenance/TestMail.php b/maintenance/TestMail.php
index fad4de6..2c4f4d4 100644
--- a/maintenance/TestMail.php
+++ b/maintenance/TestMail.php
@@ -1,7 +1,7 @@
 <?php
 
 /**
- * @copyright Hallo Welt! Medienwerkstatt GmbH
+ * @copyright Copyright (C) 2016 Hallo Welt! GmbH
  * @author Robert Vogel <vo...@hallowelt.biz>
  */
 
diff --git a/resources/bluespice.extjs/BS/CRUDGridPanel.js 
b/resources/bluespice.extjs/BS/CRUDGridPanel.js
index ba4fcc8..c1928ae 100644
--- a/resources/bluespice.extjs/BS/CRUDGridPanel.js
+++ b/resources/bluespice.extjs/BS/CRUDGridPanel.js
@@ -7,7 +7,7 @@
  * @author     Stephan Muggli <mug...@hallowelt.biz>
  * @package    Bluespice_Extensions
  * @subpackage Foundation
- * @copyright  Copyright (C) 2013 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or 
later
  * @filesource
  */
diff --git a/resources/bluespice.extjs/BS/CRUDPanel.js 
b/resources/bluespice.extjs/BS/CRUDPanel.js
index 54a4675..39ce428 100644
--- a/resources/bluespice.extjs/BS/CRUDPanel.js
+++ b/resources/bluespice.extjs/BS/CRUDPanel.js
@@ -7,7 +7,7 @@
  * @author     Stephan Muggli <mug...@hallowelt.biz>
  * @package    Bluespice_Extensions
  * @subpackage Foundation
- * @copyright  Copyright (C) 2013 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or 
later
  * @filesource
  */
diff --git a/resources/bluespice.extjs/BS/Window.js 
b/resources/bluespice.extjs/BS/Window.js
index 5dc9dab..484c380 100755
--- a/resources/bluespice.extjs/BS/Window.js
+++ b/resources/bluespice.extjs/BS/Window.js
@@ -7,7 +7,7 @@
  * @author     Stephan Muggli <mug...@hallowelt.biz>
  * @package    Bluespice_Extensions
  * @subpackage Foundation
- * @copyright  Copyright (C) 2013 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
+ * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
  * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or 
later
  * @filesource
  */

-- 
To view, visit https://gerrit.wikimedia.org/r/291894
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic26c29a354d71fd0be3f2eda18d31e6a581eccf0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceFoundation
Gerrit-Branch: master
Gerrit-Owner: Pwirth <wi...@hallowelt.biz>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to