From 44ec39648159391d59e75c94aefd40cc0b46a545 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Tue, 22 May 2012 20:06:30 +0200 Subject: [PATCH] Added missing GPLv2 headers in some places. Also made file/class documentation more consistent. Change-Id: Ife63db5d36d833de4e0944f9b79ab0f80e7b84c5 --- includes/Action.php | 23 +++++++++++++---------- includes/AjaxDispatcher.php | 22 ++++++++++++++++++++-- includes/AjaxResponse.php | 17 ++++++++++++++++- includes/Article.php | 18 +++++++++++++++++- includes/AutoLoader.php | 15 +++++++++++++++ includes/Autopromote.php | 23 ++++++++++++++++++++++- includes/BacklinkCache.php | 28 ++++++++++++++++++++++------ 7 files changed, 125 insertions(+), 21 deletions(-) diff --git a/includes/Action.php b/includes/Action.php index a25e8aa9ab..a8c0436887 100644 --- a/includes/Action.php +++ b/includes/Action.php @@ -1,15 +1,6 @@