aboutsummaryrefslogtreecommitdiffstats
path: root/includes/normal/UtfNormalTest2.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/normal/UtfNormalTest2.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/normal/UtfNormalTest2.php')
-rw-r--r--includes/normal/UtfNormalTest2.php17
1 files changed, 1 insertions, 16 deletions
diff --git a/includes/normal/UtfNormalTest2.php b/includes/normal/UtfNormalTest2.php
index 691bfaa74ddb..f478fa919052 100644
--- a/includes/normal/UtfNormalTest2.php
+++ b/includes/normal/UtfNormalTest2.php
@@ -1,22 +1,7 @@
#!/usr/bin/php
<?php
/**
- * Other tests for the unicode normalization module.
- *
- * 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
+ * Other tests for the unicode normalization module
*
* @file
* @ingroup UtfNormal