From owner-svn-src-all@freebsd.org Fri Mar 15 12:12:40 2019 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 E266215481E0; Fri, 15 Mar 2019 12:12:39 +0000 (UTC) (envelope-from gallatin@cs.duke.edu) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83F0495520; Fri, 15 Mar 2019 12:12:39 +0000 (UTC) (envelope-from gallatin@cs.duke.edu) Received: from [192.168.200.4] (c-71-56-186-158.hsd1.va.comcast.net [71.56.186.158]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: gallatin) by duke.cs.duke.edu (Postfix) with ESMTPSA id 048972700222; Fri, 15 Mar 2019 08:12:32 -0400 (EDT) DMARC-Filter: OpenDMARC Filter v1.3.1 duke.cs.duke.edu 048972700222 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cs.duke.edu; s=mail0816; t=1552651953; bh=n+ER/LidwPCai4wAZXPt5ec08coLjefIEJEhEuqkk+8=; h=Subject:To:From:Date:From; b=fgn27ctlIUZYfA9yEV3fT5IzhgYhQS2Px0pboVpyXl8vP/wN3HsV/QS8sle9hjaN3 M7Csm+BHgKZqty45ZAX4sGDPXG+hfrJagTpBONUHDRIhbz3vshVJkmLq/DxA4kPizI IMP9OYNq4QlocGqtMsX6tw+aBiFTUDRfd+8wah/6qNFtUwAyddFuCTQfu0Oxxkew1L ffGw0bYYD96vI876ajARvmjR4Iz+5V6SNpfnDA5fvf4fQGBq0l6mH8r+/B4abS3uxi wVJ7C4ml36RE4eaEh/oLd2A2YfYNmnmWzlSuUyRTaYfcFiidbHKrDf6lMwac9nJBBt tbxR9UFffr3AA== Subject: Re: svn commit: r345138 - head/share/man/man9 To: rgrimes@freebsd.org, Ed Maste Cc: src-committers , svn-src-all , svn-src-head References: <201903150336.x2F3a1ZN028366@gndrsh.dnsmgr.net> From: Andrew Gallatin Message-ID: Date: Fri, 15 Mar 2019 08:12:32 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.5.2 MIME-Version: 1.0 In-Reply-To: <201903150336.x2F3a1ZN028366@gndrsh.dnsmgr.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 83F0495520 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.94 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.94)[-0.937,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 15 Mar 2019 12:12:40 -0000 On 3/14/19 11:36 PM, Rodney W. Grimes wrote: > [ Charset UTF-8 unsupported, converting... ] >> On Thu, 14 Mar 2019 at 22:39, Rodney W. Grimes >> wrote: >>> >>> 4. There is no easy way to show >>> "changed byte at offset 0x432 from 0xef to 0xfe" > > How do we represent Copyright and License in such objects? > This is an issue that is totally left out of even .uu version. > This is an excellent point. What I used to do for mxge firmware when I worked at Myricom was to have a shell script that created a source file with the uuencoded bits as a static array. That way, it had copyright info in the file itself. Drew