From owner-cvs-src@FreeBSD.ORG Thu May 22 03:13:22 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0ABA01065687; Thu, 22 May 2008 03:13:22 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id A8F9A8FC1C; Thu, 22 May 2008 03:13:21 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id m4M39ppe062456; Wed, 21 May 2008 21:09:51 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 21 May 2008 21:11:10 -0600 (MDT) Message-Id: <20080521.211110.-749259186.imp@bsdimp.com> To: jb@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200805220214.m4M2EYTM061847@repoman.freebsd.org> References: <200805220214.m4M2EYTM061847@repoman.freebsd.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libdwarf Makefile _libdwarf.h dwarf.h dwarf_abbrev.c dwarf_attr.c dwarf_attrval.c dwarf_cu.c dwarf_dealloc.c dwarf_die.c dwarf_dump.c dwarf_errmsg.c dwarf_errno.c dwarf_finish.c dwarf_form.c dwarf_init.c dwarf_loc.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2008 03:13:22 -0000 In message: <200805220214.m4M2EYTM061847@repoman.freebsd.org> John Birrell writes: : The API for this library is deliberately different to the GPL'd : libdwarf to avoid licensing problems. What licensing problems does it avoid? APIs can't be copyrighted, and therefore can't be GPL'd. Warner