Index: trunk/extensions/SearchBox/SearchBox.php |
— | — | @@ -5,12 +5,15 @@ |
6 | 6 | * @file |
7 | 7 | * @ingroup Extensions |
8 | 8 | * |
| 9 | + * This file contains the main include file for the SearchBox extension of |
| 10 | + * MediaWiki. |
| 11 | + * |
9 | 12 | * Usage: Add the following line in LocalSettings.php: |
10 | 13 | * require_once( "$IP/extensions/SearchBox/SearchBox.php" ); |
11 | 14 | * |
12 | 15 | * @author Trevor Parscal <tparscal@wikimedia.org> |
13 | | - * @copyright Public domain |
14 | | - * @license Public domain |
| 16 | + * @license GPL v2 |
| 17 | + * @version 0.1.0 |
15 | 18 | */ |
16 | 19 | |
17 | 20 | // Check environment |