From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24685 invoked by alias); 7 Apr 2005 21:14:01 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 24664 invoked from network); 7 Apr 2005 21:14:01 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.81.54.130) by sourceware.org with SMTP; 7 Apr 2005 21:14:01 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id ED225357B; Thu, 7 Apr 2005 14:13:59 -0700 (PDT) Received: from magilla.sf.frob.com (localhost.localdomain [127.0.0.1]) by magilla.sf.frob.com (8.12.11/8.12.9) with ESMTP id j37LDxRU017350; Thu, 7 Apr 2005 14:13:59 -0700 Received: (from roland@localhost) by magilla.sf.frob.com (8.12.11/8.12.11/Submit) id j37LDwSJ017347; Thu, 7 Apr 2005 14:13:58 -0700 Date: Thu, 07 Apr 2005 21:14:00 -0000 Message-Id: <200504072113.j37LDwSJ017347@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Steve Munroe Cc: dgm69@us.ibm.com, libc-hacker@sources.redhat.com Subject: Re: How do we handle the Sun Copyright for derivative works. In-Reply-To: Steve Munroe's message of Thursday, 7 April 2005 16:02:34 -0500 X-Antipastobozoticataclysm: Bariumenemanilow X-SW-Source: 2005-04/txt/msg00010.txt.bz2 > Roland McGrath wrote on 04/07/2005 03:24:06 PM: > > > > How do we handle the Sun copyright in glibc code when we patch or > > > copy/modify such code. For example > > > ./sysdeps/ieee754/dbl-64/s_logb.c. > > ... > > > > What's the nature of the change? If it's small, then my tendency would > be > > just not to update the Sun copyright. > > Copy the file to sysdeps/powerpc/powerpc32/fpu and replace 1 line of code > with 8 lines of new code. If you are not modifying the old file, but adding a new one, then copy the Sun copyright and add the normal libc LGPL header as well. Thanks, Roland