Date: Sat, 19 May 2018 16:17:44 +0200 From: Emmanuel Vadot <manu@bidouilliste.com> To: rgrimes@freebsd.org Cc: Matt Macy <mmacy@freebsd.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org, owner-src-committers@freebsd.org Subject: Re: svn commit: r333822 - head/sys/kern Message-ID: <29252c55ea65fe53b9ab4e673ec6726c@megadrive.org> In-Reply-To: <201805191335.w4JDZq9b015979@pdx.rh.CN85.dnsmgr.net> References: <201805191335.w4JDZq9b015979@pdx.rh.CN85.dnsmgr.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2018-05-19 15:35, Rodney W. Grimes wrote: > [ Charset UTF-8 unsupported, converting... ] >> Author: mmacy >> Date: Sat May 19 02:15:40 2018 >> New Revision: 333822 >> URL: https://svnweb.freebsd.org/changeset/base/333822 >> >> Log: >> fix gcc8 unused variable and set but not used variable in unix >> sockets >> add copyright from lock rewrite while here >> >> Modified: >> head/sys/kern/uipc_usrreq.c >> >> Modified: head/sys/kern/uipc_usrreq.c >> ============================================================================== >> --- head/sys/kern/uipc_usrreq.c Sat May 19 00:47:24 2018 (r333821) >> +++ head/sys/kern/uipc_usrreq.c Sat May 19 02:15:40 2018 (r333822) >> @@ -4,7 +4,7 @@ >> * Copyright (c) 1982, 1986, 1989, 1991, 1993 >> * The Regents of the University of California. >> * Copyright (c) 2004-2009 Robert N. M. Watson >> - * All rights reserved. > > Did you have permission from Robert Watson to remove this? > >> + * Copyright (c) 2018 Matthew Macy >> * >> * Redistribution and use in source and binary forms, with or without >> * modification, are permitted provided that the following conditions > ... That also seems a small patch to add your name in the copyright. -- Emmanuel Vadot <manu@bidouilliste.com> <manu@freebsd.org>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?29252c55ea65fe53b9ab4e673ec6726c>