From owner-freebsd-bugs@FreeBSD.ORG Mon May 5 05:30:06 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2870C1065674 for ; Mon, 5 May 2008 05:30:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 042478FC1F for ; Mon, 5 May 2008 05:30:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m455U57V040063 for ; Mon, 5 May 2008 05:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m455U5jY040058; Mon, 5 May 2008 05:30:05 GMT (envelope-from gnats) Date: Mon, 5 May 2008 05:30:05 GMT Message-Id: <200805050530.m455U5jY040058@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jason McIntyre Cc: Subject: Re: bin/98911: getopt(1): getopt.c license issue X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jason McIntyre List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2008 05:30:06 -0000 The following reply was made to PR bin/98911; it has been noted by GNATS. From: Jason McIntyre To: Bruce Cran Cc: bug-followup@FreeBSD.org Subject: Re: bin/98911: getopt(1): getopt.c license issue Date: Mon, 5 May 2008 06:26:46 +0059 On Sun, May 04, 2008 at 10:50:05PM +0100, Bruce Cran wrote: > Since this issue was raised in June 2006 NetBSD added a header at the > top of getopt.c: > > /* > * This material, written by Henry Spencer, was released by him > * into the public domain and is thus not subject to any copyright. > */ > > The FreeBSD man page for getopt(1) does record Henry as the author, but > the README in src/usr.bin/getopt is possibly misleading. The original > message can be seen through Google Groups at > http://groups.google.com/group/mod.std.unix/msg/4ebaa418597b4ff0 and it > appears clear that Ian Darwin isn't claiming he wrote getopt but that > he'd found it and was posting a copy of it for others to see. In > particular, note that the History section remained intact and attributed > Henry as the original author. > i see your point. however the README does not exactly do a great job of clarifying the license - it's hard to read it and not conclude ian wasn;t the author. wouldn;t it be clearer to put the public domain blurb on these files? jmc