Index: trunk/phase3/includes/specials/SpecialAncientpages.php |
— | — | @@ -1,10 +1,24 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * @file |
5 | | - * @ingroup SpecialPage |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
6 | 19 | */ |
7 | 20 | |
8 | 21 | /** |
| 22 | + * @file |
9 | 23 | * Implements Special:Ancientpages |
10 | 24 | * @ingroup SpecialPage |
11 | 25 | */ |
Index: trunk/phase3/includes/specials/SpecialUnwatchedpages.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * @file |
5 | 23 | * @ingroup SpecialPage |
6 | 24 | */ |
Index: trunk/phase3/includes/specials/SpecialMovepage.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * @file |
5 | 23 | * @ingroup SpecialPage |
6 | 24 | */ |
Index: trunk/phase3/includes/specials/SpecialDeadendpages.php |
— | — | @@ -1,10 +1,24 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * @file |
5 | | - * @ingroup SpecialPage |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
6 | 19 | */ |
7 | 20 | |
8 | 21 | /** |
| 22 | + * @file |
9 | 23 | * @ingroup SpecialPage |
10 | 24 | */ |
11 | 25 | class DeadendPagesPage extends PageQueryPage { |
Index: trunk/phase3/includes/specials/SpecialConfirmemail.php |
— | — | @@ -1,4 +1,21 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
3 | 20 | |
4 | 21 | /** |
5 | 22 | * Special page allows users to request email confirmation message, and handles |
Index: trunk/phase3/includes/specials/SpecialUserlogout.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * @file |
5 | 23 | * @ingroup SpecialPage |
6 | 24 | */ |
Index: trunk/phase3/includes/specials/SpecialMostimages.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * @file |
5 | 23 | * @ingroup SpecialPage |
6 | 24 | * |
Index: trunk/phase3/includes/specials/SpecialUncategorizedcategories.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * @file |
5 | 23 | * @ingroup SpecialPage |
6 | 24 | */ |
Index: trunk/phase3/includes/specials/SpecialListgrouprights.php |
— | — | @@ -1,4 +1,21 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
3 | 20 | |
4 | 21 | /** |
5 | 22 | * This special page lists all defined user groups and the associated rights. |
Index: trunk/phase3/includes/specials/SpecialBlockme.php |
— | — | @@ -1,12 +1,27 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * @file |
5 | 23 | * @ingroup SpecialPage |
6 | 24 | */ |
7 | 25 | |
8 | | -/** |
9 | | - * |
10 | | - */ |
11 | 26 | function wfSpecialBlockme() { |
12 | 27 | global $wgRequest, $wgBlockOpenProxies, $wgOut, $wgProxyKey; |
13 | 28 | |
Index: trunk/phase3/includes/specials/SpecialMostlinkedcategories.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * @file |
5 | 23 | * @ingroup SpecialPage |
6 | 24 | */ |
Index: trunk/phase3/includes/specials/SpecialMergeHistory.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * Special page allowing users with the appropriate permissions to |
5 | 23 | * merge article histories, with some restrictions |
6 | 24 | * |
Index: trunk/phase3/includes/specials/SpecialRevisiondelete.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * Special page allowing users with the appropriate permissions to view |
5 | 23 | * and hide revisions. Log items can also be hidden. |
6 | 24 | * |
Index: trunk/phase3/includes/specials/SpecialUnusedtemplates.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * @file |
5 | 23 | * @ingroup SpecialPage |
6 | 24 | */ |
Index: trunk/phase3/includes/specials/SpecialUncategorizedpages.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * @file |
5 | 23 | * @ingroup SpecialPage |
6 | 24 | */ |
Index: trunk/phase3/includes/specials/SpecialBlockip.php |
— | — | @@ -1,14 +1,28 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * Constructor for Special:Blockip page |
5 | 23 | * |
6 | 24 | * @file |
7 | 25 | * @ingroup SpecialPage |
8 | 26 | */ |
9 | | - |
10 | | -/** |
11 | | - * Constructor |
12 | | - */ |
13 | 27 | function wfSpecialBlockip( $par ) { |
14 | 28 | global $wgUser, $wgOut, $wgRequest; |
15 | 29 | |
Index: trunk/phase3/includes/specials/SpecialMostrevisions.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * A special page to show pages in the |
5 | 23 | * |
6 | 24 | * @ingroup SpecialPage |
Index: trunk/phase3/includes/specials/SpecialRevisionMove.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * Special page allowing users with the appropriate permissions to |
5 | 23 | * move revisions of a page to a new target (either an existing page or not) |
6 | 24 | * |
Index: trunk/phase3/includes/specials/SpecialVersion.php |
— | — | @@ -1,4 +1,21 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
3 | 20 | |
4 | 21 | /** |
5 | 22 | * Give information about the version of MediaWiki, PHP, the DB and extensions |
Index: trunk/phase3/includes/specials/SpecialAllpages.php |
— | — | @@ -1,7 +1,24 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
5 | | - * Implements Special:Allpages |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
| 22 | + * implements Special:Allpages |
6 | 23 | * @ingroup SpecialPage |
7 | 24 | */ |
8 | 25 | class SpecialAllpages extends IncludableSpecialPage { |
Index: trunk/phase3/includes/specials/SpecialUncategorizedimages.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * Special page lists images which haven't been categorised |
5 | 23 | * |
6 | 24 | * @file |
Index: trunk/phase3/includes/specials/SpecialActiveusers.php |
— | — | @@ -1,22 +1,22 @@ |
2 | 2 | <?php |
3 | | -# Copyright (C) 2008 Aaron Schulz |
4 | | -# |
5 | | -# http://www.mediawiki.org/ |
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 |
| 3 | +/** |
| 4 | + * Copyright (C) 2008 Aaron Schulz |
| 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 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 19 | + * http://www.gnu.org/copyleft/gpl.html |
| 20 | + */ |
21 | 21 | |
22 | 22 | /** |
23 | 23 | * This class is used to get a list of active users. The ones with specials |
Index: trunk/phase3/includes/specials/SpecialListfiles.php |
— | — | @@ -1,12 +1,27 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * @file |
5 | | - * @ingroup SpecialPage |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
6 | 19 | */ |
7 | 20 | |
8 | 21 | /** |
9 | | - * |
| 22 | + * @file |
| 23 | + * @ingroup SpecialPage |
10 | 24 | */ |
| 25 | + |
11 | 26 | function wfSpecialListfiles( $par = null ) { |
12 | 27 | global $wgOut; |
13 | 28 | |
Index: trunk/phase3/includes/specials/SpecialBooksources.php |
— | — | @@ -1,4 +1,21 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
3 | 20 | |
4 | 21 | /** |
5 | 22 | * Special page outputs information on sourcing a book with a particular ISBN |
Index: trunk/phase3/includes/specials/SpecialWantedpages.php |
— | — | @@ -1,10 +1,24 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * @file |
5 | | - * @ingroup SpecialPage |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
6 | 19 | */ |
7 | 20 | |
8 | 21 | /** |
| 22 | + * @file |
9 | 23 | * implements Special:Wantedpages |
10 | 24 | * @ingroup SpecialPage |
11 | 25 | */ |
Index: trunk/phase3/includes/specials/SpecialUndelete.php |
— | — | @@ -1,4 +1,21 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
3 | 20 | |
4 | 21 | /** |
5 | 22 | * Used to show archived pages and eventually restore them. |
Index: trunk/phase3/includes/specials/SpecialUserlogin.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * @file |
5 | 23 | * @ingroup SpecialPage |
6 | 24 | */ |
Index: trunk/phase3/includes/specials/SpecialWhatlinkshere.php |
— | — | @@ -1,9 +1,22 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | 4 | * @todo Use some variant of Pager or something; the pagination here is lousy. |
| 5 | + * @file |
5 | 6 | * |
6 | | - * @file |
7 | | - * @ingroup SpecialPage |
| 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 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 20 | + * http://www.gnu.org/copyleft/gpl.html |
8 | 21 | */ |
9 | 22 | |
10 | 23 | /** |
Index: trunk/phase3/includes/specials/SpecialRecentchanges.php |
— | — | @@ -1,4 +1,21 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
3 | 20 | |
4 | 21 | /** |
5 | 22 | * Implements Special:Recentchanges |
Index: trunk/phase3/includes/specials/SpecialNewpages.php |
— | — | @@ -1,4 +1,21 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
3 | 20 | |
4 | 21 | /** |
5 | 22 | * implements Special:Newpages |
Index: trunk/phase3/includes/specials/SpecialLongpages.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * @file |
5 | 23 | * @ingroup SpecialPage |
6 | 24 | */ |
Index: trunk/phase3/includes/specials/SpecialDoubleRedirects.php |
— | — | @@ -1,12 +1,27 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * @file |
5 | | - * @ingroup SpecialPage |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
6 | 19 | */ |
7 | 20 | |
8 | 21 | /** |
9 | 22 | * A special page listing redirects to redirecting page. |
10 | 23 | * The software will automatically not follow double redirects, to prevent loops. |
| 24 | + * |
| 25 | + * @file |
11 | 26 | * @ingroup SpecialPage |
12 | 27 | */ |
13 | 28 | class DoubleRedirectsPage extends PageQueryPage { |
Index: trunk/phase3/includes/specials/SpecialShortpages.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * @file |
5 | 23 | * @ingroup SpecialPage |
6 | 24 | */ |
Index: trunk/phase3/includes/specials/SpecialUncategorizedtemplates.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * @file |
5 | 23 | * @ingroup SpecialPage |
6 | 24 | */ |
Index: trunk/phase3/includes/specials/SpecialUpload.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * @file |
5 | 23 | * @ingroup SpecialPage |
6 | 24 | * @ingroup Upload |
Index: trunk/phase3/includes/specials/SpecialFilepath.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * @file |
5 | 23 | * @ingroup SpecialPage |
6 | 24 | */ |
Index: trunk/phase3/includes/specials/SpecialFewestrevisions.php |
— | — | @@ -1,12 +1,26 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * @file |
5 | | - * @ingroup SpecialPage |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
6 | 19 | */ |
7 | 20 | |
8 | 21 | /** |
9 | 22 | * Special page for listing the articles with the fewest revisions. |
10 | 23 | * |
| 24 | + * @file |
11 | 25 | * @ingroup SpecialPage |
12 | 26 | * @author Martin Drashkov |
13 | 27 | */ |
Index: trunk/phase3/includes/specials/SpecialSpecialpages.php |
— | — | @@ -1,12 +1,27 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * @file |
5 | 23 | * @ingroup SpecialPage |
6 | 24 | */ |
7 | 25 | |
8 | | -/** |
9 | | - * |
10 | | - */ |
11 | 26 | function wfSpecialSpecialpages() { |
12 | 27 | global $wgOut, $wgUser, $wgMessageCache, $wgSortSpecialPages; |
13 | 28 | |
Index: trunk/phase3/includes/specials/SpecialRecentchangeslinked.php |
— | — | @@ -1,4 +1,21 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
3 | 20 | |
4 | 21 | /** |
5 | 22 | * This is to display changes made to all articles linked in an article. |
Index: trunk/phase3/includes/specials/SpecialAllmessages.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * Use this special page to get a list of the MediaWiki system messages. |
5 | 23 | * @file |
6 | 24 | * @ingroup SpecialPage |
Index: trunk/phase3/includes/specials/SpecialUnlockdb.php |
— | — | @@ -1,4 +1,21 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
3 | 20 | |
4 | 21 | /** |
5 | 22 | * Implements Special:Unlockdb |
Index: trunk/phase3/includes/specials/SpecialWantedtemplates.php |
— | — | @@ -1,7 +1,20 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * @file |
5 | | - * @ingroup SpecialPage |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
6 | 19 | */ |
7 | 20 | |
8 | 21 | /** |
— | — | @@ -9,6 +22,7 @@ |
10 | 23 | * based on SpecialWantedcategories.php by Ævar Arnfjörð Bjarmason <avarab@gmail.com> |
11 | 24 | * makeWlhLink() taken from SpecialMostlinkedtemplates by Rob Church <robchur@gmail.com> |
12 | 25 | * |
| 26 | + * @file |
13 | 27 | * @ingroup SpecialPage |
14 | 28 | * |
15 | 29 | * @author Danny B. |
Index: trunk/phase3/includes/specials/SpecialRandomredirect.php |
— | — | @@ -1,4 +1,21 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
3 | 20 | |
4 | 21 | /** |
5 | 22 | * Special page to direct the user to a random redirect page (minus the second redirect) |
Index: trunk/phase3/includes/specials/SpecialPopularpages.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * @file |
5 | 23 | * @ingroup SpecialPage |
6 | 24 | */ |
Index: trunk/phase3/includes/specials/SpecialContributions.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * Special:Contributions, show user contributions in a paged list |
5 | 23 | * @file |
6 | 24 | * @ingroup SpecialPage |
Index: trunk/phase3/includes/specials/SpecialSearch.php |
— | — | @@ -1,21 +1,22 @@ |
2 | 2 | <?php |
3 | | -# Copyright (C) 2004 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 |
| 3 | +/** |
| 4 | + * Copyright (C) 2004 Brion Vibber <brion@pobox.com> |
| 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 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 19 | + * http://www.gnu.org/copyleft/gpl.html |
| 20 | + */ |
20 | 21 | |
21 | 22 | /** |
22 | 23 | * Run text & title search and display the output |
Index: trunk/phase3/includes/specials/SpecialComparePages.php |
— | — | @@ -1,4 +1,21 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
3 | 20 | |
4 | 21 | /** |
5 | 22 | * implements Special:ComparePages |
Index: trunk/phase3/includes/specials/SpecialMostlinked.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * @file |
5 | 23 | * @ingroup SpecialPage |
6 | 24 | */ |
Index: trunk/phase3/includes/specials/SpecialProtectedpages.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * @file |
5 | 23 | * @ingroup SpecialPage |
6 | 24 | */ |
Index: trunk/phase3/includes/specials/SpecialMIMEsearch.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * A special page to search for files by MIME type as defined in the |
5 | 23 | * img_major_mime and img_minor_mime fields in the image table |
6 | 24 | * |
Index: trunk/phase3/includes/specials/SpecialRandompage.php |
— | — | @@ -1,4 +1,21 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
3 | 20 | |
4 | 21 | /** |
5 | 22 | * Special page to direct the user to a random page |
Index: trunk/phase3/includes/specials/SpecialIpblocklist.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * @file |
5 | 23 | * @ingroup SpecialPage |
6 | 24 | */ |
Index: trunk/phase3/includes/specials/SpecialLog.php |
— | — | @@ -1,21 +1,22 @@ |
2 | 2 | <?php |
3 | | -# Copyright (C) 2008 Aaron Schulz |
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 |
| 3 | +/** |
| 4 | + * Copyright (C) 2008 Aaron Schulz |
| 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 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 19 | + * http://www.gnu.org/copyleft/gpl.html |
| 20 | + */ |
20 | 21 | |
21 | 22 | /** |
22 | 23 | * @file |
Index: trunk/phase3/includes/specials/SpecialDisambiguations.php |
— | — | @@ -1,10 +1,24 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * @file |
5 | | - * @ingroup SpecialPage |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
6 | 19 | */ |
7 | 20 | |
8 | 21 | /** |
| 22 | + * @file |
9 | 23 | * @ingroup SpecialPage |
10 | 24 | */ |
11 | 25 | class DisambiguationsPage extends PageQueryPage { |
Index: trunk/phase3/includes/specials/SpecialLinkSearch.php |
— | — | @@ -1,11 +1,29 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * @file |
5 | 23 | * @ingroup SpecialPage |
6 | 24 | * |
7 | 25 | * @author Brion Vibber |
8 | | - * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later |
9 | 26 | */ |
| 27 | + |
10 | 28 | |
11 | 29 | /** |
12 | 30 | * Special:LinkSearch to search the external-links table. |
Index: trunk/phase3/includes/specials/SpecialBrokenRedirects.php |
— | — | @@ -1,12 +1,27 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * @file |
5 | | - * @ingroup SpecialPage |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
6 | 19 | */ |
7 | 20 | |
8 | 21 | /** |
9 | | - * A special page listing redirects to non existent page. Those should be |
| 22 | + * A special page listing redirects tonon existent page. Those should be |
10 | 23 | * fixed to point to an existing page. |
| 24 | + * |
| 25 | + * @file |
11 | 26 | * @ingroup SpecialPage |
12 | 27 | */ |
13 | 28 | class BrokenRedirectsPage extends PageQueryPage { |
Index: trunk/phase3/includes/specials/SpecialListusers.php |
— | — | @@ -1,29 +1,27 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * Copyright (C) 2004 Brion Vibber, lcrocker, Tim Starling, |
| 5 | + * Domas Mituzas, Ashar Voultoiz, Jens Frank, Zhengzhu. |
| 6 | + * |
| 7 | + * © 2006 Rob Church <robchur@gmail.com> |
| 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 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 21 | + * http://www.gnu.org/copyleft/gpl.html |
| 22 | + */ |
3 | 23 | |
4 | | -# Copyright (C) 2004 Brion Vibber, lcrocker, Tim Starling, |
5 | | -# Domas Mituzas, Ashar Voultoiz, Jens Frank, Zhengzhu. |
6 | | -# |
7 | | -# © 2006 Rob Church <robchur@gmail.com> |
8 | | -# |
9 | | -# http://www.mediawiki.org/ |
10 | | -# |
11 | | -# This program is free software; you can redistribute it and/or modify |
12 | | -# it under the terms of the GNU General Public License as published by |
13 | | -# the Free Software Foundation; either version 2 of the License, or |
14 | | -# (at your option) any later version. |
15 | | -# |
16 | | -# This program is distributed in the hope that it will be useful, |
17 | | -# but WITHOUT ANY WARRANTY; without even the implied warranty of |
18 | | -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
19 | | -# GNU General Public License for more details. |
20 | | -# |
21 | | -# You should have received a copy of the GNU General Public License along |
22 | | -# with this program; if not, write to the Free Software Foundation, Inc., |
23 | | -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | | -# http://www.gnu.org/copyleft/gpl.html |
25 | 24 | /** |
26 | 25 | * @file |
27 | | - * @ingroup SpecialPage |
28 | 26 | */ |
29 | 27 | |
30 | 28 | /** |
Index: trunk/phase3/includes/specials/SpecialUserrights.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * Special page to allow managing user group membership |
5 | 23 | * |
6 | 24 | * @file |
Index: trunk/phase3/includes/specials/SpecialFileDuplicateSearch.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * A special page to search for files by hash value as defined in the |
5 | 23 | * img_sha1 field in the image table |
6 | 24 | * |
— | — | @@ -7,7 +25,6 @@ |
8 | 26 | * @ingroup SpecialPage |
9 | 27 | * |
10 | 28 | * @author Raimond Spekking, based on Special:MIMESearch by Ævar Arnfjörð Bjarmason |
11 | | - * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later |
12 | 29 | */ |
13 | 30 | |
14 | 31 | /** |
Index: trunk/phase3/includes/specials/SpecialPreferences.php |
— | — | @@ -1,4 +1,21 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
3 | 20 | |
4 | 21 | class SpecialPreferences extends SpecialPage { |
5 | 22 | function __construct() { |
Index: trunk/phase3/includes/specials/SpecialWatchlist.php |
— | — | @@ -2,6 +2,21 @@ |
3 | 3 | /** |
4 | 4 | * @file |
5 | 5 | * @ingroup SpecialPage Watchlist |
| 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 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 20 | + * http://www.gnu.org/copyleft/gpl.html |
6 | 21 | */ |
7 | 22 | |
8 | 23 | /** |
Index: trunk/phase3/includes/specials/SpecialWantedfiles.php |
— | — | @@ -1,12 +1,26 @@ |
2 | 2 | <?php |
3 | | -/* |
4 | | - * @file |
5 | | - * @ingroup SpecialPage |
| 3 | +/** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
6 | 19 | */ |
7 | 20 | |
8 | 21 | /** |
9 | 22 | * Querypage that lists the most wanted files - implements Special:Wantedfiles |
10 | 23 | * |
| 24 | + * @file |
11 | 25 | * @ingroup SpecialPage |
12 | 26 | * |
13 | 27 | * @author Soxred93 <soxred93@gmail.com> |
Index: trunk/phase3/includes/specials/SpecialResetpass.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * @file |
5 | 23 | * @ingroup SpecialPage |
6 | 24 | */ |
Index: trunk/phase3/includes/specials/SpecialUnusedcategories.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * @file |
5 | 23 | * @ingroup SpecialPage |
6 | 24 | */ |
Index: trunk/phase3/includes/specials/SpecialProtectedtitles.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * @file |
5 | 23 | * @ingroup SpecialPage |
6 | 24 | */ |
Index: trunk/phase3/includes/specials/SpecialNewimages.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * @file |
5 | 23 | * @ingroup SpecialPage |
6 | 24 | * FIXME: this code is crap, should use Pager and Database::select(). |
Index: trunk/phase3/includes/specials/SpecialListredirects.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * @file |
5 | 23 | * @ingroup SpecialPage |
6 | 24 | * |
Index: trunk/phase3/includes/specials/SpecialExport.php |
— | — | @@ -1,22 +1,24 @@ |
2 | 2 | <?php |
3 | | -# Copyright (C) 2003-2008 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 | 3 | /** |
| 4 | + * Copyright (C) 2003-2008 Brion Vibber <brion@pobox.com> |
| 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 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 19 | + * http://www.gnu.org/copyleft/gpl.html |
| 20 | + */ |
| 21 | + |
| 22 | +/** |
21 | 23 | * @file |
22 | 24 | * @ingroup SpecialPage |
23 | 25 | */ |
Index: trunk/phase3/includes/specials/SpecialLonelypages.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * @file |
5 | 23 | * @ingroup SpecialPage |
6 | 24 | */ |
Index: trunk/phase3/includes/specials/SpecialBlankpage.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * Special page designed for basic benchmarking of |
5 | 23 | * MediaWiki since it doesn't really do much. |
6 | 24 | * |
Index: trunk/phase3/includes/specials/SpecialPrefixindex.php |
— | — | @@ -1,4 +1,21 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
3 | 20 | |
4 | 21 | /** |
5 | 22 | * implements Special:Prefixindex |
Index: trunk/phase3/includes/specials/SpecialCategories.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * @file |
5 | 23 | * @ingroup SpecialPage |
6 | 24 | */ |
Index: trunk/phase3/includes/specials/SpecialEmailuser.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * @file |
5 | 23 | * @ingroup SpecialPage |
6 | 24 | */ |
Index: trunk/phase3/includes/specials/SpecialMostlinkedtemplates.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * @file |
5 | 23 | * @ingroup SpecialPage |
6 | 24 | */ |
Index: trunk/phase3/includes/specials/SpecialWantedcategories.php |
— | — | @@ -1,12 +1,26 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * @file |
5 | | - * @ingroup SpecialPage |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
6 | 19 | */ |
7 | 20 | |
8 | 21 | /** |
9 | 22 | * A querypage to list the most wanted categories - implements Special:Wantedcategories |
10 | 23 | * |
| 24 | + * @file |
11 | 25 | * @ingroup SpecialPage |
12 | 26 | * |
13 | 27 | * @author Ævar Arnfjörð Bjarmason <avarab@gmail.com> |
Index: trunk/phase3/includes/specials/SpecialMostcategories.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * @file |
5 | 23 | * @ingroup SpecialPage |
6 | 24 | * |
Index: trunk/phase3/includes/specials/SpecialWithoutinterwiki.php |
— | — | @@ -1,12 +1,26 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * @file |
5 | | - * @ingroup SpecialPage |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
6 | 19 | */ |
7 | 20 | |
8 | 21 | /** |
9 | 22 | * Special page lists pages without language links |
10 | 23 | * |
| 24 | + * @file |
11 | 25 | * @ingroup SpecialPage |
12 | 26 | * @author Rob Church <robchur@gmail.com> |
13 | 27 | */ |
Index: trunk/phase3/includes/specials/SpecialUnusedimages.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * @file |
5 | 23 | * @ingroup SpecialPage |
6 | 24 | */ |
Index: trunk/phase3/includes/specials/SpecialDeletedContributions.php |
— | — | @@ -1,5 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
4 | 22 | * Implements Special:DeletedContributions to display archived revisions |
5 | 23 | * @ingroup SpecialPage |
6 | 24 | */ |
Index: trunk/phase3/includes/specials/SpecialStatistics.php |
— | — | @@ -1,4 +1,21 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
3 | 20 | |
4 | 21 | /** |
5 | 22 | * Special page lists various statistics, including the contents of |
Index: trunk/phase3/includes/specials/SpecialTags.php |
— | — | @@ -1,4 +1,21 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
3 | 20 | |
4 | 21 | if (!defined('MEDIAWIKI')) |
5 | 22 | die; |
Index: trunk/phase3/includes/specials/SpecialLockdb.php |
— | — | @@ -1,4 +1,21 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * This program is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | + * http://www.gnu.org/copyleft/gpl.html |
| 19 | + */ |
3 | 20 | |
4 | 21 | /** |
5 | 22 | * A form to make the database readonly (eg for maintenance purposes). |