@@ -388,19 +388,7 @@ Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
388
388
389
389
----------------------------------------------------------------------
390
390
391
- The priority queue implementation is based on code licensed under the
392
- Apache 2.0 license:
393
-
394
- Copyright 2010 Volkan Yazıcı <
[email protected] >
395
- Copyright 2006-2010 The Apache Software Foundation
396
-
397
- The full text of the Apache 2.0 license is available at:
398
-
399
- http://www.apache.org/licenses/LICENSE-2.0
400
-
401
- ----------------------------------------------------------------------
402
-
403
- The Clay framework is licensed under the MIT license:
391
+ The Clar framework is licensed under the MIT license:
404
392
405
393
Copyright (C) 2011 by Vicent Marti
406
394
@@ -930,64 +918,3 @@ necessary. Here is a sample; alter the names:
930
918
That's all there is to it!
931
919
932
920
----------------------------------------------------------------------
933
-
934
- Portions of src/win32/posix_w32.c are derrived from link_win32.c in PHP:
935
-
936
- --------------------------------------------------------------------
937
- The PHP License, version 3.01
938
- Copyright (c) 1999 - 2012 The PHP Group. All rights reserved.
939
- --------------------------------------------------------------------
940
-
941
- Redistribution and use in source and binary forms, with or without
942
- modification, is permitted provided that the following conditions
943
- are met:
944
-
945
- 1. Redistributions of source code must retain the above copyright
946
- notice, this list of conditions and the following disclaimer.
947
-
948
- 2. Redistributions in binary form must reproduce the above copyright
949
- notice, this list of conditions and the following disclaimer in
950
- the documentation and/or other materials provided with the
951
- distribution.
952
-
953
- 3. The name "PHP" must not be used to endorse or promote products
954
- derived from this software without prior written permission. For
955
- written permission, please contact
[email protected] .
956
-
957
- 4. Products derived from this software may not be called "PHP", nor
958
- may "PHP" appear in their name, without prior written permission
959
- from
[email protected] . You may indicate that your software works in
960
- conjunction with PHP by saying "Foo for PHP" instead of calling
961
- it "PHP Foo" or "phpfoo"
962
-
963
- 5. The PHP Group may publish revised and/or new versions of the
964
- license from time to time. Each version will be given a
965
- distinguishing version number.
966
- Once covered code has been published under a particular version
967
- of the license, you may always continue to use it under the terms
968
- of that version. You may also choose to use such covered code
969
- under the terms of any subsequent version of the license
970
- published by the PHP Group. No one other than the PHP Group has
971
- the right to modify the terms applicable to covered code created
972
- under this License.
973
-
974
- 6. Redistributions of any form whatsoever must retain the following
975
- acknowledgment:
976
- "This product includes PHP software, freely available from
977
- <http://www.php.net/software/>".
978
-
979
- THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND
980
- ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
981
- THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
982
- PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP
983
- DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
984
- INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
985
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
986
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
987
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
988
- STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
989
- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
990
- OF THE POSSIBILITY OF SUCH DAMAGE.
991
-
992
- --------------------------------------------------------------------
993
-
0 commit comments