From owner-svn-src-head@freebsd.org Thu Jun 4 12:51:04 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CE9CF2F1B69; Thu, 4 Jun 2020 12:51:04 +0000 (UTC) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49d5HX2xWYz3S1D; Thu, 4 Jun 2020 12:51:04 +0000 (UTC) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (localhost [127.0.0.1]) by gndrsh.dnsmgr.net (8.13.3/8.13.3) with ESMTP id 054Cp2QF025897; Thu, 4 Jun 2020 05:51:02 -0700 (PDT) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.13.3/8.13.3/Submit) id 054Cp2aQ025896; Thu, 4 Jun 2020 05:51:02 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <202006041251.054Cp2aQ025896@gndrsh.dnsmgr.net> Subject: Re: svn commit: r361775 - in head/sys: dts/arm64/overlays modules/dtb/rpi In-Reply-To: <20200604005940.GA89166@bluezbox.com> To: Oleksandr Tymoshenko Date: Thu, 4 Jun 2020 05:51:02 -0700 (PDT) CC: rgrimes@freebsd.org, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 49d5HX2xWYz3S1D X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; ASN(0.00)[asn:13868, ipnet:69.59.192.0/19, country:US]; REPLY(-4.00)[] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jun 2020 12:51:04 -0000 > Rodney W. Grimes (freebsd@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@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. > > Whom should I put as a copyright folder, The FreeBSD Project or the > person who submitted the patch? You need to obtain there permission too, you can not just slap someones name in a copyright statement. They can also make the file "in the public domain". -- Rod Grimes rgrimes@freebsd.org