aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Fallback.php
diff options
context:
space:
mode:
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>2012-05-14 19:59:58 +0200
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>2012-05-14 19:59:58 +0200
commit15e9fcca01a9ed15e6abbff2f974aca7f9d671c2 (patch)
tree8c3a3a0b8cdf09a0751fc07a52f20e6750cf2154 /includes/Fallback.php
parent50927f376bc56fceade18c1670aec4f9fe2d207d (diff)
downloadmediawikicore-15e9fcca01a9ed15e6abbff2f974aca7f9d671c2.tar.gz
mediawikicore-15e9fcca01a9ed15e6abbff2f974aca7f9d671c2.zip
Added missing GPLv2 headers in some places.
Also made file/class documentation more consistent. Change-Id: Iaebd4e253ff3b35b568e9b394231a5691445ac95
Diffstat (limited to 'includes/Fallback.php')
-rw-r--r--includes/Fallback.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/includes/Fallback.php b/includes/Fallback.php
index b517cd169e4e..4b138c11a332 100644
--- a/includes/Fallback.php
+++ b/includes/Fallback.php
@@ -1,6 +1,7 @@
<?php
-
/**
+ * Fallback functions for PHP installed without mbstring support.
+ *
* 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
@@ -16,6 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/gpl.html
*
+ * @file
*/
/**