From owner-svn-src-head@freebsd.org Tue Nov 27 15:58:08 2018 Return-Path: Delivered-To: svn-src-head@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 2C7191151901; Tue, 27 Nov 2018 15:58:08 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f41.google.com (mail-io1-f41.google.com [209.85.166.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 88EB882553; Tue, 27 Nov 2018 15:58:07 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f41.google.com with SMTP id k7so7483648iob.6; Tue, 27 Nov 2018 07:58:07 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=O10bicoBTiY3B5CMdYdfIXLQi2DzAuVtYg6+gNZICZY=; b=BJwENPu/sHgBr8BtySCS+wF3ryiW7CXgZryf7E+5yeOpOpgWRmf4VIhgQsTusxzXAw SvQl5pLHYyHeb4LQQ0Fh3YqmNEJ7mIw26zpYUre6PxJl689qMQxVit4eTMB4WsU/8w2d wJrRGKjTl1pBNPco+k4dxCgIGt31DFEPLasjuiNbRK/oz8idNeqRVfQRA3Q+65KrxWl2 o+mOlERHv27ej/zZS06pL173+kWQ3yxJXgbfp/WZqxehZqRi9YXdcDsMCQexlyUNXLZM jeaOJNoo9SvrYoGDaibRs4PBPfX3npi34Qk1fduuSxfm42OoXnhntcGC+9D7AazCx4o8 i8TA== X-Gm-Message-State: AA+aEWazyw+8mpM0hEelLgsBNgd36w0ui0e6MJEaoPU1D7Fp0WGB90h6 wqMO47zK5avOdEJWHt6lCmaTTcCipuTWHOZufhI8Ow== X-Google-Smtp-Source: AFSGD/WZYbQtFBZB4eeNaDIxGFITZI+UjjpVAhyyShbeOiIrUorfJJ8DM0+hZIccjfB8HBxMezkvDkYX1CRYusbROOc= X-Received: by 2002:a5d:8788:: with SMTP id f8mr6261756ion.239.1543334286568; Tue, 27 Nov 2018 07:58:06 -0800 (PST) MIME-Version: 1.0 References: <201811202104.wAKL4KZl030127@repo.freebsd.org> <20181124132842.GA50931@FreeBSD.org> <20181124161026.GA79732@neutralgood.org> In-Reply-To: <20181124161026.GA79732@neutralgood.org> From: Ed Maste Date: Tue, 27 Nov 2018 10:57:52 -0500 Message-ID: Subject: Re: svn commit: r340702 - in head/lib/csu: amd64 common i386 To: "Kevin P. Neal" Cc: Alexey Dokuchaev , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 88EB882553 X-Spamd-Result: default: False [-3.90 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[freebsd.org]; RCPT_COUNT_FIVE(0.00)[5]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; NEURAL_HAM_SHORT(-0.90)[-0.896,0]; RCVD_IN_DNSWL_NONE(0.00)[41.166.85.209.list.dnswl.org : 127.0.5.0]; IP_SCORE(-0.99)[ipnet: 209.85.128.0/17(-3.48), asn: 15169(-1.38), country: US(-0.09)]; FORGED_SENDER(0.30)[emaste@freebsd.org,carpeddiem@gmail.com]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[emaste@freebsd.org,carpeddiem@gmail.com]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Nov 2018 15:58:08 -0000 On Sat, 24 Nov 2018 at 11:10, Kevin P. Neal wrote: > > On Sat, Nov 24, 2018 at 01:28:42PM +0000, Alexey Dokuchaev wrote: > > On Tue, Nov 20, 2018 at 09:04:20PM +0000, Ed Maste wrote: > > > New Revision: 340702 > > > URL: https://svnweb.freebsd.org/changeset/base/340702 > > My guess is that having to distribute a notice of the license with every > single FreeBSD executable shipped by any third party would be a bit silly. Yes, we want to be explicit that there's no requirement for attribution in binaries that link against these files.