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

2002-11-18 Thread Derick Rethans
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.

image.c only uses very little original code, so I think we can just 
remove that GPL thing, and rand.c is not GPL afaics.

Derick

-- 

---
 Derick Rethans   http://derickrethans.nl/ 
 JDI Media Solutions
--[ if you hold a unix shell to your ear, do you hear the c? ]-


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




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

2002-11-18 Thread Marcus Börger
At 16:21 18.11.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.

Do you plan to change the licence of these 2 files, or relax it with LGPL ?

The reason is that having these 2 files covered by GPL licence will 
prevent PHP4 ports to some proprietary platform which could only live with 
ASF or LGPL licence model.

Thanks for you clarification.

Regards

I think we can remove the info about the ancestor imageingo.c in image.c 
since we
completley rewrote that stuff.

Leaves the other file rand.c.

marcus


--
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php



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.


image.c only uses very little original code, so I think we can just 
remove that GPL thing


Great


and rand.c is not GPL afaics.


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 ;)

Regards






--
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




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

2002-11-18 Thread Derick Rethans
On Mon, 18 Nov 2002, Rasmus Lerdorf wrote:

 Well, he is talking about the Mersenne Twister code in rand.c.  The is a
 GPL reference in that.  (search for GNU)

Ah, right, missed that.

Derick

-- 

---
 Derick Rethans   http://derickrethans.nl/ 
 JDI Media Solutions
--[ if you hold a unix shell to your ear, do you hear the c? ]-



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




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

2002-11-18 Thread Derick Rethans
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 :)

Derick

-- 

---
 Derick Rethans   http://derickrethans.nl/ 
 JDI Media Solutions
--[ if you hold a unix shell to your ear, do you hear the c? ]-


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




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 means ? Did this rewrite is a planned task and that a
non GPL version will be available soon in CVS ?

It will be a great news ;)

Just to clarify, I know a team working on a port for a major proprietary 
Operating System which is waiting to see GPL code removed to finish its 
port of PHP4 to their OS.

So it's more than important



--
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php



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

2002-11-18 Thread Sander Roobol
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 library is free software; you can redistribute it and/or modify it
   under the terms of the GNU Library General Public License as published by
   ...

Sander 

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




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 library is free software; you can redistribute it and/or modify it
   under the terms of the GNU Library General Public License as published by
   ...


You got it, Library GPL = Lesser GPL, I expected to see LESSER somewhere.

So when the GNU GPL will be removed from image.c, there won't be any
more GPL stuff in PHP 4 which will prevent it to be ported to the
proprietary OS.

There are still some GNU General Public License file, ie muscat which 
won't be used, the others being bison generated files which could be 
used even if marked GNU GPL.

Any date to make the change in image.c ?

Regards



--
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php



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

2002-11-18 Thread Harrie Hazewinkel

On Monday, November 18, 2002, at 04:35 PM, 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.


image.c only uses very little original code, so I think we can just


IMHO, little is already to much.


remove that GPL thing, and rand.c is not GPL afaics.

Derick

--

---
 Derick Rethans   
http://derickrethans.nl/
 JDI Media Solutions
--[ if you hold a unix shell to your ear, do you hear the 
c? ]-


--
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php



--
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




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

2002-11-18 Thread Sebastian Bergmann
Henri Gomez wrote:
 Any date to make the change in image.c ?

  It's already fixed in CVS.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




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

2002-11-18 Thread Marcus Börger
At 17:36 18.11.2002, Harrie Hazewinkel wrote:


On Monday, November 18, 2002, at 04:35 PM, 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.


image.c only uses very little original code, so I think we can just


IMHO, little is already to much.


No problem - as far as i know i completley everything but swf/swc code
which did not came from imageinfo.c. So it is leagal to remove the note.

marcus


--
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




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 unsubscribe, visit: http://www.php.net/unsub.php




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

2002-11-18 Thread Derick Rethans
On Mon, 18 Nov 2002, Harrie Hazewinkel wrote:

 
 On Monday, November 18, 2002, at 04:35 PM, 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.
 
  image.c only uses very little original code, so I think we can just
 
 IMHO, little is already to much.

Please point me to the GPL'ed code in there then.

Derick

-- 

---
 Derick Rethans   http://derickrethans.nl/ 
 JDI Media Solutions
--[ if you hold a unix shell to your ear, do you hear the c? ]-


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




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

2002-11-18 Thread Derick Rethans
On Mon, 18 Nov 2002, Marcus Börger wrote:

 At 17:36 18.11.2002, Harrie Hazewinkel wrote:
 
 On Monday, November 18, 2002, at 04:35 PM, 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.
 
 image.c only uses very little original code, so I think we can just
 
 IMHO, little is already to much.
 
 No problem - as far as i know i completley everything but swf/swc code
 which did not came from imageinfo.c. So it is leagal to remove the note.

Yup, and I wrote the swf part, and the initial swc stuff.

Derick

-- 

---
 Derick Rethans   http://derickrethans.nl/ 
 JDI Media Solutions
--[ if you hold a unix shell to your ear, do you hear the c? ]-


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php