Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40918 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91123 invoked from network); 10 Oct 2008 14:40:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Oct 2008 14:40:06 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.232 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.198.232 rv-out-0506.google.com Received: from [209.85.198.232] ([209.85.198.232:63715] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 77/0A-38373-3496FE84 for ; Fri, 10 Oct 2008 10:40:04 -0400 Received: by rv-out-0506.google.com with SMTP id g37so619821rvb.23 for ; Fri, 10 Oct 2008 07:40:00 -0700 (PDT) Received: by 10.141.29.18 with SMTP id g18mr850383rvj.298.1223627393832; Fri, 10 Oct 2008 01:29:53 -0700 (PDT) Received: by 10.140.178.14 with HTTP; Fri, 10 Oct 2008 01:29:53 -0700 (PDT) Message-ID: Date: Fri, 10 Oct 2008 10:29:53 +0200 To: "=?ISO-2022-JP?B?GyRCRURDZhsoQiAbJEJNNTBsGyhC?=" Cc: internals@lists.php.net In-Reply-To: <0_34620600_1223605552.27074.cbgrn@enoch.corp.cybozu.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <0_34620600_1223605552.27074.cbgrn@enoch.corp.cybozu.co.jp> Subject: Re: [PHP-DEV] License for Windows binaries From: pierre.php@gmail.com ("Pierre Joye") hi Yuichi, On Fri, Oct 10, 2008 at 4:25 AM, 田中 裕一 wrote: > Could anyone tell me the license of the binaries and source code placed here? > http://pecl2.php.net/downloads/php-windows-builds/ > > I am developing a commercial package software using PHP and I will build > libraries and PHP my own. > Is it ok to use Visual Studio project files in these zip files (http://pecl2.php.net/downloads/php-windows-builds/source/) > or these binaries (http://pecl2.php.net/downloads/php-windows-builds/php-libs/) > for our commercial product and distribute our product with those binaries? PHP itself is covered by the PHP License (with some portions under LGPL or BSD). The libraries we provide there are under various licenses, a link to each library project page is available here: http://wiki.php.net/internals/windows/libs We distribute only libraries with a permissive enough license. However, some of them requires a bit more attention, for example a notice in some visible place (end user documentation for example) saying that your software uses their libraries is sometimes required. That's not a problem for us as we say it anyway in the PHP manual. Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org