r105595 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105594‎ | r105595 | r105596 >
Date:21:59, 8 December 2011
Author:danwe
Status:deferred (Comments)
Tags:
Comment:
license is GPL 2, not ISC
Modified paths:
  • /trunk/extensions/Loops/Loops.php (modified) (history)
  • /trunk/extensions/Loops/README (modified) (history)

Diff [purge]

Index: trunk/extensions/Loops/Loops.php
@@ -19,12 +19,12 @@
2020 if ( ! defined( 'MEDIAWIKI' ) ) { die( ); }
2121
2222 $wgExtensionCredits['parserhook'][] = array(
23 - 'path' => __FILE__,
24 - 'author' => array( 'David M. Sledge', '[http://www.mediawiki.org/wiki/User:Danwe Daniel Werner]' ),
25 - 'name' => 'Loops',
26 - 'version' => ExtLoops::VERSION,
 23+ 'path' => __FILE__,
 24+ 'author' => array( 'David M. Sledge', '[http://www.mediawiki.org/wiki/User:Danwe Daniel Werner]' ),
 25+ 'name' => 'Loops',
 26+ 'version' => ExtLoops::VERSION,
2727 'descriptionmsg' => 'loops-desc',
28 - 'url' => 'http://www.mediawiki.org/wiki/Extension:Loops',
 28+ 'url' => 'http://www.mediawiki.org/wiki/Extension:Loops',
2929 );
3030
3131 // language files:
Index: trunk/extensions/Loops/README
@@ -4,8 +4,8 @@
55 It is not compatible with MediaWiki versions below 1.12.
66
77 * Website: http://www.mediawiki.org/wiki/Extension:Loops
8 -* Authors: David M. Sledge, Daniel Werner < danweetz@web.de >
9 -* License: ISC license
 8+* Authors: David M. Sledge, Daniel Werner < danweetz@web.de >
 9+* License: GNU GPL v2 or higher
1010
1111
1212 == Installation ==

Comments

#Comment by Danwe (talk | contribs)   22:02, 8 December 2011

This solves Bug 32880

Status & tagging log