aboutsummaryrefslogtreecommitdiffstats
path: root/includes/upload/UploadFromChunks.php
diff options
context:
space:
mode:
authorawjrichards <arichards@wikimedia.org>2012-06-02 08:43:04 -0700
committerawjrichards <arichards@wikimedia.org>2012-06-02 08:43:04 -0700
commitee0d3d330f76b97c451c168dc9b052ee84609b5b (patch)
treedc06c32ebd4db07e98a4e498b53feeb65f2e3b10 /includes/upload/UploadFromChunks.php
parent7e6cd60977e92c64f0a5a1f802b986d29b468229 (diff)
downloadmediawikicore-ee0d3d330f76b97c451c168dc9b052ee84609b5b.tar.gz
mediawikicore-ee0d3d330f76b97c451c168dc9b052ee84609b5b.zip
Revert to arbitrarily old point before initial remote branch creation to help clean up
Change-Id: I41a3d1e55d3ea9dffa42451237fe065f9334361d
Diffstat (limited to 'includes/upload/UploadFromChunks.php')
-rw-r--r--includes/upload/UploadFromChunks.php22
1 files changed, 0 insertions, 22 deletions
diff --git a/includes/upload/UploadFromChunks.php b/includes/upload/UploadFromChunks.php
index e50c6da0b7d9..11780e43c23e 100644
--- a/includes/upload/UploadFromChunks.php
+++ b/includes/upload/UploadFromChunks.php
@@ -1,27 +1,5 @@
<?php
/**
- * Backend for uploading files from chunks.
- *
- * 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
- * @ingroup Upload
- */
-
-/**
* Implements uploading from chunks
*
* @ingroup Upload