From owner-svn-src-all@freebsd.org Sun Jun 17 16:20:20 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 005A4100085C; Sun, 17 Jun 2018 16:20:20 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71D52740CA; Sun, 17 Jun 2018 16:20:19 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id w5HGKAh5060871; Sun, 17 Jun 2018 09:20:10 -0700 (PDT) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id w5HGKAvG060870; Sun, 17 Jun 2018 09:20:10 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201806171620.w5HGKAvG060870@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r335270 - head/lib/liby In-Reply-To: To: Eitan Adler Date: Sun, 17 Jun 2018 09:20:10 -0700 (PDT) CC: Ian Lepore , Juli Mallett , "Rodney W. Grimes" , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2018 16:20:20 -0000 > On 17 June 2018 at 08:49, Ian Lepore wrote: > > All this drama about "copying" one line of text and adding another to > > create a new file. The no-brainer fix is to add a proper new-file > > license and stop arguing about what flavor of copying and what rules > > might apply to that. > > I didn't add my copyright since I didn't write it. I'll rewrite from > scratch and add my own new-file copyright. This file contains > precisely zero creative output [0] so it should't matter too much. I am fine with that solution. I am *not* fine with stamping UCB copyrights on something without source traceability to the UCB file that it came from. I hope all can understand that issue. If you can't lets take it offline. > > > And for something that might actually matter: nobody seems to have > > noticed that this new header file lacks the standard include guards > > (something which style(9) seems to be silent about). > > Good point. You normally do not need to do include guards on header files used by a single program. > > [0] Oracle v Google notwithstanding > -- Rod Grimes rgrimes@freebsd.org