From: Alexandre Emsenhuber Date: Wed, 1 Sep 2010 19:36:18 +0000 (+0000) Subject: Standardised file description headers: X-Git-Tag: 1.31.0-rc.0~35233 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=d881d1fdcafd7510ef16281c8dec079db990e8cf;p=lhc%2Fweb%2Fwiklou.git Standardised file description headers: * added @file where needed * replaced @copyright and @license with GPL header and copyright notice --- diff --git a/maintenance/changePassword.php b/maintenance/changePassword.php index a6bef5c7c3..edc37de14c 100644 --- a/maintenance/changePassword.php +++ b/maintenance/changePassword.php @@ -2,6 +2,8 @@ /** * Change the password of a given user * + * Copyright © 2005, Ævar Arnfjörð Bjarmason + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -17,9 +19,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html * + * @file * @author Ævar Arnfjörð Bjarmason - * @copyright Copyright © 2005, Ævar Arnfjörð Bjarmason - * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later * @ingroup Maintenance */ diff --git a/maintenance/findhooks.php b/maintenance/findhooks.php index 6b36b26a68..75d659c561 100644 --- a/maintenance/findhooks.php +++ b/maintenance/findhooks.php @@ -12,6 +12,8 @@ * * Any instance of wfRunHooks that doesn't meet these parameters will be noted. * + * Copyright © Ashar Voultoiz + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -27,11 +29,9 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html * + * @file * @ingroup Maintenance - * * @author Ashar Voultoiz - * @copyright Copyright © Ashar voultoiz - * @license http://www.gnu.org/copyleft/gpl.html GNU General Public Licence 2.0 or later */ require_once( dirname( __FILE__ ) . '/Maintenance.php' ); diff --git a/maintenance/generateSitemap.php b/maintenance/generateSitemap.php index 9f356b934b..4acf1757f4 100644 --- a/maintenance/generateSitemap.php +++ b/maintenance/generateSitemap.php @@ -4,6 +4,9 @@ define( 'GS_TALK', -1 ); /** * Creates a sitemap for the site * + * Copyright © 2005, Ævar Arnfjörð Bjarmason, Jens Frank and + * Brion Vibber + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -19,16 +22,10 @@ define( 'GS_TALK', -1 ); * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html * + * @file * @ingroup Maintenance - * - * @copyright Copyright © 2005, Ævar Arnfjörð Bjarmason - * @copyright Copyright © 2005, Jens Frank - * @copyright Copyright © 2005, Brion Vibber - * * @see http://www.sitemaps.org/ * @see http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd - * - * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later */ require_once( dirname( __FILE__ ) . '/Maintenance.php' ); diff --git a/maintenance/initStats.php b/maintenance/initStats.php index 054b48d74b..9dd27217a3 100644 --- a/maintenance/initStats.php +++ b/maintenance/initStats.php @@ -1,5 +1,4 @@ - * @licence GNU General Public Licence 2.0 or later */ require_once( dirname( __FILE__ ) . '/Maintenance.php' ); diff --git a/maintenance/parserTestsParserHook.php b/maintenance/parserTestsParserHook.php index f260850766..6387208af3 100644 --- a/maintenance/parserTestsParserHook.php +++ b/maintenance/parserTestsParserHook.php @@ -3,12 +3,26 @@ * A basic extension that's used by the parser tests to test whether input and * arguments are passed to extensions properly. * + * Copyright © 2005, 2006 Ævar Arnfjörð Bjarmason + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * http://www.gnu.org/copyleft/gpl.html + * * @file * @ingroup Maintenance - * * @author Ævar Arnfjörð Bjarmason - * @copyright Copyright © 2005, 2006 Ævar Arnfjörð Bjarmason - * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later */ class ParserTestParserHook { diff --git a/maintenance/parserTestsParserTime.php b/maintenance/parserTestsParserTime.php index 7e161bcc0d..17048dc746 100644 --- a/maintenance/parserTestsParserTime.php +++ b/maintenance/parserTestsParserTime.php @@ -8,12 +8,26 @@ if ( ! defined( 'MEDIAWIKI' ) ) * compensate with the passage of time and certainly less expensive than a * time-freezing device, get yours now! * + * Copyright © 2005, 2006 Ævar Arnfjörð Bjarmason + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * http://www.gnu.org/copyleft/gpl.html + * * @file * @ingroup Maintenance - * * @author Ævar Arnfjörð Bjarmason - * @copyright Copyright © 2005, 2006 Ævar Arnfjörð Bjarmason - * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later */ $wgHooks['ParserGetVariableValueTs'][] = 'wfParserTimeSetup'; diff --git a/maintenance/parserTestsStaticParserHook.php b/maintenance/parserTestsStaticParserHook.php index 63230fa310..72f82276c8 100644 --- a/maintenance/parserTestsStaticParserHook.php +++ b/maintenance/parserTestsStaticParserHook.php @@ -3,12 +3,26 @@ * A basic extension that's used by the parser tests to test whether the parser * calls extensions when they're called inside comments, it shouldn't do that * + * Copyright © 2005, 2006 Ævar Arnfjörð Bjarmason + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * http://www.gnu.org/copyleft/gpl.html + * * @file * @ingroup Maintenance - * * @author Ævar Arnfjörð Bjarmason - * @copyright Copyright © 2005, 2006 Ævar Arnfjörð Bjarmason - * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later */ class ParserTestStaticParserHook { diff --git a/maintenance/updateArticleCount.php b/maintenance/updateArticleCount.php index bf9042e73c..1e434eb7ea 100644 --- a/maintenance/updateArticleCount.php +++ b/maintenance/updateArticleCount.php @@ -18,6 +18,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html * + * @file * @ingroup Maintenance * @author Rob Church */ diff --git a/maintenance/updateDoubleWidthSearch.php b/maintenance/updateDoubleWidthSearch.php index bf831529f7..0efc6a153e 100644 --- a/maintenance/updateDoubleWidthSearch.php +++ b/maintenance/updateDoubleWidthSearch.php @@ -19,6 +19,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html * + * @file * @ingroup Maintenance */ diff --git a/maintenance/updateRestrictions.php b/maintenance/updateRestrictions.php index b823de11ad..2bf68ddf70 100644 --- a/maintenance/updateRestrictions.php +++ b/maintenance/updateRestrictions.php @@ -20,6 +20,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html * + * @file * @ingroup Maintenance */ diff --git a/maintenance/updateSearchIndex.php b/maintenance/updateSearchIndex.php index e47eb69116..6f8cb6ea33 100644 --- a/maintenance/updateSearchIndex.php +++ b/maintenance/updateSearchIndex.php @@ -24,6 +24,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html * + * @file * @ingroup Maintenance */ diff --git a/maintenance/updateSpecialPages.php b/maintenance/updateSpecialPages.php index 11b87ef90a..f457eb4856 100644 --- a/maintenance/updateSpecialPages.php +++ b/maintenance/updateSpecialPages.php @@ -18,6 +18,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html * + * @file * @ingroup Maintenance */ diff --git a/maintenance/waitForSlave.php b/maintenance/waitForSlave.php index 24fb530b90..a8d8915afd 100644 --- a/maintenance/waitForSlave.php +++ b/maintenance/waitForSlave.php @@ -15,6 +15,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html * + * @file * @ingroup Maintenance * @see wfWaitForSlaves() */