http://www.mediawiki.org/wiki/Special:Code/MediaWiki/72159
Revision: 72159
Author: ialex
Date: 2010-09-01 19:36:18 +0000 (Wed, 01 Sep 2010)
Log Message:
-----------
Standardised file description headers:
* added @file where needed
* replaced @copyright and @license with GPL header and copyright notice
Modified Paths:
--------------
trunk/phase3/maintenance/changePassword.php
trunk/phase3/maintenance/findhooks.php
trunk/phase3/maintenance/generateSitemap.php
trunk/phase3/maintenance/initStats.php
trunk/phase3/maintenance/parserTestsParserHook.php
trunk/phase3/maintenance/parserTestsParserTime.php
trunk/phase3/maintenance/parserTestsStaticParserHook.php
trunk/phase3/maintenance/updateArticleCount.php
trunk/phase3/maintenance/updateDoubleWidthSearch.php
trunk/phase3/maintenance/updateRestrictions.php
trunk/phase3/maintenance/updateSearchIndex.php
trunk/phase3/maintenance/updateSpecialPages.php
trunk/phase3/maintenance/waitForSlave.php
Modified: trunk/phase3/maintenance/changePassword.php
===================================================================
--- trunk/phase3/maintenance/changePassword.php 2010-09-01 19:30:41 UTC (rev
72158)
+++ trunk/phase3/maintenance/changePassword.php 2010-09-01 19:36:18 UTC (rev
72159)
@@ -2,6 +2,8 @@
/**
* Change the password of a given user
*
+ * Copyright © 2005, Ævar Arnfjörð Bjarmason
+ *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
@@ -17,9 +19,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/gpl.html
*
+ * @file
* @author Ævar Arnfjörð Bjarmason <[email protected]>
- * @copyright Copyright © 2005, Ævar Arnfjörð Bjarmason
- * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
2.0 or later
* @ingroup Maintenance
*/
Modified: trunk/phase3/maintenance/findhooks.php
===================================================================
--- trunk/phase3/maintenance/findhooks.php 2010-09-01 19:30:41 UTC (rev
72158)
+++ trunk/phase3/maintenance/findhooks.php 2010-09-01 19:36:18 UTC (rev
72159)
@@ -12,6 +12,8 @@
*
* Any instance of wfRunHooks that doesn't meet these parameters will be noted.
*
+ * Copyright © Ashar Voultoiz
+ *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
@@ -27,11 +29,9 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/gpl.html
*
+ * @file
* @ingroup Maintenance
- *
* @author Ashar Voultoiz <[email protected]>
- * @copyright Copyright © Ashar voultoiz
- * @license http://www.gnu.org/copyleft/gpl.html GNU General Public Licence
2.0 or later
*/
require_once( dirname( __FILE__ ) . '/Maintenance.php' );
Modified: trunk/phase3/maintenance/generateSitemap.php
===================================================================
--- trunk/phase3/maintenance/generateSitemap.php 2010-09-01 19:30:41 UTC
(rev 72158)
+++ trunk/phase3/maintenance/generateSitemap.php 2010-09-01 19:36:18 UTC
(rev 72159)
@@ -4,6 +4,9 @@
/**
* Creates a sitemap for the site
*
+ * Copyright © 2005, Ævar Arnfjörð Bjarmason, Jens Frank <[email protected]> and
+ * Brion Vibber <[email protected]>
+ *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
@@ -19,16 +22,10 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/gpl.html
*
+ * @file
* @ingroup Maintenance
- *
- * @copyright Copyright © 2005, Ævar Arnfjörð Bjarmason
- * @copyright Copyright © 2005, Jens Frank <[email protected]>
- * @copyright Copyright © 2005, Brion Vibber <[email protected]>
- *
* @see http://www.sitemaps.org/
* @see http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd
- *
- * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
2.0 or later
*/
require_once( dirname( __FILE__ ) . '/Maintenance.php' );
Modified: trunk/phase3/maintenance/initStats.php
===================================================================
--- trunk/phase3/maintenance/initStats.php 2010-09-01 19:30:41 UTC (rev
72158)
+++ trunk/phase3/maintenance/initStats.php 2010-09-01 19:36:18 UTC (rev
72159)
@@ -1,5 +1,4 @@
<?php
-
/**
* Maintenance script to re-initialise or update the site statistics table
*
@@ -18,10 +17,10 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/gpl.html
*
+ * @file
* @ingroup Maintenance
* @author Brion Vibber
* @author Rob Church <[email protected]>
- * @licence GNU General Public Licence 2.0 or later
*/
require_once( dirname( __FILE__ ) . '/Maintenance.php' );
Modified: trunk/phase3/maintenance/parserTestsParserHook.php
===================================================================
--- trunk/phase3/maintenance/parserTestsParserHook.php 2010-09-01 19:30:41 UTC
(rev 72158)
+++ trunk/phase3/maintenance/parserTestsParserHook.php 2010-09-01 19:36:18 UTC
(rev 72159)
@@ -3,12 +3,26 @@
* A basic extension that's used by the parser tests to test whether input and
* arguments are passed to extensions properly.
*
+ * Copyright © 2005, 2006 Ævar Arnfjörð Bjarmason
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * http://www.gnu.org/copyleft/gpl.html
+ *
* @file
* @ingroup Maintenance
- *
* @author Ævar Arnfjörð Bjarmason <[email protected]>
- * @copyright Copyright © 2005, 2006 Ævar Arnfjörð Bjarmason
- * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
2.0 or later
*/
class ParserTestParserHook {
Modified: trunk/phase3/maintenance/parserTestsParserTime.php
===================================================================
--- trunk/phase3/maintenance/parserTestsParserTime.php 2010-09-01 19:30:41 UTC
(rev 72158)
+++ trunk/phase3/maintenance/parserTestsParserTime.php 2010-09-01 19:36:18 UTC
(rev 72159)
@@ -8,12 +8,26 @@
* compensate with the passage of time and certainly less expensive than a
* time-freezing device, get yours now!
*
+ * Copyright © 2005, 2006 Ævar Arnfjörð Bjarmason
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * http://www.gnu.org/copyleft/gpl.html
+ *
* @file
* @ingroup Maintenance
- *
* @author Ævar Arnfjörð Bjarmason <[email protected]>
- * @copyright Copyright © 2005, 2006 Ævar Arnfjörð Bjarmason
- * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
2.0 or later
*/
$wgHooks['ParserGetVariableValueTs'][] = 'wfParserTimeSetup';
Modified: trunk/phase3/maintenance/parserTestsStaticParserHook.php
===================================================================
--- trunk/phase3/maintenance/parserTestsStaticParserHook.php 2010-09-01
19:30:41 UTC (rev 72158)
+++ trunk/phase3/maintenance/parserTestsStaticParserHook.php 2010-09-01
19:36:18 UTC (rev 72159)
@@ -3,12 +3,26 @@
* A basic extension that's used by the parser tests to test whether the parser
* calls extensions when they're called inside comments, it shouldn't do that
*
+ * Copyright © 2005, 2006 Ævar Arnfjörð Bjarmason
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * http://www.gnu.org/copyleft/gpl.html
+ *
* @file
* @ingroup Maintenance
- *
* @author Ævar Arnfjörð Bjarmason <[email protected]>
- * @copyright Copyright © 2005, 2006 Ævar Arnfjörð Bjarmason
- * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
2.0 or later
*/
class ParserTestStaticParserHook {
Modified: trunk/phase3/maintenance/updateArticleCount.php
===================================================================
--- trunk/phase3/maintenance/updateArticleCount.php 2010-09-01 19:30:41 UTC
(rev 72158)
+++ trunk/phase3/maintenance/updateArticleCount.php 2010-09-01 19:36:18 UTC
(rev 72159)
@@ -18,6 +18,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/gpl.html
*
+ * @file
* @ingroup Maintenance
* @author Rob Church <[email protected]>
*/
Modified: trunk/phase3/maintenance/updateDoubleWidthSearch.php
===================================================================
--- trunk/phase3/maintenance/updateDoubleWidthSearch.php 2010-09-01
19:30:41 UTC (rev 72158)
+++ trunk/phase3/maintenance/updateDoubleWidthSearch.php 2010-09-01
19:36:18 UTC (rev 72159)
@@ -19,6 +19,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/gpl.html
*
+ * @file
* @ingroup Maintenance
*/
Modified: trunk/phase3/maintenance/updateRestrictions.php
===================================================================
--- trunk/phase3/maintenance/updateRestrictions.php 2010-09-01 19:30:41 UTC
(rev 72158)
+++ trunk/phase3/maintenance/updateRestrictions.php 2010-09-01 19:36:18 UTC
(rev 72159)
@@ -20,6 +20,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/gpl.html
*
+ * @file
* @ingroup Maintenance
*/
Modified: trunk/phase3/maintenance/updateSearchIndex.php
===================================================================
--- trunk/phase3/maintenance/updateSearchIndex.php 2010-09-01 19:30:41 UTC
(rev 72158)
+++ trunk/phase3/maintenance/updateSearchIndex.php 2010-09-01 19:36:18 UTC
(rev 72159)
@@ -24,6 +24,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/gpl.html
*
+ * @file
* @ingroup Maintenance
*/
Modified: trunk/phase3/maintenance/updateSpecialPages.php
===================================================================
--- trunk/phase3/maintenance/updateSpecialPages.php 2010-09-01 19:30:41 UTC
(rev 72158)
+++ trunk/phase3/maintenance/updateSpecialPages.php 2010-09-01 19:36:18 UTC
(rev 72159)
@@ -18,6 +18,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/gpl.html
*
+ * @file
* @ingroup Maintenance
*/
Modified: trunk/phase3/maintenance/waitForSlave.php
===================================================================
--- trunk/phase3/maintenance/waitForSlave.php 2010-09-01 19:30:41 UTC (rev
72158)
+++ trunk/phase3/maintenance/waitForSlave.php 2010-09-01 19:36:18 UTC (rev
72159)
@@ -15,6 +15,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/gpl.html
*
+ * @file
* @ingroup Maintenance
* @see wfWaitForSlaves()
*/
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs