From owner-svn-src-head@FreeBSD.ORG Tue Dec 9 21:41:56 2008 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 307361065676; Tue, 9 Dec 2008 21:41:56 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id 0F0C88FC1A; Tue, 9 Dec 2008 21:41:56 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.3/8.14.3) with ESMTP id mB9LftG1078795; Tue, 9 Dec 2008 13:41:55 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.3/8.14.3/Submit) id mB9Lftl7078794; Tue, 9 Dec 2008 13:41:55 -0800 (PST) (envelope-from sgk) Date: Tue, 9 Dec 2008 13:41:55 -0800 From: Steve Kargl To: John Baldwin Message-ID: <20081209214155.GA78604@troutmask.apl.washington.edu> References: <200812071325.mB7DP64P026630@svn.freebsd.org> <200812081141.39800.jhb@freebsd.org> <20081208194229.GX2038@deviant.kiev.zoral.com.ua> <200812091600.30942.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200812091600.30942.jhb@freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: Kostik Belousov , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r185739 - head/sys/ufs/ufs X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2008 21:41:56 -0000 On Tue, Dec 09, 2008 at 04:00:30PM -0500, John Baldwin wrote: > > Hmm, I wonder what it would take to update our in-tree gdb. Is 6.8 gplv3? > gdb-6.8 distribution includes COPYING3 and COPYING3.LIB. grep "either version 3" *.[ch] amd64fbsd-nat.c: the Free Software Foundation; either version 3 of the License, or amd64fbsd-tdep.c: the Free Software Foundation; either version 3 of the License, or -- Steve