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: > > > [ 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 > > > > > ============================================================================== > > > --- /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. > > > > Dts files are like database files: they likely have no copyright > protection. >
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. === Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"