Cboltz has uploaded a new change for review.

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


Change subject: add Christian Boltz to the list of authors
......................................................................

add Christian Boltz to the list of authors

Change-Id: I870d1350379188d8de37ded7cec76d8dc60bc179
---
M CHANGELOG
M README
M SelectCategory.php
M SelectCategory_body.php
4 files changed, 8 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SelectCategory 
refs/changes/77/51877/1

diff --git a/CHANGELOG b/CHANGELOG
index 1fb1a2b..16f8b7c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,7 @@
   - [Bug 38374] option to disallow selecting the top-level category
     (new config option $wgSelectCategoryToplevelAllowed)
   - [Bug 24911] $wgSelectCategoryRoot ignored on Special:Upload
+  - add Christian Boltz to the list of authors
 
 * v0.8.2 - 2013-02-28
   - moved to git
diff --git a/README b/README
index 830edbd..ee6e7a1 100644
--- a/README
+++ b/README
@@ -1,6 +1,7 @@
 --------------------------------------------------------------------------
 README for the CategoryTree extension
 Copyright © 2006 by Leon Weber & Manuel Schneider
+Copyright © 2013 by Christian Boltz
 Licenses: GNU General Public Licence (GPL)
           GNU Free Documentation License (GFDL)
 --------------------------------------------------------------------------
diff --git a/SelectCategory.php b/SelectCategory.php
index fd2b13a..24b8db7 100644
--- a/SelectCategory.php
+++ b/SelectCategory.php
@@ -6,8 +6,9 @@
  *
  * @file
  * @ingroup Extensions
- * @author Leon Weber <[email protected]> & Manuel Schneider 
<[email protected]>
+ * @author Leon Weber <[email protected]> & Manuel Schneider 
<[email protected]> & Christian Boltz 
<[email protected]>
  * @copyright © 2006 by Leon Weber & Manuel Schneider
+ * @copyright © 2013 by Christian Boltz
  * @licence GNU General Public Licence 2.0 or later
  */
 
@@ -69,7 +70,7 @@
        'path'           => __FILE__,
        'name'           => 'SelectCategory',
        'version'        => '0.8.2',
-       'author'         => array( 'Leon Weber', 'Manuel Schneider' ),
+       'author'         => array( 'Leon Weber', 'Manuel Schneider', 'Christian 
Boltz' ),
        'url'            => 
'https://www.mediawiki.org/wiki/Extension:SelectCategory',
        'descriptionmsg' => 'selectcategory-desc',
 );
diff --git a/SelectCategory_body.php b/SelectCategory_body.php
index 6c3ea5d..c86f77f 100644
--- a/SelectCategory_body.php
+++ b/SelectCategory_body.php
@@ -7,8 +7,9 @@
  *
  * @file
  * @ingroup Extensions
- * @author Leon Weber <[email protected]> & Manuel Schneider 
<[email protected]>
- * @copyright © 2006 by Leon Weber & Manuel Schneider
+ * @author Leon Weber <[email protected]> & Manuel Schneider 
<[email protected]> & Christian Boltz 
<[email protected]>
+ * @copyright © 2006 by Leon Weber & Manuel Schneider
+ * @copyright © 2013 by Christian Boltz
  * @licence GNU General Public Licence 2.0 or later
  */
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I870d1350379188d8de37ded7cec76d8dc60bc179
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SelectCategory
Gerrit-Branch: master
Gerrit-Owner: Cboltz <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to