diff options
author | Alexandre Emsenhuber <ialex.wiki@gmail.com> | 2012-10-02 22:24:33 +0200 |
---|---|---|
committer | Alexandre Emsenhuber <ialex.wiki@gmail.com> | 2012-10-02 22:24:33 +0200 |
commit | 01f11f8e989a125808e7110413887e5ac3e206e5 (patch) | |
tree | 34b5d7c51ca184df98a6a5832996073afd6b9d02 /mw-config/index.php | |
parent | 2780eeb962e890e23cb56d157fa54e62eb22eff6 (diff) | |
download | mediawikicore-01f11f8e989a125808e7110413887e5ac3e206e5.tar.gz mediawikicore-01f11f8e989a125808e7110413887e5ac3e206e5.zip |
Improve documentation of maintenance scripts and test suite.
Change-Id: If5d695dc3665635fbed73a713583c0b03c14ebb1
Diffstat (limited to 'mw-config/index.php')
-rw-r--r-- | mw-config/index.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mw-config/index.php b/mw-config/index.php index 065d187934b2..2823210acb63 100644 --- a/mw-config/index.php +++ b/mw-config/index.php @@ -2,6 +2,21 @@ /** * New version of MediaWiki web-based config/installation * + * 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 */ |