From owner-freebsd-bugs@FreeBSD.ORG Sun May 4 22:00:10 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 A0644106566B for ; Sun, 4 May 2008 22:00:10 +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 8FD958FC1D for ; Sun, 4 May 2008 22:00:10 +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 m44M0AMj074812 for ; Sun, 4 May 2008 22:00:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m44M0A0r074811; Sun, 4 May 2008 22:00:10 GMT (envelope-from gnats) Date: Sun, 4 May 2008 22:00:10 GMT Message-Id: <200805042200.m44M0A0r074811@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Bruce Cran 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: Bruce Cran List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 May 2008 22:00:10 -0000 The following reply was made to PR bin/98911; it has been noted by GNATS. From: Bruce Cran To: bug-followup@FreeBSD.org, jmc@kerhand.co.uk Cc: Subject: Re: bin/98911: getopt(1): getopt.c license issue Date: Sun, 04 May 2008 22:50:05 +0100 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. -- Bruce