Index: trunk/extensions/Imagetabs/imagetabs.php |
— | — | @@ -1,11 +1,19 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 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 | + * |
4 | 13 | * An extension that shows interwiki tabs above Image: pages |
5 | 14 | * Original code by Joe Beaudoin Jr. from www.battlestarwiki.org (joe(AT)frakmedia(DOT)net) |
6 | 15 | * Modified for more generic usage by Roan Kattouw (AKA Catrope) (roan(DOT)kattouw(AT)home(DOT)nl) |
7 | 16 | * For information how to install and use this extension, see the README file. |
8 | 17 | * |
9 | | - * Copyright (C) Joe Beaudoin Jr. and Roan Kattouw 2007 |
10 | 18 | */ |
11 | 19 | |
12 | 20 | $wgExtensionFunctions[] = 'createImageTabs_setup'; |
— | — | @@ -45,4 +53,5 @@ |
46 | 54 | return true; |
47 | 55 | } |
48 | 56 | |
49 | | -?> |
\ No newline at end of file |
| 57 | +?> |
| 58 | + |