[MediaWiki-commits] [Gerrit] Replaced all "Hallo Welt! - Medienwerkstatt" and updated cop... - change (mediawiki...BlueSpiceFoundation)

2016-05-31 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  Mglaser: Looks good to me, approved
  jenkins-bot: Verified



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 

[MediaWiki-commits] [Gerrit] Replaced all "Hallo Welt! - Medienwerkstatt" and updated cop... - change (mediawiki...BlueSpiceFoundation)

2016-05-31 Thread Pwirth (Code Review)
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": [