svn commit: r343020 - head/usr.sbin/bluetooth/bluetooth-config

Baptiste Daroussin bapt at FreeBSD.org
Mon Jan 14 17:15:53 UTC 2019


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 at 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 at erdgeist.org> wrote this file. As long as you retain this notice you
> > +# 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20190114/50593966/attachment.sig>


More information about the svn-src-head mailing list