Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jun 2020 21:44:55 -0700
From:      Mark Millard <marklmi@yahoo.com>
To:        Warner Losh <imp@bsdimp.com>, svn-src-head@freebsd.org
Subject:   Re: svn commit: r361775 - in head/sys: dts/arm64/overlays  modules/dtb/rpi
Message-ID:  <2CFA852F-51A8-4AB4-BDB8-03D703D236C4@yahoo.com>
References:  <2CFA852F-51A8-4AB4-BDB8-03D703D236C4.ref@yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Warner Losh imp at bsdimp.com wrote on
Thu Jun 4 02:47:14 UTC 2020 :

> On Wed, Jun 3, 2020, 6:28 PM Rodney W. Grimes <freebsd at =
gndrsh.dnsmgr.net>
> wrote:
>=20
> > [ Charset UTF-8 unsupported, converting... ]
> > > Author: gonzo
> > > Date: Wed Jun  3 22:18:15 2020
> > > New Revision: 361775
> > > URL: https://svnweb.freebsd.org/changeset/base/361775
> > >
> > > Log:
> > >   Add spigen overlay for Raspberry Pi 4
> > >
> > >   Submitted by:       gergely.czuczy at harmless.hu
> > >
> > > Added:
> > >   head/sys/dts/arm64/overlays/spigen-rpi4.dtso   (contents, props
> > changed)
> > > Modified:
> > >   head/sys/modules/dtb/rpi/Makefile
> > >
> > > Added: head/sys/dts/arm64/overlays/spigen-rpi4.dtso
> > >
> > =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
> > > --- /dev/null 00:00:00 1970   (empty, because file is newly added)
> > > +++ head/sys/dts/arm64/overlays/spigen-rpi4.dtso      Wed Jun  3
> > 22:18:15 2020        (r361775)
> > > @@ -0,0 +1,30 @@
> > > +/* $FreeBSD$ */
> >
> > This file needs some form of copyright/license.
> >
>=20
> Dts files are like database files: they likely have no copyright
> protection.
>=20

The below is not making claims about status-in-law.
It just notes example file content.


Cross checking a vague memory of what I'd seen
sometime in the past, using my head -r360311
context.

# egrep -ri "SPDX|Copyright" /usr/src/sys/gnu/dts/ | more

shows lots of Copyright notices and SPDX notices, including
a lot of "GPL-2.0", "GPL-2.0-only", "GPL-2.0+", and
"GPL-2.0-or-later" SPDX notices in the .dts , .dtsi  , and
.h files. It also showed some license lines with the word
"copyright" in the lines (whatever the capitalization
status).


By contrast,

# egrep -r "SPDX|Copyright" /usr/src/sys/dts/ | more

showed lots of Copyright notices but no SPDX notices.
It did show license lines with the word "copyright" in
the line as well.


For both egrep's, no *.dtso files were found as far as
I could tell.



=3D=3D=3D
Mark Millard
marklmi at yahoo.com
( dsl-only.net went
away in early 2018-Mar)




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2CFA852F-51A8-4AB4-BDB8-03D703D236C4>