From e7ab34cf1dccbf3877e279b90ac7b756e94972e8 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sat, 28 Apr 2012 20:41:55 +0200 Subject: [PATCH] Added missing GPLv2 headers in some places. Also made file/class documentation more consistent. Change-Id: If65d7313e1e05163ce6cc46d17daa310cb41888c --- includes/db/CloneDatabase.php | 1 + includes/debug/Debug.php | 20 ++++++++++++++++ includes/profiler/Profiler.php | 21 +++++++++++++++- includes/profiler/ProfilerSimple.php | 17 +++++++++++++ includes/profiler/ProfilerSimpleText.php | 17 +++++++++++++ includes/profiler/ProfilerSimpleTrace.php | 17 +++++++++++++ includes/profiler/ProfilerSimpleUDP.php | 17 +++++++++++++ includes/profiler/ProfilerStub.php | 24 ++++++++++++++++++- includes/revisiondelete/RevisionDelete.php | 22 +++++++++++++++++ .../RevisionDeleteAbstracts.php | 21 ++++++++++++++++ .../revisiondelete/RevisionDeleteUser.php | 14 +++++++---- includes/revisiondelete/RevisionDeleter.php | 16 +++++++++++++ includes/search/SearchEngine.php | 15 ++++++++++++ includes/search/SearchUpdate.php | 15 ++++++++++++ includes/specials/SpecialEditWatchlist.php | 24 +++++++++++++++++++ includes/specials/SpecialJavaScriptTest.php | 19 ++++++++++++++- includes/specials/SpecialUnblock.php | 2 ++ 17 files changed, 275 insertions(+), 7 deletions(-) diff --git a/includes/db/CloneDatabase.php b/includes/db/CloneDatabase.php index bd0895cfb2..4e43642fae 100644 --- a/includes/db/CloneDatabase.php +++ b/includes/db/CloneDatabase.php @@ -20,6 +20,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html * + * @file * @ingroup Database */ diff --git a/includes/debug/Debug.php b/includes/debug/Debug.php index 10905f2c95..ed73522f80 100644 --- a/includes/debug/Debug.php +++ b/includes/debug/Debug.php @@ -1,4 +1,24 @@ */ diff --git a/includes/specials/SpecialJavaScriptTest.php b/includes/specials/SpecialJavaScriptTest.php index f7e81eeada..c217eccbcd 100644 --- a/includes/specials/SpecialJavaScriptTest.php +++ b/includes/specials/SpecialJavaScriptTest.php @@ -1,7 +1,24 @@