From owner-freebsd-arch@FreeBSD.ORG Thu Jan 25 15:48:43 2007 Return-Path: X-Original-To: freebsd-arch@freebsd.org Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 53A5016A400 for ; Thu, 25 Jan 2007 15:48:43 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 0DFFC13C44B for ; Thu, 25 Jan 2007 15:48:42 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id l0PFmS30028704; Thu, 25 Jan 2007 08:48:29 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 25 Jan 2007 08:48:59 -0700 (MST) Message-Id: <20070125.084859.-261386053.imp@bsdimp.com> To: grafan@gmail.com From: "M. Warner Losh" In-Reply-To: <6eb82e0701210945r686e54d5vfc7529d57cf372a6@mail.gmail.com> References: <6eb82e0701210945r686e54d5vfc7529d57cf372a6@mail.gmail.com> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Thu, 25 Jan 2007 08:48:29 -0700 (MST) Cc: freebsd-arch@freebsd.org Subject: Re: src/gnu X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jan 2007 15:48:43 -0000 In message: <6eb82e0701210945r686e54d5vfc7529d57cf372a6@mail.gmail.com> "Rong-en Fan" writes: : >From hier(7), it says sources covered by GPL are placed here. : Does that mean all build glue for things covered by GPL have to : be placed in src/gnu/? : : I'm asking because I noticed there are some applications/libraries : that are covered by GPL live in outside src/gnu. src/gnu used to contain the sources for GPL programs. Now it just contains the build infrastructure for GPL programs with the actual sources living in src/contrib. There may be a few 'legacy' programs remaining in src/gnu. Warner