From 85e0c158ee736071cfbb07996d5b5a8bca327f3c Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sat, 23 Oct 2010 14:16:26 +0000 Subject: [PATCH] * Standardised file description headers * added @file where needed * added file description headers where needed --- includes/Export.php | 40 +++++++++++++++++++++++----------------- includes/FormOptions.php | 3 ++- includes/Html.php | 40 +++++++++++++++++++++++----------------- includes/IP.php | 16 +++++++++++++++- 4 files changed, 63 insertions(+), 36 deletions(-) diff --git a/includes/Export.php b/includes/Export.php index 23b7849ef0..ae2427fdfa 100644 --- a/includes/Export.php +++ b/includes/Export.php @@ -1,21 +1,27 @@ -# 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 +/** + * Base classes for dumps and export + * + * Copyright © 2003, 2005, 2006 Brion Vibber + * 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 + */ /** * @defgroup Dump Dump diff --git a/includes/FormOptions.php b/includes/FormOptions.php index df5d41d5ea..2442a33025 100644 --- a/includes/FormOptions.php +++ b/includes/FormOptions.php @@ -2,8 +2,9 @@ /** * Helper class to keep track of options when mixing links and form elements. * + * Copyright © 2008, Niklas Laxström + * * @author Niklas Laxström - * @copyright Copyright © 2008, Niklas Laxström */ class FormOptions implements ArrayAccess { diff --git a/includes/Html.php b/includes/Html.php index 20d7ef5459..a1768df04e 100644 --- a/includes/Html.php +++ b/includes/Html.php @@ -1,21 +1,27 @@ - * @license GPL v2 or later */ // Some regex definition to "play" with IP address and IP address blocks -- 2.20.1