r50529 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50528‎ | r50529 | r50530 >
Date:18:06, 12 May 2009
Author:jan
Status:deferred
Tags:
Comment:
Add license to Poll_body.php
Modified paths:
  • /trunk/extensions/Poll/Poll.php (modified) (history)
  • /trunk/extensions/Poll/Poll_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Poll/Poll_body.php
@@ -1,5 +1,13 @@
22 <?php
 3+/**
 4+ * Poll_body - Body for the Special Page Special:Poll
 5+ *
 6+ * @ingroup Extensions
 7+ * @author Jan Luca <jan@toolserver.org>
 8+ * @license http://creativecommons.org/licenses/by-sa/3.0/ Attribution-Share Alike 3.0 Unported or later
 9+ */
310
 11+
412 class Poll extends SpecialPage {
513
614 public function __construct() {
Index: trunk/extensions/Poll/Poll.php
@@ -7,7 +7,7 @@
88 *
99 * @ingroup Extensions
1010 * @author Jan Luca <jan@toolserver.org>
11 - * @version 0.0
 11+ * @version 0.0.1
1212 * @link http://www.mediawiki.org/wiki/User:Jan_Luca/Extension:Poll2 Documentation
1313 * @license http://creativecommons.org/licenses/by-sa/3.0/ Attribution-Share Alike 3.0 Unported or later
1414 */

Status & tagging log