Move ucgendata README to generator file header
authorPeter Kokot <peterkokot@gmail.com>
Sat, 20 Apr 2019 20:35:25 +0000 (22:35 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Sat, 20 Apr 2019 20:35:25 +0000 (22:35 +0200)
ext/mbstring/ucgendat/README [deleted file]
ext/mbstring/ucgendat/ucgendat.php

diff --git a/ext/mbstring/ucgendat/README b/ext/mbstring/ucgendat/README
deleted file mode 100644 (file)
index 39fd7b2..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-This file is not necessary to build PHP.
-
-It's only necessary to rebuild unicode_data.h from Unicode ucd files.
-
-Example usage:
-php ucgendat.php UnicodeData.txt
index 81d5ed20f142c446b02455fa7b623e27ec03f34c..8901a587b31b6d60f333edee9ae2afbd3e3b4c66 100755 (executable)
@@ -1,8 +1,14 @@
 #!/usr/bin/env php
 <?php error_reporting(E_ALL);
 
-/* This is based on the ucgendat.c file from the OpenLDAP project, licensed
- * as follows. */
+/**
+ * This is based on the ucgendat.c file from the OpenLDAP project, licensed as
+ * follows. This file is not necessary to build PHP. It's only necessary to
+ * rebuild unicode_data.h from Unicode ucd files.
+ *
+ * Example usage:
+ * php ucgendat.php UnicodeData.txt
+ */
 
 /* Copyright 1998-2007 The OpenLDAP Foundation.
  * All rights reserved.