Skip to content

Commit 2ecc0c1

Browse files
committed
cleanup, ext/json is simple PHP now
1 parent a50c31d commit 2ecc0c1

File tree

1 file changed

+19
-44
lines changed

1 file changed

+19
-44
lines changed

README.REDIST.BINS

+19-44
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,16 @@
55
5. ext/standard crypt
66
6. ext/standard crypt's blowfish implementation
77
7. Sqlite/Sqlite3 ext/sqlite3 ext/sqlite
8-
8. ext/json/json_parser
9-
9. ext/standard/rand
10-
10. ext/standard/scanf
11-
11. ext/standard/strnatcmp.c
12-
12. ext/standard/uuencode
13-
13. libxmlrpc ext/xmlrpc
14-
14. libzip ext/zip
15-
15. main/snprintf.c
16-
16. main/strlcat
17-
17. main/strlcpy
18-
18. libgd see ext/gd/libgd/COPYING
8+
8. ext/standard/rand
9+
9. ext/standard/scanf
10+
10. ext/standard/strnatcmp.c
11+
11. ext/standard/uuencode
12+
12. libxmlrpc ext/xmlrpc
13+
13. libzip ext/zip
14+
14. main/snprintf.c
15+
15. main/strlcat
16+
16. main/strlcpy
17+
17. libgd see ext/gd/libgd/COPYING
1918

2019
5. ext/standard crypt
2120

@@ -104,31 +103,7 @@ a legal notice, here is a blessing:
104103
May you share freely, never taking more than you give.
105104

106105

107-
8. ext/json/json_parser
108-
Copyright (c) 2005 JSON.org
109-
110-
Permission is hereby granted, free of charge, to any person obtaining a copy
111-
of this software and associated documentation files (the "Software"), to deal
112-
in the Software without restriction, including without limitation the rights
113-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
114-
copies of the Software, and to permit persons to whom the Software is
115-
furnished to do so, subject to the following conditions:
116-
117-
The above copyright notice and this permission notice shall be included in all
118-
copies or substantial portions of the Software.
119-
120-
The Software shall be used for Good, not Evil.
121-
122-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
123-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
124-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
125-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
126-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
127-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
128-
SOFTWARE.
129-
130-
131-
9. ext/standard/rand
106+
8. ext/standard/rand
132107
The following php_mt_...() functions are based on a C++ class MTRand by
133108
Richard J. Wagner. For more information see the web page at
134109
http://www-personal.engin.umich.edu/~wagnerr/MersenneTwister.html
@@ -181,7 +156,7 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
181156
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
182157

183158

184-
10. ext/standard/scanf
159+
9. ext/standard/scanf
185160
scanf.c --
186161

187162
This file contains the base code which implements sscanf and by extension
@@ -227,7 +202,7 @@ authors grant the U.S. Government and others acting in its behalf
227202
permission to use and distribute the software in accordance with the
228203
terms specified in this license.
229204

230-
11. ext/standard/strnatcmp.c
205+
10. ext/standard/strnatcmp.c
231206

232207
strnatcmp.c -- Perform 'natural order' comparisons of strings in C.
233208
Copyright (C) 2000 by Martin Pool <mbp@humbug.org.au>
@@ -248,7 +223,7 @@ freely, subject to the following restrictions:
248223
misrepresented as being the original software.
249224
3. This notice may not be removed or altered from any source distribution.
250225

251-
12. ext/standard/uuencode
226+
11. ext/standard/uuencode
252227
Portions of this code are based on Berkeley's uuencode/uudecode
253228
implementation.
254229

@@ -284,7 +259,7 @@ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
284259
SUCH DAMAGE.
285260

286261

287-
13. libxmlrpc ext/xmlrpc
262+
12. libxmlrpc ext/xmlrpc
288263

289264
Copyright 2000 Epinions, Inc.
290265

@@ -308,7 +283,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE (HOWEVER ARISING, INCLUDING
308283
NEGLIGENCE), EVEN IF EPINIONS, INC. IS AWARE OF THE POSSIBILITY OF SUCH
309284
DAMAGES.
310285

311-
14. libzip ext/zip
286+
13. libzip ext/zip
312287
zip.h -- exported declarations.
313288
Copyright (C) 1999-2009 Dieter Baron and Thomas Klausner
314289

@@ -340,7 +315,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
340315
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
341316
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
342317

343-
15. main/snprintf.c
318+
14. main/snprintf.c
344319
Copyright (c) 2002, 2006 Todd C. Miller <Todd.Miller@courtesan.com>
345320

346321
Permission to use, copy, modify, and distribute this software for any
@@ -413,8 +388,8 @@ This code is based on, and used with the permission of, the
413388
SIO stdio-replacement strx_* functions by Panos Tsirigotis
414389
<panos@alumni.cs.colorado.edu> for xinetd.
415390

416-
16. main/strlcat
417-
17. main/strlcpy
391+
15. main/strlcat
392+
16. main/strlcpy
418393
Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
419394
All rights reserved.
420395

0 commit comments

Comments
 (0)