r42778 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r42777‎ | r42778 | r42779 >
Date:18:25, 29 October 2008
Author:tparscal
Status:old
Tags:
Comment:
Corrected license info.
Modified paths:
  • /trunk/extensions/SearchBox/SearchBox.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SearchBox/SearchBox.php
@@ -5,12 +5,15 @@
66 * @file
77 * @ingroup Extensions
88 *
 9+ * This file contains the main include file for the SearchBox extension of
 10+ * MediaWiki.
 11+ *
912 * Usage: Add the following line in LocalSettings.php:
1013 * require_once( "$IP/extensions/SearchBox/SearchBox.php" );
1114 *
1215 * @author Trevor Parscal <tparscal@wikimedia.org>
13 - * @copyright Public domain
14 - * @license Public domain
 16+ * @license GPL v2
 17+ * @version 0.1.0
1518 */
1619
1720 // Check environment

Status & tagging log