From owner-svn-src-all@freebsd.org Mon Jan 14 17:36:10 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 316DD148156F; Mon, 14 Jan 2019 17:36:10 +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 68FEC6D462; Mon, 14 Jan 2019 17:36:09 +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 x0EHa7iI036138; Mon, 14 Jan 2019 09:36:07 -0800 (PST) (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 x0EHa7KA036137; Mon, 14 Jan 2019 09:36:07 -0800 (PST) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201901141736.x0EHa7KA036137@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r343020 - head/usr.sbin/bluetooth/bluetooth-config In-Reply-To: <20190114171550.ttxceuyepezanhz5@ivaldir.net> To: Baptiste Daroussin Date: Mon, 14 Jan 2019 09:36:07 -0800 (PST) CC: rgrimes@FreeBSD.org, Lars Engels , src-committers@FreeBSD.org, 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-Rspamd-Queue-Id: 68FEC6D462 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_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.94)[-0.940,0] 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: Mon, 14 Jan 2019 17:36:10 -0000 > On Mon, Jan 14, 2019 at 08:32:15AM -0800, Rodney W. Grimes wrote: > > > Author: lme (ports committer) > > > Date: Mon Jan 14 08:23:47 2019 > > > New Revision: 343020 > > > URL: https://svnweb.freebsd.org/changeset/base/343020 > > > > > > Log: > > > This new version of bluetooth-config.sh tries to follow the style of other > > > shell scripts in base, removes the bogus "copyleft", adds the BeerWare license > > > header and uses rc.subr(8) new 'enable' keyword for adding entries in > > > rc.conf(5). > > > > > > Submitted by: erdgeist > > > Approved by: bapt > > > MFC after: 2 weeks > > > > > > Modified: > > > head/usr.sbin/bluetooth/bluetooth-config/bluetooth-config.sh > > > > > > Modified: head/usr.sbin/bluetooth/bluetooth-config/bluetooth-config.sh > > > ============================================================================== > > > --- head/usr.sbin/bluetooth/bluetooth-config/bluetooth-config.sh Mon Jan 14 07:54:11 2019 (r343019) > > > +++ head/usr.sbin/bluetooth/bluetooth-config/bluetooth-config.sh Mon Jan 14 08:23:47 2019 (r343020) > > > @@ -1,9 +1,12 @@ > > > #!/bin/sh > > > #- > > > -# Copyleft 2019 Dirk Engling > > > +# ---------------------------------------------------------------------------- > > > +# "THE BEER-WARE LICENSE" (Revision 42): > > > +# wrote this file. As long as you retain this notice you ^^^^^^^^^^^^^^^^^^^^^^ And if I had looked more carefully it clearly does document who the Berne copyright holder would be. Sorry for the noise, Rod > > > +# can do whatever you want with this stuff. If we meet some day, and you think > > > +# this stuff is worth it, you can buy me a beer in return Poul-Henning Kamp > > > +# ---------------------------------------------------------------------------- > > > > Great step forward, but it needs a copyright, without one > > the Berne convention applies, and that just makes this a > > case of an undocumented copyright. I didnt think about that > > when you showed it with no copyright, there really should be > > one in every file to get out of that Berne "undocumented" state. > > > > None of the beerware code in base is following what you ask for. it is used for > ctm, fdwrite, ministat, recoverdisk, many places in the kernel etc. > > Best regards, > Bapt -- Rod Grimes rgrimes@freebsd.org