Date: Wed, 10 Feb 2016 11:07:32 -0800 From: Adrian Chadd <adrian@freebsd.org> To: Ian Lepore <ian@freebsd.org> Cc: Andrew Turner <andrew@fubar.geek.nz>, "src-committers@freebsd.org" <src-committers@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "svn-src-head@freebsd.org" <svn-src-head@freebsd.org> Subject: Re: svn commit: r295459 - in head/sys: arm/include sys Message-ID: <CAJ-VmomBGA%2BbPutr9_Hf_qofxXa1yqHUdjUryO-OEHwp8z8a-g@mail.gmail.com> In-Reply-To: <1455116788.1337.99.camel@freebsd.org> References: <201602100443.u1A4h80W000230@repo.freebsd.org> <20160210104344.493c5ab9@zapp.Home> <1455116788.1337.99.camel@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
ok. would you like to update the copyright or should i? -a On 10 February 2016 at 07:06, Ian Lepore <ian@freebsd.org> wrote: > On Wed, 2016-02-10 at 10:43 +0000, Andrew Turner wrote: >> On Wed, 10 Feb 2016 04:43:08 +0000 (UTC) >> Adrian Chadd <adrian@FreeBSD.org> wrote: >> >> > Author: adrian >> > Date: Wed Feb 10 04:43:08 2016 >> > New Revision: 295459 >> > URL: https://svnweb.freebsd.org/changeset/base/295459 >> > >> > Log: >> > Break out the shared bits of the arm intrng definitions into >> > sys/intr.h; leave the machine dependent bits in sys/arm/. >> > >> > This is in preparation for MIPS INTRNG work. >> > >> > Submitted by: Stanislav Galabov <sgalabov@gmail.com> >> ... >> > Added: head/sys/sys/intr.h >> > =================================================================== >> > =========== >> > --- /dev/null 00:00:00 1970 (empty, because file is >> > newly added) +++ head/sys/sys/intr.h Wed Feb 10 04:43:08 >> > 2016 (r295459) @@ -0,0 +1,130 @@ >> > +/* $NetBSD: intr.h,v 1.7 2003/06/16 20:01:00 thorpej Exp >> > $ */ + >> > +/*- >> > + * Copyright (c) 1997 Mark Brinicombe. >> > + * All rights reserved. >> >> Is this still the case? It seems all the code in this file was >> written >> for intrng and not by Mark Brinicombe. >> >> I would expect we could also fix the license below to move to a >> standard FreeBSD license. This would need all authors agreement, but >> that is maybe 5 people. > > Yep, that's all pasted boilerplate from some older arm/include file > that just doesn't apply to even a single line of this intr.h. The > actual authors of this would be Jakub Klama, Svata Kraus, and me. > > -- Ian >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ-VmomBGA%2BbPutr9_Hf_qofxXa1yqHUdjUryO-OEHwp8z8a-g>