Re: [PHP-DEV] problem with GPL code in PHP4

2002-11-18 Thread Henri Gomez
Sebastian Bergmann wrote: Henri Gomez wrote: Any date to make the change in image.c ? It's already "fixed" in CVS. Thanks, you're faster than light, I'll try to get a CVS snapshot. -- PHP Development Mailing List <http://www.php.net/> To unsubsc

Re: [PHP-DEV] problem with GPL code in PHP4

2002-11-18 Thread Henri Gomez
Sander Roobol wrote: On Mon, Nov 18, 2002 at 04:33:59PM +0100, Henri Gomez wrote: In 4.2.2 source I'm reading from, the MT RAND functions are marked as GPL (and you know that any single piece of GPL in a code base make it GPLized ;) It's actually LGPL, see line 117: This libra

Re: [PHP-DEV] problem with GPL code in PHP4

2002-11-18 Thread Henri Gomez
Derick Rethans wrote: On Mon, 18 Nov 2002, Henri Gomez wrote: In 4.2.2 source I'm reading from, the MT RAND functions are marked as GPL (and you know that any single piece of GPL in a code base make it GPLized ;) Somebody which rewrites this code will pop-up soon :) What do you

Re: [PHP-DEV] problem with GPL code in PHP4

2002-11-18 Thread Henri Gomez
Derick Rethans wrote: On Mon, 18 Nov 2002, Henri Gomez wrote: Hi to all, I take a look at PHP4 license information, I see that PHP4 is licensed under an Apache Style license. I see at least 2 files, rand.c and image.c which are under GPL licence, and sus break the ASF like licence of PHP4

[PHP-DEV] problem with GPL code in PHP4

2002-11-18 Thread Henri Gomez
Hi to all, I take a look at PHP4 license information, I see that PHP4 is licensed under an Apache Style license. I see at least 2 files, rand.c and image.c which are under GPL licence, and sus break the ASF like licence of PHP4. Do you plan to change the licence of these 2 files, or relax it wi