Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jan 2019 09:36:07 -0800 (PST)
From:      "Rodney W. Grimes" <freebsd@pdx.rh.CN85.dnsmgr.net>
To:        Baptiste Daroussin <bapt@FreeBSD.org>
Cc:        rgrimes@FreeBSD.org, Lars Engels <lme@FreeBSD.org>, src-committers@FreeBSD.org, svn-src-all@FreeBSD.org, svn-src-head@FreeBSD.org
Subject:   Re: svn commit: r343020 - head/usr.sbin/bluetooth/bluetooth-config
Message-ID:  <201901141736.x0EHa7KA036137@pdx.rh.CN85.dnsmgr.net>
In-Reply-To: <20190114171550.ttxceuyepezanhz5@ivaldir.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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 <erdgeist@erdgeist.org>
> > >   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):
> > > +# <erdgeist@erdgeist.org> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901141736.x0EHa7KA036137>