From owner-freebsd-arch@FreeBSD.ORG Wed Nov 17 23:37:35 2004 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 326B016A4CE for ; Wed, 17 Nov 2004 23:37:35 +0000 (GMT) Received: from Daffy.timing.com (mail.timing.com [206.168.13.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD32143D2D for ; Wed, 17 Nov 2004 23:37:34 +0000 (GMT) (envelope-from ben@timing.com) Received: from piglet.timing.com (oink@piglet.timing.com [206.168.13.178]) by Daffy.timing.com (8.12.8p2/8.12.8) with ESMTP id iAHNbYIm058041 for ; Wed, 17 Nov 2004 16:37:34 -0700 (MST) (envelope-from ben@timing.com) Received: from piglet.timing.com (oink@localhost.timing.com [127.0.0.1]) by piglet.timing.com (8.12.6p3/8.12.6) with ESMTP id iAHNbYhC031413 for ; Wed, 17 Nov 2004 16:37:34 -0700 (MST) (envelope-from ben@piglet.timing.com) Received: (from ben@localhost) by piglet.timing.com (8.12.6p3/8.12.6/Submit) id iAHNbYkQ031410; Wed, 17 Nov 2004 16:37:34 -0700 (MST) From: Ben Mesander MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16795.57534.19299.407779@piglet.timing.com> Date: Wed, 17 Nov 2004 16:37:34 -0700 To: freebsd-arch@freebsd.org X-Mailer: VM 7.00 under Emacs 21.2.95.2 X-Virus-Scanned: ClamAV 0.80/533/Sat Oct 16 19:09:44 2004 clamav-milter version 0.80j on Daffy.timing.com X-Virus-Status: Clean Subject: libregex library X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Nov 2004 23:37:35 -0000 Hi, It's come to my attention that libregex on FreeBSD is GPL'd - not LGPL'd. I think it rather violates the POLA that anything that uses regex_t and is compiled on FreeBSD ends up being covered by the terms of the GPL. Has there been any thought given to moving to the modified Henry Spencer regex library used in NetBSD & OpenBSD's libc? Regards, Ben