Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6499 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85205 invoked by uid 1010); 17 Dec 2003 20:43:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 85169 invoked from network); 17 Dec 2003 20:43:57 -0000 Received: from unknown (HELO vckyb3.nw.wakwak.com) (211.9.231.144) by pb1.pair.com with SMTP; 17 Dec 2003 20:43:57 -0000 Received: from at.wakwak.com (at.wakwak.com [211.9.230.135]) by vckyb3.nw.wakwak.com (Postfix) with ESMTP id DB56D3FE3F for ; Thu, 18 Dec 2003 05:43:55 +0900 (JST) Received: from at.wakwak.com (fw.infodeliver.com [61.125.27.206]) by at.wakwak.com (8.12.10/8.12.10/2003-09-30) with SMTP/inet id hBHKhtng084331 for ; Thu, 18 Dec 2003 05:43:55 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) Message-ID: <200312172043.hBHKhtng084331@at.wakwak.com> Date: Thu, 18 Dec 2003 05:46:33 +0900 X-Mailer: EdMax Ver2.85.2F MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Yet other license issues on win32 libiconv, mbstring, and expat dll distribution From: moriyoshi@at.wakwak.com (Moriyoshi Koizumi) Hi, I received a mail on the Japanese PHP users' mailing list that points out our distribution of the binaries of libiconv and libmbfl (linked by mbstring) infringes the section 6 of the GNU lesser general public license [1]. According to the mail, we have to have some notices included in each package that specifies the license under which the libraries are released and the names of authors who write the libraries. In addition to that, it looks like we also have to include the complete copy of the license itself. The portion of the section in question is pasted below: You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things: Besides, another mail in the relevant thread points out that expat, which is distributed under the MIT license [2] requires us to include the license and the disclaimer as well. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. I think we should soon take some action. Regards, Moriyoshi p.s. Thanks to Koyama Tetsuji, his acquaintance, and Tamagawa for letting me know those issues. [1] http://www.gnu.org/licenses/lgpl.txt [2] http://www.opensource.org/licenses/mit-license.php