Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21066 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53301 invoked by uid 1010); 6 Dec 2005 21:51:48 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 53286 invoked from network); 6 Dec 2005 21:51:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Dec 2005 21:51:48 -0000 X-Host-Fingerprint: 84.56.47.206 dslb-084-056-047-206.pools.arcor-ip.net Received: from ([84.56.47.206:27276] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id B8/EE-14828-4F706934 for ; Tue, 06 Dec 2005 16:51:48 -0500 To: internals@lists.php.net,rasmus@lerdorf.com (Rasmus Lerdorf) Date: Tue, 6 Dec 2005 22:51:57 +0100 Message-ID: <20051206225157.32307183@localhost.localdomain> In-Reply-To: <4395DE31.6060607@lerdorf.com> References: <438E77BA.8060509@prohost.org> <1133856196.439545c4de970@webmail.jdimedia.nl> <20051206090806.407e7799@localhost.localdomain> <4395DE31.6060607@lerdorf.com> Reply-To: pierre.php@gmail.com X-Newsreader: Sylpheed-Claws 1.9.14 (GTK+ 2.8.6; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Posted-By: 84.56.47.206 Subject: Re: [PHP-DEV] PHP 5.1.2 Release Plan From: pierre.php@gmail.com (Pierre) On Tue, 06 Dec 2005 10:53:37 -0800 rasmus@lerdorf.com (Rasmus Lerdorf) wrote: > Pierre wrote: > > On Tue, 06 Dec 2005 09:03:16 +0100 > > derick@php.net (Derick Rethans) wrote: > > > >>> * Introduce xmlwriter extension via a symlink from pecl into core > >>> and as other XML extension enable it by default. > >> Make sure that the licences gets switched back to the PHP license > >> then... > > > > It is already done since last week. > > > > And I still do not have some good explanation about this new > > requirement. > > It's not a new requirement. It is simply the status-quo and common > sense. Our common senses tend to differ, it is sometimes good to clarify it :-) > All the extensions we bundle are under the same license so > people get a tarball with a consistent license and they don't have to > wade through a license soup trying to figure out if they meet all the > requirements of a bunch of different licenses. We could add > extensions with different, but compatible licenses, but there would > have to be an *extremely* good reason to do so. Well, talking about extensions only, I have not a real big problem but the copyrights, I am reluctant to give the copyrights to the group (and loose it all together), or is it possible to keep original authors besides the PHP group? About the consistent license policy inside a tarball, GDlib is not under the PHP License, for example. Or upcoming bundled libs will have to follow the same policy (lib like in gdlib for example)? About other licences, indeed I was thinking about BSD'ish license for the worst case (and certainly not lgpl&friends as they are more restrictive). Regards, --Pierre