From 066984cbe3ccac2d54bcb2097f345836cd1a8141 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sun, 5 Sep 2010 13:15:48 +0000 Subject: [PATCH] * Standardised file description headers * added @file where needed * added file description headers where needed --- maintenance/7zip.inc | 7 +++++++ maintenance/attachLatest.php | 3 ++- maintenance/backup.inc | 4 +++- maintenance/backupPrefetch.inc | 6 ++++++ maintenance/benchmarkPurge.php | 1 + maintenance/checkAutoLoader.php | 1 + maintenance/checkImages.php | 1 + maintenance/checkSyntax.php | 1 + maintenance/checkUsernames.php | 1 + maintenance/cleanupCaps.php | 7 ++++--- maintenance/cleanupImages.php | 3 ++- maintenance/cleanupSpam.php | 1 + maintenance/cleanupTable.inc | 1 + maintenance/cleanupTitles.php | 5 +++-- maintenance/cleanupWatchlist.php | 3 ++- 15 files changed, 36 insertions(+), 9 deletions(-) diff --git a/maintenance/7zip.inc b/maintenance/7zip.inc index 6acd43bf1d..049bbf1bc0 100644 --- a/maintenance/7zip.inc +++ b/maintenance/7zip.inc @@ -1,4 +1,11 @@ open() diff --git a/maintenance/attachLatest.php b/maintenance/attachLatest.php index 6db5d6d44c..208e9ae6eb 100644 --- a/maintenance/attachLatest.php +++ b/maintenance/attachLatest.php @@ -3,7 +3,7 @@ * quick hackjob to fix damages imports on wikisource * page records have page_latest wrong * - * Copyright (C) 2005 Brion Vibber + * Copyright © 2005 Brion Vibber * http://www.mediawiki.org/ * * This program is free software; you can redistribute it and/or modify @@ -21,6 +21,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/backup.inc b/maintenance/backup.inc index 9b2ff89295..3506d84565 100644 --- a/maintenance/backup.inc +++ b/maintenance/backup.inc @@ -1,6 +1,8 @@ + * Base classes for database dumpers + * + * Copyright © 2005 Brion Vibber * http://www.mediawiki.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/maintenance/backupPrefetch.inc b/maintenance/backupPrefetch.inc index c8af6a6a7a..14f78a0bcb 100644 --- a/maintenance/backupPrefetch.inc +++ b/maintenance/backupPrefetch.inc @@ -1,4 +1,10 @@ + * Copyright © 2005 Brion Vibber * http://www.mediawiki.org/ * * This program is free software; you can redistribute it and/or modify @@ -24,8 +24,9 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html * + * @file * @author Brion Vibber - * @ingroup maintenance + * @ingroup Maintenance */ require_once( dirname( __FILE__ ) . '/cleanupTable.inc' ); diff --git a/maintenance/cleanupImages.php b/maintenance/cleanupImages.php index 0f4f0794a6..5a19e0355b 100644 --- a/maintenance/cleanupImages.php +++ b/maintenance/cleanupImages.php @@ -1,5 +1,5 @@ * @ingroup Maintenance */ diff --git a/maintenance/cleanupSpam.php b/maintenance/cleanupSpam.php index 26097401a0..15dd7f7d7a 100644 --- a/maintenance/cleanupSpam.php +++ b/maintenance/cleanupSpam.php @@ -17,6 +17,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/cleanupTable.inc b/maintenance/cleanupTable.inc index 3b3957a751..67a325103f 100644 --- a/maintenance/cleanupTable.inc +++ b/maintenance/cleanupTable.inc @@ -17,6 +17,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/cleanupTitles.php b/maintenance/cleanupTitles.php index fe6a63ad2f..bb7aaa71f2 100644 --- a/maintenance/cleanupTitles.php +++ b/maintenance/cleanupTitles.php @@ -1,12 +1,12 @@ + * Copyright © 2005 Brion Vibber * http://www.mediawiki.org/ * * This program is free software; you can redistribute it and/or modify @@ -24,6 +24,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html * + * @file * @author Brion Vibber * @ingroup Maintenance */ diff --git a/maintenance/cleanupWatchlist.php b/maintenance/cleanupWatchlist.php index d306778664..8c85edf718 100644 --- a/maintenance/cleanupWatchlist.php +++ b/maintenance/cleanupWatchlist.php @@ -1,5 +1,5 @@ * @ingroup Maintenance */ -- 2.20.1