r25361 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25360‎ | r25361 | r25362 >
Date:14:53, 31 August 2007
Author:catrope
Status:old
Tags:
Comment:
Imagetabs: Adding GPL header
Modified paths:
  • /trunk/extensions/Imagetabs/imagetabs.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Imagetabs/imagetabs.php
@@ -1,11 +1,19 @@
22 <?php
33 /**
 4+ * This program is free software; you can redistribute it and/or modify
 5+ * it under the terms of the GNU General Public License as published by
 6+ * the Free Software Foundation; either version 2 of the License, or
 7+ * (at your option) any later version.
 8+ *
 9+ * @author Roan Kattouw <roan.kattouw@home.nl>
 10+ * @copyright Copyright (C) 2007 Roan Kattouw
 11+ * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
 12+ *
413 * An extension that shows interwiki tabs above Image: pages
514 * Original code by Joe Beaudoin Jr. from www.battlestarwiki.org (joe(AT)frakmedia(DOT)net)
615 * Modified for more generic usage by Roan Kattouw (AKA Catrope) (roan(DOT)kattouw(AT)home(DOT)nl)
716 * For information how to install and use this extension, see the README file.
817 *
9 - * Copyright (C) Joe Beaudoin Jr. and Roan Kattouw 2007
1018 */
1119
1220 $wgExtensionFunctions[] = 'createImageTabs_setup';
@@ -45,4 +53,5 @@
4654 return true;
4755 }
4856
49 -?>
\ No newline at end of file
 57+?>
 58+

Status & tagging log