svn commit: r343020 - head/usr.sbin/bluetooth/bluetooth-config
Rodney W. Grimes
freebsd at pdx.rh.CN85.dnsmgr.net
Mon Jan 14 17:36:10 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
^^^^^^^^^^^^^^^^^^^^^^
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 at freebsd.org
More information about the svn-src-all
mailing list