From 4f9cc7d1b64bb2d73db2fd056a968dea68824251 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Mon, 2 Aug 2010 08:31:23 +0000 Subject: [PATCH] * Modified file description header to use "/** ... */" and added @file * Added a simple description to new-index.php --- config/Installer.php | 42 +++++++++++++++++++++++------------------- config/index.php | 42 +++++++++++++++++++++++------------------- config/new-index.php | 5 +++++ 3 files changed, 51 insertions(+), 38 deletions(-) diff --git a/config/Installer.php b/config/Installer.php index 690268fcba..74859707c6 100644 --- a/config/Installer.php +++ b/config/Installer.php @@ -1,23 +1,27 @@ , 2006 Rob Church -# http://www.mediawiki.org/ -# -# 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 +/** + * MediaWiki web-based config/installation + * + * Copyright © 2004 Brion Vibber , 2006 Rob Church + * http://www.mediawiki.org/ + * + * 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 + */ if( !defined( 'MEDIAWIKI_INSTALL' ) ) { die( 'Not an entry point.' ); diff --git a/config/index.php b/config/index.php index d913bbb1e8..32912a8cd9 100644 --- a/config/index.php +++ b/config/index.php @@ -1,23 +1,27 @@ , 2006 Rob Church -# http://www.mediawiki.org/ -# -# 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 +/** + * MediaWiki web-based config/installation + * + * Copyright © 2004 Brion Vibber , 2006 Rob Church + * http://www.mediawiki.org/ + * + * 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 + */ # Attempt to set up the include path, to fix problems with relative includes $IP = dirname( dirname( __FILE__ ) ); diff --git a/config/new-index.php b/config/new-index.php index 826fb13077..faf8886f96 100644 --- a/config/new-index.php +++ b/config/new-index.php @@ -1,4 +1,9 @@