aboutsummaryrefslogtreecommitdiffstats
path: root/includes/FileDeleteForm.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/FileDeleteForm.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/FileDeleteForm.php')
-rw-r--r--includes/FileDeleteForm.php23
1 files changed, 22 insertions, 1 deletions
diff --git a/includes/FileDeleteForm.php b/includes/FileDeleteForm.php
index d86c8d82f36a..9d6ab6509a9c 100644
--- a/includes/FileDeleteForm.php
+++ b/includes/FileDeleteForm.php
@@ -1,10 +1,31 @@
<?php
+/**
+ * File deletion user interface.
+ *
+ * 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
+ * @author Rob Church <robchur@gmail.com>
+ * @ingroup Media
+ */
/**
* File deletion user interface
*
* @ingroup Media
- * @author Rob Church <robchur@gmail.com>
*/
class FileDeleteForm {