From owner-svn-src-head@freebsd.org Thu Jun 4 12:54:13 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 46A112F217E; Thu, 4 Jun 2020 12:54:13 +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 49d5M86wYrz3SST; Thu, 4 Jun 2020 12:54:12 +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 054CsBjB025919; Thu, 4 Jun 2020 05:54:11 -0700 (PDT) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.13.3/8.13.3/Submit) id 054CsBTs025918; Thu, 4 Jun 2020 05:54:11 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <202006041254.054CsBTs025918@gndrsh.dnsmgr.net> Subject: Re: svn commit: r361775 - in head/sys: dts/arm64/overlays modules/dtb/rpi In-Reply-To: <1351bb12-b6e4-b751-4556-8c7751cdf3a5@FreeBSD.org> To: Pedro Giffuni Date: Thu, 4 Jun 2020 05:54:11 -0700 (PDT) CC: Oleksandr Tymoshenko , 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: 49d5M86wYrz3SST 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:54:13 -0000 > > On 03/06/2020 19:59, Oleksandr Tymoshenko wrote: > > 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? > > The person that submitted the patch. > > Note that the FreeBSD Project is not an entity and cannot hold > copyrights (The Foundation can but unless they sponsored it, that > usually involves paperwork). I am glad at least one other person understands that point in law: :root {1002}# find . -type f | xargs grep Copyright | grep -i freebsd | grep -i project ./cddl/compat/opensolaris/kern/opensolaris_dtrace.c: * Copyright 2014 The FreeBSD Project. ./net/if_enc.h: * Copyright (c) 2008 The FreeBSD Project. ./net/if_enc.c: * Copyright (c) 2006 The FreeBSD Project. ./kern/kern_idle.c: * Copyright (C) 2000-2004 The FreeBSD Project. All rights reserved. ./kern/subr_kdb.c: * Copyright (c) 2004 The FreeBSD Project ./conf/newvers.sh: year=$(sed -Ee '/^Copyright .* The FreeBSD Project/!d;s/^.*1992-([0-9]*) .*$/\1/g' ${SYSDIR}/../COPYRIGHT) ./conf/newvers.sh: * Copyright (c) 1992-$year The FreeBSD Project. ./sys/copyright.h: * Copyright (C) 1992-2018 The FreeBSD Project. All rights reserved. ./sys/copyright.h: "Copyright (c) 1992-2019 The FreeBSD Project.\n" ^^^ The copyright we spit out on every boot :-( ./compat/linux/linux_uid16.c: * Copyright (c) 2001 The FreeBSD Project ./tools/embed_mfs.sh:# Copyright (C) 2008 The FreeBSD Project. All rights reserved. ./dev/mfi/mfi_syspd.c: * Copyright 1994-2009 The FreeBSD Project. ./dev/mfi/mfi_tbolt.c: * Copyright 1994-2009 The FreeBSD Project. ./dev/chromebook_platform/chromebook_platform.c: * Copyright (c) 2016 The FreeBSD Project. ./dev/pccard/pccarddevs: * Copyright (c) 1999-2004 The FreeBSD Project. ./dev/tdfx/tdfx_linux.c: * Copyright (c) 2006 The FreeBSD Project ./powerpc/powerpc/uma_machdep.c: * Copyright (c) 2003 The FreeBSD Project ./libkern/memset.c: * Copyright (C) 1992-2007 The FreeBSD Project. All rights reserved. > > Pedro. > > -- Rod Grimes rgrimes@freebsd.org