Index: branches/maintenance-work/maintenance/Maintenance.php |
— | — | @@ -8,6 +8,21 @@ |
9 | 9 | * is the execute() method. See docs/maintenance.txt for more info |
10 | 10 | * and a quick demo of how to use it. |
11 | 11 | * |
| 12 | + * This program is free software; you can redistribute it and/or modify |
| 13 | + * it under the terms of the GNU General Public License as published by |
| 14 | + * the Free Software Foundation; either version 2 of the License, or |
| 15 | + * (at your option) any later version. |
| 16 | + * |
| 17 | + * This program is distributed in the hope that it will be useful, |
| 18 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 19 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 20 | + * GNU General Public License for more details. |
| 21 | + * |
| 22 | + * You should have received a copy of the GNU General Public License along |
| 23 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 24 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 25 | + * http://www.gnu.org/copyleft/gpl.html |
| 26 | + * |
12 | 27 | * @author Chad Horohoe <chad@anyonecanedit.org> |
13 | 28 | * @since 1.16 |
14 | 29 | * @ingroup Maintenance |
Index: branches/maintenance-work/maintenance/findhooks.php |
— | — | @@ -12,7 +12,21 @@ |
13 | 13 | * |
14 | 14 | * Any instance of wfRunHooks that doesn't meet these parameters will be noted. |
15 | 15 | * |
16 | | - * @file |
| 16 | + * This program is free software; you can redistribute it and/or modify |
| 17 | + * it under the terms of the GNU General Public License as published by |
| 18 | + * the Free Software Foundation; either version 2 of the License, or |
| 19 | + * (at your option) any later version. |
| 20 | + * |
| 21 | + * This program is distributed in the hope that it will be useful, |
| 22 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 23 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 24 | + * GNU General Public License for more details. |
| 25 | + * |
| 26 | + * You should have received a copy of the GNU General Public License along |
| 27 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 28 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 29 | + * http://www.gnu.org/copyleft/gpl.html |
| 30 | + * |
17 | 31 | * @ingroup Maintenance |
18 | 32 | * |
19 | 33 | * @author Ashar Voultoiz <hashar@altern.org> |
Index: branches/maintenance-work/maintenance/renameDbPrefix.php |
— | — | @@ -3,7 +3,21 @@ |
4 | 4 | * Run this script to after changing $wgDBprefix on a wiki. |
5 | 5 | * The wiki will have to get downtime to do this correctly. |
6 | 6 | * |
7 | | - * @file |
| 7 | + * This program is free software; you can redistribute it and/or modify |
| 8 | + * it under the terms of the GNU General Public License as published by |
| 9 | + * the Free Software Foundation; either version 2 of the License, or |
| 10 | + * (at your option) any later version. |
| 11 | + * |
| 12 | + * This program is distributed in the hope that it will be useful, |
| 13 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | + * GNU General Public License for more details. |
| 16 | + * |
| 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 20 | + * http://www.gnu.org/copyleft/gpl.html |
| 21 | + * |
8 | 22 | * @ingroup Maintenance |
9 | 23 | */ |
10 | 24 | |
Index: branches/maintenance-work/maintenance/deleteImageMemcached.php |
— | — | @@ -5,7 +5,21 @@ |
6 | 6 | * Usage example: |
7 | 7 | * php deleteImageMemcached.php --until "2005-09-05 00:00:00" --sleep 0 |
8 | 8 | * |
9 | | - * @file |
| 9 | + * This program is free software; you can redistribute it and/or modify |
| 10 | + * it under the terms of the GNU General Public License as published by |
| 11 | + * the Free Software Foundation; either version 2 of the License, or |
| 12 | + * (at your option) any later version. |
| 13 | + * |
| 14 | + * This program is distributed in the hope that it will be useful, |
| 15 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 16 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 17 | + * GNU General Public License for more details. |
| 18 | + * |
| 19 | + * You should have received a copy of the GNU General Public License along |
| 20 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 21 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 22 | + * http://www.gnu.org/copyleft/gpl.html |
| 23 | + * |
10 | 24 | * @ingroup Maintenance |
11 | 25 | */ |
12 | 26 | |
Index: branches/maintenance-work/maintenance/createAndPromote.php |
— | — | @@ -3,7 +3,21 @@ |
4 | 4 | /** |
5 | 5 | * Maintenance script to create an account and grant it administrator rights |
6 | 6 | * |
7 | | - * @file |
| 7 | + * This program is free software; you can redistribute it and/or modify |
| 8 | + * it under the terms of the GNU General Public License as published by |
| 9 | + * the Free Software Foundation; either version 2 of the License, or |
| 10 | + * (at your option) any later version. |
| 11 | + * |
| 12 | + * This program is distributed in the hope that it will be useful, |
| 13 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | + * GNU General Public License for more details. |
| 16 | + * |
| 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 20 | + * http://www.gnu.org/copyleft/gpl.html |
| 21 | + * |
8 | 22 | * @ingroup Maintenance |
9 | 23 | * @author Rob Church <robchur@gmail.com> |
10 | 24 | */ |
Index: branches/maintenance-work/maintenance/fixTimestamps.php |
— | — | @@ -6,7 +6,21 @@ |
7 | 7 | * and must bracket the damage. There must be a majority of good timestamps in the |
8 | 8 | * search period. |
9 | 9 | * |
10 | | - * @file |
| 10 | + * This program is free software; you can redistribute it and/or modify |
| 11 | + * it under the terms of the GNU General Public License as published by |
| 12 | + * the Free Software Foundation; either version 2 of the License, or |
| 13 | + * (at your option) any later version. |
| 14 | + * |
| 15 | + * This program is distributed in the hope that it will be useful, |
| 16 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 17 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 18 | + * GNU General Public License for more details. |
| 19 | + * |
| 20 | + * You should have received a copy of the GNU General Public License along |
| 21 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 22 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 23 | + * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
11 | 25 | * @ingroup Maintenance |
12 | 26 | */ |
13 | 27 | |
Index: branches/maintenance-work/maintenance/benchmarkPurge.php |
— | — | @@ -2,7 +2,21 @@ |
3 | 3 | /** |
4 | 4 | * Squid purge benchmark script |
5 | 5 | * |
6 | | - * @file |
| 6 | + * This program is free software; you can redistribute it and/or modify |
| 7 | + * it under the terms of the GNU General Public License as published by |
| 8 | + * the Free Software Foundation; either version 2 of the License, or |
| 9 | + * (at your option) any later version. |
| 10 | + * |
| 11 | + * This program is distributed in the hope that it will be useful, |
| 12 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | + * GNU General Public License for more details. |
| 15 | + * |
| 16 | + * You should have received a copy of the GNU General Public License along |
| 17 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 18 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 19 | + * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
7 | 21 | * @ingroup Maintenance |
8 | 22 | */ |
9 | 23 | |
Index: branches/maintenance-work/maintenance/checkUsernames.php |
— | — | @@ -3,7 +3,22 @@ |
4 | 4 | * This script verifies that database usernames are actually valid. |
5 | 5 | * An existing usernames can become invalid if User::isValidUserName() |
6 | 6 | * is altered or if we change the $wgMaxNameChars |
7 | | - * @file |
| 7 | + * |
| 8 | + * This program is free software; you can redistribute it and/or modify |
| 9 | + * it under the terms of the GNU General Public License as published by |
| 10 | + * the Free Software Foundation; either version 2 of the License, or |
| 11 | + * (at your option) any later version. |
| 12 | + * |
| 13 | + * This program is distributed in the hope that it will be useful, |
| 14 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | + * GNU General Public License for more details. |
| 17 | + * |
| 18 | + * You should have received a copy of the GNU General Public License along |
| 19 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 20 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 21 | + * http://www.gnu.org/copyleft/gpl.html |
| 22 | + * |
8 | 23 | * @ingroup Maintenance |
9 | 24 | */ |
10 | 25 | |
Index: branches/maintenance-work/maintenance/reassignEdits.php |
— | — | @@ -2,6 +2,21 @@ |
3 | 3 | /** |
4 | 4 | * Reassign edits from a user or IP address to another user |
5 | 5 | * |
| 6 | + * This program is free software; you can redistribute it and/or modify |
| 7 | + * it under the terms of the GNU General Public License as published by |
| 8 | + * the Free Software Foundation; either version 2 of the License, or |
| 9 | + * (at your option) any later version. |
| 10 | + * |
| 11 | + * This program is distributed in the hope that it will be useful, |
| 12 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | + * GNU General Public License for more details. |
| 15 | + * |
| 16 | + * You should have received a copy of the GNU General Public License along |
| 17 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 18 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 19 | + * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
6 | 21 | * @ingroup Maintenance |
7 | 22 | * @author Rob Church <robchur@gmail.com> |
8 | 23 | * @licence GNU General Public Licence 2.0 or later |
Index: branches/maintenance-work/maintenance/cleanupSpam.php |
— | — | @@ -1,6 +1,22 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | 4 | * Cleanup all spam from a given hostname |
| 5 | + * |
| 6 | + * This program is free software; you can redistribute it and/or modify |
| 7 | + * it under the terms of the GNU General Public License as published by |
| 8 | + * the Free Software Foundation; either version 2 of the License, or |
| 9 | + * (at your option) any later version. |
| 10 | + * |
| 11 | + * This program is distributed in the hope that it will be useful, |
| 12 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | + * GNU General Public License for more details. |
| 15 | + * |
| 16 | + * You should have received a copy of the GNU General Public License along |
| 17 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 18 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 19 | + * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
5 | 21 | * @ingroup Maintenance |
6 | 22 | */ |
7 | 23 | |
Index: branches/maintenance-work/maintenance/orphans.php |
— | — | @@ -1,29 +1,28 @@ |
2 | 2 | <?php |
3 | | -# Copyright (C) 2005 Brion Vibber <brion@pobox.com> |
4 | | -# http://www.mediawiki.org/ |
5 | | -# |
6 | | -# This program is free software; you can redistribute it and/or modify |
7 | | -# it under the terms of the GNU General Public License as published by |
8 | | -# the Free Software Foundation; either version 2 of the License, or |
9 | | -# (at your option) any later version. |
10 | | -# |
11 | | -# This program is distributed in the hope that it will be useful, |
12 | | -# but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 | | -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | | -# GNU General Public License for more details. |
15 | | -# |
16 | | -# You should have received a copy of the GNU General Public License along |
17 | | -# with this program; if not, write to the Free Software Foundation, Inc., |
18 | | -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
19 | | -# http://www.gnu.org/copyleft/gpl.html |
20 | | - |
21 | 3 | /** |
22 | 4 | * Look for 'orphan' revisions hooked to pages which don't exist |
23 | 5 | * And 'childless' pages with no revisions. |
24 | 6 | * Then, kill the poor widows and orphans. |
25 | 7 | * Man this is depressing. |
26 | 8 | * |
27 | | - * @file |
| 9 | + * Copyright (C) 2005 Brion Vibber <brion@pobox.com> |
| 10 | + * http://www.mediawiki.org/ |
| 11 | + * |
| 12 | + * This program is free software; you can redistribute it and/or modify |
| 13 | + * it under the terms of the GNU General Public License as published by |
| 14 | + * the Free Software Foundation; either version 2 of the License, or |
| 15 | + * (at your option) any later version. |
| 16 | + * |
| 17 | + * This program is distributed in the hope that it will be useful, |
| 18 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 19 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 20 | + * GNU General Public License for more details. |
| 21 | + * |
| 22 | + * You should have received a copy of the GNU General Public License along |
| 23 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 24 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 25 | + * http://www.gnu.org/copyleft/gpl.html |
| 26 | + * |
28 | 27 | * @author <brion@pobox.com> |
29 | 28 | * @ingroup Maintenance |
30 | 29 | */ |
— | — | @@ -55,7 +54,7 @@ |
56 | 55 | * @param $extraTable String The name of any extra tables to lock (eg: text) |
57 | 56 | */ |
58 | 57 | private function lockTables( &$db, $extraTable = null ) { |
59 | | - $tbls = array( 'page', 'revision' ); |
| 58 | + $tbls = array( 'page', 'revision', 'redirect' ); |
60 | 59 | if( $extraTable ) |
61 | 60 | $tbls[] = $extraTable; |
62 | 61 | $db->lockTables( array(), $tbls, __METHOD__, false ); |
Index: branches/maintenance-work/maintenance/rebuildLocalisationCache.php |
— | — | @@ -8,6 +8,23 @@ |
9 | 9 | * php rebuildLocalisationCache.php [--force] |
10 | 10 | * |
11 | 11 | * Use --force to rebuild all files, even the ones that are not out of date. |
| 12 | + * |
| 13 | + * This program is free software; you can redistribute it and/or modify |
| 14 | + * it under the terms of the GNU General Public License as published by |
| 15 | + * the Free Software Foundation; either version 2 of the License, or |
| 16 | + * (at your option) any later version. |
| 17 | + * |
| 18 | + * This program is distributed in the hope that it will be useful, |
| 19 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 20 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 21 | + * GNU General Public License for more details. |
| 22 | + * |
| 23 | + * You should have received a copy of the GNU General Public License along |
| 24 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 25 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 26 | + * http://www.gnu.org/copyleft/gpl.html |
| 27 | + * |
| 28 | + * @ingroup Maintenance |
12 | 29 | */ |
13 | 30 | |
14 | 31 | require_once( "Maintenance.php" ); |
Index: branches/maintenance-work/maintenance/deleteRevision.php |
— | — | @@ -2,8 +2,23 @@ |
3 | 3 | /** |
4 | 4 | * Delete one or more revisions by moving them to the archive table. |
5 | 5 | * |
6 | | - * @file |
| 6 | + * This program is free software; you can redistribute it and/or modify |
| 7 | + * it under the terms of the GNU General Public License as published by |
| 8 | + * the Free Software Foundation; either version 2 of the License, or |
| 9 | + * (at your option) any later version. |
| 10 | + * |
| 11 | + * This program is distributed in the hope that it will be useful, |
| 12 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | + * GNU General Public License for more details. |
| 15 | + * |
| 16 | + * You should have received a copy of the GNU General Public License along |
| 17 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 18 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 19 | + * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
7 | 21 | * @ingroup Maintenance |
| 22 | + * @ingroup Maintenance |
8 | 23 | */ |
9 | 24 | |
10 | 25 | require_once( "Maintenance.php" ); |
Index: branches/maintenance-work/maintenance/updateRestrictions.php |
— | — | @@ -5,7 +5,21 @@ |
6 | 6 | * schema change. All remaining page_restriction column values are moved |
7 | 7 | * to the new table. |
8 | 8 | * |
9 | | - * @file |
| 9 | + * This program is free software; you can redistribute it and/or modify |
| 10 | + * it under the terms of the GNU General Public License as published by |
| 11 | + * the Free Software Foundation; either version 2 of the License, or |
| 12 | + * (at your option) any later version. |
| 13 | + * |
| 14 | + * This program is distributed in the hope that it will be useful, |
| 15 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 16 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 17 | + * GNU General Public License for more details. |
| 18 | + * |
| 19 | + * You should have received a copy of the GNU General Public License along |
| 20 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 21 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 22 | + * http://www.gnu.org/copyleft/gpl.html |
| 23 | + * |
10 | 24 | * @ingroup Maintenance |
11 | 25 | */ |
12 | 26 | |
Index: branches/maintenance-work/maintenance/showJobs.php |
— | — | @@ -4,7 +4,21 @@ |
5 | 5 | * |
6 | 6 | * Report number of jobs currently waiting in master database. |
7 | 7 | * |
8 | | - * @file |
| 8 | + * This program is free software; you can redistribute it and/or modify |
| 9 | + * it under the terms of the GNU General Public License as published by |
| 10 | + * the Free Software Foundation; either version 2 of the License, or |
| 11 | + * (at your option) any later version. |
| 12 | + * |
| 13 | + * This program is distributed in the hope that it will be useful, |
| 14 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | + * GNU General Public License for more details. |
| 17 | + * |
| 18 | + * You should have received a copy of the GNU General Public License along |
| 19 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 20 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 21 | + * http://www.gnu.org/copyleft/gpl.html |
| 22 | + * |
9 | 23 | * @ingroup Maintenance |
10 | 24 | * @author Tim Starling |
11 | 25 | * @author Ashar Voultoiz |
— | — | @@ -19,7 +33,7 @@ |
20 | 34 | } |
21 | 35 | public function execute() { |
22 | 36 | $dbw = wfGetDB( DB_MASTER ); |
23 | | - $this->output( $dbw->selectField( 'job', 'count(*)', '', 'runJobs.php' ) . "\n" ); |
| 37 | + $this->output( $dbw->selectField( 'job', 'count(*)', '', __METHOD__ ) . "\n" ); |
24 | 38 | } |
25 | 39 | } |
26 | 40 | |
Index: branches/maintenance-work/maintenance/populateLogUsertext.php |
— | — | @@ -5,7 +5,21 @@ |
6 | 6 | * schema change. All remaining page_restriction column values are moved
|
7 | 7 | * to the new table.
|
8 | 8 | *
|
9 | | - * @file
|
| 9 | + * This program is free software; you can redistribute it and/or modify
|
| 10 | + * it under the terms of the GNU General Public License as published by
|
| 11 | + * the Free Software Foundation; either version 2 of the License, or
|
| 12 | + * (at your option) any later version.
|
| 13 | + *
|
| 14 | + * This program is distributed in the hope that it will be useful,
|
| 15 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 16 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 17 | + * GNU General Public License for more details.
|
| 18 | + *
|
| 19 | + * You should have received a copy of the GNU General Public License along
|
| 20 | + * with this program; if not, write to the Free Software Foundation, Inc.,
|
| 21 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
| 22 | + * http://www.gnu.org/copyleft/gpl.html
|
| 23 | + *
|
10 | 24 | * @ingroup Maintenance
|
11 | 25 | */
|
12 | 26 |
|
Index: branches/maintenance-work/maintenance/deleteOldRevisions.php |
— | — | @@ -3,7 +3,21 @@ |
4 | 4 | /** |
5 | 5 | * Delete old (non-current) revisions from the database |
6 | 6 | * |
7 | | - * @file |
| 7 | + * This program is free software; you can redistribute it and/or modify |
| 8 | + * it under the terms of the GNU General Public License as published by |
| 9 | + * the Free Software Foundation; either version 2 of the License, or |
| 10 | + * (at your option) any later version. |
| 11 | + * |
| 12 | + * This program is distributed in the hope that it will be useful, |
| 13 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | + * GNU General Public License for more details. |
| 16 | + * |
| 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 20 | + * http://www.gnu.org/copyleft/gpl.html |
| 21 | + * |
8 | 22 | * @ingroup Maintenance |
9 | 23 | * @author Rob Church <robchur@gmail.com> |
10 | 24 | */ |
Index: branches/maintenance-work/maintenance/waitForSlave.php |
— | — | @@ -1,8 +1,22 @@ |
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 | + * This program is distributed in the hope that it will be useful, |
| 10 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 11 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 12 | + * GNU General Public License for more details. |
| 13 | + * |
| 14 | + * You should have received a copy of the GNU General Public License along |
| 15 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 16 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 17 | + * http://www.gnu.org/copyleft/gpl.html |
| 18 | + * |
| 19 | + * @ingroup Maintenance |
4 | 20 | * @see wfWaitForSlaves() |
5 | | - * @file |
6 | | - * @ingroup Maintenance |
7 | 21 | */ |
8 | 22 | |
9 | 23 | require_once( "Maintenance.php" ); |
Index: branches/maintenance-work/maintenance/purgeList.php |
— | — | @@ -2,7 +2,21 @@ |
3 | 3 | /** |
4 | 4 | * Send purge requests for listed pages to squid |
5 | 5 | * |
6 | | - * @file |
| 6 | + * This program is free software; you can redistribute it and/or modify |
| 7 | + * it under the terms of the GNU General Public License as published by |
| 8 | + * the Free Software Foundation; either version 2 of the License, or |
| 9 | + * (at your option) any later version. |
| 10 | + * |
| 11 | + * This program is distributed in the hope that it will be useful, |
| 12 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | + * GNU General Public License for more details. |
| 15 | + * |
| 16 | + * You should have received a copy of the GNU General Public License along |
| 17 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 18 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 19 | + * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
7 | 21 | * @ingroup Maintenance |
8 | 22 | */ |
9 | 23 | |
Index: branches/maintenance-work/maintenance/populateLogSearch.php |
— | — | @@ -3,7 +3,21 @@ |
4 | 4 | * Makes the required database updates for populating the |
5 | 5 | * log_search table retroactively |
6 | 6 | * |
7 | | - * @file |
| 7 | + * This program is free software; you can redistribute it and/or modify |
| 8 | + * it under the terms of the GNU General Public License as published by |
| 9 | + * the Free Software Foundation; either version 2 of the License, or |
| 10 | + * (at your option) any later version. |
| 11 | + * |
| 12 | + * This program is distributed in the hope that it will be useful, |
| 13 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | + * GNU General Public License for more details. |
| 16 | + * |
| 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 20 | + * http://www.gnu.org/copyleft/gpl.html |
| 21 | + * |
8 | 22 | * @ingroup Maintenance |
9 | 23 | */ |
10 | 24 | |
Index: branches/maintenance-work/maintenance/initEditCount.php |
— | — | @@ -1,6 +1,20 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * @file |
| 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 | + * This program is distributed in the hope that it will be useful, |
| 10 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 11 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 12 | + * GNU General Public License for more details. |
| 13 | + * |
| 14 | + * You should have received a copy of the GNU General Public License along |
| 15 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 16 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 17 | + * http://www.gnu.org/copyleft/gpl.html |
| 18 | + * |
5 | 19 | * @ingroup Maintenance |
6 | 20 | */ |
7 | 21 | |
Index: branches/maintenance-work/maintenance/rebuildtextindex.php |
— | — | @@ -6,9 +6,23 @@ |
7 | 7 | * This is only for MySQL (see bug 9905). |
8 | 8 | * Postgres is trigger-based and should never need rebuilding. |
9 | 9 | * |
10 | | - * @file |
| 10 | + * This program is free software; you can redistribute it and/or modify |
| 11 | + * it under the terms of the GNU General Public License as published by |
| 12 | + * the Free Software Foundation; either version 2 of the License, or |
| 13 | + * (at your option) any later version. |
| 14 | + * |
| 15 | + * This program is distributed in the hope that it will be useful, |
| 16 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 17 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 18 | + * GNU General Public License for more details. |
| 19 | + * |
| 20 | + * You should have received a copy of the GNU General Public License along |
| 21 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 22 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 23 | + * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @ingroup Maintenance |
11 | 26 | * @todo document |
12 | | - * @ingroup Maintenance |
13 | 27 | */ |
14 | 28 | |
15 | 29 | require_once( "Maintenance.php" ); |
Index: branches/maintenance-work/maintenance/deleteOrphanedRevisions.php |
— | — | @@ -4,7 +4,21 @@ |
5 | 5 | * Maintenance script to delete revisions which refer to a nonexisting page |
6 | 6 | * Sometimes manual deletion done in a rush leaves crap in the database |
7 | 7 | * |
8 | | - * @file |
| 8 | + * This program is free software; you can redistribute it and/or modify |
| 9 | + * it under the terms of the GNU General Public License as published by |
| 10 | + * the Free Software Foundation; either version 2 of the License, or |
| 11 | + * (at your option) any later version. |
| 12 | + * |
| 13 | + * This program is distributed in the hope that it will be useful, |
| 14 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | + * GNU General Public License for more details. |
| 17 | + * |
| 18 | + * You should have received a copy of the GNU General Public License along |
| 19 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 20 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 21 | + * http://www.gnu.org/copyleft/gpl.html |
| 22 | + * |
9 | 23 | * @ingroup Maintenance |
10 | 24 | * @author Rob Church <robchur@gmail.com> |
11 | 25 | * @todo More efficient cleanup of text records |
Index: branches/maintenance-work/maintenance/eval.php |
— | — | @@ -12,7 +12,21 @@ |
13 | 13 | * To get decent line editing behavior, you should compile PHP with support |
14 | 14 | * for GNU readline (pass --with-readline to configure). |
15 | 15 | * |
16 | | - * @file |
| 16 | + * This program is free software; you can redistribute it and/or modify |
| 17 | + * it under the terms of the GNU General Public License as published by |
| 18 | + * the Free Software Foundation; either version 2 of the License, or |
| 19 | + * (at your option) any later version. |
| 20 | + * |
| 21 | + * This program is distributed in the hope that it will be useful, |
| 22 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 23 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 24 | + * GNU General Public License for more details. |
| 25 | + * |
| 26 | + * You should have received a copy of the GNU General Public License along |
| 27 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 28 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 29 | + * http://www.gnu.org/copyleft/gpl.html |
| 30 | + * |
17 | 31 | * @ingroup Maintenance |
18 | 32 | */ |
19 | 33 | |
Index: branches/maintenance-work/maintenance/deleteArchivedFiles.php |
— | — | @@ -3,7 +3,21 @@ |
4 | 4 | /** |
5 | 5 | * Delete archived (non-current) files from the database |
6 | 6 | * |
7 | | - * @file |
| 7 | + * This program is free software; you can redistribute it and/or modify |
| 8 | + * it under the terms of the GNU General Public License as published by |
| 9 | + * the Free Software Foundation; either version 2 of the License, or |
| 10 | + * (at your option) any later version. |
| 11 | + * |
| 12 | + * This program is distributed in the hope that it will be useful, |
| 13 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | + * GNU General Public License for more details. |
| 16 | + * |
| 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 20 | + * http://www.gnu.org/copyleft/gpl.html |
| 21 | + * |
8 | 22 | * @ingroup Maintenance |
9 | 23 | * @author Aaron Schulz |
10 | 24 | * Based on deleteOldRevisions.php by Rob Church |
Index: branches/maintenance-work/maintenance/namespaceDupes.php |
— | — | @@ -1,24 +1,25 @@ |
2 | 2 | <?php |
3 | | -# Copyright (C) 2005-2007 Brion Vibber <brion@pobox.com> |
4 | | -# http://www.mediawiki.org/ |
5 | | -# |
6 | | -# This program is free software; you can redistribute it and/or modify |
7 | | -# it under the terms of the GNU General Public License as published by |
8 | | -# the Free Software Foundation; either version 2 of the License, or |
9 | | -# (at your option) any later version. |
10 | | -# |
11 | | -# This program is distributed in the hope that it will be useful, |
12 | | -# but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 | | -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | | -# GNU General Public License for more details. |
15 | | -# |
16 | | -# You should have received a copy of the GNU General Public License along |
17 | | -# with this program; if not, write to the Free Software Foundation, Inc., |
18 | | -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
19 | | -# http://www.gnu.org/copyleft/gpl.html |
20 | | - |
21 | 3 | /** |
22 | | - * @file |
| 4 | + * Check for articles to fix after adding/deleting namespaces |
| 5 | + * |
| 6 | + * Copyright (C) 2005-2007 Brion Vibber <brion@pobox.com> |
| 7 | + * http://www.mediawiki.org/ |
| 8 | + * |
| 9 | + * This program is free software; you can redistribute it and/or modify |
| 10 | + * it under the terms of the GNU General Public License as published by |
| 11 | + * the Free Software Foundation; either version 2 of the License, or |
| 12 | + * (at your option) any later version. |
| 13 | + * |
| 14 | + * This program is distributed in the hope that it will be useful, |
| 15 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 16 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 17 | + * GNU General Public License for more details. |
| 18 | + * |
| 19 | + * You should have received a copy of the GNU General Public License along |
| 20 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 21 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 22 | + * http://www.gnu.org/copyleft/gpl.html |
| 23 | + * |
23 | 24 | * @ingroup Maintenance |
24 | 25 | */ |
25 | 26 | |
Index: branches/maintenance-work/maintenance/fetchText.php |
— | — | @@ -2,7 +2,21 @@ |
3 | 3 | /** |
4 | 4 | * Communications protocol... |
5 | 5 | * |
6 | | - * @file |
| 6 | + * This program is free software; you can redistribute it and/or modify |
| 7 | + * it under the terms of the GNU General Public License as published by |
| 8 | + * the Free Software Foundation; either version 2 of the License, or |
| 9 | + * (at your option) any later version. |
| 10 | + * |
| 11 | + * This program is distributed in the hope that it will be useful, |
| 12 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | + * GNU General Public License for more details. |
| 15 | + * |
| 16 | + * You should have received a copy of the GNU General Public License along |
| 17 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 18 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 19 | + * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
7 | 21 | * @ingroup Maintenance |
8 | 22 | */ |
9 | 23 | |
Index: branches/maintenance-work/maintenance/sql.php |
— | — | @@ -3,8 +3,22 @@ |
4 | 4 | * Send SQL queries from the specified file to the database, performing |
5 | 5 | * variable replacement along the way. |
6 | 6 | * |
7 | | - * @file |
8 | | - * @ingroup Database Maintenance |
| 7 | + * This program is free software; you can redistribute it and/or modify |
| 8 | + * it under the terms of the GNU General Public License as published by |
| 9 | + * the Free Software Foundation; either version 2 of the License, or |
| 10 | + * (at your option) any later version. |
| 11 | + * |
| 12 | + * This program is distributed in the hope that it will be useful, |
| 13 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | + * GNU General Public License for more details. |
| 16 | + * |
| 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 20 | + * http://www.gnu.org/copyleft/gpl.html |
| 21 | + * |
| 22 | + * @ingroup Maintenance |
9 | 23 | */ |
10 | 24 | |
11 | 25 | require_once( "Maintenance.php" ); |
Index: branches/maintenance-work/maintenance/showStats.php |
— | — | @@ -4,7 +4,21 @@ |
5 | 5 | * Maintenance script to show the cached statistics. |
6 | 6 | * Give out the same output as [[Special:Statistics]] |
7 | 7 | * |
8 | | - * @file |
| 8 | + * This program is free software; you can redistribute it and/or modify |
| 9 | + * it under the terms of the GNU General Public License as published by |
| 10 | + * the Free Software Foundation; either version 2 of the License, or |
| 11 | + * (at your option) any later version. |
| 12 | + * |
| 13 | + * This program is distributed in the hope that it will be useful, |
| 14 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | + * GNU General Public License for more details. |
| 17 | + * |
| 18 | + * You should have received a copy of the GNU General Public License along |
| 19 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 20 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 21 | + * http://www.gnu.org/copyleft/gpl.html |
| 22 | + * |
9 | 23 | * @ingroup Maintenance |
10 | 24 | * @author Ashar Voultoiz <hashar@altern.org> |
11 | 25 | * Based on initStats.php by: |
Index: branches/maintenance-work/maintenance/rebuildmessages.php |
— | — | @@ -1,7 +1,22 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | 4 | * This script purges all language messages from the cache |
5 | | - * @file |
| 5 | + * |
| 6 | + * This program is free software; you can redistribute it and/or modify |
| 7 | + * it under the terms of the GNU General Public License as published by |
| 8 | + * the Free Software Foundation; either version 2 of the License, or |
| 9 | + * (at your option) any later version. |
| 10 | + * |
| 11 | + * This program is distributed in the hope that it will be useful, |
| 12 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | + * GNU General Public License for more details. |
| 15 | + * |
| 16 | + * You should have received a copy of the GNU General Public License along |
| 17 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 18 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 19 | + * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
6 | 21 | * @ingroup Maintenance |
7 | 22 | */ |
8 | 23 | |
Index: branches/maintenance-work/maintenance/convertLinks.php |
— | — | @@ -3,7 +3,21 @@ |
4 | 4 | * Convert from the old links schema (string->ID) to the new schema (ID->ID) |
5 | 5 | * The wiki should be put into read-only mode while this script executes |
6 | 6 | * |
7 | | - * @file |
| 7 | + * This program is free software; you can redistribute it and/or modify |
| 8 | + * it under the terms of the GNU General Public License as published by |
| 9 | + * the Free Software Foundation; either version 2 of the License, or |
| 10 | + * (at your option) any later version. |
| 11 | + * |
| 12 | + * This program is distributed in the hope that it will be useful, |
| 13 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | + * GNU General Public License for more details. |
| 16 | + * |
| 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 20 | + * http://www.gnu.org/copyleft/gpl.html |
| 21 | + * |
8 | 22 | * @ingroup Maintenance |
9 | 23 | */ |
10 | 24 | |
Index: branches/maintenance-work/maintenance/fixSlaveDesync.php |
— | — | @@ -1,6 +1,20 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * @file |
| 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 | + * This program is distributed in the hope that it will be useful, |
| 10 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 11 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 12 | + * GNU General Public License for more details. |
| 13 | + * |
| 14 | + * You should have received a copy of the GNU General Public License along |
| 15 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 16 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 17 | + * http://www.gnu.org/copyleft/gpl.html |
| 18 | + * |
5 | 19 | * @ingroup Maintenance |
6 | 20 | */ |
7 | 21 | |
Index: branches/maintenance-work/maintenance/renamewiki.php |
— | — | @@ -3,7 +3,21 @@ |
4 | 4 | * Why yes, this *is* another special-purpose Wikimedia maintenance script! |
5 | 5 | * Should be fixed up and generalized. |
6 | 6 | * |
7 | | - * @file |
| 7 | + * This program is free software; you can redistribute it and/or modify |
| 8 | + * it under the terms of the GNU General Public License as published by |
| 9 | + * the Free Software Foundation; either version 2 of the License, or |
| 10 | + * (at your option) any later version. |
| 11 | + * |
| 12 | + * This program is distributed in the hope that it will be useful, |
| 13 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | + * GNU General Public License for more details. |
| 16 | + * |
| 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 20 | + * http://www.gnu.org/copyleft/gpl.html |
| 21 | + * |
8 | 22 | * @ingroup Maintenance |
9 | 23 | */ |
10 | 24 | |
Index: branches/maintenance-work/maintenance/dumpUploads.php |
— | — | @@ -1,6 +1,22 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * @file |
| 4 | + * Dump a the list of files uploaded, for feeding to tar or similar |
| 5 | + * |
| 6 | + * This program is free software; you can redistribute it and/or modify |
| 7 | + * it under the terms of the GNU General Public License as published by |
| 8 | + * the Free Software Foundation; either version 2 of the License, or |
| 9 | + * (at your option) any later version. |
| 10 | + * |
| 11 | + * This program is distributed in the hope that it will be useful, |
| 12 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | + * GNU General Public License for more details. |
| 15 | + * |
| 16 | + * You should have received a copy of the GNU General Public License along |
| 17 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 18 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 19 | + * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
5 | 21 | * @ingroup Maintenance |
6 | 22 | */ |
7 | 23 | |
Index: branches/maintenance-work/maintenance/mctest.php |
— | — | @@ -3,8 +3,21 @@ |
4 | 4 | * This script makes several 'set', 'incr' and 'get' requests on every |
5 | 5 | * memcached server and shows a report. |
6 | 6 | * |
7 | | - * $Id$ |
8 | | - * @file |
| 7 | + * This program is free software; you can redistribute it and/or modify |
| 8 | + * it under the terms of the GNU General Public License as published by |
| 9 | + * the Free Software Foundation; either version 2 of the License, or |
| 10 | + * (at your option) any later version. |
| 11 | + * |
| 12 | + * This program is distributed in the hope that it will be useful, |
| 13 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | + * GNU General Public License for more details. |
| 16 | + * |
| 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 20 | + * http://www.gnu.org/copyleft/gpl.html |
| 21 | + * |
9 | 22 | * @ingroup Maintenance |
10 | 23 | */ |
11 | 24 | |
Index: branches/maintenance-work/maintenance/protect.php |
— | — | @@ -1,6 +1,20 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * @file |
| 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 | + * This program is distributed in the hope that it will be useful, |
| 10 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 11 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 12 | + * GNU General Public License for more details. |
| 13 | + * |
| 14 | + * You should have received a copy of the GNU General Public License along |
| 15 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 16 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 17 | + * http://www.gnu.org/copyleft/gpl.html |
| 18 | + * |
5 | 19 | * @ingroup Maintenance |
6 | 20 | */ |
7 | 21 | |
Index: branches/maintenance-work/maintenance/checkBadRedirects.php |
— | — | @@ -2,6 +2,23 @@ |
3 | 3 | /** |
4 | 4 | * CheckBadRedirects - See if pages marked as being redirects |
5 | 5 | * really are. |
| 6 | + * |
| 7 | + * This program is free software; you can redistribute it and/or modify |
| 8 | + * it under the terms of the GNU General Public License as published by |
| 9 | + * the Free Software Foundation; either version 2 of the License, or |
| 10 | + * (at your option) any later version. |
| 11 | + * |
| 12 | + * This program is distributed in the hope that it will be useful, |
| 13 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | + * GNU General Public License for more details. |
| 16 | + * |
| 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 20 | + * http://www.gnu.org/copyleft/gpl.html |
| 21 | + * |
| 22 | + * @ingroup Maintenance |
6 | 23 | */ |
7 | 24 | |
8 | 25 | require_once( "Maintenance.php" ); |
Index: branches/maintenance-work/maintenance/checkAutoLoader.php |
— | — | @@ -1,6 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | 4 | * Check the autoloader |
| 5 | + * |
| 6 | + * This program is free software; you can redistribute it and/or modify |
| 7 | + * it under the terms of the GNU General Public License as published by |
| 8 | + * the Free Software Foundation; either version 2 of the License, or |
| 9 | + * (at your option) any later version. |
| 10 | + * |
| 11 | + * This program is distributed in the hope that it will be useful, |
| 12 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | + * GNU General Public License for more details. |
| 15 | + * |
| 16 | + * You should have received a copy of the GNU General Public License along |
| 17 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 18 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 19 | + * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
| 21 | + * @ingroup Maintenance |
5 | 22 | */ |
6 | 23 | |
7 | 24 | require_once( "Maintenance.php" ); |
Index: branches/maintenance-work/maintenance/stats.php |
— | — | @@ -1,6 +1,22 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | 4 | * Show statistics from the cache |
| 5 | + * |
| 6 | + * This program is free software; you can redistribute it and/or modify |
| 7 | + * it under the terms of the GNU General Public License as published by |
| 8 | + * the Free Software Foundation; either version 2 of the License, or |
| 9 | + * (at your option) any later version. |
| 10 | + * |
| 11 | + * This program is distributed in the hope that it will be useful, |
| 12 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | + * GNU General Public License for more details. |
| 15 | + * |
| 16 | + * You should have received a copy of the GNU General Public License along |
| 17 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 18 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 19 | + * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
5 | 21 | * @ingroup Maintenance |
6 | 22 | */ |
7 | 23 | |
Index: branches/maintenance-work/maintenance/updateArticleCount.php |
— | — | @@ -3,6 +3,21 @@ |
4 | 4 | * Maintenance script to provide a better count of the number of articles |
5 | 5 | * and update the site statistics table, if desired |
6 | 6 | * |
| 7 | + * This program is free software; you can redistribute it and/or modify |
| 8 | + * it under the terms of the GNU General Public License as published by |
| 9 | + * the Free Software Foundation; either version 2 of the License, or |
| 10 | + * (at your option) any later version. |
| 11 | + * |
| 12 | + * This program is distributed in the hope that it will be useful, |
| 13 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | + * GNU General Public License for more details. |
| 16 | + * |
| 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 20 | + * http://www.gnu.org/copyleft/gpl.html |
| 21 | + * |
7 | 22 | * @ingroup Maintenance |
8 | 23 | * @author Rob Church <robchur@gmail.com> |
9 | 24 | */ |
Index: branches/maintenance-work/maintenance/rebuildFileCache.php |
— | — | @@ -2,7 +2,21 @@ |
3 | 3 | /** |
4 | 4 | * Build file cache for content pages |
5 | 5 | * |
6 | | - * @file |
| 6 | + * This program is free software; you can redistribute it and/or modify |
| 7 | + * it under the terms of the GNU General Public License as published by |
| 8 | + * the Free Software Foundation; either version 2 of the License, or |
| 9 | + * (at your option) any later version. |
| 10 | + * |
| 11 | + * This program is distributed in the hope that it will be useful, |
| 12 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | + * GNU General Public License for more details. |
| 15 | + * |
| 16 | + * You should have received a copy of the GNU General Public License along |
| 17 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 18 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 19 | + * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
7 | 21 | * @ingroup Maintenance |
8 | 22 | */ |
9 | 23 | |
Index: branches/maintenance-work/maintenance/generateSitemap.php |
— | — | @@ -4,6 +4,21 @@ |
5 | 5 | /** |
6 | 6 | * Creates a sitemap for the site |
7 | 7 | * |
| 8 | + * This program is free software; you can redistribute it and/or modify |
| 9 | + * it under the terms of the GNU General Public License as published by |
| 10 | + * the Free Software Foundation; either version 2 of the License, or |
| 11 | + * (at your option) any later version. |
| 12 | + * |
| 13 | + * This program is distributed in the hope that it will be useful, |
| 14 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | + * GNU General Public License for more details. |
| 17 | + * |
| 18 | + * You should have received a copy of the GNU General Public License along |
| 19 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 20 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 21 | + * http://www.gnu.org/copyleft/gpl.html |
| 22 | + * |
8 | 23 | * @ingroup Maintenance |
9 | 24 | * |
10 | 25 | * @copyright Copyright © 2005, Ævar Arnfjörð Bjarmason |
Index: branches/maintenance-work/maintenance/rebuildrecentchanges.php |
— | — | @@ -3,9 +3,23 @@ |
4 | 4 | * Rebuild link tracking tables from scratch. This takes several |
5 | 5 | * hours, depending on the database size and server configuration. |
6 | 6 | * |
7 | | - * @file |
8 | | - * @todo document |
| 7 | + * This program is free software; you can redistribute it and/or modify |
| 8 | + * it under the terms of the GNU General Public License as published by |
| 9 | + * the Free Software Foundation; either version 2 of the License, or |
| 10 | + * (at your option) any later version. |
| 11 | + * |
| 12 | + * This program is distributed in the hope that it will be useful, |
| 13 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | + * GNU General Public License for more details. |
| 16 | + * |
| 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 20 | + * http://www.gnu.org/copyleft/gpl.html |
| 21 | + * |
9 | 22 | * @ingroup Maintenance |
| 23 | + * @todo Document |
10 | 24 | */ |
11 | 25 | |
12 | 26 | require_once( "Maintenance.php" ); |
Index: branches/maintenance-work/maintenance/attachLatest.php |
— | — | @@ -1,8 +1,8 @@ |
2 | 2 | <?php |
3 | | -// quick hackjob to fix damages imports on wikisource |
4 | | -// page records have page_latest wrong |
5 | | - |
6 | 3 | /** |
| 4 | + * quick hackjob to fix damages imports on wikisource |
| 5 | + * page records have page_latest wrong |
| 6 | + * |
7 | 7 | * Copyright (C) 2005 Brion Vibber <brion@pobox.com> |
8 | 8 | * http://www.mediawiki.org/ |
9 | 9 | * |
— | — | @@ -21,7 +21,6 @@ |
22 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
23 | 23 | * http://www.gnu.org/copyleft/gpl.html |
24 | 24 | * |
25 | | - * @file |
26 | 25 | * @ingroup Maintenance |
27 | 26 | */ |
28 | 27 | |
Index: branches/maintenance-work/maintenance/initStats.php |
— | — | @@ -3,7 +3,21 @@ |
4 | 4 | /** |
5 | 5 | * Maintenance script to re-initialise or update the site statistics table |
6 | 6 | * |
7 | | - * @file |
| 7 | + * This program is free software; you can redistribute it and/or modify |
| 8 | + * it under the terms of the GNU General Public License as published by |
| 9 | + * the Free Software Foundation; either version 2 of the License, or |
| 10 | + * (at your option) any later version. |
| 11 | + * |
| 12 | + * This program is distributed in the hope that it will be useful, |
| 13 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | + * GNU General Public License for more details. |
| 16 | + * |
| 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 20 | + * http://www.gnu.org/copyleft/gpl.html |
| 21 | + * |
8 | 22 | * @ingroup Maintenance |
9 | 23 | * @author Brion Vibber |
10 | 24 | * @author Rob Church <robchur@gmail.com> |
Index: branches/maintenance-work/maintenance/refreshLinks.php |
— | — | @@ -1,6 +1,20 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * @file |
| 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 | + * This program is distributed in the hope that it will be useful, |
| 10 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 11 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 12 | + * GNU General Public License for more details. |
| 13 | + * |
| 14 | + * You should have received a copy of the GNU General Public License along |
| 15 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 16 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 17 | + * http://www.gnu.org/copyleft/gpl.html |
| 18 | + * |
5 | 19 | * @ingroup Maintenance |
6 | 20 | */ |
7 | 21 | |
Index: branches/maintenance-work/maintenance/updateSearchIndex.php |
— | — | @@ -9,6 +9,21 @@ |
10 | 10 | * LOCKTIME is how long the searchindex and revision tables will be locked for |
11 | 11 | * -q means quiet |
12 | 12 | * |
| 13 | + * This program is free software; you can redistribute it and/or modify |
| 14 | + * it under the terms of the GNU General Public License as published by |
| 15 | + * the Free Software Foundation; either version 2 of the License, or |
| 16 | + * (at your option) any later version. |
| 17 | + * |
| 18 | + * This program is distributed in the hope that it will be useful, |
| 19 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 20 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 21 | + * GNU General Public License for more details. |
| 22 | + * |
| 23 | + * You should have received a copy of the GNU General Public License along |
| 24 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 25 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 26 | + * http://www.gnu.org/copyleft/gpl.html |
| 27 | + * |
13 | 28 | * @ingroup Maintenance |
14 | 29 | */ |
15 | 30 | |
Index: branches/maintenance-work/maintenance/getSlaveServer.php |
— | — | @@ -2,7 +2,21 @@ |
3 | 3 | /** |
4 | 4 | * This script reports the hostname of a slave server. |
5 | 5 | * |
6 | | - * @file |
| 6 | + * This program is free software; you can redistribute it and/or modify |
| 7 | + * it under the terms of the GNU General Public License as published by |
| 8 | + * the Free Software Foundation; either version 2 of the License, or |
| 9 | + * (at your option) any later version. |
| 10 | + * |
| 11 | + * This program is distributed in the hope that it will be useful, |
| 12 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | + * GNU General Public License for more details. |
| 15 | + * |
| 16 | + * You should have received a copy of the GNU General Public License along |
| 17 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 18 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 19 | + * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
7 | 21 | * @ingroup Maintenance |
8 | 22 | */ |
9 | 23 | |
Index: branches/maintenance-work/maintenance/getLagTimes.php |
— | — | @@ -1,6 +1,20 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * @file |
| 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 | + * This program is distributed in the hope that it will be useful, |
| 10 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 11 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 12 | + * GNU General Public License for more details. |
| 13 | + * |
| 14 | + * You should have received a copy of the GNU General Public License along |
| 15 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 16 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 17 | + * http://www.gnu.org/copyleft/gpl.html |
| 18 | + * |
5 | 19 | * @ingroup Maintenance |
6 | 20 | */ |
7 | 21 | |
Index: branches/maintenance-work/maintenance/dumpLinks.php |
— | — | @@ -26,7 +26,6 @@ |
27 | 27 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
28 | 28 | * http://www.gnu.org/copyleft/gpl.html |
29 | 29 | * |
30 | | - * @file |
31 | 30 | * @ingroup Mainatenance |
32 | 31 | */ |
33 | 32 | |
Index: branches/maintenance-work/maintenance/moveBatch.php |
— | — | @@ -2,6 +2,21 @@ |
3 | 3 | /** |
4 | 4 | * Maintenance script to move a batch of pages |
5 | 5 | * |
| 6 | + * This program is free software; you can redistribute it and/or modify |
| 7 | + * it under the terms of the GNU General Public License as published by |
| 8 | + * the Free Software Foundation; either version 2 of the License, or |
| 9 | + * (at your option) any later version. |
| 10 | + * |
| 11 | + * This program is distributed in the hope that it will be useful, |
| 12 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | + * GNU General Public License for more details. |
| 15 | + * |
| 16 | + * You should have received a copy of the GNU General Public License along |
| 17 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 18 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 19 | + * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
6 | 21 | * @ingroup Maintenance |
7 | 22 | * @author Tim Starling |
8 | 23 | * |
Index: branches/maintenance-work/maintenance/changePassword.php |
— | — | @@ -2,12 +2,25 @@ |
3 | 3 | /** |
4 | 4 | * Change the password of a given user |
5 | 5 | * |
6 | | - * @file |
7 | | - * @ingroup Maintenance |
| 6 | + * This program is free software; you can redistribute it and/or modify |
| 7 | + * it under the terms of the GNU General Public License as published by |
| 8 | + * the Free Software Foundation; either version 2 of the License, or |
| 9 | + * (at your option) any later version. |
8 | 10 | * |
| 11 | + * This program is distributed in the hope that it will be useful, |
| 12 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | + * GNU General Public License for more details. |
| 15 | + * |
| 16 | + * You should have received a copy of the GNU General Public License along |
| 17 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 18 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 19 | + * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
9 | 21 | * @author Ævar Arnfjörð Bjarmason <avarab@gmail.com> |
10 | 22 | * @copyright Copyright © 2005, Ævar Arnfjörð Bjarmason |
11 | 23 | * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later |
| 24 | + * @ingroup Maintenance |
12 | 25 | */ |
13 | 26 | |
14 | 27 | require_once( "Maintenance.php" ); |
Index: branches/maintenance-work/maintenance/refreshImageCount.php |
— | — | @@ -3,7 +3,21 @@ |
4 | 4 | * Quickie hack; patch-ss_images.sql uses variables which don't |
5 | 5 | * replicate properly. |
6 | 6 | * |
7 | | - * @file |
| 7 | + * This program is free software; you can redistribute it and/or modify |
| 8 | + * it under the terms of the GNU General Public License as published by |
| 9 | + * the Free Software Foundation; either version 2 of the License, or |
| 10 | + * (at your option) any later version. |
| 11 | + * |
| 12 | + * This program is distributed in the hope that it will be useful, |
| 13 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | + * GNU General Public License for more details. |
| 16 | + * |
| 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 20 | + * http://www.gnu.org/copyleft/gpl.html |
| 21 | + * |
8 | 22 | * @ingroup Maintenance |
9 | 23 | */ |
10 | 24 | |
Index: branches/maintenance-work/maintenance/fixUserRegistration.php |
— | — | @@ -3,7 +3,21 @@ |
4 | 4 | * Fix the user_registration field. |
5 | 5 | * In particular, for values which are NULL, set them to the date of the first edit |
6 | 6 | * |
7 | | - * @file |
| 7 | + * This program is free software; you can redistribute it and/or modify |
| 8 | + * it under the terms of the GNU General Public License as published by |
| 9 | + * the Free Software Foundation; either version 2 of the License, or |
| 10 | + * (at your option) any later version. |
| 11 | + * |
| 12 | + * This program is distributed in the hope that it will be useful, |
| 13 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | + * GNU General Public License for more details. |
| 16 | + * |
| 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 20 | + * http://www.gnu.org/copyleft/gpl.html |
| 21 | + * |
8 | 22 | * @ingroup Maintenance |
9 | 23 | */ |
10 | 24 | |
Index: branches/maintenance-work/maintenance/removeUnusedAccounts.php |
— | — | @@ -3,7 +3,21 @@ |
4 | 4 | * Remove unused user accounts from the database |
5 | 5 | * An unused account is one which has made no edits |
6 | 6 | * |
7 | | - * @file |
| 7 | + * This program is free software; you can redistribute it and/or modify |
| 8 | + * it under the terms of the GNU General Public License as published by |
| 9 | + * the Free Software Foundation; either version 2 of the License, or |
| 10 | + * (at your option) any later version. |
| 11 | + * |
| 12 | + * This program is distributed in the hope that it will be useful, |
| 13 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | + * GNU General Public License for more details. |
| 16 | + * |
| 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 20 | + * http://www.gnu.org/copyleft/gpl.html |
| 21 | + * |
8 | 22 | * @ingroup Maintenance |
9 | 23 | * @author Rob Church <robchur@gmail.com> |
10 | 24 | */ |
Index: branches/maintenance-work/maintenance/edit.php |
— | — | @@ -1,6 +1,22 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * @file |
| 4 | + * Make an edit |
| 5 | + * |
| 6 | + * This program is free software; you can redistribute it and/or modify |
| 7 | + * it under the terms of the GNU General Public License as published by |
| 8 | + * the Free Software Foundation; either version 2 of the License, or |
| 9 | + * (at your option) any later version. |
| 10 | + * |
| 11 | + * This program is distributed in the hope that it will be useful, |
| 12 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | + * GNU General Public License for more details. |
| 15 | + * |
| 16 | + * You should have received a copy of the GNU General Public License along |
| 17 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 18 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 19 | + * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
5 | 21 | * @ingroup Maintenance |
6 | 22 | */ |
7 | 23 | |
Index: branches/maintenance-work/maintenance/clear_interwiki_cache.php |
— | — | @@ -3,6 +3,21 @@ |
4 | 4 | * This script is used to clear the interwiki links for ALL languages in |
5 | 5 | * the cache. |
6 | 6 | * |
| 7 | + * This program is free software; you can redistribute it and/or modify |
| 8 | + * it under the terms of the GNU General Public License as published by |
| 9 | + * the Free Software Foundation; either version 2 of the License, or |
| 10 | + * (at your option) any later version. |
| 11 | + * |
| 12 | + * This program is distributed in the hope that it will be useful, |
| 13 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | + * GNU General Public License for more details. |
| 16 | + * |
| 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 20 | + * http://www.gnu.org/copyleft/gpl.html |
| 21 | + * |
7 | 22 | * @ingroup Maintenance |
8 | 23 | */ |
9 | 24 | |
Index: branches/maintenance-work/maintenance/nukePage.php |
— | — | @@ -3,7 +3,21 @@ |
4 | 4 | * Erase a page record from the database |
5 | 5 | * Irreversible (can't use standard undelete) and does not update link tables |
6 | 6 | * |
7 | | - * @file |
| 7 | + * This program is free software; you can redistribute it and/or modify |
| 8 | + * it under the terms of the GNU General Public License as published by |
| 9 | + * the Free Software Foundation; either version 2 of the License, or |
| 10 | + * (at your option) any later version. |
| 11 | + * |
| 12 | + * This program is distributed in the hope that it will be useful, |
| 13 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | + * GNU General Public License for more details. |
| 16 | + * |
| 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 20 | + * http://www.gnu.org/copyleft/gpl.html |
| 21 | + * |
8 | 22 | * @ingroup Maintenance |
9 | 23 | * @author Rob Church <robchur@gmail.com> |
10 | 24 | */ |
Index: branches/maintenance-work/maintenance/updateSpecialPages.php |
— | — | @@ -3,7 +3,21 @@ |
4 | 4 | * Run this script periodically if you have miser mode enabled, to refresh the |
5 | 5 | * caches |
6 | 6 | * |
7 | | - * @file |
| 7 | + * This program is free software; you can redistribute it and/or modify |
| 8 | + * it under the terms of the GNU General Public License as published by |
| 9 | + * the Free Software Foundation; either version 2 of the License, or |
| 10 | + * (at your option) any later version. |
| 11 | + * |
| 12 | + * This program is distributed in the hope that it will be useful, |
| 13 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | + * GNU General Public License for more details. |
| 16 | + * |
| 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 20 | + * http://www.gnu.org/copyleft/gpl.html |
| 21 | + * |
8 | 22 | * @ingroup Maintenance |
9 | 23 | */ |
10 | 24 | |
Index: branches/maintenance-work/maintenance/nukeNS.php |
— | — | @@ -13,7 +13,21 @@ |
14 | 14 | * back up your DB if there's anything in the MediaWiki that is important to |
15 | 15 | * you. |
16 | 16 | * |
17 | | - * @file |
| 17 | + * This program is free software; you can redistribute it and/or modify |
| 18 | + * it under the terms of the GNU General Public License as published by |
| 19 | + * the Free Software Foundation; either version 2 of the License, or |
| 20 | + * (at your option) any later version. |
| 21 | + * |
| 22 | + * This program is distributed in the hope that it will be useful, |
| 23 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 24 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 25 | + * GNU General Public License for more details. |
| 26 | + * |
| 27 | + * You should have received a copy of the GNU General Public License along |
| 28 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 29 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 30 | + * http://www.gnu.org/copyleft/gpl.html |
| 31 | + * |
18 | 32 | * @ingroup Maintenance |
19 | 33 | * @author Steve Sanbeg |
20 | 34 | * based on nukePage by Rob Church |
Index: branches/maintenance-work/maintenance/deleteBatch.php |
— | — | @@ -9,7 +9,21 @@ |
10 | 10 | * <reason> is the delete reason |
11 | 11 | * <interval> is the number of seconds to sleep for after each delete |
12 | 12 | * |
13 | | - * @file |
| 13 | + * This program is free software; you can redistribute it and/or modify |
| 14 | + * it under the terms of the GNU General Public License as published by |
| 15 | + * the Free Software Foundation; either version 2 of the License, or |
| 16 | + * (at your option) any later version. |
| 17 | + * |
| 18 | + * This program is distributed in the hope that it will be useful, |
| 19 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 20 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 21 | + * GNU General Public License for more details. |
| 22 | + * |
| 23 | + * You should have received a copy of the GNU General Public License along |
| 24 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 25 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 26 | + * http://www.gnu.org/copyleft/gpl.html |
| 27 | + * |
14 | 28 | * @ingroup Maintenance |
15 | 29 | */ |
16 | 30 | |
Index: branches/maintenance-work/maintenance/dumpSisterSites.php |
— | — | @@ -21,8 +21,7 @@ |
22 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
23 | 23 | * http://www.gnu.org/copyleft/gpl.html |
24 | 24 | * |
25 | | - * @file |
26 | | - * @ingroup SpecialPage |
| 25 | + * @ingroup Maintenance |
27 | 26 | */ |
28 | 27 | |
29 | 28 | require_once( "Maintenance.php" ); |
Index: branches/maintenance-work/maintenance/rebuildall.php |
— | — | @@ -3,8 +3,21 @@ |
4 | 4 | * Rebuild link tracking tables from scratch. This takes several |
5 | 5 | * hours, depending on the database size and server configuration. |
6 | 6 | * |
7 | | - * @file |
8 | | - * @todo document |
| 7 | + * This program is free software; you can redistribute it and/or modify |
| 8 | + * it under the terms of the GNU General Public License as published by |
| 9 | + * the Free Software Foundation; either version 2 of the License, or |
| 10 | + * (at your option) any later version. |
| 11 | + * |
| 12 | + * This program is distributed in the hope that it will be useful, |
| 13 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | + * GNU General Public License for more details. |
| 16 | + * |
| 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 20 | + * http://www.gnu.org/copyleft/gpl.html |
| 21 | + * |
9 | 22 | * @ingroup Maintenance |
10 | 23 | */ |
11 | 24 | |
Index: branches/maintenance-work/maintenance/runJobs.php |
— | — | @@ -6,7 +6,21 @@ |
7 | 7 | * --maxjobs <num> (default 10000) |
8 | 8 | * --type <job_cmd> |
9 | 9 | * |
10 | | - * @file |
| 10 | + * This program is free software; you can redistribute it and/or modify |
| 11 | + * it under the terms of the GNU General Public License as published by |
| 12 | + * the Free Software Foundation; either version 2 of the License, or |
| 13 | + * (at your option) any later version. |
| 14 | + * |
| 15 | + * This program is distributed in the hope that it will be useful, |
| 16 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 17 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 18 | + * GNU General Public License for more details. |
| 19 | + * |
| 20 | + * You should have received a copy of the GNU General Public License along |
| 21 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 22 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 23 | + * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
11 | 25 | * @ingroup Maintenance |
12 | 26 | */ |
13 | 27 | |
Index: branches/maintenance-work/maintenance/purgeOldText.php |
— | — | @@ -2,6 +2,21 @@ |
3 | 3 | /** |
4 | 4 | * Purge old text records from the database |
5 | 5 | * |
| 6 | + * This program is free software; you can redistribute it and/or modify |
| 7 | + * it under the terms of the GNU General Public License as published by |
| 8 | + * the Free Software Foundation; either version 2 of the License, or |
| 9 | + * (at your option) any later version. |
| 10 | + * |
| 11 | + * This program is distributed in the hope that it will be useful, |
| 12 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | + * GNU General Public License for more details. |
| 15 | + * |
| 16 | + * You should have received a copy of the GNU General Public License along |
| 17 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 18 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 19 | + * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
6 | 21 | * @ingroup Maintenance |
7 | 22 | * @author Rob Church <robchur@gmail.com> |
8 | 23 | */ |
Index: branches/maintenance-work/maintenance/convertUserOptions.php |
— | — | @@ -1,6 +1,22 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | 4 | * Do each user sequentially, since accounts can't be deleted |
| 5 | + * |
| 6 | + * This program is free software; you can redistribute it and/or modify |
| 7 | + * it under the terms of the GNU General Public License as published by |
| 8 | + * the Free Software Foundation; either version 2 of the License, or |
| 9 | + * (at your option) any later version. |
| 10 | + * |
| 11 | + * This program is distributed in the hope that it will be useful, |
| 12 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | + * GNU General Public License for more details. |
| 15 | + * |
| 16 | + * You should have received a copy of the GNU General Public License along |
| 17 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 18 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 19 | + * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
5 | 21 | * @ingroup Maintenance |
6 | 22 | */ |
7 | 23 | |
Index: branches/maintenance-work/maintenance/deleteDefaultMessages.php |
— | — | @@ -3,6 +3,21 @@ |
4 | 4 | * Deletes all pages in the MediaWiki namespace which were last edited by |
5 | 5 | * "MediaWiki default". |
6 | 6 | * |
| 7 | + * This program is free software; you can redistribute it and/or modify |
| 8 | + * it under the terms of the GNU General Public License as published by |
| 9 | + * the Free Software Foundation; either version 2 of the License, or |
| 10 | + * (at your option) any later version. |
| 11 | + * |
| 12 | + * This program is distributed in the hope that it will be useful, |
| 13 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | + * GNU General Public License for more details. |
| 16 | + * |
| 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 20 | + * http://www.gnu.org/copyleft/gpl.html |
| 21 | + * |
7 | 22 | * @ingroup Maintenance |
8 | 23 | */ |
9 | 24 | |
Index: branches/maintenance-work/maintenance/checkImages.php |
— | — | @@ -1,6 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | 4 | * Check images to see if they exist, are readable, etc etc |
| 5 | + * |
| 6 | + * This program is free software; you can redistribute it and/or modify |
| 7 | + * it under the terms of the GNU General Public License as published by |
| 8 | + * the Free Software Foundation; either version 2 of the License, or |
| 9 | + * (at your option) any later version. |
| 10 | + * |
| 11 | + * This program is distributed in the hope that it will be useful, |
| 12 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | + * GNU General Public License for more details. |
| 15 | + * |
| 16 | + * You should have received a copy of the GNU General Public License along |
| 17 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 18 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 19 | + * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
| 21 | + * @ingroup Maintenance |
5 | 22 | */ |
6 | 23 | require_once( "Maintenance.php" ); |
7 | 24 | |
Index: branches/maintenance-work/maintenance/clear_stats.php |
— | — | @@ -2,7 +2,21 @@ |
3 | 3 | /** |
4 | 4 | * This script remove all statistics tracking from the cache |
5 | 5 | * |
6 | | - * @file |
| 6 | + * This program is free software; you can redistribute it and/or modify |
| 7 | + * it under the terms of the GNU General Public License as published by |
| 8 | + * the Free Software Foundation; either version 2 of the License, or |
| 9 | + * (at your option) any later version. |
| 10 | + * |
| 11 | + * This program is distributed in the hope that it will be useful, |
| 12 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | + * GNU General Public License for more details. |
| 15 | + * |
| 16 | + * You should have received a copy of the GNU General Public License along |
| 17 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 18 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 19 | + * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
7 | 21 | * @ingroup Maintenance |
8 | 22 | */ |
9 | 23 | |
Index: branches/maintenance-work/maintenance/doMaintenance.php |
— | — | @@ -5,6 +5,25 @@ |
6 | 6 | * because A) included files are not in global scope, but in the scope |
7 | 7 | * of their caller, and B) MediaWiki has way too many globals. So instead |
8 | 8 | * we'll kinda fake it, and do the requires() inline. <3 PHP |
| 9 | + * |
| 10 | + * This program is free software; you can redistribute it and/or modify |
| 11 | + * it under the terms of the GNU General Public License as published by |
| 12 | + * the Free Software Foundation; either version 2 of the License, or |
| 13 | + * (at your option) any later version. |
| 14 | + * |
| 15 | + * This program is distributed in the hope that it will be useful, |
| 16 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 17 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 18 | + * GNU General Public License for more details. |
| 19 | + * |
| 20 | + * You should have received a copy of the GNU General Public License along |
| 21 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 22 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 23 | + * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @author Chad Horohoe <chad@anyonecanedit.org> |
| 26 | + * @file |
| 27 | + * @ingroup Maintenance |
9 | 28 | */ |
10 | 29 | |
11 | 30 | error_reporting( E_ALL | E_STRICT ); |
Index: branches/maintenance-work/maintenance/deleteArchivedRevisions.php |
— | — | @@ -3,7 +3,21 @@ |
4 | 4 | /** |
5 | 5 | * Delete archived (deleted from public) revisions from the database |
6 | 6 | * |
7 | | - * @file |
| 7 | + * This program is free software; you can redistribute it and/or modify |
| 8 | + * it under the terms of the GNU General Public License as published by |
| 9 | + * the Free Software Foundation; either version 2 of the License, or |
| 10 | + * (at your option) any later version. |
| 11 | + * |
| 12 | + * This program is distributed in the hope that it will be useful, |
| 13 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | + * GNU General Public License for more details. |
| 16 | + * |
| 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 20 | + * http://www.gnu.org/copyleft/gpl.html |
| 21 | + * |
8 | 22 | * @ingroup Maintenance |
9 | 23 | * @author Aaron Schulz |
10 | 24 | * Shamelessly stolen from deleteOldRevisions.php by Rob Church :) |
Index: branches/maintenance-work/maintenance/addwiki.php |
— | — | @@ -3,7 +3,21 @@ |
4 | 4 | * Add a new wiki |
5 | 5 | * Wikimedia specific! |
6 | 6 | * |
7 | | - * @file |
| 7 | + * This program is free software; you can redistribute it and/or modify |
| 8 | + * it under the terms of the GNU General Public License as published by |
| 9 | + * the Free Software Foundation; either version 2 of the License, or |
| 10 | + * (at your option) any later version. |
| 11 | + * |
| 12 | + * This program is distributed in the hope that it will be useful, |
| 13 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | + * GNU General Public License for more details. |
| 16 | + * |
| 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 20 | + * http://www.gnu.org/copyleft/gpl.html |
| 21 | + * |
8 | 22 | * @ingroup Maintenance |
9 | 23 | */ |
10 | 24 | |
Index: branches/maintenance-work/maintenance/nextJobDB.php |
— | — | @@ -2,7 +2,21 @@ |
3 | 3 | /** |
4 | 4 | * Pick a database that has pending jobs |
5 | 5 | * |
6 | | - * @file |
| 6 | + * This program is free software; you can redistribute it and/or modify |
| 7 | + * it under the terms of the GNU General Public License as published by |
| 8 | + * the Free Software Foundation; either version 2 of the License, or |
| 9 | + * (at your option) any later version. |
| 10 | + * |
| 11 | + * This program is distributed in the hope that it will be useful, |
| 12 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | + * GNU General Public License for more details. |
| 15 | + * |
| 16 | + * You should have received a copy of the GNU General Public License along |
| 17 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 18 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 19 | + * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
7 | 21 | * @ingroup Maintenance |
8 | 22 | */ |
9 | 23 | |
Index: branches/maintenance-work/maintenance/populateParentId.php |
— | — | @@ -3,6 +3,23 @@ |
4 | 4 | * Makes the required database updates for rev_parent_id |
5 | 5 | * to be of any use. It can be used for some simple tracking |
6 | 6 | * and to find new page edits by users. |
| 7 | + * |
| 8 | + * This program is free software; you can redistribute it and/or modify |
| 9 | + * it under the terms of the GNU General Public License as published by |
| 10 | + * the Free Software Foundation; either version 2 of the License, or |
| 11 | + * (at your option) any later version. |
| 12 | + * |
| 13 | + * This program is distributed in the hope that it will be useful, |
| 14 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | + * GNU General Public License for more details. |
| 17 | + * |
| 18 | + * You should have received a copy of the GNU General Public License along |
| 19 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 20 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 21 | + * http://www.gnu.org/copyleft/gpl.html |
| 22 | + * |
| 23 | + * @ingroup Maintenance |
7 | 24 | */ |
8 | 25 | |
9 | 26 | require_once( "Maintenance.php" ); |