Date: Wed, 21 Mar 2018 15:57:36 +0000 (UTC) From: Stephen Hurd <shurd@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r331310 - head/sys/dev/e1000 Message-ID: <201803211557.w2LFvaHB027864@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: shurd Date: Wed Mar 21 15:57:36 2018 New Revision: 331310 URL: https://svnweb.freebsd.org/changeset/base/331310 Log: Update copyright per Matthew Macy "Under my tutelage Nicole did 85% of the work. At the time it seemed simplest for a number of reasons to put my copyright on it. I now consider that to have been a mistake." Submitted by: Matthew Macy <mmacy@mattmacy.io> Reviewed by: shurd Approved by: shurd Differential Revision: https://reviews.freebsd.org/D14766 Modified: head/sys/dev/e1000/em_txrx.c head/sys/dev/e1000/if_em.c head/sys/dev/e1000/if_em.h Modified: head/sys/dev/e1000/em_txrx.c ============================================================================== --- head/sys/dev/e1000/em_txrx.c Wed Mar 21 15:54:46 2018 (r331309) +++ head/sys/dev/e1000/em_txrx.c Wed Mar 21 15:57:36 2018 (r331310) @@ -1,5 +1,6 @@ /*- - * Copyright (c) 2016-2017 Matthew Macy <mmacy@mattmacy.io> + * Copyright (c) 2016 Nicole Graziano <nicole@nextbsd.org> + * Copyright (c) 2017 Matthew Macy <mmacy@mattmacy.io> * All rights reserved. * * Redistribution and use in source and binary forms, with or without Modified: head/sys/dev/e1000/if_em.c ============================================================================== --- head/sys/dev/e1000/if_em.c Wed Mar 21 15:54:46 2018 (r331309) +++ head/sys/dev/e1000/if_em.c Wed Mar 21 15:57:36 2018 (r331310) @@ -1,7 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause * - * Copyright (c) 2016 Matthew Macy <mmacy@mattmacy.io> + * Copyright (c) 2016 Nicole Graziano <nicole@nextbsd.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without Modified: head/sys/dev/e1000/if_em.h ============================================================================== --- head/sys/dev/e1000/if_em.h Wed Mar 21 15:54:46 2018 (r331309) +++ head/sys/dev/e1000/if_em.h Wed Mar 21 15:57:36 2018 (r331310) @@ -1,7 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause * - * Copyright (c) 2016 Matthew Macy <mmacy@mattmacy.io> + * Copyright (c) 2016 Nicole Graziano <nicole@nextbsd.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803211557.w2LFvaHB027864>