From owner-freebsd-arch@FreeBSD.ORG Thu Nov 18 08:27:05 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 54CE416A4CE for ; Thu, 18 Nov 2004 08:27:05 +0000 (GMT) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB8D043D54 for ; Thu, 18 Nov 2004 08:27:02 +0000 (GMT) (envelope-from tjr@freebsd.org) Received: from robbins.dropbear.id.au (210.50.219.132) by smtp01.syd.iprimus.net.au (7.0.036) id 4192AAA9003013CB; Thu, 18 Nov 2004 19:27:01 +1100 Received: from 192.168.0.64 (tim.robbins.dropbear.id.au [192.168.0.64]) by robbins.dropbear.id.au (Postfix) with ESMTP id A90064254; Thu, 18 Nov 2004 19:26:47 +1100 (EST) From: Tim Robbins To: Ben Mesander In-Reply-To: <16795.57534.19299.407779@piglet.timing.com> References: <16795.57534.19299.407779@piglet.timing.com> Content-Type: text/plain Date: Thu, 18 Nov 2004 19:26:47 +1100 Message-Id: <1100766407.3475.1.camel@starshine.robbins.dropbear.id.au> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 (2.0.2-3) Content-Transfer-Encoding: 7bit cc: freebsd-arch@freebsd.org Subject: Re: 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: Thu, 18 Nov 2004 08:27:05 -0000 On Wed, 2004-11-17 at 16:37 -0700, Ben Mesander wrote: > 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? What do you think src/lib/libc/regex is? Tim